Age | Commit message (Expand) | Author |
2013-12-12 | bus: add SD_BUS_NAME_REPLACE_EXISTING to all activatable services, fix one fl... | Kay Sievers |
2013-12-12 | bus: instead of exposing the dbus1 flags when acquiring a name use our own th... | Lennart Poettering |
2013-12-12 | bus: properly return an error when we detect a method call timeout | Lennart Poettering |
2013-12-12 | core: fix bus registration on daemon reexec | Lennart Poettering |
2013-12-11 | nspawn: complain and continue if machine has same id | Zbigniew Jędrzejewski-Szmek |
2013-12-11 | Do not log all assert_return failures | Zbigniew Jędrzejewski-Szmek |
2013-12-11 | journal: pipe journalctl help output into a pager | Djalal Harouni |
2013-12-12 | service: actually leave watchdog enabled in the states where it matters | Lennart Poettering |
2013-12-12 | timedated: make sure GetAll() succeeds in systems lacking /dev/rtc (such as c... | Lennart Poettering |
2013-12-12 | test-fileio: replace mktemp with mkstemp to avoid warnings | Thomas Hindoe Paaboel Andersen |
2013-12-12 | bus: properly generate NameOwnerChanged messages when we take from/give back ... | Lennart Poettering |
2013-12-12 | bus: fix order in which we check creds | Lennart Poettering |
2013-12-12 | bus: update name listing logic to current kernel interface | Lennart Poettering |
2013-12-12 | bus: when checking whether a creds object contains some field, don't use asse... | Lennart Poettering |
2013-12-12 | bus: connect directly via kdbus in sd_bus_open_system_container() | Lennart Poettering |
2013-12-11 | sd-event: try to move each wakeup to the same spot within every 10s | Lennart Poettering |
2013-12-11 | journald: make sure the stdout/stderr stream fd is removed from epoll before ... | Lennart Poettering |
2013-12-11 | journald: cache cgroup root path, instead of querying it on every incoming lo... | Lennart Poettering |
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 | 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 | 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 | 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 |