summary refs log tree commit diff
path: root/src/runit.c
Commit message (Expand)AuthorAgeFilesLines
* runit(8): don't leak SIGCONT SIG_IGN into all child processesLeah Neukirchen2024-10-061-1/+1
* support /etc/runit/nosync file to make sync on shutdown/reboot optionalAndras Korn2024-09-251-5/+10
* * runit.c: force check for zombies after a 14 second timeout withoutGerrit Pape2007-09-191-6/+6
* runit.c: speed up collecting zombies.Gerrit Pape2007-09-131-3/+8
* runit.c: fix typo in error messages (thx Matthew R. Dempsky); minor rewordingGerrit Pape2007-06-141-2/+2
* * doc/index.html: some reordering.Gerrit Pape2006-11-211-98/+98
* * runit.c: don't make console the controlling terminal for process 1,Gerrit Pape2006-10-071-3/+13
* * runit.c, man/runit.8: if stage 1 crashes or exits 100, stage 2 will beGerrit Pape2004-06-261-14/+15
* * runsv.c: don't use EOVERFLOW as it is not standard (thx ChristophGerrit Pape2003-10-281-9/+27
* * runit.c: user select() on systems that don't provide poll() (buildsGerrit Pape2003-06-171-3/+11
* * runit.c: print warning for each state that exits non-zero; restartGerrit Pape2003-04-241-9/+13
* * doc/benefits.html: new.Gerrit Pape2003-02-251-62/+51
* runit.c: support ctrl-alt-del also on Linux/i386, dietlic.Gerrit Pape2002-02-131-1/+6
* 0.3.0.Gerrit Pape2002-01-291-14/+36
* runs on openbsd 2.9.Gerrit Pape2001-12-301-1/+29
* runit: checks for pid == 1Gerrit Pape2001-12-221-0/+4
* * runit-halt, runit-reboot removed, integrated into runit-initGerrit Pape2001-11-261-12/+13
* * collects all terminated children in all stagesGerrit Pape2001-11-221-42/+85
* Initial revisionGerrit Pape2001-11-161-0/+208