summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer57-377/+580
2013-02-13bootchart itemsAuke Kok1-0/+2
2013-02-13man: use <replaceable> in various placesZbigniew Jędrzejewski-Szmek18-30/+26
2013-02-13man: add filenames to the indexZbigniew Jędrzejewski-Szmek1-1/+31
2013-02-13man: bootchart: change /var/log to /run/logWilliam Giokas5-5/+5
2013-02-13Add systemd-analyze to .gitignoreAuke Kok1-0/+1
2013-02-13Move systemctl dot to systemd-analyze dotSimon Peeters7-247/+230
2013-02-13systemd-analyze: rewrite in C.Simon Peeters3-339/+634
2013-02-13systemctl: use parse_unit_infoMarc-Antoine Perennou1-42/+12
2013-02-13dbus: introduce parse_unit_infoMarc-Antoine Perennou2-0/+30
2013-02-13dbus: import struct unit_info from systemctlMarc-Antoine Perennou2-13/+13
2013-02-13update TODOLennart Poettering1-3/+0
2013-02-13build-sys: make EFI support build-time optionalLennart Poettering5-4/+32
2013-02-13build-sys: make PolicyKit support compile-time optional (was runtime-optional...Lennart Poettering5-2/+36
2013-02-13build-sys: fix build without -Wl,--gc-sectionsZbigniew Jędrzejewski-Szmek1-1/+2
2013-02-13efi: efi_get_boot_options() should already sort the entries, the random order...Lennart Poettering3-8/+36
2013-02-13efi: use efi_get_variable_string() instead of efi_get_variable() where we canLennart Poettering1-14/+2
2013-02-13update TODOLennart Poettering1-0/+2
2013-02-13test-strv.c: Changed assert() to assert_se()Daniel Buch1-48/+48
2013-02-13test-strv.c: added strv_append testDaniel Buch1-0/+14
2013-02-13test-strv.c: added strv_merge_concat testDaniel Buch1-0/+15
2013-02-13test-strv.c: added strv_merge testDaniel Buch1-0/+19
2013-02-13TODOLennart Poettering1-0/+4
2013-02-13selinux: use a dynamically sized string when generating audit messagesLennart Poettering1-4/+9
2013-02-13use streq instead of strcmpThomas Hindoe Paaboel Andersen22-66/+66
2013-02-13bootctl: always show slashes not backslashesKay Sievers1-1/+14
2013-02-13efi: unify BootXXXX readingKay Sievers3-28/+32
2013-02-13Revert "log_error() if inotify_add_watch() fails"Lennart Poettering5-8/+1
2013-02-13log_error() if inotify_add_watch() failsHarald Hoyer5-1/+8
2013-02-13sysctl: fix uninitalized memory access in error pathZbigniew Jędrzejewski-Szmek1-1/+2
2013-02-13man: rename systemd.conf to systemd-system.confZbigniew Jędrzejewski-Szmek10-19/+22
2013-02-13man: Make options consistentWilliam Giokas9-38/+38
2013-02-13man: Write man page for systemd-bootchart(1)William Giokas1-3/+89
2013-02-13test-udev: include missing.hAleksander Morgado1-0/+1
2013-02-13ratelimit: fix off-by-oneMichael Olbrich1-1/+1
2013-02-13tests: add test for continuation lines with commentsZbigniew Jędrzejewski-Szmek1-0/+21
2013-02-13build-sys: disable tests in po/, docs/ with separate build dirZbigniew Jędrzejewski-Szmek3-4/+15
2013-02-13bootchart: Fix typos and some EnglishWilliam Giokas2-4/+4
2013-02-13man: typo fixLennart Poettering1-1/+1
2013-02-13update TODOLennart Poettering1-0/+5
2013-02-13util: *DO NOT* loop for EINTR handling with close_nointr()Colin Walters1-10/+17
2013-02-13boot: add stub Makefile symlinkLennart Poettering1-0/+1
2013-02-12TODO: bootchart itemsAuke Kok1-0/+4
2013-02-12bootchart: make bootchart work from within the initrdHarald Hoyer2-30/+46
2013-02-13journal: Don't use loginuid if it's not validColin Walters1-5/+13
2013-02-13util: introduce strcaseeq/strncaseeqThomas Hindoe Paaboel Andersen4-9/+11
2013-02-13use strneq instead of strncmpThomas Hindoe Paaboel Andersen15-38/+38
2013-02-12Merge branch 'master' of ssh://git.freedesktop.org/git/systemd/systemd into workAuke Kok9-52/+155
2013-02-13efi: add missing #includeLennart Poettering1-0/+1
2013-02-13manager: pass environment over daemon-reexecOleksii Shevchuk1-1/+28