summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* core: bump net.unix.max_dgram_qlen really early during bootLennart Poettering2015-11-021-1/+40
* Merge pull request #1690 from evverx/run-runtime-directoryLennart Poettering2015-11-021-0/+35
|\
| * run: can launch units with RuntimeDirectoryEvgeny Vereshchagin2015-10-271-0/+35
* | Merge pull request #1722 from evverx/port-cap-bounding-set-to-extract-first-wordDaniel Mack2015-11-021-10/+18
|\ \
| * | core: port config_parse_bounding_set to extract_first_wordEvgeny Vereshchagin2015-10-301-10/+18
* | | core: be more verbose when NameOwnerChanged subscriptions failDaniel Mack2015-11-022-2/+2
* | | core: service: fix error messageDaniel Mack2015-11-021-1/+1
* | | sd-daemon: increase sd_notify() socket buffer sizeLennart Poettering2015-10-311-0/+4
* | | core: bail our earlier when doing auditLennart Poettering2015-10-311-3/+3
* | | core,nspawn: minor coding style fixesLennart Poettering2015-10-311-4/+2
* | | core: constify a few thingsLennart Poettering2015-10-311-2/+2
* | | core: set_unit_path overwrites SYSTEMD_UNIT_PATHEvgeny Vereshchagin2015-10-311-1/+1
|/ /
* | core: fix capability bounding set parsingEvgeny Vereshchagin2015-10-291-1/+1
* | core: fix priority ordering in notify-handlingDavid Herrmann2015-10-281-79/+77
* | 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-272-0/+2
* | automount: move generically userful call repeat_mount() into mount-util.[ch]Lennart Poettering2015-10-271-22/+14
* | process-util: move a couple of process-related calls overLennart Poettering2015-10-276-0/+6
* | process-util: rename get_parent_of_pid() → get_process_ppid()Lennart Poettering2015-10-272-2/+2
* | mount-util: move fstype_is_network() and name_to_handle_at() definitions overLennart Poettering2015-10-271-0/+1
* | util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-2742-17/+59
* | util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering2015-10-272-0/+2
* | util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-273-3/+7
* | io-util.h: move iovec stuff from macro.h to io-util.hLennart Poettering2015-10-271-0/+1
* | user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-274-0/+4
* | util-lib: move web-related calls into web-util.[ch]Lennart Poettering2015-10-271-0/+1
* | util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering2015-10-273-0/+3
* | util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering2015-10-271-0/+1
* | src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering2015-10-274-4/+4
* | util-lib: split out umask-related code to umask-util.hLennart Poettering2015-10-273-0/+3
* | util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering2015-10-271-1/+2
* | util-lib: move status printing stuff into src/core/Lennart Poettering2015-10-272-0/+85
* | util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-2718-4/+23
* | util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-278-0/+8
* | util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-277-0/+7
* | util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* | util-lib: split out resource limits related calls into rlimit-util.[ch]Lennart Poettering2015-10-273-0/+3
* | util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering2015-10-274-11/+15
* | util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-276-0/+6
* | util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering2015-10-274-13/+12
* | util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering2015-10-272-1/+2
* | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-2721-7/+29
|/
* Merge pull request #1679 from evverx/refuse-manual-start-by-reload-or-restartLennart Poettering2015-10-261-1/+2
|\
| * core: don't allow manual start with reload-or-restart tooEvgeny Vereshchagin2015-10-261-1/+2
* | unmount: Pass in mount options when remounting read-onlyJan Janssen2015-10-261-6/+20