Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-12 | machine-id-setup: add the usual command line parameters | Lennart Poettering | |
2012-04-12 | detect-virt: make detect-virt an official command | Lennart Poettering | |
2012-04-12 | unit: introduce ConditionPathIsReadWrite | Lennart Poettering | |
2012-04-12 | One can specify in which cgroup hierarchies a systemd-nspawn container will ↵ | Léo Gillot-Lamure | |
appear | |||
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-04-11 | polkit: temporarily spawn of a polkit agent in terminals for possibly ↵ | Lennart Poettering | |
authenticated operations | |||
2012-04-11 | units: introduce nss-user-lookup.target | Lennart Poettering | |
This separates user/group NSS lookups from host/network NSS lookups. By default order all network mounts after host/network NSS lookups now, and logind execution after user/group NSS lookups. | |||
2012-04-08 | udev: remove support for /lib/udev/devices/; tmpfiles should be used | Kay Sievers | |
2012-04-05 | systemd: add hardware watchdog support | Lennart Poettering | |
This adds minimal hardware watchdog support to PID 1. The idea is that PID 1 supervises and watchdogs system services, while the hardware watchdog is used to supervise PID 1. This adds two hardware watchdog configuration options, for the runtime watchdog and for a shutdown watchdog. The former is active during normal operation, the latter only at reboots to ensure that if a clean reboot times out we reboot nonetheless. If the runtime watchdog is enabled PID 1 will automatically wake up at half the configured interval and write to the watchdog daemon. By default we enable the shutdown watchdog, but leave the runtime watchdog disabled in order not to break independent hardware watchdog daemons people might be using. This is only the most basic hookup. If necessary we can later on hook up the watchdog ping more closely with services deemed crucial. | |||
2012-04-04 | man: update udev man pages | Kay Sievers | |
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 |