Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-04 | Merge branch 'master' of ssh://git.freedesktop.org/git/systemd/systemd | Kay Sievers | |
2012-04-04 | move imported udev into place | Kay Sievers | |
2012-04-04 | man: document the _TRANSPORT journal field | Lennart Poettering | |
2012-04-03 | man: clarify the formatting of timestamps | Lennart Poettering | |
2012-04-03 | man: update documentation of special units | Lennart Poettering | |
2012-04-03 | man: document special journal fields | Lennart Poettering | |
2012-04-03 | systemctl: make -f short for both --follow and --force | Lennart Poettering | |
2012-03-30 | rename /etc/systemd/systemd-{login,journal}d.conf to {login,journal}d.conf | Kay Sievers | |
2012-03-27 | journalctl: add --local switch | Lennart Poettering | |
2012-03-26 | man: don't claim -f was short for --follow | Lennart Poettering | |
2012-03-26 | journalctl,loginctl: drop systemd- prefix in binary names | Lennart Poettering | |
Let's make things a bit easier to type, drop the systemd- prefix for journalctl and loginctl, but provide the old names for compat. All systemd binaries are hence now prefixed with "systemd-" with the exception of the three primary user interface binaries: systemctl loginctl journalctl For those three we do provide systemd-xyz names as well, via symlinks: systemd-systemctl → systemctl systemd-loginctl → loginctl systemd-journalctl → journalctl We do this only for the *primary* user tools, in order to avoid unnecessary namespace problems. That means tools like systemd-notify stay the way they are. | |||
2012-03-22 | man: systemd-cat(1) typo fix | Lennart Poettering | |
Noticed by Sergey Ptashnick | |||
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 | |