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
/
src
/
execute.c
Age
Commit message (
Expand
)
Author
2012-02-09
service: ignore SIGPIPE by default
systemd/v41
Lennart Poettering
2012-02-01
exec: include path name of binary we are about to execute when renaming forke...
Lennart Poettering
2012-01-18
persistant -> persistent
Kay Sievers
2012-01-18
exec: introduce ControlGroupPersistant= to make cgroups persistant
Lennart Poettering
2012-01-06
journal: introduce log target 'journal' for executed processes
Lennart Poettering
2012-01-05
execute: talk directly to the journald, instead to the stdout-syslog-bridge
Lennart Poettering
2011-12-17
execute: fix losing of start timestamps
Michal Schmidt
2011-11-17
execute: log errors from "sd(EXEC)"
Michal Schmidt
2011-11-17
execute: make setup_pam() return -errno when possible
Michal Schmidt
2011-11-16
execute: avoid logging to closed fds
Michal Schmidt
2011-11-07
utmp: remove unneded parameters
Michal Schmidt
2011-10-11
util: properly detect what the last capability is
Lennart Poettering
2011-08-30
stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptive
Lennart Poettering
2011-08-20
exec: optionally apply cgroup attributes to the cgroups we create
Lennart Poettering
2011-08-02
exec: introduce PrivateNetwork= process option to turn off network access to ...
Lennart Poettering
2011-08-01
execute: properly enforce group
Lennart Poettering
2011-08-01
umask: change default umask to 0022 just to be sure, and set it explicitly in...
Lennart Poettering
2011-07-23
util: make use of get_user_creds() and get_group_creds() wherever applicable
Lennart Poettering
2011-07-23
util: user parse_uid() wherever applicable
Lennart Poettering
2011-07-01
nspawn: Move the get_user_creds from execute.c to utils.c for later usage in ...
Michal Vyskocil
2011-06-30
execute: properly pass PAM environment to executed process
Lennart Poettering
2011-06-30
execute: fix PAM error checking
Lennart Poettering
2011-06-30
execute: invoke sigwait() in a loop when waiting for PAM parent, to avoid spu...
Lennart Poettering
2011-06-30
execute: don't invoke pam_setcred, since we are not running on a tty where th...
Lennart Poettering
2011-06-30
execute: do initgroups() first, pam initialization second so that it can stil...
Lennart Poettering
2011-06-30
exec: add ControlGroupModify= switch to allow changing access mode to cgroups fs
Lennart Poettering
2011-06-28
execute: don't choke when systemd was compiled with a different CAP_LAST_CAP ...
Lennart Poettering
2011-05-18
exec: hangup/reset/deallocate VTs in gettys
Lennart Poettering
2011-04-19
execute: when we run as PID 1 the kernel doesn't give us CAP_SETPCAP by defau...
Lennart Poettering
2011-04-12
execute: don't fail if we cannot fix OOM in a container
Lennart Poettering
2011-04-06
service: fix units with more than one socket
Lennart Poettering
2011-03-31
log: fix shifting of facilities
Lennart Poettering
2011-03-31
src: our lord is coverity
Lennart Poettering
2011-03-29
exec: drop process group kill mode since it has little use and confuses the user
Lennart Poettering
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
[next]