summaryrefslogtreecommitdiff
path: root/src/execute.c
Commit message (Expand)AuthorAgeFilesLines
* service: fix units with more than one socketLennart Poettering2011-04-061-1/+1
* log: fix shifting of facilitiesLennart Poettering2011-03-311-1/+1
* src: our lord is coverityLennart Poettering2011-03-311-1/+1
* exec: drop process group kill mode since it has little use and confuses the userLennart Poettering2011-03-291-1/+0
* exec: properly apply capability bounding set, add inverted bounding setsLennart Poettering2011-03-181-3/+12
* def: centralize definition of default timeout in one placeLennart Poettering2011-03-171-0/+1
* core: move abstract namespace sockets to /dev/.runLennart Poettering2011-03-141-2/+2
* execute: load environment files at time of execution, not when we load the se...Lennart Poettering2011-03-041-51/+133
* kill: always send SIGCONT after SIGTERMLennart Poettering2011-03-031-1/+3
* Spelling CorrectionsHarald Hoyer2011-02-281-8/+8
* execute: optionally forward program output to /dev/console in addition to sys...Lennart Poettering2011-02-151-2/+13
* execute: make sending of SIGKILL on shutdown optionalLennart Poettering2011-01-181-2/+5
* execute,util: fix two small memory leaksLennart Poettering2011-01-061-0/+3
* execute: drop empty assignments from env blocks on execution but keep them ar...Lennart Poettering2011-01-061-0/+2
* exec: automatically determine right TERM= setting based on tty nameLennart Poettering2010-11-151-2/+10
* systemctl: introduce systemctl killLennart Poettering2010-10-221-1/+18
* unit: add minimal condition checker for unit startupLennart Poettering2010-10-131-1/+0
* service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a serviceLennart Poettering2010-10-081-1/+14
* util: never use sizeof(sa_family_t) when calculating sockaddr sizesLennart Poettering2010-10-071-1/+1
* exec: replace OOMAdjust= by OOMScoreAdjust= to follow new kernel interfaceLennart Poettering2010-08-311-8/+22
* exec: make sure O_NONBLOCK is off for all sockets passed as STDIN/STDOUT/STDERRLennart Poettering2010-08-301-0/+5
* service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and deco...Lennart Poettering2010-08-201-111/+1
* emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering2010-08-141-1/+1
* clang: fix numerous little issues found with clang-analyzerLennart Poettering2010-08-111-1/+1
* socket: don't close sockets when activating per-connection unitsLennart Poettering2010-07-141-1/+2
* execute: inherit from original input, not the fixed upLennart Poettering2010-07-121-1/+6
* execute: reword commentLennart Poettering2010-07-121-3/+3
* execute: close inherited fds earlierLennart Poettering2010-07-121-10/+10
* execute: use right logger socketLennart Poettering2010-07-111-1/+1
* execute: add ability to configure the kill signalLennart Poettering2010-07-101-0/+7
* execute: support minimal environment variable replacement when executing proc...Lennart Poettering2010-07-081-2/+8
* execute: if the main process of a service already owns the TTY, don't wait fo...Lennart Poettering2010-07-081-11/+17
* execute: change stdout inherit logic, when run as PID 1 use /dev/nullLennart Poettering2010-07-071-7/+7
* turn negative options into positive optionsLennart Poettering2010-07-051-2/+3
* uniformly suffix time span properties with their unitLennart Poettering2010-07-041-4/+4
* dbus: complete exec status coverageLennart Poettering2010-07-041-3/+14
* dbus: complete exec coverageLennart Poettering2010-07-041-5/+8
* execute: check tcpwrap for sockets passed via new-style socket passing as well.Lennart Poettering2010-07-021-4/+13
* core: rename struct timestamp to dual_timestamp to avoid name clash with IP s...Lennart Poettering2010-07-011-6/+6
* don't use 'long long' unless we have a really good reason toLennart Poettering2010-06-191-4/+4
* execute: handle format strings in User= and other directivesLennart Poettering2010-06-181-3/+3
* service: optionally call into PAM when dropping priviligesLennart Poettering2010-06-161-2/+203
* execute: setup namespace after doing NSS callsLennart Poettering2010-06-161-13/+13
* tcpwrap: execute tcpwrap check in forked client, to avoid blocking name looku...Lennart Poettering2010-06-161-0/+18
* execute: fix typoLennart Poettering2010-05-221-4/+6
* execute: only reset those signals to the default we really need to reset to t...Lennart Poettering2010-05-221-1/+5
* execute: check ppid, not pid for 1Lennart Poettering2010-05-201-3/+3
* execute: reopen console in the spawned processes, if necessaryLennart Poettering2010-05-201-8/+9
* execute: send output of services by default to same place as systemd internal...Lennart Poettering2010-05-191-2/+3
* execute: simplify stdin/stderr/stdout fixup a littleLennart Poettering2010-05-191-23/+12