summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2014-08-30cgroup-util: shorten cg_path_get_sessionZbigniew Jędrzejewski-Szmek
2014-08-30Fix a few more typosRuben Kerkhof
2014-08-28use the switch_root function in shutdownHarald Hoyer
2014-08-28macro: use unique variable names for math-macrosDavid Herrmann
2014-08-27util: fix minimal race where we might miss SIGTERMs when forking off an agentLennart Poettering
2014-08-27util: make lookup_uid() globalDavid Herrmann
2014-08-27shared: make container_of() use unique variable namesDavid Herrmann
2014-08-27shared: drop UNIQUE()David Herrmann
2014-08-27systemctl: fix broken list-unit-files with --rootLukas Nykryn
2014-08-26util: make use of newly added reset_signal_mask() call wherever appropriateLennart Poettering
2014-08-26util: reset signals when we fork off agentsLennart Poettering
2014-08-26util: make sure reset_all_signal_handlers() continues with all other signal h...Lennart Poettering
2014-08-26missing: add BPF_XORMichael Olbrich
2014-08-26Revert "systemctl: fix broken list-unit-files with --root"Lennart Poettering
2014-08-25systemctl: fix broken list-unit-files with --rootLukas Nykryn
2014-08-22core: add support for a configurable system-wide start-up timeoutLennart Poettering
2014-08-22missing.h: add a cpp warning for __NR_memfd_create on MIPSDaniel Mack
2014-08-22missing.h: add fake __NR_memfd_create for MIPSDaniel Mack
2014-08-22shared: add MAXSIZE() and use it in resolvedDavid Herrmann
2014-08-21install: simplify usage of _cleanup_ macrosLennart Poettering
2014-08-21service,strv: introduce strv_find_startswith() and make use of itLennart Poettering
2014-08-21util: make asynchronous_close() really work like an asynchronous version of s...Lennart Poettering
2014-08-21util: simplify close_nointr() a bitLennart Poettering
2014-08-21util: change return value of startswith() to non-constLennart Poettering
2014-08-20util: return after freeing all members of arrayLukas Nykryn
2014-08-20systemctl: fail in the case that no unit files were foundLukas Nykryn
2014-08-20indentation/spurious whitespace fixesLennart Poettering
2014-08-19memfd: escape the comm field we get from PR_GET_NAME, but assume everything e...Lennart Poettering
2014-08-19memfd: skip utf-8 escaping if we use a name that was passed inDaniel Mack
2014-08-19memfd: reduce name escaping logic to utf-8 checksDaniel Mack
2014-08-19memfd: simplify APILennart Poettering
2014-08-19Revert "socket: introduce SELinuxLabelViaNet option"Lennart Poettering
2014-08-19tmpfiles: add new 'r' line type to add UIDs/GIDs to the pool to allocate UIDs...Lennart Poettering
2014-08-19socket: introduce SELinuxLabelViaNet optionMichal Sekletar
2014-08-19util: remove unused FOREACH_WORD_SEPARATOR_QUOTEDLennart Poettering
2014-08-19sysusers: add another column to sysusers files for the home directoryLennart Poettering
2014-08-19hashmap: try to use the existing 64bit hash functions for dev_t if it is 64bitLennart Poettering
2014-08-18util: try to be a bit more NFS compatible when checking whether an FS is writ...Lennart Poettering
2014-08-18memfd: internalize functions, drop sd_memfd typeDaniel Mack
2014-08-18memfd: use _cleanup_ if applicableDavid Herrmann
2014-08-18memfd: map unsealed files as MAP_SHAREDDavid Herrmann
2014-08-18memfd: disallow importing memfds without sealingDavid Herrmann
2014-08-18memfd: don't open kdbus for memfdDavid Herrmann
2014-08-18memfd: internalize headerDavid Herrmann
2014-08-18memfd: fix memfd_create() syscall wrapperDaniel Mack
2014-08-18memfd: move code from public library to src/sharedDaniel Mack
2014-08-17kdbus: switch over to generic memfd implementation (ABI+API break)Daniel Mack
2014-08-16sd-bus,log: remove unused variablesThomas Hindoe Paaboel Andersen
2014-08-15main,log: parse the log related kernel command line parameters at one place o...Lennart Poettering
2014-08-15main: minor code modernization for initializing the consoleLennart Poettering