index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
execute.c
Age
Commit message (
Collapse
)
Author
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