Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CHANGES | Gerrit Pape | 2024-09-25 | 1 | -0/+8 |
| | |||||
* | fix undesired compilation error(s) of feature test | Z. Liu | 2024-09-25 | 9 | -4/+14 |
| | | | | | | | | | | | | | | | | | | | | If don't fix, the feature test will generate undesired .h which will be used in later compilation, some will cause build failed. see *.h{1,2} for details, run following cmd to see difference: diff -uprN <(more *.h1|sed 's:\.h1$:.h:g') <(more *.h2|sed 's:\.h2$:.h:g') found by using clang 18 with CFLAGS: -Wall link of debian's patches is: https://salsa.debian.org/debian/runit/-/tree/master/debian/patches 0029-fix-ftbfs-with-gcc14.patch chkshsgr.c trycpp.c trypoll.c tryshsgr.c tryulong64.c: error: call to undeclared function '...'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] functions are: _exit, exit, getgroups, printf, setgroups tryflock.c trysgact.c trysgprm.c trywaitp.c: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] | ||||
* | archive. v2.1.2 | Gerrit Pape | 2014-08-10 | 1 | -0/+0 |
| | |||||
* | release 2.1.2. | Gerrit Pape | 2014-08-10 | 7 | -13/+14 |
| | |||||
* | * doc/index.html: reorder, cleanup links to distributions; add Linux | Gerrit Pape | 2014-08-10 | 2 | -10/+16 |
| | | | | from Scratch, Finnix, VServer. | ||||
* | update html | Gerrit Pape | 2014-08-10 | 1 | -62/+73 |
| | |||||
* | * sv.c: properly format status command's output on failure cases. | Gerrit Pape | 2014-08-10 | 3 | -9/+14 |
| | |||||
* | src/sv.dist: adapt. | Gerrit Pape | 2014-08-04 | 1 | -1/+1 |
| | |||||
* | * sv.c: support optional LSB init script actions reload and | Gerrit Pape | 2014-08-01 | 3 | -1/+20 |
| | | | | | | try-restart. http://bugs.debian.org/545227 | ||||
* | * man/sv.8: "sv exit" does not send a TERM signal to the log service | Gerrit Pape | 2014-07-31 | 2 | -2/+5 |
| | | | | | | (thx Jonathan Nieder). See https://bugs.debian.org/627574 | ||||
* | * fmt_ptime.c: 64 bits time_t fix for svlogd (tnx Jérémie | Gerrit Pape | 2014-07-30 | 2 | -1/+3 |
| | | | | | | | Courrèges-Anglas). Patch fetched from the OpenBSD ports tree http://openbsd.cs.toronto.edu/cgi-bin/cvsweb/ports/sysutils/runit/patches/patch-src_fmt_ptime_c?rev=1.1&content-type=text/x-cvsweb-markup | ||||
* | * sv.c: fix typo that may lead to wrong output from sv when reporting | Gerrit Pape | 2014-07-30 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | status of multiple service directories. Thx Jamie Heilman, https://bugs.debian.org/715512: > Given two service directories: > > # ls testapp1 > run supervise > # ls testapp2 > log run supervise > > where testapp1 is running, and testapp2 isn't: > > # sv status ./testapp1 > run: ./testapp1: (pid 3682) 408178s > # sv status ./testapp2 > fail: ./testapp2: runsv not running > # sv status ./testapp1 ./testapp2 > run: ./testapp1: (pid 3682) 408184s > fail: ./testapp2: runsv not running > run: ./testapp2: (pid 3682) 408184sfail: ./testapp2: runsv not running | ||||
* | * doc/index.html: add ArchLinux to list of distributions that include | Gerrit Pape | 2011-07-21 | 2 | -0/+4 |
| | | | | runit (thx Kevin Berry). | ||||
* | * doc/index.html: add Dragora GNU/Linux to list of distributions that | Gerrit Pape | 2010-02-18 | 2 | -0/+4 |
| | | | | use runit as default init scheme (thx Matias A. Fonzo). | ||||
* | * doc/useinit.html: update description on how to use with upstart | Gerrit Pape | 2009-10-07 | 2 | -10/+13 |
| | | | | (thx Gabriel de Perthuis). | ||||
* | * doc/index.html: add deepOfix Mail Server to list of distributions | Gerrit Pape | 2009-10-06 | 2 | -0/+7 |
| | | | | that include runit (thx Debayan Banerjee). | ||||
* | archive. v2.1.1 | Gerrit Pape | 2009-10-04 | 1 | -0/+0 |
| | |||||
* | release 2.1.1. | Gerrit Pape | 2009-10-04 | 6 | -12/+13 |
| | |||||
* | update chpst.dist, sv.dist | Gerrit Pape | 2009-10-04 | 3 | -5/+5 |
| | |||||
* | * sv.c: on 'down', send runsv the 'down' command properly if not yet | Gerrit Pape | 2009-10-04 | 2 | -1/+4 |
| | | | | done (e.g. when taken up with 'once'). | ||||
* | * doc/upgrade.html: fix typo. | Gerrit Pape | 2009-09-29 | 2 | -1/+5 |
| | |||||
* | archive. v2.1.0 | Gerrit Pape | 2009-09-24 | 1 | -0/+0 |
| | |||||
* | release 2.1.0. | Gerrit Pape | 2009-09-24 | 7 | -12/+17 |
| | |||||
* | update html. | Gerrit Pape | 2009-09-24 | 2 | -3/+7 |
| | |||||
* | * man/sv.8: clarify which return values apply to the LSB init script | Gerrit Pape | 2009-09-24 | 2 | -5/+6 |
| | | | | interface. | ||||
* | * runsv.c: exit with error if [log/]supervise/control exists, but is | Gerrit Pape | 2009-09-24 | 2 | -0/+10 |
| | | | | not a fifo (thx Charlie Brady). | ||||
* | * chpst.c, svwaitdown.c, svwaitup.c: fix checks for return value of | Gerrit Pape | 2009-09-24 | 4 | -3/+5 |
| | | | | open_* functions (thx David Reiss). | ||||
* | * sv.c: fix exit code of status command in lsb mode (thx Mathieu | Gerrit Pape | 2009-09-24 | 2 | -4/+8 |
| | | | | Poumeyrol) | ||||
* | * pathexec_env.c, pathexec.h: add function pathexec_env_run(). | Gerrit Pape | 2009-09-24 | 5 | -7/+33 |
| | | | | | * chpst.c, man/chpst.8: new option -b argv0: run prog with different 0th argument. | ||||
* | archive. v2.0.0 | Gerrit Pape | 2008-06-15 | 1 | -0/+0 |
| | |||||
* | .gitattributes: adapt. | Gerrit Pape | 2008-06-15 | 1 | -13/+13 |
| | |||||
* | release 2.0.0. | Gerrit Pape | 2008-06-15 | 10 | -20/+22 |
| | |||||
* | archive. v1.9.0 | Gerrit Pape | 2008-05-07 | 1 | -0/+0 |
| | |||||
* | .gitattributes: new. | Gerrit Pape | 2008-05-07 | 1 | -0/+13 |
| | |||||
* | sv.dist: adapt. | Gerrit Pape | 2008-05-07 | 1 | -1/+1 |
| | |||||
* | runsvchdir.c: typo. | Gerrit Pape | 2008-05-07 | 1 | -1/+1 |
| | |||||
* | version 1.9.0. | Gerrit Pape | 2008-05-07 | 7 | -73/+75 |
| | |||||
* | doc/upgrade.html: upgrade from 1.8.0. | Gerrit Pape | 2008-05-05 | 2 | -0/+15 |
| | |||||
* | * doc/benefits.html: minor additions. | Gerrit Pape | 2008-05-05 | 2 | -0/+11 |
| | |||||
* | * runsv.c: create temporary new status files for log/supervise/ actually | Gerrit Pape | 2008-05-05 | 2 | -42/+44 |
| | | | | in log/supervise/. | ||||
* | * change default directory for services from /var/service/ to /service/. | Gerrit Pape | 2008-04-20 | 22 | -44/+45 |
| | |||||
* | sv.c: service name is also relative to the current directory if it ends with ↵ | Gerrit Pape | 2008-04-20 | 3 | -3/+6 |
| | | | | a slash. | ||||
* | * doc/upgrade.html: typo. | Gerrit Pape | 2007-09-21 | 2 | -1/+3 |
| | |||||
* | archive. v1.8.0 | Gerrit Pape | 2007-09-21 | 1 | -0/+0 |
| | |||||
* | * doc/*.html: remove $Id$. | Gerrit Pape | 2007-09-21 | 12 | -11/+1 |
| | |||||
* | add upgrade blurb. | Gerrit Pape | 2007-09-21 | 1 | -0/+8 |
| | |||||
* | Copyright (c) 2001-2007, Gerrit Pape. | Gerrit Pape | 2007-09-21 | 1 | -1/+1 |
| | |||||
* | 1.8.0. | Gerrit Pape | 2007-09-21 | 1 | -1/+1 |
| | |||||
* | * doc/index.html: typo. | Gerrit Pape | 2007-09-19 | 2 | -1/+2 |
| | |||||
* | remove debian/ subdir, it's now in branches debian-*. | Gerrit Pape | 2007-09-19 | 17 | -936/+0 |
| |