summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sysv-generator: modernizeLennart Poettering2015-10-311-228/+248
* core: bail our earlier when doing auditLennart Poettering2015-10-311-3/+3
* core,nspawn: minor coding style fixesLennart Poettering2015-10-312-6/+3
* nspawn: fix minor memory leakLennart Poettering2015-10-311-0/+1
* core: constify a few thingsLennart Poettering2015-10-313-4/+4
* systemctl: add a way to explicitly request client-side unit installingLennart Poettering2015-10-313-0/+20
* core: set_unit_path overwrites SYSTEMD_UNIT_PATHEvgeny Vereshchagin2015-10-311-1/+1
* journal-remote: increase memory limit per connection to avoid errors with HTTPSDongsu Park2015-10-301-1/+2
* test: add tests to ensure that the capabilities are properly setRonny Chevalier2015-10-291-2/+27
* 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
| |/
* | test-parse-util: Move parse-util tests into their own test caseFilipe Brandenburger2015-10-282-419/+452
* | test-extract-word: Move extract-word tests into their own test caseFilipe Brandenburger2015-10-282-510/+546
* | 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
| |/
* | cpu-set-util: Support ranges in parse_cpu_set_and_warnFilipe Brandenburger2015-10-272-14/+60
* | parse-util: Introduce new parse_range functionFilipe Brandenburger2015-10-273-0/+220
* | cpu-set-util: Accept commas as separators in parse_cpu_set_and_warnFilipe Brandenburger2015-10-272-3/+16
|/
* 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
* | 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
* | util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-27398-232/+689
* | util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering2015-10-2716-59/+123
* | 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-2727-55/+111
* | 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
* | socket-util: move CMSG_FOREACH() from macro.h to socket-util.hLennart Poettering2015-10-274-4/+6
* | io-util.h: move iovec stuff from macro.h to io-util.hLennart Poettering2015-10-2714-41/+53
* | process-util: move PID related macros from macro.h to process-util.hLennart Poettering2015-10-272-3/+3
* | user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-2731-21/+51
* | util-lib: move web-related calls into web-util.[ch]Lennart Poettering2015-10-2713-57/+119
* | util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering2015-10-2716-98/+161