Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-17 | systemd: add --version option | Zbigniew Jędrzejewski-Szmek | |
systemd --version mirrors systemctl --version: $ ./systemd --version systemd 186 other +PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT -LIBCRYPTSETUP This information can be retrieved by other means (systemctl, etc.), but it's easier for a newbie if 'systemd --version' says something useful. And 'systemd --help' is already there, so let's complement that with '--version'. | |||
2012-07-16 | man: reword man page titles | Lennart Poettering | |
Make sure the man page titles are similar in style and capitalization so that our man page index looks pretty. | |||
2012-07-13 | man: move header file man pages from section 7 to 3 | Lennart Poettering | |
This way we can include documentation about minor macros/inline function within the introducionary man page in a sane way. | |||
2012-06-28 | man: add various links from man pages to appropriate wiki pages | Lennart Poettering | |
2012-06-27 | man: document fstab generator | Lennart Poettering | |
2012-06-25 | man: document systemd-vconsole-setup.service | Lennart Poettering | |
2012-06-22 | man: introduce bootup(7) | Lennart Poettering | |
2012-06-22 | core: remove sysv_console option | Lennart Poettering | |
This option never made much sense. It was originally intended to make sure that the usual startup output of sysv scripts goes to the terminal. However, since SysV scripts started from a terminal would not output to that terminal, but rather /dev/console this effect was more often than not actually taking place. Nowadays systemd has much nicer boot time status output than SysV which makes the sysv output redundant. Finally, all output of services goes to the journal anyway, and is not lost. Hence, let's drop this option, and simplify things a bit. | |||
2012-06-22 | man: document all kernel command line options we understand | Lennart Poettering | |
2012-04-12 | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | |
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends. | |||
2012-03-14 | man: document where we read kernel cmdline options from | Lennart Poettering | |
2012-02-08 | man: document systemd.setenv= | Lennart Poettering | |
2012-01-12 | core: switch all log targets to go directly to the journal, instead via syslog | Lennart Poettering | |
2011-11-07 | man: fix a typo in signal number | Michal Schmidt | |
2011-09-06 | man: fix typo in systemd manual page | Albert Strasheim | |
2011-08-30 | service: change default stdout/stderr to syslog | Lennart Poettering | |
2011-08-30 | stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptive | Lennart Poettering | |
2011-07-23 | systemctl: split --help into multiple sections | Lennart Poettering | |
2011-07-23 | manager: add log control via RT signals | Lennart Poettering | |
2011-05-25 | man: update the list of unit search locations | William Swanson | |
2011-04-01 | general: replace a few uses of /var/run by /run | Lennart Poettering | |
2011-03-14 | core: move abstract namespace sockets to /dev/.run | Lennart Poettering | |
Now that we have /dev/.run there's no need to use abstract namespace sockets. So, let's move things to /dev/.run, to make things more easily discoverable and improve compat with chroot() and fs namespacing. | |||
2011-03-10 | man: trivial typo in systemd(1) | Andrey Borzenkov | |
2011-02-15 | service: change default std output to inherit | Lennart Poettering | |
2011-02-15 | exec: introduce global defaults for the standard output of services | Lennart Poettering | |
2011-02-09 | manager: if we receive SIGRTMIN+20/21 enable/disable showing of status on ↵ | Lennart Poettering | |
the console | |||
2010-11-15 | drop support for MANAGER_SESSION, introduce MANAGER_USER instead | Lennart Poettering | |
2010-11-11 | man: Fix various typos | Andrew Edmunds | |
2010-10-26 | man: be more explicit about the usefulness of --system | Lennart Poettering | |
2010-09-14 | man: include reference to the interface stability promise | Lennart Poettering | |
2010-08-31 | manager: rename 'maintenance' state to 'failed' to avoid user confusion | Matthew Miller | |
https://bugzilla.redhat.com/show_bug.cgi?id=614619 | |||
2010-08-25 | cgroup: mount cgroup file systems to /sys/fs/cgroup instead of /cgroup | Lennart Poettering | |
This requires the /sys/fs/cgroup to exist. Current git kernels have this, released kernels need a backport of a single patch. | |||
2010-08-16 | man: document new shutdown features | Lennart Poettering | |
2010-08-09 | manager: when two pending jobs conflict, keep the one that "conflicts", ↵ | Lennart Poettering | |
remove the one that is "conflicted" This gives the writer of units control which unit is kept and which is stopped when two units conflict. | |||
2010-07-24 | systemctl: fold systemd-install into systemctl | Lennart Poettering | |
2010-07-19 | systemctl: introduce reset-maintenance command | Lennart Poettering | |
2010-07-18 | man: extend man pages a little | Lennart Poettering | |
2010-07-16 | man: various man page updates | Lennart Poettering | |
2010-07-13 | main: replace --running-as= by --session and --system do mimic related tools ↵ | Lennart Poettering | |
and D-Bus | |||
2010-07-08 | man: Minor typographic fixes to systemd.xml | Ozan Çağlayan | |
Fix some minor grammar and punctuation typos. | |||
2010-07-07 | man: minor edits to daemon, sd_listen_fds, sd_notify, systemctl, ↵ | Conrad Meyer | |
systemd.exec, systemd, and systemd.timer pages Just some minor grammar fixes. | |||
2010-07-07 | update man pages for recent changes | Lennart Poettering | |
2010-07-06 | man: more blurbs | Lennart Poettering | |
2010-07-06 | man: add missing parts to man pages | Lennart Poettering | |
2010-06-25 | man: various fixes | Kay Sievers | |
2010-06-24 | man: spelling fixes | Kay Sievers | |
2010-06-24 | man: rework man page generation in makefile | Lennart Poettering | |
2010-06-24 | man: extend manual page documentation | Lennart Poettering | |
2010-06-24 | man: add more man pages | Lennart Poettering | |
2010-06-23 | man: start documenting systemd itself | Lennart Poettering | |