]> git.ipfire.org Git - thirdparty/systemd.git/history - src/service.c
configure.ac: fix typo in distro help string
[thirdparty/systemd.git] / src / service.c
2012-02-09  Lennart Poetteringservice: imply NotifyAccess=main if WatchdogSec= is...
2012-02-09  Michael Olbrichservice: add StartLimitInterval/StartLimitBurst/StartLi...
2012-02-09  Lennart Poetteringservice: ignore SIGPIPE by default v41
2012-02-08  Michael Olbrichservice: set WATCHDOG_USEC environmen variable
2012-02-08  Michael Olbrichservice: introduce WatchdogSec and hook up the watchdog...
2012-02-03  Lennart Poetteringsocket: replace failure boolean by enum
2012-02-03  Lennart Poetteringservice: replace "failure" boolean by enum, and export it
2012-02-01  Michael Olbrichservice: add watchdog timestamp
2012-01-19  Michal Schmidtservice: add missing pid file unwatch in the destructor
2012-01-16  Michal Schmidtunit: use safe downcasts, remove pointless casts
2012-01-16  Michal Schmidtunit: use the UNIT() macro consistently
2012-01-16  Michal Schmidtunit: remove union Unit
2012-01-16  Michal Schmidtunit: reduce heap usage for unit objects
2012-01-11  Lennart Poetteringservice: brutally slaughter processes that are running...
2012-01-06  Lennart Poetteringunit: properly update references to units which are...
2012-01-06  Lennart Poetteringservice: add dependencies on configured sockets
2012-01-06  Lennart Poetteringjournal: introduce log target 'journal' for executed...
2011-12-30  Lennart PoetteringMerge branch 'journal'
2011-12-16  Michal Schmidtservice: use 'syslog+console' for sysv_console
2011-12-03  Michal Schmidtservice: stop the service if ExecStartPost ends with...
2011-12-03  Michal Schmidtservice: handle services with racy daemonization gracefully
2011-11-10  Michal Schmidtservice: don't warn if the pidfile still exists after...
2011-11-08  Lennart PoetteringMerge branch 'master' into journal
2011-11-02  Lennart PoetteringMerge remote-tracking branch 'zbigniew/systemadm_changes'
2011-11-02  Dexter MorganAdd Mageia support
2011-10-17  Tollef Fog Heenservice: Drop rcN.d runlevels from SysV services that...
2011-10-12  Lennart PoetteringMerge branch 'master' into journal
2011-10-11  Lennart Poetteringservice: don't try to guess PID for SysV services anymore
2011-09-23  Lennart Poetteringservice: fix up std output/error before we add dependen...
2011-09-22  Lennart Poetteringcoverity: fix a couple of bugs found by coverity
2011-09-22  Michal Schmidtservice: warn if a service fails to write its PID file
2011-09-22  Lennart Poetteringservice: if StandardInput=socket and StandardOutput...
2011-09-21  Michal Schmidtservice: minor change in service_load_pid_file return...
2011-09-20  Michal Schmidtservice: handle forking services that move to a new PID
2011-09-19  Lennart Poetteringservice: drop broken support for X-Interactive fields...
2011-08-24  Miklos Vajnaservice: all rcS.d scripts have been converted on Fruga...
2011-08-19  Lennart Poetteringexec: optionally apply cgroup attributes to the cgroups...
2011-08-01  Frederic Crozatservice: parse insserv.conf and plugs its system facili...
2011-08-01  Lennart Poetteringutil: use join() instead of asprintf() as an optimization
2011-07-31  Lennart Poetteringutil: various optimizations, using join()
2011-07-31  Lennart Poetteringload-fragment: speed up parsing by using a perfect...
2011-07-13  Lennart Poetteringunit: use ESRCH as error when we don't find anybody...
2011-07-12  Lennart Poetteringservice: properly handle who argument on D-Bus kill...
2011-07-11  Lennart PoetteringMerge remote-tracking branch 'harald/master'
2011-07-05  Lennart Poetteringmanager: merge serialization and desrialization counter...
2011-07-05  Michal Schmidtservice: 'pidfile:' in SysV chkconfig header implies...
2011-07-01  Lennart Poetteringmanager: don't even think of enumerating sysv services...
2011-06-21  Lennart Poetteringservice: check whether sysv scripts where changed
2011-06-21  Lennart Poetteringdbus: introduce UnsetAndSetEnvironment()
2011-06-21  Lennart Poetteringenglish: s/_per_/_by_/
2011-05-17  Lennart Poetteringexec: hangup/reset/deallocate VTs in gettys
2011-05-09  Koen Kooibuild-sys: Angstrom support
2011-04-28  Lennart Poetteringservice: properly notice when services with a main...
2011-04-20  Lennart Poetteringcgroup: don't accidentaly trim on reload
2011-04-06  Lennart Poetteringunits: rename rtc-set.target to time-sync.target and...
2011-04-06  Lennart Poetteringservice: fix units with more than one socket
2011-03-31  Lennart Poetteringsrc: our lord is coverity
2011-03-29  Lennart Poetteringunit: never apply /etc/rcN.d/ priority to native services
2011-03-29  Lennart Poetteringexec: drop process group kill mode since it has little...
2011-03-18  Lennart Poetteringservice: pull in sysv facility targets from the sysv...
2011-03-18  Lennart Poetteringspecial: get rid of dbus.target
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-08  Andrey Borzenkovbuild-sys: add Mandriva distribution support v20
2011-03-08  Lennart Poetteringservice: use uppercase SYSV prefix to make it easier...
2011-03-08  Lennart Poetteringservice: prefix description with LSB only if script...
2011-03-06  Lennart Poetteringservice: drop redundant check in sysv_translate_facility
2011-03-03  Lennart Poetteringkill: always send SIGCONT after SIGTERM
2011-02-28  Harald HoyerSpelling Corrections
2011-02-25  Lennart Poetteringservice: never clean up a service that still has a...
2011-02-15  Lennart Poetteringexec: introduce global defaults for the standard output...
2011-02-13  Lennart Poetteringservice: make main pid guessing optional, and reread...
2011-01-20  Lennart Poetteringservice: make chain of main commands and control comman...
2011-01-20  Lennart Poetteringservice: don't allow reload operations for oneshot...
2011-01-20  Lennart Poetteringsystemctl: highlight failed processes in systemctl...
2011-01-20  Lennart Poetteringservice: when reloading a service fails don't fail...
2011-01-18  Lennart Poetteringservice: if a reload operation fails, don't shut down...
2011-01-18  Lennart Poetteringexecute: make sending of SIGKILL on shutdown optional
2011-01-17  Tom Gundersenarch: remove support for legacy daemons
2011-01-06  Lennart Poetteringservice: don't hit an assert if information in LSB...
2010-12-27  Michael Bieblservice: ifdef (more) distro-specific compat logic
2010-12-16  Kay Sieversservice: ifdef distro-specific compat logic
2010-12-16  Miklos Vajnaservice: drop rc. prefix on frugalware linux
2010-12-09  Kay Sieverssuse: add 'smtp' LSB facility
2010-11-29  Miklos Vajnabuild-sys: frugalware linux support
2010-11-17  Lennart Poetteringcgroup: by default, duplicate service cgroup in the...
2010-11-15  Lennart Poetteringexec: automatically determine right TERM= setting based...
2010-11-15  Lennart Poetteringdrop support for MANAGER_SESSION, introduce MANAGER_USE...
2010-11-10  Lennart Poetteringservice: delay automatic restart if job is pending
2010-10-29  Lennart Poetteringunit: get rid of gnoreDependencyFailure= instead treat...
2010-10-28  Lennart Poetteringservice: unify tstamp serialization code
2010-10-27  Lennart Poetteringservice: when after startup only one process is in...
2010-10-26  Mike Kazantsevservice: fix sysv-less build
2010-10-26  Lennart Poetteringservice: make sure to pass TERM=linux to all sysv scripts
2010-10-25  Andrew Edmundsubuntu: Treat Ubuntu as a distinct distro in configure...
2010-10-22  Lennart Poetteringsystemctl: introduce systemctl kill
2010-10-13  Lennart Poetteringmanager: hookup shutdown helper and signals
2010-10-13  Lennart Poetteringmount: hook in q fsck@.service instance for all mount...
2010-10-08  Lennart Poetteringservice: introduce Restart=on-failure and Restart=on...
2010-10-08  Lennart Poetteringservice: optionally, create INIT_PROCESS/DEAD_PROCESS...
next