summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-10-19kerne-command-line: introduce option 'systemd.restore_state'Tom Gundersen
2013-10-18bus: if we hit the end of an array container return 0 as EOF indicator when r...Lennart Poettering
2013-10-18update-utmp: port to sd-busTom Gundersen
2013-10-18socket-proxyd: rename from saproxyLennart Poettering
2013-10-18bus: automatically flush bus queue when we exit the event loopLennart Poettering
2013-10-18initctl: port to sd-busTom Gundersen
2013-10-18cgroup-agent: port to sd-busTom Gundersen
2013-10-18fsck: port to sd-busTom Gundersen
2013-10-18timedated: disable debug loggingLennart Poettering
2013-10-18hostnamed: port over from libdbus to libsystemd-busLennart Poettering
2013-10-17sd-event: initialize return valueDave Reisner
2013-10-17tmpfiles: log unaccessible FUSE mount points only as debug messageKay Sievers
2013-10-17timedated: expose time and NTP sync flag via the busLennart Poettering
2013-10-16api: unify some common bits used by public systemd APIsLennart Poettering
2013-10-16timedate: expose RTC timeLennart Poettering
2013-10-16bus: fix default exit on idle timeoutLennart Poettering
2013-10-16sabridge: Makefile should be a symlinkDavid Strauss
2013-10-16timedated: use libsystemd-bus instead of libdbus for bus communicationLennart Poettering
2013-10-16bus: return 1 on all calls that send messagesLennart Poettering
2013-10-16bus: make sure sd_bus_get_timeout() returns a 0 timeout of there are already ...Lennart Poettering
2013-10-16bus: fix generate introspection XMLLennart Poettering
2013-10-16bus: extend bus protocol definitions a bitLennart Poettering
2013-10-16event: handle arbitrary signals received during epoll gracefullyLennart Poettering
2013-10-16event: properly disarm timers when we don't need them anymoreLennart Poettering
2013-10-16event: fix sd_event_source_set_io_events()Lennart Poettering
2013-10-16macro: clean up usage of gcc attributesLennart Poettering
2013-10-15saproxy: Fix for systemd's event library not deduping fds.David Strauss
2013-10-15Bump up the saproxy buffer to 16kB.David Strauss
2013-10-15Rename sabridge to saproxy to be less crypticDavid Strauss
2013-10-15Add sabridge for socket activation of traditional daemonsDavid Strauss
2013-10-15logind: allow unprivileged session-device accessDavid Herrmann
2013-10-15Fix for SIGSEGV in systemd-bootchart on short-living processesIgor Zhbanov
2013-10-14Fix misspellings with codespell toolAnatol Pomozov
2013-10-15build-sys: libudev - get rid of the needless selinux linking (again)Kay Sievers
2013-10-14Fix bad assert in show_pid_arrayZbigniew Jędrzejewski-Szmek
2013-10-14bus: properly handle if new objects are installed in the node tree while we a...Lennart Poettering
2013-10-14bus: make sure that we always keep a ref to the bus when we dispatch callbacksLennart Poettering
2013-10-14bus: use assert_return() for more API callsLennart Poettering
2013-10-14backlight: include ID_PATH in file names for backlight settingsLennart Poettering
2013-10-14rfkill: use ID_PATH as identifier for rfkill state filesLennart Poettering
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-13manager: connect to private bus even if $DBUS_SESSION_BUS_ADDRESS is not setMantas Mikulėnas
2013-10-14rfkill: add new rfkill tool to save/restore rfkill state across rebootsLennart Poettering
2013-10-14backlight: always prefer "firmware"/"platform" backlights over "raw" backligh...Lennart Poettering
2013-10-13event: avoid derefencing null pointerZbigniew Jędrzejewski-Szmek
2013-10-13bus: make sure we don't try to malloc 0 bytesZbigniew Jędrzejewski-Szmek
2013-10-13Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek
2013-10-13Make sure that we don't dereference NULLZbigniew Jędrzejewski-Szmek