Age | Commit message (Expand) | Author |
2015-07-06 | tree-wide: fix write_string_file() user that should not create files | Daniel Mack |
2015-07-06 | fileio: consolidate write_string_file*() | Daniel Mack |
2015-06-22 | smack: add default smack process label config | WaLyong Cho |
2015-06-17 | turn kdbus support into a runtime option | Kay Sievers |
2015-06-17 | core: execute: fix regression in pam_setup() | Daniel Mack |
2015-06-15 | everywhere: port everything to sigprocmask_many() and friends | Lennart Poettering |
2015-06-10 | tree-wide: whenever we fork off a foreign child process reset signal mask/han... | Lennart Poettering |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering |
2015-05-21 | util: introduce PERSONALITY_INVALID as macro for 0xffffffffLU | Lennart Poettering |
2015-05-18 | core: Private*/Protect* options with RootDirectory | Alban Crequy |
2015-05-13 | core: make exec code a bit more readable | Lennart Poettering |
2015-05-11 | core,network: major per-object logging rework | Lennart Poettering |
2015-04-28 | core: when we cannot add PID to a scope cgroup, log about it | Lennart Poettering |
2015-04-11 | shared: add terminal-util.[ch] | Ronny Chevalier |
2015-04-10 | shared: add process-util.[ch] | Ronny Chevalier |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-04-06 | util: rework rm_rf() logic | Lennart Poettering |
2015-03-13 | core: don't wait for reply if writing to pipe fails | Zbigniew Jędrzejewski-Szmek |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-14 | core: make RuntimeDirectory honor SELinux labels | Zbigniew Jędrzejewski-Szmek |
2015-02-12 | include <poll.h> instead of <sys/poll.h> | Thomas Hindoe Paaboel Andersen |
2015-02-12 | exec: also evaluate working_directory_missing_ok when not applying chroots | Lennart Poettering |
2015-02-12 | core: don't fail to run services in --user instances if $HOME is missing | Lennart Poettering |
2015-02-11 | core: remove unneeded <libgen.h> include | Cristian Rodríguez |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering |
2015-01-13 | core: Fix EACCES check for OOM adjustments | Martin Pitt |
2015-01-09 | core: modernize execution code a bit | Lennart Poettering |
2015-01-08 | core: check both EPERM and EACCES for OOM adjustments | Lennart Poettering |
2015-01-08 | core: make EPERM errors when applying OOM adjustment for forked processes non... | Lennart Poettering |
2015-01-06 | tree-wide: remove unnecessary LOG_PRI | Zbigniew Jędrzejewski-Szmek |
2015-01-05 | journal: call connect() with dropped privileges | Zbigniew Jędrzejewski-Szmek |
2014-12-23 | env-util: don't include files from src/core/ | Lennart Poettering |
2014-12-23 | core: rearrange code so that libsystemd/sd-bus/ does not include header files... | Lennart Poettering |
2014-12-19 | execute: the runtime directory can only be on tmpfs, hence don't use rm_rf_da... | Lennart Poettering |
2014-12-18 | core: make exec_command_free_list return NULL | Zbigniew Jędrzejewski-Szmek |
2014-12-11 | core: correct spacing near eol in code comments | Torstein Husebø |
2014-12-10 | scope: make attachment of initial PIDs a bit more robust | Lennart Poettering |
2014-12-10 | util: introduce our own gperf based capability list | Lennart Poettering |
2014-12-04 | selinux: figure out selinux context applied on exec() before closing all fds | Michal Sekletar |
2014-11-28 | treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1 | Lennart Poettering |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | core: convert log_unit_*() to log_unit_*_errno() | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-28 | log: fix order of log_unit_struct() to match other logging calls | Lennart Poettering |
2014-11-27 | log: rearrange log function naming | Lennart Poettering |
2014-11-24 | smack: introduce new SmackProcessLabel option | WaLyong Cho |
2014-11-05 | core: introduce new Delegate=yes/no property controlling creation of cgroup s... | Lennart Poettering |
2014-10-23 | mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ... | Lennart Poettering |
2014-10-23 | mac: rename apis with mac_{selinux/smack}_ prefix | WaLyong Cho |