summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* core: port config_parse_bounding_set to extract_first_wordEvgeny Vereshchagin2015-10-301-10/+18
* tests: add test for capability bounding set parsingEvgeny Vereshchagin2015-10-301-0/+7
* Merge pull request #1709 from evverx/set-location-completionDaniel Mack2015-10-291-1/+1
|\
| * shell-completion: hostnamectl: add the command set-locationEvgeny Vereshchagin2015-10-291-1/+1
* | Merge pull request #1717 from ronnychevalier/rc/test_capabilityboundingset2Daniel Mack2015-10-295-2/+53
|\ \
| * | test: add tests to ensure that the capabilities are properly setRonny Chevalier2015-10-295-2/+53
|/ /
* | Merge pull request #1713 from evverx/test-cap-bounding-set-mergingRonny Chevalier2015-10-292-1/+47
|\ \ | |/ |/|
| * core: fix capability bounding set parsingEvgeny Vereshchagin2015-10-291-1/+1
| * test: add test for capability bounding set parsingEvgeny Vereshchagin2015-10-291-0/+46
|/
* Merge pull request #1700 from ssahani/wordLennart Poettering2015-10-283-24/+31
|\
| * nspwan: port to extract_first_wordSusant Sahani2015-10-281-7/+9
| * install: port to extract_first_wordSusant Sahani2015-10-281-9/+10
| * journal-remote: port to extract_first_wordSusant Sahani2015-10-281-8/+12
* | Merge pull request #1707 from dvdhrm/notify-prioLennart Poettering2015-10-281-79/+77
|\ \
| * | core: fix priority ordering in notify-handlingDavid Herrmann2015-10-281-79/+77
* | | Merge pull request #1705 from filbranden/testutil1Lennart Poettering2015-10-285-940/+1025
|\ \ \
| * | | test-parse-util: Move parse-util tests into their own test caseFilipe Brandenburger2015-10-284-419/+460
| * | | test-extract-word: Move extract-word tests into their own test caseFilipe Brandenburger2015-10-284-510/+554
| * | | build-sys: Keep .gitignore sortedFilipe Brandenburger2015-10-281-11/+11
|/ / /
* | | Merge pull request #1703 from ronnychevalier/rc/test_execute_check_nobody2Lennart Poettering2015-10-281-3/+9
|\ \ \
| * | | test-execute: check if nobody exists before running some testsRonny Chevalier2015-10-281-3/+9
| |/ /
* | | Merge pull request #1699 from filbranden/cpuaffinity9Lennart Poettering2015-10-286-21/+304
|\ \ \ | |/ / |/| |
| * | man: Update man page documentation for CPUAffinityFilipe Brandenburger2015-10-282-4/+8
| * | cpu-set-util: Support ranges in parse_cpu_set_and_warnFilipe Brandenburger2015-10-282-14/+60
| * | parse-util: Introduce new parse_range functionFilipe Brandenburger2015-10-283-0/+220
| * | cpu-set-util: Accept commas as separators in parse_cpu_set_and_warnFilipe Brandenburger2015-10-282-3/+16
| |/
* | Merge pull request #1701 from hosiet/l10n-cnDaniel Mack2015-10-284-0/+782
|\ \ | |/ |/|
| * l10n: add zh_CN translation.Boyuan Yang2015-10-284-0/+782
|/
* Merge pull request #1698 from poettering/pid-is-unwaited-fixTom Gundersen2015-10-275-78/+77
|\
| * service: exiting early is nicer than deeply-indented code blocksLennart Poettering2015-10-271-49/+48
| * core: all unit types that watch control PIDs should use the same logicLennart Poettering2015-10-274-31/+29
| * core: don't pass uninitialzed PIDs to pid_is_unwaited()Lennart Poettering2015-10-271-2/+4
* | Merge pull request #1695 from evverx/fix-cap-bounding-mergingLennart Poettering2015-10-271-3/+5
|\ \ | |/ |/|
| * core: fix CapabilityBoundingSet mergingEvgeny Vereshchagin2015-10-271-3/+5
* | Merge pull request #1691 from poettering/util-lib-3Tom Gundersen2015-10-27503-4802/+6781
|\ \ | |/ |/|
| * util-lib: move inotify-related definitions to fs-util.[ch]Lennart Poettering2015-10-276-15/+21
| * util-lib: move fdname_is_valid() to fd-util.[ch]Lennart Poettering2015-10-274-29/+29
| * automount: move generically userful call repeat_mount() into mount-util.[ch]Lennart Poettering2015-10-273-22/+37
| * process-util: move a couple of process-related calls overLennart Poettering2015-10-2713-145/+158
| * process-util: make some minor corrections to PID live detectionLennart Poettering2015-10-271-2/+8
| * process-util: rename get_parent_of_pid() → get_process_ppid()Lennart Poettering2015-10-275-5/+5
| * process-util: actually move rename_process() overLennart Poettering2015-10-273-31/+34
| * mount-util: move fstype_is_network() and name_to_handle_at() definitions overLennart Poettering2015-10-278-32/+42
| * update TODOLennart Poettering2015-10-271-2/+10
| * util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-27399-232/+691
| * util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering2015-10-2717-59/+125
| * stat-util.h: move F_TYPE_EQUAL() macro definition to stat-util.hLennart Poettering2015-10-274-7/+9
| * util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-2728-55/+112
| * macro.h: move definition of MODE_INVALID to parse-util.hLennart Poettering2015-10-273-2/+3
| * macro: move DECIMAL_STR_WIDTH() into macro.hLennart Poettering2015-10-272-9/+9