chiark / gitweb /
analyze: Cosmetic exit when the bootup is not yet complete when plotting.
[elogind.git] / src / execute.c
2012-02-09 Lennart Poetteringservice: ignore SIGPIPE by default v41
2012-02-01 Lennart Poetteringexec: include path name of binary we are about to execu...
2012-01-18 Kay Sieverspersistant -> persistent
2012-01-18 Lennart Poetteringexec: introduce ControlGroupPersistant= to make cgroups...
2012-01-06 Lennart Poetteringjournal: introduce log target 'journal' for executed...
2012-01-05 Lennart Poetteringexecute: talk directly to the journald, instead to...
2011-12-30 Lennart PoetteringMerge branch 'journal'
2011-12-17 Michal Schmidtexecute: fix losing of start timestamps
2011-11-17 Michal Schmidtexecute: log errors from "sd(EXEC)"
2011-11-16 Michal Schmidtexecute: make setup_pam() return -errno when possible
2011-11-16 Michal Schmidtexecute: avoid logging to closed fds
2011-11-07 Michal Schmidtutmp: remove unneded parameters
2011-11-02 Lennart PoetteringMerge remote-tracking branch 'zbigniew/systemadm_changes'
2011-10-12 Lennart PoetteringMerge branch 'master' into journal
2011-10-11 Lennart Poetteringutil: properly detect what the last capability is
2011-08-30 Lennart Poetteringstdout-bridge: rename logger to stdout-syslog-bridge...
2011-08-19 Lennart Poetteringexec: optionally apply cgroup attributes to the cgroups...
2011-08-02 Lennart Poetteringexec: introduce PrivateNetwork= process option to turn...
2011-08-01 Lennart Poetteringexecute: properly enforce group
2011-08-01 Lennart Poetteringumask: change default umask to 0022 just to be sure...
2011-07-22 Lennart Poetteringutil: make use of get_user_creds() and get_group_creds...
2011-07-22 Lennart Poetteringutil: user parse_uid() wherever applicable
2011-07-01 Michal Vyskocilnspawn: Move the get_user_creds from execute.c to utils...
2011-06-30 Lennart Poetteringexecute: properly pass PAM environment to executed...
2011-06-30 Lennart Poetteringexecute: fix PAM error checking
2011-06-30 Lennart Poetteringexecute: invoke sigwait() in a loop when waiting for...
2011-06-30 Lennart Poetteringexecute: don't invoke pam_setcred, since we are not...
2011-06-30 Lennart Poetteringexecute: do initgroups() first, pam initialization...
2011-06-29 Lennart Poetteringexec: add ControlGroupModify= switch to allow changing...
2011-06-28 Lennart Poetteringexecute: don't choke when systemd was compiled with...
2011-05-17 Lennart Poetteringexec: hangup/reset/deallocate VTs in gettys
2011-04-19 Lennart Poetteringexecute: when we run as PID 1 the kernel doesn't give...
2011-04-12 Lennart Poetteringexecute: don't fail if we cannot fix OOM in a container
2011-04-06 Lennart Poetteringservice: fix units with more than one socket
2011-03-31 Lennart Poetteringlog: fix shifting of facilities
2011-03-31 Lennart Poetteringsrc: our lord is coverity
2011-03-29 Lennart Poetteringexec: drop process group kill mode since it has little...
2011-03-18 Lennart Poetteringexec: properly apply capability bounding set, add inver...
2011-03-17 Lennart Poetteringdef: centralize definition of default timeout in one...
2011-03-14 Lennart Poetteringcore: move abstract namespace sockets to /dev/.run
2011-03-04 Lennart Poetteringexecute: load environment files at time of execution...
2011-03-03 Lennart Poetteringkill: always send SIGCONT after SIGTERM
2011-02-28 Harald HoyerSpelling Corrections
2011-02-15 Lennart Poetteringexecute: optionally forward program output to /dev...
2011-01-18 Lennart Poetteringexecute: make sending of SIGKILL on shutdown optional
2011-01-06 Lennart Poetteringexecute,util: fix two small memory leaks
2011-01-06 Lennart Poetteringexecute: drop empty assignments from env blocks on...
2010-11-15 Lennart Poetteringexec: automatically determine right TERM= setting based...
2010-10-22 Lennart Poetteringsystemctl: introduce systemctl kill
2010-10-13 Lennart Poetteringunit: add minimal condition checker for unit startup
2010-10-08 Lennart Poetteringservice: optionally, create INIT_PROCESS/DEAD_PROCESS...
2010-10-07 Lennart Poetteringutil: never use sizeof(sa_family_t) when calculating...
2010-08-30 Lennart Poetteringexec: replace OOMAdjust= by OOMScoreAdjust= to follow...
2010-08-30 Lennart Poetteringexec: make sure O_NONBLOCK is off for all sockets passe...
2010-08-20 Lennart Poetteringservice/systemctl: don't consider LSB exit codes 5...
2010-08-14 Lennart Poetteringemacs: make sure nobody accidently adds tabs to our...
2010-08-11 Lennart Poetteringclang: fix numerous little issues found with clang...
2010-07-14 Lennart Poetteringsocket: don't close sockets when activating per-connect...
2010-07-12 Lennart Poetteringexecute: inherit from original input, not the fixed up
2010-07-12 Lennart Poetteringexecute: reword comment
2010-07-12 Lennart Poetteringexecute: close inherited fds earlier
2010-07-11 Lennart Poetteringexecute: use right logger socket
2010-07-10 Lennart Poetteringexecute: add ability to configure the kill signal
2010-07-08 Lennart Poetteringexecute: support minimal environment variable replaceme...
2010-07-08 Lennart Poetteringexecute: if the main process of a service already owns...
2010-07-07 Lennart Poetteringexecute: change stdout inherit logic, when run as PID...
2010-07-04 Lennart Poetteringturn negative options into positive options
2010-07-04 Lennart Poetteringuniformly suffix time span properties with their unit
2010-07-04 Lennart Poetteringdbus: complete exec status coverage
2010-07-04 Lennart Poetteringdbus: complete exec coverage
2010-07-02 Lennart Poetteringexecute: check tcpwrap for sockets passed via new-style...
2010-06-30 Lennart Poetteringcore: rename struct timestamp to dual_timestamp to...
2010-06-19 Lennart Poetteringdon't use 'long long' unless we have a really good...
2010-06-18 Lennart Poetteringexecute: handle format strings in User= and other direc...
2010-06-16 Lennart Poetteringservice: optionally call into PAM when dropping priviliges
2010-06-16 Lennart Poetteringexecute: setup namespace after doing NSS calls
2010-06-16 Lennart Poetteringtcpwrap: execute tcpwrap check in forked client, to...
2010-05-22 Lennart Poetteringexecute: fix typo
2010-05-21 Lennart Poetteringexecute: only reset those signals to the default we...
2010-05-19 Lennart Poetteringexecute: check ppid, not pid for 1
2010-05-19 Lennart Poetteringexecute: reopen console in the spawned processes, if...
2010-05-19 Lennart Poetteringexecute: send output of services by default to same...
2010-05-19 Lennart Poetteringexecute: simplify stdin/stderr/stdout fixup a little
2010-05-19 Lennart Poetteringexecute: s/EXEC_OUTPUT_KERNEL/EXEC_OUTPUT_KMSG/ to...
2010-05-19 Lennart Poetteringservice: by default send service output to syslog,...
2010-05-18 Lennart Poetteringmain: ignore EPERM in TIOCSTTY when opening terminal...
2010-05-16 Lennart Poetteringbuild-sys: move source files to subdirectory