summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-07-27selinux: also profile memory usageLennart Poettering1-3/+13
2011-07-26pam: set XDG_SEAT and XDG_VTNR when logging inLennart Poettering2-2/+29
2011-07-26sd-login: add new call sd_seat_can_multi_session()Lennart Poettering4-0/+38
2011-07-26logind: rename can_activate_sessions to can_multi_sessionLennart Poettering2-10/+9
2011-07-26udev: fix copy/paste error when applying sysctl to network devicesLennart Poettering1-1/+1
2011-07-25selinux: check PID 1 label instead of /selinux mount point to figure out if s...Lennart Poettering1-3/+10
2011-07-25selinux: log how much time it takes to load the SELinux policy and databaseLennart Poettering5-1/+29
2011-07-25sysctl: apply network specific sysctls to each network card as they appearLennart Poettering2-0/+3
2011-07-25machine-id: be nice and generate compliant v4 UUIDsLennart Poettering1-8/+30
2011-07-25seat: add another 'Plugable' device idKay Sievers1-1/+2
2011-07-25systemctl: hook up new install logicLennart Poettering8-867/+893
2011-07-23nspawn: mount a new /proc instance in the container so that we don't see the ...Lennart Poettering1-1/+1
2011-07-23systemctl: remove monitor command since it is mostly uselessLennart Poettering1-230/+0
2011-07-23systemctl: split --help into multiple sectionsLennart Poettering1-9/+16
2011-07-23manager: add log control via RT signalsLennart Poettering1-0/+31
2011-07-23bus: expose installer functionsLennart Poettering3-2/+300
2011-07-23login: drop unused variablesLennart Poettering1-2/+0
2011-07-23util: make use of get_user_creds() and get_group_creds() wherever applicableLennart Poettering6-117/+105
2011-07-23install: don't choke on dead linksLennart Poettering1-1/+1
2011-07-23uaccess: port over to using sd-loginLennart Poettering1-35/+12
2011-07-23lookup: fix NUL termination of search path arrayLennart Poettering1-2/+4
2011-07-23util: user parse_uid() wherever applicableLennart Poettering7-41/+45
2011-07-22sd-login: beef up login api, to add monitoring and enumeratingLennart Poettering8-37/+679
2011-07-22shutdown: untabifyLennart Poettering1-3/+4
2011-07-22shutdown: initialize the controlling terminalHarald Hoyer1-0/+3
2011-07-22shutdown: remove close_nointr_nofail after make_stdio callHarald Hoyer1-1/+0
2011-07-22util: use readdir_r() instead of readdir()Lennart Poettering1-5/+13
2011-07-22install: add new installer implementationLennart Poettering5-0/+2381
2011-07-22systemctl: fix indentingLennart Poettering1-16/+16
2011-07-22path-lookup: add both the configured and the fixed search paths inLennart Poettering1-12/+28
2011-07-22path-lookup: make inclusion of user private units optionalLennart Poettering4-7/+26
2011-07-21fix hwclock_apply_localtime_delta() to properly handle negative TZ offsetKay Sievers4-11/+11
2011-07-15sysctl: support multiple prefixes in a single invocationLennart Poettering1-6/+28
2011-07-15logind: enable PowerOff/Reboot callsLennart Poettering2-1/+134
2011-07-14libs: add symbol versioning for the benefit of RPMLennart Poettering2-0/+51
2011-07-14sd-daemon: turn sd-daemon.c into a shared libraryLennart Poettering1-13/+19
2011-07-14uaccess: become a nop when not run on a systemd systemLennart Poettering1-0/+6
2011-07-14logind: introduce libsystemd-login.so as fast path to access logind dataLennart Poettering3-0/+439
2011-07-14systemctl: don't try rebooting with /dev/initcl if Upstart workedLennart Poettering1-1/+1
2011-07-13logind: fix some potentially uninitialized accessesv30Lennart Poettering2-2/+3
2011-07-13nspawn: compress mount table a bitLennart Poettering1-10/+10
2011-07-13consolidate TODOLennart Poettering1-12/+0
2011-07-13nspawn: always use bind mounts to make API file systems available in the cont...Lennart Poettering1-5/+11
2011-07-13logind: use new udev_enumerate_add_match_parent() where applicableLennart Poettering2-6/+10
2011-07-13loginctl: use new udev_device_has_tag() call from libudev where applicableLennart Poettering3-39/+3
2011-07-13logind: remove some unused labelsLennart Poettering3-5/+0
2011-07-13udev: actually check for existance of ID_PATH_TAG before we use itLennart Poettering2-2/+1
2011-07-13loginctl: implement missing kill verbLennart Poettering8-14/+365
2011-07-13unit: use ESRCH as error when we don't find anybody to killLennart Poettering4-8/+8
2011-07-13unit: accept empty defaults for kill who/mode argsLennart Poettering2-8/+34