summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
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
2014-08-11fix a couple of more lazy "return -1"Lennart Poettering
2014-08-11util: avoid considering dpkg temporary files relevant for anythingLennart Poettering
2014-08-11resolved: properly pass aborted transaction result back to clientsLennart Poettering
2014-08-08Added arch tuple for PPC64LEHarald Hoyer
2014-08-08udev: link_setup - respect kernel name assign policyTom Gundersen
2014-08-03util.h: fix typoZbigniew Jędrzejewski-Szmek
2014-08-03tty-ask-password-agent: modernizationZbigniew Jędrzejewski-Szmek
2014-08-03Move BTRFS_IOC_DEVICES_READY to missing.hZbigniew Jędrzejewski-Szmek
2014-08-03util.h: include missing.h, for struct file_handleSimon McVittie
2014-08-01missing: add missing bonding definitionsLennart Poettering
2014-08-01resolved: read the system /etc/resolv.conf unless we wrote it ourselvesLennart Poettering
2014-07-31resolved: implement LLMNR uniqueness verificationLennart Poettering
2014-07-31Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek