summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build-sys: move libsystemd-login to /lib, toov31Lennart Poettering2011-07-271-2/+15
* selinux: also profile memory usageLennart Poettering2011-07-271-3/+13
* build-sys: fix make distcheckLennart Poettering2011-07-271-1/+3
* build-sys: prepare v31Lennart Poettering2011-07-271-1/+1
* update TODOLennart Poettering2011-07-271-0/+4
* update TODOLennart Poettering2011-07-271-0/+3
* pam: set XDG_SEAT and XDG_VTNR when logging inLennart Poettering2011-07-262-2/+29
* sd-login: add new call sd_seat_can_multi_session()Lennart Poettering2011-07-265-2/+38
* logind: rename can_activate_sessions to can_multi_sessionLennart Poettering2011-07-262-10/+9
* udev: fix copy/paste error when applying sysctl to network devicesLennart Poettering2011-07-261-1/+1
* pkgconfig: move library .pc files to libdirLennart Poettering2011-07-261-1/+4
* selinux: check PID 1 label instead of /selinux mount point to figure out if s...Lennart Poettering2011-07-251-3/+10
* selinux: log how much time it takes to load the SELinux policy and databaseLennart Poettering2011-07-255-1/+29
* sysctl: apply network specific sysctls to each network card as they appearLennart Poettering2011-07-254-7/+10
* machine-id: be nice and generate compliant v4 UUIDsLennart Poettering2011-07-252-14/+67
* seat: add another 'Plugable' device idKay Sievers2011-07-251-1/+2
* systemctl: hook up new install logicLennart Poettering2011-07-2511-901/+994
* nspawn: mount a new /proc instance in the container so that we don't see the ...Lennart Poettering2011-07-231-1/+1
* systemctl: remove monitor command since it is mostly uselessLennart Poettering2011-07-232-240/+0
* systemctl: split --help into multiple sectionsLennart Poettering2011-07-232-10/+17
* manager: add log control via RT signalsLennart Poettering2011-07-233-25/+76
* bus: expose installer functionsLennart Poettering2011-07-234-3/+303
* login: drop unused variablesLennart Poettering2011-07-231-2/+0
* util: make use of get_user_creds() and get_group_creds() wherever applicableLennart Poettering2011-07-236-117/+105
* install: don't choke on dead linksLennart Poettering2011-07-231-1/+1
* uaccess: port over to using sd-loginLennart Poettering2011-07-231-35/+12
* lookup: fix NUL termination of search path arrayLennart Poettering2011-07-231-2/+4
* util: user parse_uid() wherever applicableLennart Poettering2011-07-238-41/+47
* sd-login: beef up login api, to add monitoring and enumeratingLennart Poettering2011-07-2210-37/+684
* shutdown: untabifyLennart Poettering2011-07-221-3/+4
* shutdown: initialize the controlling terminalHarald Hoyer2011-07-221-0/+3
* shutdown: remove close_nointr_nofail after make_stdio callHarald Hoyer2011-07-221-1/+0
* util: use readdir_r() instead of readdir()Lennart Poettering2011-07-221-5/+13
* install: add new installer implementationLennart Poettering2011-07-227-1/+2397
* systemctl: fix indentingLennart Poettering2011-07-221-16/+16
* path-lookup: add both the configured and the fixed search paths inLennart Poettering2011-07-221-12/+28
* path-lookup: make inclusion of user private units optionalLennart Poettering2011-07-224-7/+26
* update TODOLennart Poettering2011-07-221-2/+0
* fix hwclock_apply_localtime_delta() to properly handle negative TZ offsetKay Sievers2011-07-214-11/+11
* sysctl: support multiple prefixes in a single invocationLennart Poettering2011-07-151-6/+28
* logind: enable PowerOff/Reboot callsLennart Poettering2011-07-153-3/+134
* update TODOLennart Poettering2011-07-151-2/+0
* distribute: src/libsystemd-*.symKay Sievers2011-07-151-4/+6
* libsystemd-daemon: support installation in --with-rootlibdirKay Sievers2011-07-154-8/+43
* README: document licenseLennart Poettering2011-07-141-0/+3
* git: hide more files from gitLennart Poettering2011-07-143-0/+7
* libs: add symbol versioning for the benefit of RPMLennart Poettering2011-07-144-8/+62
* sd-daemon: turn sd-daemon.c into a shared libraryLennart Poettering2011-07-144-26/+66
* uaccess: become a nop when not run on a systemd systemLennart Poettering2011-07-141-0/+6
* logind: introduce libsystemd-login.so as fast path to access logind dataLennart Poettering2011-07-148-3/+507