summaryrefslogtreecommitdiffstats
path: root/systemd-master (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-30tests: add test for capability bounding set parsingEvgeny Vereshchagin1-0/+7
2015-10-29test: add tests to ensure that the capabilities are properly setRonny Chevalier5-2/+53
2015-10-29core: fix capability bounding set parsingEvgeny Vereshchagin1-1/+1
2015-10-29test: add test for capability bounding set parsingEvgeny Vereshchagin1-0/+46
2015-10-29shell-completion: hostnamectl: add the command set-locationEvgeny Vereshchagin1-1/+1
2015-10-28core: fix priority ordering in notify-handlingDavid Herrmann1-79/+77
2015-10-28nspwan: port to extract_first_wordSusant Sahani1-7/+9
2015-10-28install: port to extract_first_wordSusant Sahani1-9/+10
2015-10-28journal-remote: port to extract_first_wordSusant Sahani1-8/+12
2015-10-28test-parse-util: Move parse-util tests into their own test caseFilipe Brandenburger4-419/+460
2015-10-28test-extract-word: Move extract-word tests into their own test caseFilipe Brandenburger4-510/+554
2015-10-28build-sys: Keep .gitignore sortedFilipe Brandenburger1-11/+11
2015-10-28test-execute: check if nobody exists before running some testsRonny Chevalier1-3/+9
2015-10-28l10n: add zh_CN translation.Boyuan Yang4-0/+782
2015-10-28man: Update man page documentation for CPUAffinityFilipe Brandenburger2-4/+8
2015-10-28cpu-set-util: Support ranges in parse_cpu_set_and_warnFilipe Brandenburger2-14/+60
2015-10-28parse-util: Introduce new parse_range functionFilipe Brandenburger3-0/+220
2015-10-28cpu-set-util: Accept commas as separators in parse_cpu_set_and_warnFilipe Brandenburger2-3/+16
2015-10-27service: exiting early is nicer than deeply-indented code blocksLennart Poettering1-49/+48
2015-10-27core: all unit types that watch control PIDs should use the same logicLennart Poettering4-31/+29
2015-10-27core: don't pass uninitialzed PIDs to pid_is_unwaited()Lennart Poettering1-2/+4
2015-10-27util-lib: move inotify-related definitions to fs-util.[ch]Lennart Poettering6-15/+21
2015-10-27util-lib: move fdname_is_valid() to fd-util.[ch]Lennart Poettering4-29/+29
2015-10-27automount: move generically userful call repeat_mount() into mount-util.[ch]Lennart Poettering3-22/+37
2015-10-27process-util: move a couple of process-related calls overLennart Poettering13-145/+158
2015-10-27process-util: make some minor corrections to PID live detectionLennart Poettering1-2/+8
2015-10-27process-util: rename get_parent_of_pid() → get_process_ppid()Lennart Poettering5-5/+5
2015-10-27process-util: actually move rename_process() overLennart Poettering3-31/+34
2015-10-27mount-util: move fstype_is_network() and name_to_handle_at() definitions overLennart Poettering8-32/+42
2015-10-27update TODOLennart Poettering1-2/+10
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering399-232/+691
2015-10-27util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering17-59/+125
2015-10-27stat-util.h: move F_TYPE_EQUAL() macro definition to stat-util.hLennart Poettering4-7/+9
2015-10-27util-lib: split out printf() helpers to stdio-util.hLennart Poettering28-55/+112
2015-10-27macro.h: move definition of MODE_INVALID to parse-util.hLennart Poettering3-2/+3
2015-10-27macro: move DECIMAL_STR_WIDTH() into macro.hLennart Poettering2-9/+9
2015-10-27socket-util: move CMSG_FOREACH() from macro.h to socket-util.hLennart Poettering4-4/+6
2015-10-27io-util.h: move iovec stuff from macro.h to io-util.hLennart Poettering14-41/+53
2015-10-27process-util: move PID related macros from macro.h to process-util.hLennart Poettering2-3/+3
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering31-21/+51
2015-10-27util-lib: move web-related calls into web-util.[ch]Lennart Poettering14-57/+121
2015-10-27util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering17-98/+163
2015-10-27detect-virt: add new --chroot switch to detect chroot() environmentsLennart Poettering2-5/+34
2015-10-27util-lib: move running_in_chroot() into virt.[ch]Lennart Poettering5-12/+14
2015-10-27util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering24-126/+199
2015-10-27util-lib: move is_main_thread() to process-util.[ch]Lennart Poettering5-16/+17
2015-10-27src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering32-34/+35
2015-10-27util-lib: split out umask-related code to umask-util.hLennart Poettering13-21/+61
2015-10-27util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering19-99/+122
2015-10-27util-lib: move status printing stuff into src/core/Lennart Poettering4-81/+85