summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1869 from poettering/kill-overridableMichal Schmidt2015-11-131-1/+1
|\
| * core: remove support for RequiresOverridable= and RequisiteOverridable=Lennart Poettering2015-11-121-1/+1
* | generator: order initrd fsck-root after local-fs-preMichael Marineau2015-11-121-1/+1
* | core: simplify handling of %u, %U, %s and %h unit file specifiersLennart Poettering2015-11-123-65/+19
* | install: follow unit file symlinks in /usr, but not /etc when looking for [In...Lennart Poettering2015-11-122-791/+1083
* | install: never log from install functionsLennart Poettering2015-11-121-13/+7
* | install: various simplificationsLennart Poettering2015-11-122-139/+69
|/
* execute: Add new PassEnvironment= directiveFilipe Brandenburger2015-11-111-4/+11
* defs: rework CONF_DIRS_NULSTR() macroLennart Poettering2015-11-101-1/+1
* conf-parser: use extract_first_wordDavid Reynolds2015-11-091-14/+14
* Merge pull request #1820 from michich/errno-v2Daniel Mack2015-11-092-19/+10
|\
| * treewide: apply errno.cocciMichal Schmidt2015-11-091-18/+9
| * treewide: use the negative error codes returned by our functionsMichal Schmidt2015-11-051-1/+1
* | doc: correct orthography, word forms and missing/extraneous wordsJan Engelhardt2015-11-061-1/+1
|/
* util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering2015-11-031-1/+2
* Merge pull request #1690 from evverx/run-runtime-directoryLennart Poettering2015-11-021-0/+34
|\
| * run: can launch units with RuntimeDirectoryEvgeny Vereshchagin2015-10-271-0/+34
* | Teach bus_append_unit_property_assignment() about 'Delegate' propertyFranck Bui2015-11-021-1/+1
* | nspawn: fix minor memory leakLennart Poettering2015-10-311-0/+1
* | install: port to extract_first_wordSusant Sahani2015-10-281-9/+10
* | process-util: move a couple of process-related calls overLennart Poettering2015-10-272-1/+3
* | util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-2727-2/+29
* | util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering2015-10-271-0/+1
* | util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-273-2/+6
* | user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-274-3/+7
* | util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering2015-10-272-0/+2
* | util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering2015-10-272-0/+2
* | src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering2015-10-271-1/+1
* | util-lib: split out umask-related code to umask-util.hLennart Poettering2015-10-272-2/+4
* | util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering2015-10-272-0/+2
* | util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-276-0/+6
* | util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-273-0/+3
* | util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-274-1/+5
* | util-lib: split out file attribute calls to chattr-util.[ch]Lennart Poettering2015-10-271-0/+1
* | util-lib: split xattr-related calls into xattr-util.[ch]Lennart Poettering2015-10-271-0/+1
* | util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-274-2/+6
* | util-lib: split out resource limits related calls into rlimit-util.[ch]Lennart Poettering2015-10-271-0/+1
* | util: move filename_is_valid() and path_is_safe() to path-util.[ch]Lennart Poettering2015-10-272-1/+3
* | util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering2015-10-274-0/+4
* | util-lib: move fstab_node_to_udev_node() to fstab-util.[ch]Lennart Poettering2015-10-272-2/+63
* | util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-273-0/+3
* | util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering2015-10-271-4/+3
* | util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering2015-10-271-0/+1
* | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-2710-7/+16
|/
* Merge pull request #1676 from poettering/util-lib-2Tom Gundersen2015-10-268-6/+14
|\
| * util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-264-4/+8
| * util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-264-2/+6
* | run: can launch units with ProtectHomeEvgeny Vereshchagin2015-10-261-1/+2
|/
* Merge pull request #1654 from poettering/util-libTom Gundersen2015-10-2533-192/+181
|\
| * util-lib: move formats-util.h from shared/ to basic/Lennart Poettering2015-10-251-63/+0