Age | Commit message (Expand) | Author |
2011-03-18 | exec: properly apply capability bounding set, add inverted bounding sets | Lennart Poettering |
2011-03-17 | def: centralize definition of default timeout in one place | Lennart Poettering |
2011-03-14 | core: move abstract namespace sockets to /dev/.run | Lennart Poettering |
2011-03-04 | execute: load environment files at time of execution, not when we load the se... | Lennart Poettering |
2011-03-03 | kill: always send SIGCONT after SIGTERM | Lennart Poettering |
2011-02-28 | Spelling Corrections | Harald Hoyer |
2011-02-15 | execute: optionally forward program output to /dev/console in addition to sys... | Lennart Poettering |
2011-01-18 | execute: make sending of SIGKILL on shutdown optional | Lennart Poettering |
2011-01-06 | execute,util: fix two small memory leaks | Lennart Poettering |
2011-01-06 | execute: drop empty assignments from env blocks on execution but keep them ar... | Lennart Poettering |
2010-11-15 | exec: automatically determine right TERM= setting based on tty name | Lennart Poettering |
2010-10-22 | systemctl: introduce systemctl kill | Lennart Poettering |
2010-10-13 | unit: add minimal condition checker for unit startup | Lennart Poettering |
2010-10-08 | service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a service | Lennart Poettering |
2010-10-07 | util: never use sizeof(sa_family_t) when calculating sockaddr sizes | Lennart Poettering |
2010-08-31 | exec: replace OOMAdjust= by OOMScoreAdjust= to follow new kernel interface | Lennart Poettering |
2010-08-30 | exec: make sure O_NONBLOCK is off for all sockets passed as STDIN/STDOUT/STDERR | Lennart Poettering |
2010-08-20 | service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and deco... | Lennart Poettering |
2010-08-14 | emacs: make sure nobody accidently adds tabs to our sources | Lennart Poettering |
2010-08-11 | clang: fix numerous little issues found with clang-analyzer | Lennart Poettering |
2010-07-14 | socket: don't close sockets when activating per-connection units | Lennart Poettering |
2010-07-12 | execute: inherit from original input, not the fixed up | Lennart Poettering |
2010-07-12 | execute: reword comment | Lennart Poettering |
2010-07-12 | execute: close inherited fds earlier | Lennart Poettering |
2010-07-11 | execute: use right logger socket | Lennart Poettering |
2010-07-10 | execute: add ability to configure the kill signal | Lennart Poettering |
2010-07-08 | execute: support minimal environment variable replacement when executing proc... | Lennart Poettering |
2010-07-08 | execute: if the main process of a service already owns the TTY, don't wait fo... | Lennart Poettering |
2010-07-07 | execute: change stdout inherit logic, when run as PID 1 use /dev/null | Lennart Poettering |
2010-07-05 | turn negative options into positive options | Lennart Poettering |
2010-07-04 | uniformly suffix time span properties with their unit | Lennart Poettering |
2010-07-04 | dbus: complete exec status coverage | Lennart Poettering |
2010-07-04 | dbus: complete exec coverage | Lennart Poettering |
2010-07-02 | execute: check tcpwrap for sockets passed via new-style socket passing as well. | Lennart Poettering |
2010-07-01 | core: rename struct timestamp to dual_timestamp to avoid name clash with IP s... | Lennart Poettering |
2010-06-19 | don't use 'long long' unless we have a really good reason to | Lennart Poettering |
2010-06-18 | execute: handle format strings in User= and other directives | Lennart Poettering |
2010-06-16 | service: optionally call into PAM when dropping priviliges | Lennart Poettering |
2010-06-16 | execute: setup namespace after doing NSS calls | Lennart Poettering |
2010-06-16 | tcpwrap: execute tcpwrap check in forked client, to avoid blocking name looku... | Lennart Poettering |
2010-05-22 | execute: fix typo | Lennart Poettering |
2010-05-22 | execute: only reset those signals to the default we really need to reset to t... | Lennart Poettering |
2010-05-20 | execute: check ppid, not pid for 1 | Lennart Poettering |
2010-05-20 | execute: reopen console in the spawned processes, if necessary | Lennart Poettering |
2010-05-19 | execute: send output of services by default to same place as systemd internal... | Lennart Poettering |
2010-05-19 | execute: simplify stdin/stderr/stdout fixup a little | Lennart Poettering |
2010-05-19 | execute: s/EXEC_OUTPUT_KERNEL/EXEC_OUTPUT_KMSG/ to follow LOG_TARGET_xxx nome... | Lennart Poettering |
2010-05-19 | service: by default send service output to syslog, except for SysV services w... | Lennart Poettering |
2010-05-18 | main: ignore EPERM in TIOCSTTY when opening terminal for crash shell | Lennart Poettering |
2010-05-16 | build-sys: move source files to subdirectory | Lennart Poettering |