Age | Commit message (Expand) | Author |
2013-10-22 | localed: port from libdbus to libsystemd-bus | Kay Sievers |
2013-10-21 | socket-proxyd: Fix-up from previous change to avoid looping on errors. | David Strauss |
2013-10-22 | bus: avoid 'bool' storage when retrieving 'b' from the message | Kay Sievers |
2013-10-21 | socket-proxyd: Use ONESHOT to behave properly with multiple accept() processes. | David Strauss |
2013-10-21 | sd-event: EPOLLONESHOT only disables event reporting after an event. The fd i... | David Strauss |
2013-10-21 | analyze: set white backgound | Thomas Hindoe Paaboel Andersen |
2013-10-21 | silent a few more gcc warnings | Kay Sievers |
2013-10-21 | build-sys: use -Og instead of -O0 to catch warnings | Kay Sievers |
2013-10-21 | bus: initialize variable, now that we might skip debug logging | Kay Sievers |
2013-10-21 | bus: remove static introspection file export | Kay Sievers |
2013-10-21 | bus: allow to specify NULL as an empty string to add | Kay Sievers |
2013-10-20 | log: Fix previous commit to use correct level | Colin Walters |
2013-10-20 | log: avoid calling the logging functions for log levels above the current max... | Kay Sievers |
2013-10-19 | socket-proxyd: Remove datagram research TODO. This proxy will not work with t... | David Strauss |
2013-10-19 | socket-proxyd: Comment and log text cleanup. | David Strauss |
2013-10-20 | socket-proxyd: initialize variable used in error code path | Kay Sievers |
2013-10-19 | trivial: rfkill - don't include util.h twice | Tom Gundersen |
2013-10-19 | trivial: rfkill: It's util.h, not utils.h | Colin Walters |
2013-10-19 | udev-builtin: uaccess - inherit logging form udev | Tom Gundersen |
2013-10-19 | fsck-root: only run when requested in fstab | Tom Gundersen |
2013-10-19 | efi-boot-generator: hookup to fsck | Tom Gundersen |
2013-10-19 | mount/service: drop FsckPassNo support | Tom Gundersen |
2013-10-19 | gpt-auto-generator: Generate explicit dependencies on systemd-fsck@.service i... | Thomas Bächler |
2013-10-19 | fstab-generator: Generate explicit dependencies on systemd-fsck@.service inst... | Thomas Bächler |
2013-10-19 | fstab-generator: When parsing the root= cmdline option, set FsckPassNo to 1 | Thomas Bächler |
2013-10-19 | kerne-command-line: introduce option 'systemd.restore_state' | Tom Gundersen |
2013-10-18 | bus: if we hit the end of an array container return 0 as EOF indicator when r... | Lennart Poettering |
2013-10-18 | update-utmp: port to sd-bus | Tom Gundersen |
2013-10-18 | socket-proxyd: rename from saproxy | Lennart Poettering |
2013-10-18 | bus: automatically flush bus queue when we exit the event loop | Lennart Poettering |
2013-10-18 | initctl: port to sd-bus | Tom Gundersen |
2013-10-18 | cgroup-agent: port to sd-bus | Tom Gundersen |
2013-10-18 | fsck: port to sd-bus | Tom Gundersen |
2013-10-18 | timedated: disable debug logging | Lennart Poettering |
2013-10-18 | hostnamed: port over from libdbus to libsystemd-bus | Lennart Poettering |
2013-10-17 | sd-event: initialize return value | Dave Reisner |
2013-10-17 | tmpfiles: log unaccessible FUSE mount points only as debug message | Kay Sievers |
2013-10-17 | timedated: expose time and NTP sync flag via the bus | Lennart Poettering |
2013-10-16 | api: unify some common bits used by public systemd APIs | Lennart Poettering |
2013-10-16 | timedate: expose RTC time | Lennart Poettering |
2013-10-16 | bus: fix default exit on idle timeout | Lennart Poettering |
2013-10-16 | sabridge: Makefile should be a symlink | David Strauss |
2013-10-16 | timedated: use libsystemd-bus instead of libdbus for bus communication | Lennart Poettering |
2013-10-16 | bus: return 1 on all calls that send messages | Lennart Poettering |
2013-10-16 | bus: make sure sd_bus_get_timeout() returns a 0 timeout of there are already ... | Lennart Poettering |
2013-10-16 | bus: fix generate introspection XML | Lennart Poettering |
2013-10-16 | bus: extend bus protocol definitions a bit | Lennart Poettering |
2013-10-16 | event: handle arbitrary signals received during epoll gracefully | Lennart Poettering |
2013-10-16 | event: properly disarm timers when we don't need them anymore | Lennart Poettering |
2013-10-16 | event: fix sd_event_source_set_io_events() | Lennart Poettering |