Age | Commit message (Expand) | Author |
2013-12-26 | systemctl: allow globbing in commands which take multiple unit names | Zbigniew Jędrzejewski-Szmek |
2013-12-25 | bus: rename message "serial" to "cookie" | 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 | bus: properly shift cgroup data returned from kdbus by the container's root b... | 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 | util: unify SO_PEERCRED/SO_PEERSEC invocations | Lennart Poettering |
2013-12-23 | bus: when getting a kdbus connection into a container wait first for child, t... | Lennart Poettering |
2013-12-23 | util: when we try to read /proc/cmdline in a container, read /proc/1/cmdline ... | Lennart Poettering |
2013-12-23 | log: als turn on debug logging in non-PID1 if /proc/cmdline contains "debug" | Lennart Poettering |
2013-12-23 | bus: switch kdbus bloom filter over to SipHash (from MurmurHash3) | Lennart Poettering |
2013-12-23 | libudev: ship the original MurmurHash2.[ch] file | Kay Sievers |
2013-12-22 | Fix extraction of _SYSTEMD_USER_UNIT | Zbigniew Jędrzejewski-Szmek |
2013-12-22 | shared: switch our hash table implementation over to SipHash | Lennart Poettering |
2013-12-21 | util: remove union dirent_storage | Florian Weimer |
2013-12-21 | conf-files: replace readdir_r with readdir | Florian Weimer |
2013-12-21 | util: replace readdir_r with readdir | Florian Weimer |
2013-12-21 | install: replace readdir_r with readdir | Florian Weimer |
2013-12-20 | DEFAULT_PATH_SPLIT_USR macro | Shawn Landden |
2013-12-20 | logging: reduce send timeout to something more sensible | Zbigniew Jędrzejewski-Szmek |
2013-12-19 | def: lower exit-on-idle time | Lennart Poettering |
2013-12-18 | udevadm: modernization | Zbigniew Jędrzejewski-Szmek |
2013-12-18 | Revert "ptyfwd: make master terminal attributes raw, too" | Lennart Poettering |
2013-12-18 | ptyfwd: make master terminal attributes raw, too | Lennart Poettering |
2013-12-18 | log: when we log to /dev/console and got disconnected (maybe due to vhangup) ... | Lennart Poettering |
2013-12-18 | log: don't reopen /dev/console each time we call log_open() | Lennart Poettering |
2013-12-18 | service: watch main pid even in final states | Lennart Poettering |
2013-12-18 | busctl: output a single sorted list of names, including activatable and activ... | Lennart Poettering |
2013-12-17 | _noreturn_ --> noreturn for C11 compat | Shawn Landden |
2013-12-17 | util: no need for in_initrd() cache to be thread-local | Shawn Landden |
2013-12-17 | __thread --> thread_local for C11 compat | Shawn Landden |
2013-12-17 | libsystemd-bus: true/false instead of yes/no in msg dump | Lukasz Skalski |
2013-12-16 | systemctl: highlight filenames in cat | Zbigniew Jędrzejewski-Szmek |
2013-12-17 | bus: when entering an existing namespace to connect to a container's system b... | Lennart Poettering |
2013-12-16 | util: try harder to increase the send/recv buffers of sockets | Lennart Poettering |
2013-12-16 | core: refuse doing %h, %s, %U specifier resolving in PID 1 | Lennart Poettering |
2013-12-15 | Fix a few signed/unsigned format string issues | Zbigniew Jędrzejewski-Szmek |
2013-12-14 | util: port last code over to new namespace utility calls | Lennart Poettering |
2013-12-14 | util: when joining a namespace make sure to reset all uids to 0 after | Lennart Poettering |
2013-12-14 | bus: when connecting to a container's kdbus instance, enter namespace first | Lennart Poettering |
2013-12-12 | shared: Add struct sockaddr_ll to sockaddr_union | Patrik Flykt |
2013-12-12 | log: protect errno when we use assert_return() | Lennart Poettering |
2013-12-12 | shared: add missing include | Marc-Antoine Perennou |
2013-12-11 | Do not log all assert_return failures | Zbigniew Jędrzejewski-Szmek |
2013-12-11 | journald: cache cgroup root path, instead of querying it on every incoming lo... | 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 | ptyfwd: Don't set the output prop of stdin, nor the input props of stdout. | Luke Shumaker |