Age | Commit message (Expand) | Author |
2013-12-26 | update TODO | Lennart Poettering |
2013-12-26 | bus: make system bus kdbus node world-accessible | Lennart Poettering |
2013-12-26 | journalctl: make sure -b --foobar cannot be misunderstood as --boot=--foobar | Lennart Poettering |
2013-12-26 | Revert "completion: don't offer completions for journalctl -b" | Lennart Poettering |
2013-12-26 | Revert "journalctl: remove unexpected behavior of journalctl -b" | Lennart Poettering |
2013-12-25 | build-sys: minor fixes found with cppcheck | Lennart Poettering |
2013-12-25 | build-sys: the pure/const warning options are probably too much as default, b... | Lennart Poettering |
2013-12-25 | completion: don't offer completions for journalctl -b | Dave Reisner |
2013-12-25 | journalctl: remove unexpected behavior of journalctl -b | Dave Reisner |
2013-12-25 | bus: add a bit of pure/const decorators | Lennart Poettering |
2013-12-25 | man: add missing sd_bus_message_get_cookie man page fie | Lennart Poettering |
2013-12-25 | man: document sd_bus_message_get_cookie() | Lennart Poettering |
2013-12-25 | bus: rename message "serial" to "cookie" | Lennart Poettering |
2013-12-25 | bus: conditionally set cookie_reply/timeout and update kdbus.h | Kay Sievers |
2013-12-25 | bus: update kdbus.h | Kay Sievers |
2013-12-25 | bus: set cookie_reply and update kdbus.h | Kay Sievers |
2013-12-25 | bus: also write debug logs about messages we send | Lennart Poettering |
2013-12-25 | bus: be a bit more verbose when debug mode is on | Lennart Poettering |
2013-12-25 | shared: fix getpeername_pretty() for AF_UNIX sockets | Lennart Poettering |
2013-12-25 | unit: include peer identity in description of per-connection socket-activated... | Lennart Poettering |
2013-12-24 | sleep-config: fix useless check for swapfile type | Dave Reisner |
2013-12-24 | tmpfiles: introduce the concept of unsafe operations | Zbigniew Jędrzejewski-Szmek |
2013-12-24 | man,units: tmpfiles.d(5) cleanup | Zbigniew Jędrzejewski-Szmek |
2013-12-24 | bus: properly shift cgroup data returned from kdbus by the container's root b... | Lennart Poettering |
2013-12-24 | bus: fix return message if StartServiceByName() in the driver fails due | Lennart Poettering |
2013-12-24 | busctl: show service/session a name belongs to in the list of names | Lennart Poettering |
2013-12-24 | log: log_error() and friends add a newline after each line anyway, so avoid i... | Lennart Poettering |
2013-12-24 | util: don't accept an empty peer label as valid | Lennart Poettering |
2013-12-24 | bus: only accept kdbus creds if they are valid | Lennart Poettering |
2013-12-24 | util: unify SO_PEERCRED/SO_PEERSEC invocations | Lennart Poettering |
2013-12-24 | bus: fix hello ioctl buffer size calculation | Lennart Poettering |
2013-12-24 | bus: make gcc shut up | Lennart Poettering |
2013-12-24 | bus: fake client side creds in the proxy to the caller's creds | Lennart Poettering |
2013-12-23 | hwdb: Add SDIO product ID for Marvell SD8897 WLAN function | Marcel Holtmann |
2013-12-24 | bus: allow peeking signatures recusively inside of containers | Lennart Poettering |
2013-12-24 | update TODO | Lennart Poettering |
2013-12-23 | bus: fix assert when serializing fixed size struct to gvariant | Lennart Poettering |
2013-12-23 | bus: don't attach KDBUS_ITEM_ID to match ioctl() if we don't need it | Lennart Poettering |
2013-12-23 | bus: fix sender match creation on kdbus | Lennart Poettering |
2013-12-23 | sd-event: make sd_event_add_signal() fail with EBUSY if signal is not blocked | Lennart Poettering |
2013-12-23 | core: when we close the notify fd, we also need to free its event source | Lennart Poettering |
2013-12-23 | units: systemd-machined now exits on idle and we shouldn't try to restart it ... | Lennart Poettering |
2013-12-23 | units: limit caps for bus proxyd and driverd services | Lennart Poettering |
2013-12-23 | sd-event: fix return code of sd_event_run() | Lennart Poettering |
2013-12-23 | machinectl: fix success check when getting pty from within container | Lennart Poettering |
2013-12-23 | bus-proxyd: init cleanup variable | Kay Sievers |
2013-12-23 | bus: update kdbus.h | Kay Sievers |
2013-12-23 | bus: when getting a kdbus connection into a container wait first for child, t... | Lennart Poettering |
2013-12-23 | bus: when we are connected to a bus, then do not assume peer creds are useful... | Lennart Poettering |
2013-12-23 | util: when we try to read /proc/cmdline in a container, read /proc/1/cmdline ... | Lennart Poettering |