summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2013-11-20hashmap: be a bit more conservative with pre-allocating hash tables and itemsLennart Poettering
2013-11-20install: when determining where default.target points to, accept a file inste...Lennart Poettering
2013-11-20calendar: support 'yearly' and 'annually' names the same way as cronLennart Poettering
2013-11-20hwclock: modernizationsLennart Poettering
2013-11-20macro: add _unlikely_() to assert_return()Lennart Poettering
2013-11-20macro: change assert_cc() so that it can appear outside of functionsLennart Poettering
2013-11-20install: use const where we canLennart Poettering
2013-11-20conf-parser: don't leak section namesTom Gundersen
2013-11-18localed: match converted keymaps before legacyZbigniew Jędrzejewski-Szmek
2013-11-18Remove duplicate includesKarel Zak
2013-11-18use #pragma once instead of foo*foo define guardsShawn Landden
2013-11-13Resolve /dev/console to the active tty instead of just "tty0"Olivier Brunel
2013-11-11timer: consider (usec_t) -1 an invalid timestampLennart Poettering
2013-11-11timer: properly format relative timestamps in the futureLennart Poettering
2013-11-09net-util: add inet address/family parsingTom Gundersen
2013-11-08shutdown: unify handling of reboot() syscall a bitLennart Poettering
2013-11-08Remove dead code and unexport some callsLennart Poettering
2013-11-08manager: configurable StartLimit default valuesLukas Nykryn
2013-11-08install: don't override caller's parameterLennart Poettering
2013-11-07polkit: don't spawn local client if we access a remote systemLennart Poettering
2013-11-07util: add circle to special chars we can drawLennart Poettering
2013-11-07Make hibernation test work for swap filesJan Janssen
2013-11-07Support additional argument in rebootWaLyong Cho
2013-11-07acpi-fpdt: break on zero or negative length readPavel Holica
2013-11-07utf8: export utf8 validation functions as part of sd-busLennart Poettering
2013-11-07utf8: ascii_filter() is unused, let's remove itLennart Poettering
2013-11-07socket: rework things to have only one sockaddr formatterLennart Poettering
2013-11-06mkdir: modernize header ifdefsLennart Poettering
2013-11-06socket-proxyd: rework to support multiple sockets and splice()-based zero-cop...Lennart Poettering
2013-11-06active: rework make_socket_fd() to be based on socket_address_listen()Lennart Poettering
2013-11-06path-util: paths_check_timestamp() opimizationsLennart Poettering
2013-11-06util: unify reading of /proc/cmdlineLennart Poettering
2013-11-05bus: delete some now used dbus1 codeLennart Poettering
2013-11-05net-util: don't use libudevTom Gundersen
2013-11-04net-config: start split out matching and parsing logicTom Gundersen
2013-10-31virt: move caching of virtualization check results into detect_vm() and detec...Lennart Poettering
2013-10-31timedatectl: get time values from the service instead of the clientKay Sievers
2013-10-31machinectl: add new command to spawn a getty inside a containerLennart Poettering
2013-10-31nspawn: split out pty forwaring logic into ptyfwd.cLennart Poettering
2013-10-30util: when we use path_strv_canonicalize() we must allocate the strv from the...Lennart Poettering
2013-10-30machined: port over to libsystemd-busLennart Poettering
2013-10-29strv: introduce new STRV_MAKE and STRV_MAKE_EMPTY macros to create string arr...Lennart Poettering
2013-10-29strv: introduce new strv_from_stdarg_alloca() macro to generate a string arra...Lennart Poettering
2013-10-29path_check_timestamp: only keep the most recent timestampTom Gundersen
2013-10-29udev: link-config - add proper parsingTom Gundersen
2013-10-29conf-parser: add macro for ENUMVTom Gundersen
2013-10-28udev: link-config - move naming policy from udev rulesTom Gundersen
2013-10-27path_lookup: moved _cleanup_lookup_paths_free_ from install.c to path-lookup.hDaniel Buch
2013-10-26STRV_FOREACH_BACKWARDS: improve readability a bitTom Gundersen
2013-10-26udev: move udev_rules_check_timestamp to sharedTom Gundersen