summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix compilation warning(s): -WunsequencedZ. Liu2024-09-261-1/+2
* svlogd.c: Initialize all fields of sockaddr_in.Érico Rolim2024-09-251-0/+1
* add sleep_microseconds to encapsulate (u|nano)sleepZ. Liu2024-09-251-1/+13
* add/update doc & man page of chpst and runsvZ. Liu2024-09-252-3/+3
* support /etc/runit/nosync file to make sync on shutdown/reboot optionalAndras Korn2024-09-252-5/+11
* no longer check for shortsetgroups, setgroups is used directlyGerrit Pape2024-09-257-86/+4
* utmpset.c: mixes "int32_t *" and "time_t *"Gerrit Pape2024-09-251-2/+6
* fix compilation warning(s): -Wincompatible-pointer-types-discards-qualifiersZ. Liu2024-09-2512-33/+33
* fix compilation errors(s)/warning(s) of x86_cpuid.cZ. Liu2024-09-251-5/+7
* fix compilation error(s): call to undeclared function for C99 and laterZ. Liu2024-09-254-0/+5
* fix undesired compilation error(s) of feature testZ. Liu2024-09-259-4/+14
* * sv.c: properly format status command's output on failure cases.Gerrit Pape2014-08-102-9/+13
* src/sv.dist: adapt.Gerrit Pape2014-08-041-1/+1
* * sv.c: support optional LSB init script actions reload andGerrit Pape2014-08-011-1/+4
* * fmt_ptime.c: 64 bits time_t fix for svlogd (tnx JérémieGerrit Pape2014-07-301-1/+1
* * sv.c: fix typo that may lead to wrong output from sv when reportingGerrit Pape2014-07-301-1/+1
* update chpst.dist, sv.distGerrit Pape2009-10-042-4/+4
* * sv.c: on 'down', send runsv the 'down' command properly if not yetGerrit Pape2009-10-041-1/+2
* * runsv.c: exit with error if [log/]supervise/control exists, but isGerrit Pape2009-09-241-0/+8
* * chpst.c, svwaitdown.c, svwaitup.c: fix checks for return value ofGerrit Pape2009-09-243-3/+3
* * sv.c: fix exit code of status command in lsb mode (thx MathieuGerrit Pape2009-09-241-4/+6
* * pathexec_env.c, pathexec.h: add function pathexec_env_run().Gerrit Pape2009-09-243-7/+18
* sv.dist: adapt.Gerrit Pape2008-05-071-1/+1
* runsvchdir.c: typo.Gerrit Pape2008-05-071-1/+1
* * runsv.c: create temporary new status files for log/supervise/ actuallyGerrit Pape2008-05-051-42/+42
* * change default directory for services from /var/service/ to /service/.Gerrit Pape2008-04-201-1/+1
* sv.c: service name is also relative to the current directory if it ends with ...Gerrit Pape2008-04-201-1/+2
* tests dist.Gerrit Pape2007-09-194-4/+4
* * runit.c: force check for zombies after a 14 second timeout withoutGerrit Pape2007-09-191-6/+6
* sv.c: typo.Gerrit Pape2007-09-131-1/+1
* sv.c: whitespace fixups.Gerrit Pape2007-09-131-35/+35
* runit.c: speed up collecting zombies.Gerrit Pape2007-09-131-3/+8
* s/\t/ /gGerrit Pape2007-09-138-110/+110
* sv.c: fix race on check for down if pid is 0 and state is run or finish.Gerrit Pape2007-09-131-8/+7
* uw_tmp.h1: fallback to UTMP_FILE if _PATH_UTMP is not defined as seenGerrit Pape2007-08-271-0/+10
* chpst.c: add explicit braces to avoid ambiguous 'else'.Gerrit Pape2007-06-261-2/+4
* runit.c: fix typo in error messages (thx Matthew R. Dempsky); minor rewordingGerrit Pape2007-06-141-2/+2
* svlogd.c: don't statically bind local udp socketGerrit Pape2007-04-171-9/+8
* chpst.c, uidgid.c: improve error reporting if getpwnam() or getgrnam() failsGerrit Pape2007-04-172-35/+35
* * doc/index.html: some reordering.Gerrit Pape2006-11-212-113/+113
* * chpst.c, uidgid.c, uidgid.h: support numerical uid gid throughGerrit Pape2006-11-024-17/+71
* * runit.c: don't make console the controlling terminal for process 1,Gerrit Pape2006-10-071-3/+13
* * svlogd.c, fmt_ptime.*, man/svlogd.8: new option -ttt: prefix logGerrit Pape2006-07-244-14/+29
* * uidgid.c: properly fixup user/group argument on getpwnam() error.Gerrit Pape2006-06-201-1/+1
* * src/svlogd.c: cleanup *.t files possibly leftover by processor whenGerrit Pape2006-06-191-22/+38
* * runsv.c: delay restart of log service at least 1 sec, just as the mainGerrit Pape2006-05-102-3/+3
* * man/runsvdir.8: document that the services directory is re-scanned ifGerrit Pape2006-04-102-18/+32
* * doc/faq.html: typos; add usercontrol, userservices; minor.Gerrit Pape2006-03-201-2/+4
* dist.Gerrit Pape2006-03-042-4/+4
* * chpst: new option -d, limit data segment per process; don't use nestedGerrit Pape2006-03-041-58/+62