summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-07-25systemctl: hook up new install logicLennart Poettering
2011-07-23nspawn: mount a new /proc instance in the container so that we don't see the ...Lennart Poettering
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
2011-07-22shutdown: remove close_nointr_nofail after make_stdio callHarald Hoyer
2011-07-22util: use readdir_r() instead of readdir()Lennart Poettering
2011-07-22install: add new installer implementationLennart Poettering
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-21fix hwclock_apply_localtime_delta() to properly handle negative TZ offsetKay Sievers
2011-07-15sysctl: support multiple prefixes in a single invocationLennart Poettering
2011-07-15logind: enable PowerOff/Reboot callsLennart 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-13nspawn: compress mount table a bitLennart Poettering
2011-07-13consolidate TODOLennart Poettering
2011-07-13nspawn: always use bind mounts to make API file systems available in the cont...Lennart Poettering
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
2011-07-13unit: accept empty defaults for kill who/mode argsLennart Poettering
2011-07-13loginctl: implement more verbsLennart Poettering
2011-07-13seat: udev - use ID_PATH_TAG instead of 'sed' hackKay Sievers
2011-07-12unit: introduce ConditionFileIsExecutable= and use it where we check for a bi...Lennart Poettering
2011-07-12service: properly handle who argument on D-Bus kill callsLennart Poettering
2011-07-12tmpfiles: allow creation of named pipes with tmpfilesLennart Poettering
2011-07-12sysctl: support application of sysctl subtreesLennart Poettering
2011-07-12build-sys: fix make distcheckLennart Poettering
2011-07-11shutdown: coding style fixesLennart Poettering
2011-07-11Merge remote-tracking branch 'harald/master'Lennart Poettering
2011-07-11logind: Fix compilation without ACLZbigniew Jędrzejewski-Szmek