summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2011-07-11build-sys: Add i18n support through intltoolBastien Nocera
2011-07-11clarify separate-/usr messageKay Sievers
2011-07-09loginctl: add missing header fileLennart Poettering
2011-07-08systemctl: fix --help syntax for variablesLennart Poettering
2011-07-08logind: don't confuse 'shared' with a session of its ownLennart Poettering
2011-07-08logind: fix introspection typoLennart Poettering
2011-07-08acl: two tag matching is not going to be available in libudevLennart Poettering
2011-07-08loginctl: add various introspection functionsLennart Poettering
2011-07-08seat: only mark main input device for seat assignmentsLennart Poettering
2011-07-07systemctl: hide all information on --kill-mode= since it is mostly uselessLennart Poettering
2011-07-07systemctl: use cached tty value where possibleLennart Poettering
2011-07-07systemctl: cache tty value before we open the pagerLennart Poettering
2011-07-07loginctl: add basic implementation of loginctl for introspecting controlling ...Lennart Poettering
2011-07-07cgls: add pager support to systemd-cglsLennart Poettering
2011-07-07path,unit: support globbing in conditions and path unitsLennart Poettering
2011-07-06manager: merge serialization and desrialization counter into one, and increas...Lennart Poettering
2011-07-06cgroup: don't trim a cgroup we create, we might just take it over from somebo...Lennart Poettering
2011-07-05udev: tag virtio serial ports with systemd by defaultLennart Poettering
2011-07-05udev: improve udev rule a bitLennart Poettering
2011-07-05service: 'pidfile:' in SysV chkconfig header implies a real daemonMichal Schmidt
2011-07-05udev: pull in printer.target from all kinds of printersLennart Poettering
2011-07-05util: explicitly turn of O_CLOEXEC for stdin/stdout/stderrLennart Poettering
2011-07-05add a few O_CLOEXEC where missingLennart Poettering
2011-07-05logind: write rules files atomicallyLennart Poettering