summaryrefslogtreecommitdiff
path: root/man/systemd.xml
AgeCommit message (Collapse)Author
2012-04-12relicense 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-14man: document where we read kernel cmdline options fromLennart Poettering
2012-02-08man: document systemd.setenv=Lennart Poettering
2012-01-12core: switch all log targets to go directly to the journal, instead via syslogLennart Poettering
2011-11-07man: fix a typo in signal numberMichal Schmidt
2011-09-06man: fix typo in systemd manual pageAlbert Strasheim
2011-08-30service: change default stdout/stderr to syslogLennart Poettering
2011-08-30stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptiveLennart Poettering
2011-07-23systemctl: split --help into multiple sectionsLennart Poettering
2011-07-23manager: add log control via RT signalsLennart Poettering
2011-05-25man: update the list of unit search locationsWilliam Swanson
2011-04-01general: replace a few uses of /var/run by /runLennart Poettering
2011-03-14core: move abstract namespace sockets to /dev/.runLennart 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-10man: trivial typo in systemd(1)Andrey Borzenkov
2011-02-15service: change default std output to inheritLennart Poettering
2011-02-15exec: introduce global defaults for the standard output of servicesLennart Poettering
2011-02-09manager: if we receive SIGRTMIN+20/21 enable/disable showing of status on ↵Lennart Poettering
the console
2010-11-15drop support for MANAGER_SESSION, introduce MANAGER_USER insteadLennart Poettering
2010-11-11man: Fix various typosAndrew Edmunds
2010-10-26man: be more explicit about the usefulness of --systemLennart Poettering
2010-09-14man: include reference to the interface stability promiseLennart Poettering
2010-08-31manager: rename 'maintenance' state to 'failed' to avoid user confusionMatthew Miller
https://bugzilla.redhat.com/show_bug.cgi?id=614619
2010-08-25cgroup: mount cgroup file systems to /sys/fs/cgroup instead of /cgroupLennart 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-16man: document new shutdown featuresLennart Poettering
2010-08-09manager: 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-24systemctl: fold systemd-install into systemctlLennart Poettering
2010-07-19systemctl: introduce reset-maintenance commandLennart Poettering
2010-07-18man: extend man pages a littleLennart Poettering
2010-07-16man: various man page updatesLennart Poettering
2010-07-13main: replace --running-as= by --session and --system do mimic related tools ↵Lennart Poettering
and D-Bus
2010-07-08man: Minor typographic fixes to systemd.xmlOzan Çağlayan
Fix some minor grammar and punctuation typos.
2010-07-07man: 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-07update man pages for recent changesLennart Poettering
2010-07-06man: more blurbsLennart Poettering
2010-07-06man: add missing parts to man pagesLennart Poettering
2010-06-25man: various fixesKay Sievers
2010-06-24man: spelling fixesKay Sievers
2010-06-24man: rework man page generation in makefileLennart Poettering
2010-06-24man: extend manual page documentationLennart Poettering
2010-06-24man: add more man pagesLennart Poettering
2010-06-23man: start documenting systemd itselfLennart Poettering
2010-06-23man: add missing systemd.xmlLennart Poettering