Age | Commit message (Expand) | Author |
2013-12-11 | journal: when listing logs of a container make sure we don't accidentally sho... | Lennart Poettering |
2013-12-11 | journald: cache hostname, boot_id and machine_id fields instead of generating... | Lennart Poettering |
2013-12-11 | journal: don't go belly up when an stdout/stderr client terminates the connec... | Lennart Poettering |
2013-12-11 | journal: add ability to browse journals of running OS containers | Lennart Poettering |
2013-12-11 | service: clean up watchdog logic a bit | Lennart Poettering |
2013-12-11 | journald: port to sd-event and enable watchdog support | Lennart Poettering |
2013-12-11 | man: explain in more detail how SYSTEMD_READY= influences SYSTEMD_WANTS= in u... | Lennart Poettering |
2013-12-11 | event: hook up sd-event with the service watchdog logic | Lennart Poettering |
2013-12-11 | event: when handling SIGCHLD of a child process only reap after dispatching e... | Lennart Poettering |
2013-12-11 | bus: kdbus - skip only STARTER and IN_QUEUE names for NameOwnerChanged | Kay Sievers |
2013-12-10 | activate: clean up inherited descriptors | Zbigniew Jędrzejewski-Szmek |
2013-12-10 | Update README with test/ requirements | Zbigniew Jędrzejewski-Szmek |
2013-12-10 | journald: malloc less when streaming messages | Zbigniew Jędrzejewski-Szmek |
2013-12-11 | ptyfwd: Don't set the output prop of stdin, nor the input props of stdout. | Luke Shumaker |
2013-12-11 | ptyfwd: Set the size of the PTY base on the size of stdout, not stdin. | Luke Shumaker |
2013-12-10 | core: fix Unit.SetProperties argument parsing | David Herrmann |
2013-12-10 | bus: do not dispatch incoming method calls that are broacasted to vtables | Lennart Poettering |
2013-12-10 | bus: don't generate assert warnings when we detach a detached bus from an event | Lennart Poettering |
2013-12-10 | update TODO | Lennart Poettering |
2013-12-10 | core: epoll and signalfd has been moved into sd event loop | Shawn Landden |
2013-12-10 | fix scan-build issues | Thomas Hindoe Paaboel Andersen |
2013-12-10 | bus: generate debug messages when we cannot deliver messages via kdbus | Lennart Poettering |
2013-12-10 | bus: when we _unref() a NULL pointer, don't use assert_return() | Lennart Poettering |
2013-12-10 | bus: Add bus_kernel_monitor function | Lukasz Skalski |
2013-12-10 | hashmap: make gcc shut up on old glibcs that lack getauxval() | Lennart Poettering |
2013-12-10 | journald: use a bit more cleanup magic! | Lennart Poettering |
2013-12-10 | Revert "libsystemd-bus: use assert_return" | Lennart Poettering |
2013-12-10 | Revert "systemd: add a start job for all units in SYSTEMD_[USER_]WANTS=" | Lennart Poettering |
2013-12-10 | util: check for overflow in greedy_realloc() | Lennart Poettering |
2013-12-10 | bus: update kdbus.h | Kay Sievers |
2013-12-10 | core/manager: remove infinite loop | Shawn Landden |
2013-12-10 | macro: log assertion at debug level in assert_return() | Lennart Poettering |
2013-12-10 | bus: introduce new SD_BUS_VTABLE_HIDDEN flag for vtable members | Lennart Poettering |
2013-12-10 | bus: introduce "trusted" bus concept and encode access control in object vtables | Lennart Poettering |
2013-12-10 | libudev: hwdb - use libudev not systemd logging | Kay Sievers |
2013-12-10 | test: wrap $LOOPDEV in quotes | Zbigniew Jędrzejewski-Szmek |
2013-12-10 | test: rework run_qemu | Ronny Chevalier |
2013-12-10 | test: fix TEST-02-CRYPTSETUP | Ronny Chevalier |
2013-12-10 | Bring bootchart code in line with CODING_STYLE | Dan McGee |
2013-12-10 | Ensure unit is journaled for short-lived or oneshot processes | Dan McGee |
2013-12-10 | update README to not suggest that systemd works without procfs | Shawn Landden |
2013-12-10 | hwdb: Update database of Bluetooth company identifiers | Marcel Holtmann |
2013-12-10 | correct name of Tajik kbd layout in kbd-model-map | Adam Williamson |
2013-12-10 | drop several entries from kbd-model-map whose kbd layouts do not exist | Adam Williamson |
2013-12-10 | man: improve wording and comma usage in systemd.journal-fields(7) | Jason St. John |
2013-12-09 | libsystemd-bus: use assert_return | Lukasz Skalski |
2013-12-09 | kernel-install: fix help output | Sébastien Luttringer |
2013-12-10 | test: add gvariant test for empty messages | Lennart Poettering |
2013-12-10 | bus: properly handle empty messages | Lennart Poettering |
2013-12-10 | bus: empty gvariant arrays should at least get size 1 | Lennart Poettering |