summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
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
2013-10-26STRV_FOREACH_BACWARDS: start at the tail of the listTom Gundersen
2013-10-26typo fix in commentThomas Hindoe Paaboel Andersen
2013-10-21silent a few more gcc warningsKay Sievers
2013-10-21build-sys: use -Og instead of -O0 to catch warningsKay Sievers
2013-10-21bus: remove static introspection file exportKay Sievers
2013-10-20log: Fix previous commit to use correct levelColin Walters
2013-10-20log: avoid calling the logging functions for log levels above the current max...Kay Sievers
2013-10-19kerne-command-line: introduce option 'systemd.restore_state'Tom Gundersen
2013-10-17timedated: expose time and NTP sync flag via the busLennart Poettering
2013-10-16macro: clean up usage of gcc attributesLennart Poettering
2013-10-14Fix bad assert in show_pid_arrayZbigniew Jędrzejewski-Szmek
2013-10-14shared/util: Fix glob_extend() argumentBastien Nocera
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering
2013-10-14util: allow trailing semicolons on define_trivial_cleanup_func linesLennart Poettering
2013-10-13Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek
2013-10-13Introduce _cleanup_fdset_free_Zbigniew Jędrzejewski-Szmek
2013-10-13dbus-common: avoid leak in error pathZbigniew Jędrzejewski-Szmek
2013-10-13ModernizationZbigniew Jędrzejewski-Szmek
2013-10-13Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek
2013-10-13unicode: treat cute symbol block as fullwidthZbigniew Jędrzejewski-Szmek
2013-10-13util, utf8: make ellipsize take multi-byte characters into accountShawn Landden