summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-25machine-id: be nice and generate compliant v4 UUIDsLennart Poettering
Newly generated machine IDs now qualify as randomized v4 UUIds. This is trivial to do and hopefully increases adoption of the ID for various purposes.
2011-07-25seat: add another 'Plugable' device idKay Sievers
2011-07-25systemctl: hook up new install logicLennart Poettering
This adds a number of new options to systemctl, for presets, reenabling, masking/unmask, and runtime operations.
2011-07-23nspawn: mount a new /proc instance in the container so that we don't see the ↵Lennart Poettering
hosts' PID tree This partially reverts f5c1b9eeb94c112e5dac09fc6a47c571356c30c0.
2011-07-23systemctl: remove monitor command since it is mostly uselessLennart Poettering
2011-07-23systemctl: split --help into multiple sectionsLennart Poettering
2011-07-23manager: add log control via RT signalsLennart Poettering
2011-07-23bus: expose installer functionsLennart Poettering
2011-07-23login: drop unused variablesLennart Poettering
2011-07-23util: make use of get_user_creds() and get_group_creds() wherever applicableLennart Poettering
2011-07-23install: don't choke on dead linksLennart Poettering
2011-07-23uaccess: port over to using sd-loginLennart Poettering
2011-07-23lookup: fix NUL termination of search path arrayLennart Poettering
2011-07-23util: user parse_uid() wherever applicableLennart Poettering
2011-07-22sd-login: beef up login api, to add monitoring and enumeratingLennart Poettering
2011-07-22shutdown: untabifyLennart Poettering
2011-07-22shutdown: initialize the controlling terminalHarald Hoyer
Thanks Kay Sievers!
2011-07-22shutdown: remove close_nointr_nofail after make_stdio callHarald Hoyer
make_stdio itsselves closes the fd already
2011-07-22util: use readdir_r() instead of readdir()Lennart Poettering
2011-07-22install: add new installer implementationLennart 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-22systemctl: fix indentingLennart Poettering
2011-07-22path-lookup: add both the configured and the fixed search paths inLennart Poettering
2011-07-22path-lookup: make inclusion of user private units optionalLennart Poettering
2011-07-22update TODOLennart Poettering
2011-07-21fix hwclock_apply_localtime_delta() to properly handle negative TZ offsetKay Sievers
Localtime may be a negative number, i.e. GMT-7. Fix based on a patch from Kelly Anderson <kelly@silka.with-linux.com>.
2011-07-15sysctl: support multiple prefixes in a single invocationLennart Poettering
2011-07-15logind: enable PowerOff/Reboot callsLennart Poettering
2011-07-15update TODOLennart Poettering
2011-07-15distribute: src/libsystemd-*.symKay Sievers
2011-07-15libsystemd-daemon: support installation in --with-rootlibdirKay Sievers
2011-07-14README: document licenseLennart Poettering
2011-07-14git: hide more files from gitLennart Poettering
2011-07-14libs: add symbol versioning for the benefit of RPMLennart Poettering
2011-07-14sd-daemon: turn sd-daemon.c into a shared libraryLennart Poettering
2011-07-14uaccess: become a nop when not run on a systemd systemLennart Poettering
2011-07-14logind: introduce libsystemd-login.so as fast path to access logind dataLennart Poettering
2011-07-14systemctl: don't try rebooting with /dev/initcl if Upstart workedLennart Poettering
2011-07-13logind: fix some potentially uninitialized accessessystemd/v30Lennart Poettering
2011-07-13build-sys: bump releaseLennart Poettering
2011-07-13nspawn: compress mount table a bitLennart Poettering
2011-07-13man: add a couple of crosslinksLennart Poettering
2011-07-13man: add man page for systemd-loginctlLennart Poettering
2011-07-13consolidate TODOLennart Poettering
2011-07-13nspawn: always use bind mounts to make API file systems available in the ↵Lennart Poettering
container This ensures that read-only flags are never passed from the container to the host OS.
2011-07-13logind: use new udev_enumerate_add_match_parent() where applicableLennart Poettering
2011-07-13loginctl: use new udev_device_has_tag() call from libudev where applicableLennart Poettering
2011-07-13logind: remove some unused labelsLennart Poettering
2011-07-13udev: actually check for existance of ID_PATH_TAG before we use itLennart Poettering
2011-07-13loginctl: implement missing kill verbLennart Poettering
2011-07-13unit: use ESRCH as error when we don't find anybody to killLennart Poettering