summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-12bus: properly generate NameOwnerChanged messages when we take from/give back ...Lennart Poettering
2013-12-12bus: fix order in which we check credsLennart Poettering
2013-12-12update TODOLennart Poettering
2013-12-12bus: update name listing logic to current kernel interfaceLennart Poettering
2013-12-12bus: when checking whether a creds object contains some field, don't use asse...Lennart Poettering
2013-12-12bus: connect directly via kdbus in sd_bus_open_system_container()Lennart Poettering
2013-12-11sd-event: try to move each wakeup to the same spot within every 10sLennart Poettering
2013-12-11journald: make sure the stdout/stderr stream fd is removed from epoll before ...Lennart Poettering
2013-12-11units: don't run readahead done timers in containersLennart Poettering
2013-12-11journald: cache cgroup root path, instead of querying it on every incoming lo...Lennart Poettering
2013-12-11journal: when listing logs of a container make sure we don't accidentally sho...Lennart Poettering
2013-12-11journald: cache hostname, boot_id and machine_id fields instead of generating...Lennart Poettering
2013-12-11journal: don't go belly up when an stdout/stderr client terminates the connec...Lennart Poettering
2013-12-11journal: add ability to browse journals of running OS containersLennart Poettering
2013-12-11service: clean up watchdog logic a bitLennart Poettering
2013-12-11journald: port to sd-event and enable watchdog supportLennart Poettering
2013-12-11man: explain in more detail how SYSTEMD_READY= influences SYSTEMD_WANTS= in u...Lennart Poettering
2013-12-11event: hook up sd-event with the service watchdog logicLennart Poettering
2013-12-11event: when handling SIGCHLD of a child process only reap after dispatching e...Lennart Poettering
2013-12-11bus: kdbus - skip only STARTER and IN_QUEUE names for NameOwnerChangedKay Sievers
2013-12-10activate: clean up inherited descriptorsZbigniew Jędrzejewski-Szmek
2013-12-10Update README with test/ requirementsZbigniew Jędrzejewski-Szmek
2013-12-10journald: malloc less when streaming messagesZbigniew Jędrzejewski-Szmek
2013-12-11ptyfwd: Don't set the output prop of stdin, nor the input props of stdout.Luke Shumaker
2013-12-11ptyfwd: Set the size of the PTY base on the size of stdout, not stdin.Luke Shumaker
2013-12-10core: fix Unit.SetProperties argument parsingDavid Herrmann
2013-12-10bus: do not dispatch incoming method calls that are broacasted to vtablesLennart Poettering
2013-12-10bus: don't generate assert warnings when we detach a detached bus from an eventLennart Poettering
2013-12-10update TODOLennart Poettering
2013-12-10core: epoll and signalfd has been moved into sd event loopShawn Landden
2013-12-10fix scan-build issuesThomas Hindoe Paaboel Andersen
2013-12-10bus: generate debug messages when we cannot deliver messages via kdbusLennart Poettering
2013-12-10bus: when we _unref() a NULL pointer, don't use assert_return()Lennart Poettering
2013-12-10bus: Add bus_kernel_monitor functionLukasz Skalski
2013-12-10hashmap: make gcc shut up on old glibcs that lack getauxval()Lennart Poettering
2013-12-10journald: use a bit more cleanup magic!Lennart Poettering
2013-12-10Revert "libsystemd-bus: use assert_return"Lennart Poettering
2013-12-10Revert "systemd: add a start job for all units in SYSTEMD_[USER_]WANTS="Lennart Poettering
2013-12-10util: check for overflow in greedy_realloc()Lennart Poettering
2013-12-10bus: update kdbus.hKay Sievers
2013-12-10core/manager: remove infinite loopShawn Landden
2013-12-10macro: log assertion at debug level in assert_return()Lennart Poettering
2013-12-10bus: introduce new SD_BUS_VTABLE_HIDDEN flag for vtable membersLennart Poettering
2013-12-10bus: introduce "trusted" bus concept and encode access control in object vtablesLennart Poettering
2013-12-10libudev: hwdb - use libudev not systemd loggingKay Sievers
2013-12-10test: wrap $LOOPDEV in quotesZbigniew Jędrzejewski-Szmek
2013-12-10test: rework run_qemuRonny Chevalier
2013-12-10test: fix TEST-02-CRYPTSETUPRonny Chevalier
2013-12-10Bring bootchart code in line with CODING_STYLEDan McGee
2013-12-10Ensure unit is journaled for short-lived or oneshot processesDan McGee