Age | Commit message (Expand) | Author |
2013-10-22 | inhibit: port to sd-bus | Tom Gundersen |
2013-10-22 | analyze: systemd-analyze.c -> analyze.c | Kay Sievers |
2013-10-22 | bus: NULL signatures are OK too | Lennart Poettering |
2013-10-22 | bus: only if the user tries to read over the end of an array we should handle... | Lennart Poettering |
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 | man: avoid the use of sudo in examples | Jan Engelhardt |
2013-10-21 | man: wording and grammar updates | Jan Engelhardt |
2013-10-21 | sd-event: EPOLLONESHOT only disables event reporting after an event. The fd i... | David Strauss |
2013-10-21 | shell-completion: dump has moved to systemd-analyze | Zbigniew Jędrzejewski-Szmek |
2013-10-21 | analyze: set white backgound | Thomas Hindoe Paaboel Andersen |
2013-10-21 | build-sys: sync printed defaults with "c" option | Kay Sievers |
2013-10-21 | silent a few more gcc warnings | Kay Sievers |
2013-10-21 | build-sys: disable _FORTIFY_SOURCE for -Og builds for now | Kay Sievers |
2013-10-21 | build-sys: use -Og instead of -O0 to catch warnings | Kay Sievers |
2013-10-21 | rules: remove pointless MODE= settings | Kay Sievers |
2013-10-20 | socket-proxyd(1): fix references to non-existant files | Dave Reisner |
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-20 | build-sys: unify foo_CFLAGS = usage and add explaining comments | Kay Sievers |
2013-10-20 | Revert "build-sys: move journalctl CFLAGS= to one line" | Colin Walters |
2013-10-20 | vimrc: disable -fdiagnostics-color output | 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 | man: systemd-fstab-generator - remove <term> | Kay Sievers |
2013-10-20 | hwdb: update | Kay Sievers |
2013-10-20 | socket-proxyd: initialize variable used in error code path | Kay Sievers |
2013-10-20 | build-sys: move journalctl CFLAGS= to one line | 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 | man: fix typos in backlight/rfkill page | Tom Gundersen |
2013-10-19 | TODO: update | Tom Gundersen |
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 | Remove FsckPassNo from systemd-fsck-root.service | Thomas Bächler |
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-19 | TODO: add some fsck items | Tom Gundersen |
2013-10-18 | build-sys: Honor CFLAGS for journalctl again | Colin Walters |
2013-10-18 | build-sys: fix += vs = in Makefile | Lennart Poettering |
2013-10-18 | bus: if we hit the end of an array container return 0 as EOF indicator when r... | Lennart Poettering |