Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-22 | system-update: add system update generator | Lennart Poettering | |
http://freedesktop.org/wiki/Software/systemd/SystemUpdates | |||
2012-05-22 | mount: replace PID1 internal fstab parser with generator | Lennart Poettering | |
Bit by bit we should remove non-unit parsing from PID 1 and move into generators, to clean up our code base a bit and clearly separate parsers. | |||
2012-05-16 | delta: add systemd-delta tool to find overriden configuration and unit files | Lennart Poettering | |
2012-05-08 | sleep: implement suspend/hibernate as first class targets | Lennart Poettering | |
2012-05-05 | logind: implement delay inhibitor locks in addition to block inhibitor locks | Lennart Poettering | |
This is useful to allow applications to synchronously save data before the system is suspended or shut down. | |||
2012-04-24 | remount: consolidate remount-api-vfs and remount-rootfs into one | Lennart Poettering | |
This has the advantage of removing a confusing warning by mount if the root directory is not listed in fstab. | |||
2012-04-17 | update .gitignore | Lennart Poettering | |
2012-04-17 | udev: install udevd as /usr/lib/systemd/systemd-udevd | Kay Sievers | |
2012-04-16 | logind: add shutdown/suspend/idle inhibition framework | Lennart Poettering | |
2012-04-13 | update .gitignore | Kay Sievers | |
2012-04-13 | build-sys: add stub makefiles to all subdirs to ease development with emacs | Lennart Poettering | |
2012-04-10 | udev: fix gcc warnings showing up after adding $(AM_CFLAGS) | 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 | move imported udev into place | Kay Sievers | |
2012-04-02 | journal: implicitly add code location to all messages logged with the native ↵ | Lennart Poettering | |
interface This logic can be turned off by defining SD_JOURNAL_SUPPRESS_LOCATION before including sd-journal.h. This also saves/restores errno in all logging functions, in order to be useful as logging calls without side-effects. This also adds a couple of __unlikely__ around the early checks in the logging calls, in order to minimize the runtime impact. | |||
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-06 | umount: don't try to umount /usr, if we are running from it | Lennart Poettering | |
2012-01-23 | login: add multi-session X wrapper | Lennart Poettering | |
In preparation for https://bugzilla.gnome.org/show_bug.cgi?id=655380 we decided it's better to include the multi-seat X wrapper in systemd, rather than gdm. (Side effect: this makes this accessible for other DMs) This is a stop-gap for now, until X gins proper multi-seat graphics support at which point this code will go away without replacement. | |||
2012-01-23 | add .vimrc | Kay Sievers | |
2012-01-22 | cgtop: add new cgtop tool | Lennart Poettering | |
2012-01-14 | journal: hook up coredumping with journal | Lennart Poettering | |
2012-01-14 | journal: add new system-cat tool as kind of a more powerfull BSD logger | Lennart Poettering | |
2012-01-05 | git: only ignore toplevel systemd file | Lennart Poettering | |
2011-12-31 | libsystemd-id128: restructure Makefile.am | Kay Sievers | |
2011-12-31 | timedated: move sources to subdirectory | Kay Sievers | |
2011-12-31 | git: update gitignore | Lennart Poettering | |
2011-12-30 | journal: add unit files and shared library glue | Lennart Poettering | |
2011-10-07 | journal: add preliminary incomplete implementation | Lennart Poettering | |
2011-08-30 | stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptive | Lennart Poettering | |
2011-07-22 | install: add new installer implementation | Lennart Poettering | |
This new installer will replace the current code of "systemctl enable" but also be available via D-Bus. It adds a couple of new features: - Mask/Unmask calls - Reenable call - Preset call - Support for enabling units temporarily (i.e. in /run/systemd instead of /etc/systemd) - Enumeration of installed units - Support for out-of-search-path units systemctl and D-Bus are not hooked up with this yet | |||
2011-07-14 | git: hide more files from git | Lennart Poettering | |
2011-07-14 | sd-daemon: turn sd-daemon.c into a shared library | Lennart Poettering | |
2011-07-14 | logind: introduce libsystemd-login.so as fast path to access logind data | Lennart Poettering | |
2011-07-07 | loginctl: add basic implementation of loginctl for introspecting controlling ↵ | Lennart Poettering | |
sessions/users/seats | |||
2011-06-21 | mechanisms: add mechanisms to change system locale and clock | Lennart Poettering | |
2011-06-21 | logind: implement ACL management | Lennart Poettering | |
2011-06-21 | logind: first version that compiles fine | Lennart Poettering | |
2011-04-16 | hostnamed: introduce systemd-hostnamed | Lennart Poettering | |
http://www.freedesktop.org/wiki/Software/systemd/hostnamed | |||
2011-04-04 | binfmt: add binfmt tool to set up binfmt_misc at boot | Lennart Poettering | |
2011-03-15 | getty: move automatic serial getty logic into generator | Lennart Poettering | |
2011-03-14 | nspawn: add simple chroot(1) like tool to execute commands in a namespace ↵ | Lennart Poettering | |
container | |||
2011-03-12 | systemctl: support remote and privileged systemctl access via SSH and pkexec | Lennart Poettering | |
This adds support for executing systemctl operations remotely or as privileged user while still running systemctl itself unprivileged and locally. This currently requires a D-Bus patch to work properly. https://bugs.freedesktop.org/show_bug.cgi?id=35230 | |||
2011-03-07 | add .vimrc to .gitignore | Andrey Borzenkov | |
2011-03-04 | main: introduce /etc/machine-id | Lennart Poettering | |
This is supposed to play the same roles /var/lib/dbus/machine-id, however fixes a couple of problems: - It is available during early boot since it is stored in /etc - Removes the ID from the D-Bus context and moves it into a system context, thus hopefully lowering hesitation by people to use it. - It is generated at installation time. If the file is empty at boot time it will be mounted over with a randomly generated ID, which is not saved to disk. This is useful to support state-less machines with no transient or writable /etc configuration. | |||
2011-02-21 | virtualization: beef virtualization code | Lennart Poettering | |
2010-11-18 | sysctl: implement native sysctl tool to support Debian-style /etc/sysctl.d | Lennart Poettering | |
2010-11-14 | load-fragment: properly do comparison of words | Lennart Poettering | |
2010-11-10 | ac-power: make ac-power a proper binary that scripts can call | Lennart Poettering | |
2010-11-10 | manager: parse RD_TIMESTAMP passed from initrd | Lennart Poettering | |
2010-11-10 | cryptsetup: minimal cryptsetup unit generator | Lennart Poettering | |