summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
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
2014-08-15macro: add CONST_MAX() macroDavid Herrmann
2014-08-15macro: const'ify MIN/MAX/... macrosDavid Herrmann
2014-08-15util: make is_localhost() check for 'localdomain' too, so that we can use it ...Lennart Poettering
2014-08-15util: never use ether_ntoa(), since it formats with %x, not %02x, which makes...Lennart Poettering
2014-08-15cgroup: never try to create files in cgroupfs, only open them for writingLennart Poettering
2014-08-15core: Refuse mount on symlinkTimofey Titovets
2014-08-14core: move status line ellipsation to 50% of the lineLennart Poettering
2014-08-13util: allow strappenda to take any number of argsDave Reisner
2014-08-14timer: order OnCalendar units after timer-sync.target if DefaultDependencies=noTobias Geerinckx-Rice
2014-08-13resolved: skip IPv6 LLMNR if IPv6 is not availableLennart Poettering
2014-08-12timesyncd: move the generic sockaddr_equal() call to socket-util.hLennart Poettering
2014-08-12networkd: expose a global list of DNS and NTP servers in the state fileLennart Poettering
2014-08-12networkd: add minimal client tool "networkd" to query network statusLennart Poettering
2014-08-11networkd: monopolize in_addr utility functions in shared/in-addr-util.hLennart Poettering
2014-08-11log: never ever log to syslog from PID 1, log to the journal againLennart Poettering