Age | Commit message (Expand) | Author |
2010-04-10 | execute: introduce exec_command_done() to free data from static ExecCommand s... | Lennart Poettering |
2010-04-10 | execute: introduce exec_command_set() for easy setting for command lines | Lennart Poettering |
2010-04-10 | execute: improve exec_spawn() logging | Lennart Poettering |
2010-04-10 | execute: automatically record start/exit timestamps for forked processes | Lennart Poettering |
2010-04-07 | service: optionally, call setsid() on services | Lennart Poettering |
2010-04-06 | util: move close_all_fds() to util.c | Lennart Poettering |
2010-04-06 | execute: use fd_nonblock()//fd_cloexec() where applicable | Lennart Poettering |
2010-03-31 | cgroup: add cgroupsification | Lennart Poettering |
2010-03-31 | execute: try to suppress PR_SET_SECUREBITS if unnecessary | Lennart Poettering |
2010-02-14 | execute: implement privilige dropping properly | Lennart Poettering |
2010-02-14 | execute: simplify appending to execution list | Lennart Poettering |
2010-02-12 | execute: allow configuration of O_NONBLOCK flag from .service files | Lennart Poettering |
2010-02-03 | execute: drop now unnecessary GCC pragma again | Lennart Poettering |
2010-02-03 | build: basic autoconfization | Lennart Poettering |
2010-02-03 | license: add GPLv2+ license blurbs everwhere | Lennart Poettering |
2010-02-02 | use linux/sched.h instead of sched.h for older glibc | Kay Sievers |
2010-02-02 | build: make gcc shut up | Lennart Poettering |
2010-02-02 | execute: allow configuration of SCHED_RESET_ON_FORK | Lennart Poettering |
2010-02-01 | add basic (and not very useful) D-Bus support | Lennart Poettering |
2010-01-30 | greatly extend what we enforce as process properties | Lennart Poettering |
2010-01-29 | support chrooting/setting of ioprio when spawning | Lennart Poettering |
2010-01-28 | set nice/oom_adjust only when asked for | Lennart Poettering |
2010-01-28 | implement proper logging for services | Lennart Poettering |
2010-01-27 | drop O_CLOEXEC/O_NONBLOCK from files intended for forked clients | Lennart Poettering |
2010-01-27 | reset signal mask when forking | Lennart Poettering |
2010-01-27 | fix an assert when forking | Lennart Poettering |
2010-01-27 | yay, we can start socket units | Lennart Poettering |
2010-01-27 | properly terminate strings with NUL byte | Lennart Poettering |
2010-01-26 | various cleanups | Lennart Poettering |
2010-01-26 | first attempt at proper service/socket logic | Lennart Poettering |
2010-01-23 | first attempt in implementinging execution logic | Lennart Poettering |