Age | Commit message (Expand) | Author |
2015-10-01 | tree-wide: add missing errno arguments to log_*_errno() | Michal Schmidt |
2015-10-01 | Merge pull request #1426 from poettering/log-syntax | Daniel Mack |
2015-09-30 | Merge pull request #1419 from keszybz/shell-completion | Lennart Poettering |
2015-09-30 | core: make sure we expose the empty string when we detect no virtualization | Lennart Poettering |
2015-09-30 | tree-wide: remove a number of invocations of strerror() and replace by %m | Lennart Poettering |
2015-09-30 | basic: split out cpu set specific APIs into cpu-set-util.[ch] | Lennart Poettering |
2015-09-30 | util: rename parse_cpu_set() to parse_cpu_set_and_warn() | Lennart Poettering |
2015-09-30 | log: move log_invalid_utf8() to log.h | Lennart Poettering |
2015-09-30 | tree-wide: clean up log_syntax() usage | Lennart Poettering |
2015-09-29 | core: add a "Requires=" dependency between units and the slices they are loca... | Lennart Poettering |
2015-09-29 | core: rework crash handling | Lennart Poettering |
2015-09-29 | socket: rename ffs_xyz to usbffs_xyz | Lennart Poettering |
2015-09-29 | core: turn a large if statement into a switch | Lennart Poettering |
2015-09-29 | selinux: add _cleanup_ concepts to SELinux label allocation | Lennart Poettering |
2015-09-29 | core: simplify how we create socket fds | Lennart Poettering |
2015-09-29 | core: small error message wording improvements | Lennart Poettering |
2015-09-29 | core: properly use the ExitCode bus property when exiting is --user instance | Lennart Poettering |
2015-09-29 | core: allow setting WorkingDirectory= to the special value ~ | Lennart Poettering |
2015-09-29 | util: introduce common version() implementation and use it everywhere | Lennart Poettering |
2015-09-29 | util: unify implementation of NOP signal handler | Lennart Poettering |
2015-09-29 | core: remove set_default_unit() | Lennart Poettering |
2015-09-29 | core: modernize prepare_reexecute() | Lennart Poettering |
2015-09-29 | core: exit early if we hit OOM | Lennart Poettering |
2015-09-29 | core: use %m rather than strerror() where we can | Lennart Poettering |
2015-09-29 | main: minor clean-ups | Lennart Poettering |
2015-09-29 | tree-wide: take benefit of the fact that fdset_free() returns NULL | Lennart Poettering |
2015-09-29 | core: order #includes in main.c | Lennart Poettering |
2015-09-29 | strv: add strv_free_free() to strv.c and make use of it | Lennart Poettering |
2015-09-29 | tree-wide: port more code to use send_one_fd() and receive_one_fd() | Lennart Poettering |
2015-09-29 | core: sort includes of manager.[ch] according to CODING_STYLE | Lennart Poettering |
2015-09-28 | Move all unit states to basic/ and extend systemctl --state=help | Zbigniew Jędrzejewski-Szmek |
2015-09-28 | Move UnitActiveState to basic/ | Zbigniew Jędrzejewski-Szmek |
2015-09-24 | load-fragment: Use parse_cpu_set in CPUAffinity support | Filipe Brandenburger |
2015-09-24 | util: refactor cpu_set parsing into its own function | Filipe Brandenburger |
2015-09-23 | Merge pull request #1349 from dvdhrm/sync-pam | Lennart Poettering |
2015-09-23 | exec: move mac_smack_apply_pid() and setup_pam() to same condition block | Sangjung Woo |
2015-09-23 | exec: call setup_pam() after SMACK labeling | Sangjung Woo |
2015-09-23 | Merge pull request #1339 from alkino/master | Daniel Mack |
2015-09-23 | Hook more properties for transient units | Nicolas Cornu |
2015-09-23 | core: make setup_pam() synchronous | David Herrmann |
2015-09-22 | core: fix shutdown of --user | David Herrmann |
2015-09-22 | Merge pull request #1335 from poettering/some-fixes | Daniel Mack |
2015-09-22 | Merge pull request #1336 from pszewczyk/functionfs_sockets_v3 | Lennart Poettering |
2015-09-22 | core: Add FFSDescriptors and FFSStrings service parameters | Pawel Szewczyk |
2015-09-22 | core: Add socket type for usb functionfs endpoints | Pawel Szewczyk |
2015-09-22 | cgtop: underline table header | Lennart Poettering |
2015-09-22 | util: add safe_closedir() similar to safe_fclose() | Lennart Poettering |
2015-09-22 | Merge pull request #986 from karelzak/monitor | Lennart Poettering |
2015-09-22 | core: Add list of additional file descriptors to socket port | Pawel Szewczyk |
2015-09-21 | mount: propagate error codes correctly | David Herrmann |