Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-21 | man: updates to sysctl.d(5) | Lennart Poettering | |
2012-03-20 | man: fix parameter name for sd_uid_xxx() | Lennart Poettering | |
2012-03-20 | remove GTK pieces | Michal Schmidt | |
They've moved to systemd-ui. | |||
2012-03-16 | man: document journal features of systemctl(1) | Lennart Poettering | |
2012-03-16 | man: document systemd-journalctl(1) | Lennart Poettering | |
2012-03-15 | man: document systemd-journald.conf(5) | Lennart Poettering | |
2012-03-15 | man: document systemd-machine-id-setup(1) | Lennart Poettering | |
2012-03-15 | man: document systemd-cat(1) | Lennart Poettering | |
2012-03-15 | virt: the pidns controller does not exist anymore | Lennart Poettering | |
2012-03-14 | conf: when looking for configurations look in /etc first, in /run second | Lennart 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-14 | man: document where we read kernel cmdline options from | Lennart Poettering | |
2012-03-13 | socket: add option for SO_PASSEC | Lennart 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-12 | man: reword tmpfiles selinux bits | Lennart Poettering | |
2012-03-06 | man: clarify that applications must ignore unknown fields | Lennart Poettering | |
2012-03-06 | man: document how os-release(5) may be extended by OS vendors | Lennart Poettering | |
2012-03-06 | man: fix typo | Lennart Poettering | |
2012-03-06 | man: allow that /etc/os-release is a symlink | Lennart Poettering | |
2012-03-06 | man: 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-06 | man: 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-05 | man: corrected machine-info(5) man page to be in line with source | Shawn Landden | |
change conflicting man/machine-info.xml documentation to match functionality in src/hostname/hostnamed.c 114-119 | |||
2012-02-15 | man: systemd.special no longer needs sed logic | Lennart Poettering | |
2012-02-15 | login: document new sd_session_get_xxx() calls | Lennart Poettering | |
2012-02-15 | systemctl: introduce systemctl reboot -ff | Lennart Poettering | |
2012-02-14 | man: define more precisely the format of /etc/os-release | Lennart Poettering | |
2012-02-14 | man: document CPE field in os-release file | Lennart Poettering | |
2012-02-13 | sd-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-13 | man: we don't support systems without /etc/os-release anymore | Lennart Poettering | |
2012-02-13 | man: 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-13 | Fix broken Git repository URLs | Michael Biebl | |
2012-02-09 | service: imply NotifyAccess=main if WatchdogSec= is used | Lennart Poettering | |
2012-02-09 | man: document restart options | Lennart Poettering | |
2012-02-09 | man: Clarify man page with respect to automatic fstab dependencies | Bill Nottingham | |
Automatic mounts will be added if 'MountAuto=yes' is in system.conf, regardless of whether comment=systemd.mount is set. | |||
2012-02-09 | service: ignore SIGPIPE by defaultsystemd/v41 | Lennart Poettering | |
2012-02-09 | man: document x-systemd-device-timeout= | Lennart Poettering | |
2012-02-09 | man: fix XML | Lennart Poettering | |
Spotted by Sergey Ptashnick. | |||
2012-02-08 | man: document the WATCHDOG_USEC environment variable | Lennart Poettering | |
2012-02-08 | service: introduce WatchdogSec and hook up the watchdog with the existing ↵ | Michael Olbrich | |
failure logic | |||
2012-02-08 | man: document systemd.setenv= | Lennart Poettering | |
2012-02-08 | move /usr/bin/systemd to /usr/lib/systemd/systemd | Kay Sievers | |
2012-02-02 | man: document that we support tcpwrappers only for access control | Lennart 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-01 | service: add watchdog timestamp | Michael 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-25 | virt: detect LXC+libvirt containers | Lennart Poettering | |
2012-01-25 | man: document systemd-cgtop tool | Lennart Poettering | |
2012-01-22 | cgls: don't show kernel threads by default | Lennart Poettering | |
2012-01-18 | persistant -> persistent | Kay Sievers | |
2012-01-18 | tmpfiles: support writing short strings to files, in order to support /sys ↵ | Lennart Poettering | |
manipulations at boot time, a la sysctl | |||
2012-01-18 | exec: introduce ControlGroupPersistant= to make cgroups persistant | Lennart Poettering | |
2012-01-18 | tmpfiles: add support for creating symlinks, char/block device nodes | Lennart Poettering | |
2012-01-12 | core: switch all log targets to go directly to the journal, instead via syslog | Lennart Poettering | |
2012-01-11 | unit: implement new PropagateReloadTo=/PropagateReloadFrom= operations | Lennart Poettering | |