summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* machine-id: fix missing initializationv201Lennart Poettering2013-04-083-30/+32
* build-sys: prepare 201Lennart Poettering2013-04-083-10/+76
* shutdown: print a message when storage is finalizedLennart Poettering2013-04-081-0/+2
* journald: bring max coredump size in sync with max entry sizeLennart Poettering2013-04-082-2/+6
* update TODOLennart Poettering2013-04-081-0/+7
* cgroup: clean-upsLennart Poettering2013-04-082-3/+8
* analyze: various cleanupsLennart Poettering2013-04-082-32/+58
* analyze: fix OOM handling + fix memory leakLennart Poettering2013-04-081-2/+6
* analyze: add missing --help text entriesLennart Poettering2013-04-081-1/+4
* man: be clearer that it's not OK to manipulate systemd's own cgroup hirearchyLennart Poettering2013-04-081-2/+5
* systemd-analyze: filter dot outputŁukasz Stelmach2013-04-082-8/+83
* udev/udev-ctrl.c:udev_ctrl_new_from_fd() enable SO_PASSCREDHarald Hoyer2013-04-081-0/+2
* dbus-manager: fix variable type introspectionRonny Chevalier2013-04-081-2/+2
* cgroup: always keep access mode of 'tasks' and 'cgroup.procs' files in cgroup...Lennart Poettering2013-04-084-26/+50
* kernel-install: don't make unused parameter mandatoryMarc-Antoine Perennou2013-04-081-1/+5
* TODO: updateKay Sievers2013-04-081-0/+3
* journald: no need to free audit varsLennart Poettering2013-04-081-1/+4
* journald: drop two more memory allocationsLennart Poettering2013-04-081-10/+12
* journald: get rid of one more memory allocationLennart Poettering2013-04-081-5/+7
* journald: Do not dynamically allocate _UID/_GID/_PID stringsHolger Hans Peter Freyther2013-04-081-8/+14
* journald: Do not always record _AUDIT_SESSION and _AUDIT_LOGINUIDHolger Hans Peter Freyther2013-04-081-0/+4
* util: Avoid memory allocations for formatting pathsHolger Hans Peter Freyther2013-04-081-29/+25
* update TODOLennart Poettering2013-04-082-0/+5
* cgtop: print absolute CPU times with format_timespanLennart Poettering2013-04-081-14/+14
* Do not serialize environment, when switching rootHarald Hoyer2013-04-083-13/+15
* sd-daemon.c: allow use of -lrt to be avoidedSimon McVittie2013-04-081-2/+2
* journal: Fix typoMarius Vollmer2013-04-081-1/+1
* systemd-python: fix wait bugSteven Hiscocks2013-04-061-2/+1
* dbus-loop.c: fix variable initializationKay Sievers2013-04-061-1/+2
* Use _cleanup_ when reading config filesZbigniew Jędrzejewski-Szmek2013-04-052-34/+14
* Add _cleanup_globfree_Zbigniew Jędrzejewski-Szmek2013-04-054-21/+13
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-0549-554/+392
* udevadm: do not free node on successZbigniew Jędrzejewski-Szmek2013-04-051-41/+37
* udev-builtin-usb_id: avoid comparison of unsigned and ssize_tZbigniew Jędrzejewski-Szmek2013-04-051-20/+14
* systemctl: tweak drop-in displayLennart Poettering2013-04-051-1/+1
* systemctl: tweak output of Listen: fields a bitLennart Poettering2013-04-051-1/+1
* systemctl: Add DropIn paths to status messageOleksii Shevchuk2013-04-051-0/+36
* build-sys: libsystemd-daemon.so is no longer required for pam_systemdLennart Poettering2013-04-051-1/+0
* build-sys: add new man pages to makefileLennart Poettering2013-04-051-0/+20
* logind: consider key inhibitors that are taken by non-session processes as gl...Lennart Poettering2013-04-051-1/+6
* PAM, uaccess: check for logind, not for systemdMartin Pitt2013-04-053-6/+8
* shell-completion: work on session shell is --user is usedZbigniew Jędrzejewski-Szmek2013-04-052-32/+40
* build-sys: use LN_S in Makefile.amZbigniew Jędrzejewski-Szmek2013-04-051-2/+2
* bus: various improvements for test-bus-chatLennart Poettering2013-04-052-26/+17
* bus: convert a couple of calls over to new convenience functionsLennart Poettering2013-04-052-148/+70
* bus: add convenience calls for method replies, tooLennart Poettering2013-04-052-0/+65
* bus: when parsing signature strings, accept NULL as empty signatureLennart Poettering2013-04-051-1/+3
* bus: make sure callback structs are always properly initializedLennart Poettering2013-04-051-3/+3
* vconsole-setup: fix vconsole.conf vs. cmdline overriding logicMichal Schmidt2013-04-051-17/+12
* bus: use C99 struct construction for error initializersLennart Poettering2013-04-054-13/+16