Age | Commit message (Expand) | Author |
2013-11-25 | conf-parser: distinguish between multiple sections with the same name | Tom Gundersen |
2013-11-25 | swap: split state machine state ACTIVATING into two | Lennart Poettering |
2013-11-25 | udev: net_setup_link - don't use Description as Alias | Tom Gundersen |
2013-11-22 | systemctl: indicate in list-dependencies whether a unit is already running | Lennart Poettering |
2013-11-22 | build-sys: move more files from core/ to share/ that are generic enough | Lennart Poettering |
2013-11-22 | macro: fix problem with __LINE__ macro expansion | Lukasz Skalski |
2013-11-22 | macro: fix assert_cc() fallback | David Herrmann |
2013-11-22 | bus: rework sd_bus_error APIs | Lennart Poettering |
2013-11-21 | bus: add API calls to escape string components of objects paths | Lennart Poettering |
2013-11-20 | core: convert PID 1 to libsystemd-bus | Lennart Poettering |
2013-11-20 | hashmap: be a bit more conservative with pre-allocating hash tables and items | Lennart Poettering |
2013-11-20 | install: when determining where default.target points to, accept a file inste... | Lennart Poettering |
2013-11-20 | calendar: support 'yearly' and 'annually' names the same way as cron | Lennart Poettering |
2013-11-20 | hwclock: modernizations | Lennart Poettering |
2013-11-20 | macro: add _unlikely_() to assert_return() | Lennart Poettering |
2013-11-20 | macro: change assert_cc() so that it can appear outside of functions | Lennart Poettering |
2013-11-20 | install: use const where we can | Lennart Poettering |
2013-11-20 | conf-parser: don't leak section names | Tom Gundersen |
2013-11-18 | localed: match converted keymaps before legacy | Zbigniew Jędrzejewski-Szmek |
2013-11-18 | Remove duplicate includes | Karel Zak |
2013-11-18 | use #pragma once instead of foo*foo define guards | Shawn Landden |
2013-11-13 | Resolve /dev/console to the active tty instead of just "tty0" | Olivier Brunel |
2013-11-11 | timer: consider (usec_t) -1 an invalid timestamp | Lennart Poettering |
2013-11-11 | timer: properly format relative timestamps in the future | Lennart Poettering |
2013-11-09 | net-util: add inet address/family parsing | Tom Gundersen |
2013-11-08 | shutdown: unify handling of reboot() syscall a bit | Lennart Poettering |
2013-11-08 | Remove dead code and unexport some calls | Lennart Poettering |
2013-11-08 | manager: configurable StartLimit default values | Lukas Nykryn |
2013-11-08 | install: don't override caller's parameter | Lennart Poettering |
2013-11-07 | polkit: don't spawn local client if we access a remote system | Lennart Poettering |
2013-11-07 | util: add circle to special chars we can draw | Lennart Poettering |
2013-11-07 | Make hibernation test work for swap files | Jan Janssen |
2013-11-07 | Support additional argument in reboot | WaLyong Cho |
2013-11-07 | acpi-fpdt: break on zero or negative length read | Pavel Holica |
2013-11-07 | utf8: export utf8 validation functions as part of sd-bus | Lennart Poettering |
2013-11-07 | utf8: ascii_filter() is unused, let's remove it | Lennart Poettering |
2013-11-07 | socket: rework things to have only one sockaddr formatter | Lennart Poettering |
2013-11-06 | mkdir: modernize header ifdefs | Lennart Poettering |
2013-11-06 | socket-proxyd: rework to support multiple sockets and splice()-based zero-cop... | Lennart Poettering |
2013-11-06 | active: rework make_socket_fd() to be based on socket_address_listen() | Lennart Poettering |
2013-11-06 | path-util: paths_check_timestamp() opimizations | Lennart Poettering |
2013-11-06 | util: unify reading of /proc/cmdline | Lennart Poettering |
2013-11-05 | bus: delete some now used dbus1 code | Lennart Poettering |
2013-11-05 | net-util: don't use libudev | Tom Gundersen |
2013-11-04 | net-config: start split out matching and parsing logic | Tom Gundersen |
2013-10-31 | virt: move caching of virtualization check results into detect_vm() and detec... | Lennart Poettering |
2013-10-31 | timedatectl: get time values from the service instead of the client | Kay Sievers |
2013-10-31 | machinectl: add new command to spawn a getty inside a container | Lennart Poettering |
2013-10-31 | nspawn: split out pty forwaring logic into ptyfwd.c | Lennart Poettering |
2013-10-30 | util: when we use path_strv_canonicalize() we must allocate the strv from the... | Lennart Poettering |