summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-10-22systemd: use unit name in PrivateTmp directoriesZbigniew Jędrzejewski-Szmek
2013-10-22inhibit: port to sd-busTom Gundersen
2013-10-22analyze: systemd-analyze.c -> analyze.cKay Sievers
2013-10-22bus: NULL signatures are OK tooLennart Poettering
2013-10-22bus: only if the user tries to read over the end of an array we should handle...Lennart Poettering
2013-10-22localed: port from libdbus to libsystemd-busKay Sievers
2013-10-21socket-proxyd: Fix-up from previous change to avoid looping on errors.David Strauss
2013-10-22bus: avoid 'bool' storage when retrieving 'b' from the messageKay Sievers
2013-10-21socket-proxyd: Use ONESHOT to behave properly with multiple accept() processes.David Strauss
2013-10-21sd-event: EPOLLONESHOT only disables event reporting after an event. The fd i...David Strauss
2013-10-21analyze: set white backgoundThomas 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: initialize variable, now that we might skip debug loggingKay Sievers
2013-10-21bus: remove static introspection file exportKay Sievers
2013-10-21bus: allow to specify NULL as an empty string to addKay 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-19socket-proxyd: Remove datagram research TODO. This proxy will not work with t...David Strauss
2013-10-19socket-proxyd: Comment and log text cleanup.David Strauss
2013-10-20socket-proxyd: initialize variable used in error code pathKay Sievers
2013-10-19trivial: rfkill - don't include util.h twiceTom Gundersen
2013-10-19trivial: rfkill: It's util.h, not utils.hColin Walters
2013-10-19udev-builtin: uaccess - inherit logging form udevTom Gundersen
2013-10-19fsck-root: only run when requested in fstabTom Gundersen
2013-10-19efi-boot-generator: hookup to fsckTom Gundersen
2013-10-19mount/service: drop FsckPassNo supportTom Gundersen
2013-10-19gpt-auto-generator: Generate explicit dependencies on systemd-fsck@.service i...Thomas Bächler
2013-10-19fstab-generator: Generate explicit dependencies on systemd-fsck@.service inst...Thomas Bächler
2013-10-19fstab-generator: When parsing the root= cmdline option, set FsckPassNo to 1Thomas Bächler
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