summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)Author
2012-03-22man: systemd-cat(1) typo fixLennart Poettering
Noticed by Sergey Ptashnick
2012-03-21man: updates to sysctl.d(5)Lennart Poettering
2012-03-20man: fix parameter name for sd_uid_xxx()Lennart Poettering
2012-03-20remove GTK piecesMichal Schmidt
They've moved to systemd-ui.
2012-03-16man: document journal features of systemctl(1)Lennart Poettering
2012-03-16man: document systemd-journalctl(1)Lennart Poettering
2012-03-15man: document systemd-journald.conf(5)Lennart Poettering
2012-03-15man: document systemd-machine-id-setup(1)Lennart Poettering
2012-03-15man: document systemd-cat(1)Lennart Poettering
2012-03-15virt: the pidns controller does not exist anymoreLennart Poettering
2012-03-14conf: when looking for configurations look in /etc first, in /run secondLennart Poettering
After long consideration we came to the conclusion that user configuration in /etc should always override the (generally computer generated) configuration in /run. User configuration should always be what matters over anything else. Hence rearrange the search orders accordingly. In general this should change very little as overriding like this is seldomn done so far, and the order between /etc and /usr stays the same.
2012-03-14man: document where we read kernel cmdline options fromLennart Poettering
2012-03-13socket: add option for SO_PASSECLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=798760 (Note that this work is not complete yet, as the kernel seems to send us useless data with SCM_SECURITY enabled)
2012-03-12man: reword tmpfiles selinux bitsLennart Poettering
2012-03-06man: clarify that applications must ignore unknown fieldsLennart Poettering
2012-03-06man: document how os-release(5) may be extended by OS vendorsLennart Poettering
2012-03-06man: fix typoLennart Poettering
2012-03-06man: allow that /etc/os-release is a symlinkLennart Poettering
2012-03-06man: add URL field definitions to os-release(5)Lennart Poettering
As requested by Raphaël Hertzog from the Debian project, include information about the home page and support/bug report pages in /etc/os-release.
2012-03-06man: add ID_LIKE definition to os-release(5)Lennart Poettering
As requested by Raphaël Hertzog from the Debian project, encode derivative information in /etc/os-release.
2012-03-05man: corrected machine-info(5) man page to be in line with sourceShawn Landden
change conflicting man/machine-info.xml documentation to match functionality in src/hostname/hostnamed.c 114-119
2012-02-15man: systemd.special no longer needs sed logicLennart Poettering
2012-02-15login: document new sd_session_get_xxx() callsLennart Poettering
2012-02-15systemctl: introduce systemctl reboot -ffLennart Poettering
2012-02-14man: define more precisely the format of /etc/os-releaseLennart Poettering
2012-02-14man: document CPE field in os-release fileLennart Poettering
2012-02-13sd-login: if NULL or 0 is passed as first parameter of the sd_xxx functions, ↵Lennart Poettering
work on objects of the calling process
2012-02-13man: we don't support systems without /etc/os-release anymoreLennart Poettering
2012-02-13man: it's probably a good idea to wrap the ANSI color in quotes, in order to ↵Lennart Poettering
allow proper shell parsing of the semicolon
2012-02-13Fix broken Git repository URLsMichael Biebl
2012-02-09service: imply NotifyAccess=main if WatchdogSec= is usedLennart Poettering
2012-02-09man: document restart optionsLennart Poettering
2012-02-09man: Clarify man page with respect to automatic fstab dependenciesBill Nottingham
Automatic mounts will be added if 'MountAuto=yes' is in system.conf, regardless of whether comment=systemd.mount is set.
2012-02-09service: ignore SIGPIPE by defaultsystemd/v41Lennart Poettering
2012-02-09man: document x-systemd-device-timeout=Lennart Poettering
2012-02-09man: fix XMLLennart Poettering
Spotted by Sergey Ptashnick.
2012-02-08man: document the WATCHDOG_USEC environment variableLennart Poettering
2012-02-08service: introduce WatchdogSec and hook up the watchdog with the existing ↵Michael Olbrich
failure logic
2012-02-08man: document systemd.setenv=Lennart Poettering
2012-02-08move /usr/bin/systemd to /usr/lib/systemd/systemdKay Sievers
2012-02-02man: document that we support tcpwrappers only for access controlLennart Poettering
We do not support, and explicitly never want to support environment variable settings and suchlike in tcpwrappers. https://bugs.freedesktop.org/show_bug.cgi?id=45143
2012-02-01service: add watchdog timestampMichael Olbrich
This patch adds WatchdogTimestamp[Monotonic] to the systemd service D-Bus API. The timestamp is updated to the current time when the service calls 'sd_nofity("WATCHDOG=1\n")'. Using a timestamp instead of an 'alive' flag has two advantages: 1. No timeout is needed to define when a service is no longer alive. This simplifies both configuration (no timeout value) and implementation (no timeout event). 2. It is more robust. A 'dead' service might not be detected should systemd 'forget' to reset an 'alive' flag. It is much less likely to get a valid new timestamp if a service died.
2012-01-25virt: detect LXC+libvirt containersLennart Poettering
2012-01-25man: document systemd-cgtop toolLennart Poettering
2012-01-22cgls: don't show kernel threads by defaultLennart Poettering
2012-01-18persistant -> persistentKay Sievers
2012-01-18tmpfiles: support writing short strings to files, in order to support /sys ↵Lennart Poettering
manipulations at boot time, a la sysctl
2012-01-18exec: introduce ControlGroupPersistant= to make cgroups persistantLennart Poettering
2012-01-18tmpfiles: add support for creating symlinks, char/block device nodesLennart Poettering
2012-01-12core: switch all log targets to go directly to the journal, instead via syslogLennart Poettering