2024-10-25 15:26 | fix -Wimplicit-fallthrough | Morel Bérenger | 7 | +52 | -11 |
2024-10-06 19:14 | move buffer macros (except INIT) in using files | Morel Bérenger | 2 | +15 | -15 |
2024-10-06 17:23 | remove unreachable-code | Morel Bérenger | 3 | +1 | -3 |
2024-10-06 17:13 | fix -Wpedantic | Morel Bérenger | 2 | +2 | -1 |
2024-10-06 16:53 | avoid float to int implicit conversion | Morel Bérenger | 2 | +2 | -1 |
2024-10-06 16:36 | tmp | Morel Bérenger | 1 | +1 | -0 |
2024-10-06 16:24 | use strict-prototypes warning and friends | Morel Bérenger | 35 | +287 | -193 |
2024-10-06 15:58 | add XOPEN_SOURCE=500 to build conf | Morel Bérenger | 1 | +5 | -0 |
2024-10-06 15:42 | set standard to posix 2008 (should up that probably) | Morel Bérenger | 1 | +1 | -1 |
2024-10-06 15:32 | swap prot_uid and setuid | Morel Bérenger | 4 | +1 | -33 |
2024-10-06 15:10 | -Werror=missing-variable-declarations | Morel Bérenger | 12 | +111 | -110 |
2024-10-06 15:07 | swap fifo_make for mkfifo (part 2) | Morel Bérenger | 1 | +4 | -4 |
2024-10-06 15:02 | replace wait_nohang with waidpid (part 2) | Morel Bérenger | 6 | +12 | -8 |
2024-10-06 14:56 | cleanup | Morel Bérenger | 1 | +2 | -4 |
2024-10-06 14:48 | remove deprecated files while at it | Morel Bérenger | 86 | +0 | -2240 |
2024-10-06 14:47 | remove unused file | Morel Bérenger | 1 | +0 | -9 |
2024-10-06 14:21 | enable C11 + POSIX | Morel Bérenger | 1 | +2 | -0 |
2024-10-06 14:20 | "implement" a placeholder for VERSION | Morel Bérenger | 1 | +3 | -0 |
2024-10-01 11:29 | moving old stuff out of the way | Morel Bérenger | 87 | +0 | -11 |
2024-09-30 10:28 | add .gitignore | Morel Bérenger | 1 | +2 | -0 |
2024-09-30 02:21 | remove .gitattributes and get rid of $Id$ | Morel Bérenger | 14 | +0 | -37 |
2024-09-30 02:16 | consider all targeted systems have C99 and POSIX 2008+ support | Morel Bérenger | 19 | +56 | -187 |
2024-09-30 01:11 | move all $Id$ into #define VERSION | Morel Bérenger | 5 | +15 | -6 |
2024-09-30 01:02 | implement a ninja build system | Morel Bérenger | 13 | +300 | -0 |
2022-02-14 19:25 | chpst: add -C to change working directory | Andrew J. Hesford | 2 | +15 | -2 |
2021-08-28 01:51 | sig: use const for sig_* constants and add sig_kill. | Érico Nogueira | 2 | +16 | -14 |
2020-08-27 00:00 | chpst: fix undefined operation on sequence point. | Érico Rolim | 1 | +2 | -1 |
2020-08-26 23:38 | sv,runsv,runsvchdir: change the default service directory. | Érico Rolim | 4 | +7 | -7 |
2020-08-27 02:36 | completions: import completions from void-packages | Érico Rolim | 2 | +70 | -0 |
2020-08-16 18:20 | prot.c, prot.h: use gid_t and uid_t. | Érico Rolim | 2 | +10 | -4 |
2020-08-16 18:19 | chkshsgr.c: use gid_t. | Érico Rolim | 1 | +2 | -1 |
2020-08-16 18:19 | pathexec_run.c:: add missing header. | Érico Rolim | 1 | +1 | -0 |
2020-08-16 18:19 | seek_set.c: add missing header. | Érico Rolim | 1 | +1 | -0 |
2020-08-16 18:19 | svlogd.c: add missing header. | Érico Rolim | 1 | +1 | -0 |
2020-08-16 18:12 | utmpset.c: mixes "int32_t *" and "time_t *" | Érico Rolim | 1 | +6 | -2 |
2020-08-16 18:12 | svlogd.c: Initialize all fields of sockaddr_in. | Érico Rolim | 1 | +1 | -0 |
2020-08-16 18:12 | svlogd.c: Clear dir struct. | Érico Rolim | 1 | +1 | -0 |
2020-08-16 18:38 | README: create file. | Érico Rolim | 1 | +15 | -0 |
2014-08-10 18:04 | release 2.1.2. | Gerrit Pape | 7 | +14 | -13 |
2014-08-10 17:59 | * doc/index.html: reorder, cleanup links to distributions; add Linux from Scratch, Finnix, VServer. | Gerrit Pape | 2 | +16 | -10 |
2014-08-10 16:58 | update html | Gerrit Pape | 1 | +73 | -62 |
2014-08-01 08:34 | * sv.c: properly format status command's output on failure cases. | Gerrit Pape | 3 | +14 | -9 |
2014-08-04 13:42 | src/sv.dist: adapt. | Gerrit Pape | 1 | +1 | -1 |
2009-10-11 19:55 | * sv.c: support optional LSB init script actions reload and try-restart. | Gerrit Pape | 3 | +20 | -1 |
2014-07-31 11:54 | * man/sv.8: "sv exit" does not send a TERM signal to the log service (thx Jonathan Nieder). | Gerrit Pape | 2 | +5 | -2 |
2014-07-30 13:59 | * fmt_ptime.c: 64 bits time_t fix for svlogd (tnx Jérémie Courrèges-Anglas). | Gerrit Pape | 2 | +3 | -1 |
2014-07-30 13:44 | * sv.c: fix typo that may lead to wrong output from sv when reporting status of multiple service directories. | Gerrit Pape | 2 | +3 | -1 |
2011-07-21 09:46 | * doc/index.html: add ArchLinux to list of distributions that include runit (thx Kevin Berry). | Gerrit Pape | 2 | +4 | -0 |
2010-02-18 09:42 | * doc/index.html: add Dragora GNU/Linux to list of distributions that use runit as default init scheme (thx Matias A. Fonzo). | Gerrit Pape | 2 | +4 | -0 |
2009-10-07 02:33 | * doc/useinit.html: update description on how to use with upstart (thx Gabriel de Perthuis). | Gerrit Pape | 2 | +13 | -10 |
2009-10-06 20:54 | * doc/index.html: add deepOfix Mail Server to list of distributions that include runit (thx Debayan Banerjee). | Gerrit Pape | 2 | +7 | -0 |
2009-10-04 20:43 | release 2.1.1. | Gerrit Pape | 6 | +13 | -12 |
2009-10-04 20:27 | update chpst.dist, sv.dist | Gerrit Pape | 3 | +5 | -5 |
2009-10-04 20:20 | * sv.c: on 'down', send runsv the 'down' command properly if not yet done (e.g. when taken up with 'once'). | Gerrit Pape | 2 | +4 | -1 |
2009-09-29 21:30 | * doc/upgrade.html: fix typo. | Gerrit Pape | 2 | +5 | -1 |
2009-09-24 22:51 | release 2.1.0. | Gerrit Pape | 7 | +17 | -12 |
2009-09-24 22:41 | update html. | Gerrit Pape | 2 | +7 | -3 |
2009-09-24 22:11 | * man/sv.8: clarify which return values apply to the LSB init script interface. | Gerrit Pape | 2 | +6 | -5 |
2009-09-24 21:42 | * runsv.c: exit with error if [log/]supervise/control exists, but is not a fifo (thx Charlie Brady). | Gerrit Pape | 2 | +10 | -0 |
2009-09-24 21:27 | * chpst.c, svwaitdown.c, svwaitup.c: fix checks for return value of open_* functions (thx David Reiss). | Gerrit Pape | 4 | +5 | -3 |
2009-09-24 21:20 | * sv.c: fix exit code of status command in lsb mode (thx Mathieu Poumeyrol) | Gerrit Pape | 2 | +8 | -4 |
2009-09-24 21:17 | * pathexec_env.c, pathexec.h: add function pathexec_env_run(). * chpst.c, man/chpst.8: new option -b argv0: run prog with different 0th argument. | Gerrit Pape | 5 | +33 | -7 |
2008-06-15 15:38 | .gitattributes: adapt. | Gerrit Pape | 1 | +13 | -13 |
2008-06-15 15:31 | release 2.0.0. | Gerrit Pape | 10 | +22 | -20 |
2008-05-07 23:45 | .gitattributes: new. | Gerrit Pape | 1 | +13 | -0 |
2008-05-07 23:45 | sv.dist: adapt. | Gerrit Pape | 1 | +1 | -1 |
2008-05-07 23:44 | runsvchdir.c: typo. | Gerrit Pape | 1 | +1 | -1 |
2008-05-05 22:02 | version 1.9.0. | Gerrit Pape | 7 | +75 | -73 |
2008-05-05 22:00 | doc/upgrade.html: upgrade from 1.8.0. | Gerrit Pape | 2 | +15 | -0 |
2008-05-05 21:15 | * doc/benefits.html: minor additions. | Gerrit Pape | 2 | +11 | -0 |
2008-04-20 21:41 | * runsv.c: create temporary new status files for log/supervise/ actually in log/supervise/. | Gerrit Pape | 2 | +44 | -42 |
2008-04-20 20:47 | * change default directory for services from /var/service/ to /service/. | Gerrit Pape | 22 | +45 | -44 |
2008-04-20 20:38 | sv.c: service name is also relative to the current directory if it ends with a slash. | Gerrit Pape | 3 | +6 | -3 |
2007-09-21 11:13 | * doc/upgrade.html: typo. | Gerrit Pape | 2 | +3 | -1 |
2007-09-21 09:13 | * doc/*.html: remove $Id$. | Gerrit Pape | 12 | +1 | -11 |
2007-09-21 09:08 | add upgrade blurb. | Gerrit Pape | 1 | +8 | -0 |
2007-09-21 07:53 | Copyright (c) 2001-2007, Gerrit Pape. | Gerrit Pape | 1 | +1 | -1 |
2007-09-21 07:34 | 1.8.0. | Gerrit Pape | 1 | +1 | -1 |
2007-09-19 15:03 | * doc/index.html: typo. | Gerrit Pape | 2 | +2 | -1 |
2007-09-19 12:42 | remove debian/ subdir, it's now in branches debian-*. | Gerrit Pape | 17 | +0 | -936 |
2007-09-19 12:36 | html. | Gerrit Pape | 1 | +107 | -102 |
2007-09-19 12:36 | prepare 1.8.0. | Gerrit Pape | 6 | +14 | -11 |
2007-09-19 08:18 | tests dist. | Gerrit Pape | 4 | +4 | -4 |
2007-09-19 07:57 | * runit.c: force check for zombies after a 14 second timeout without signals (CHLD, CONT, INT). | Gerrit Pape | 2 | +8 | -6 |
2007-09-13 13:53 | sv.c: typo. | Gerrit Pape | 1 | +1 | -1 |
2007-09-13 13:46 | sv.c: whitespace fixups. | Gerrit Pape | 1 | +35 | -35 |
2007-09-13 13:35 | runit.c: speed up collecting zombies. | Gerrit Pape | 2 | +9 | -3 |
2007-09-13 13:25 | s/\t/ /g | Gerrit Pape | 8 | +110 | -110 |
2007-09-13 13:16 | sv.c: fix race on check for down if pid is 0 and state is run or finish. | Gerrit Pape | 2 | +8 | -8 |
2007-06-26 08:31 | uw_tmp.h1: fallback to UTMP_FILE if _PATH_UTMP is not defined as seen on AIX 5.2 ML1, AIX 5.3 ML5 (thx Daniel Clark). | Gerrit Pape | 2 | +12 | -0 |
2007-06-26 09:11 | chpst.c: add explicit braces to avoid ambiguous 'else'. | Gerrit Pape | 2 | +5 | -2 |
2007-06-14 14:24 | doc/useinit.html: add docs on how to use with upstart (thx Lloyd Zusman) | Gerrit Pape | 2 | +25 | -2 |
2007-06-14 08:44 | runit.c: fix typo in error messages (thx Matthew R. Dempsky); minor rewording | Gerrit Pape | 2 | +4 | -2 |
2007-04-17 07:49 | svlogd.c: don't statically bind local udp socket | Gerrit Pape | 2 | +10 | -9 |
2007-04-17 07:49 | chpst.c, uidgid.c: improve error reporting if getpwnam() or getgrnam() fails | Gerrit Pape | 3 | +37 | -35 |
2007-04-17 07:49 | man/svlogd.8: add hint about increasing the buffer size if lots of data | Gerrit Pape | 2 | +7 | -1 |
2007-04-17 07:48 | man/svlogd.8: add hint on how to manually remove log files | Gerrit Pape | 2 | +6 | -1 |
2006-11-21 15:16 | -1. | Gerrit Pape | 1 | +6 | -0 |
2006-11-21 15:14 | date. | Gerrit Pape | 1 | +1 | -1 |
2006-11-21 15:14 | html. | Gerrit Pape | 1 | +22 | -23 |
2006-11-21 15:11 | 1.7.2. | Gerrit Pape | 5 | +12 | -11 |
2006-11-21 15:09 | * doc/index.html: some reordering. * runit.c: fix arguments to wait_pid() after fork for reboot_system() (thx Jan Kampe). * man/runsv.8: suggest printf t instead of echo -n t. | Gerrit Pape | 6 | +174 | -170 |
2006-11-14 23:32 | * doc/index.html: add list of distributions * doc/replaceinit.html: point to faq.html#create, faq.html#tell (thx David Kaufman). * doc/runscripts.html: point to faq.html#createlog. | Gerrit Pape | 4 | +82 | -40 |
2006-11-04 19:28 | -1. | Gerrit Pape | 1 | +8 | -0 |
2006-11-04 19:24 | date. | Gerrit Pape | 1 | +1 | -1 |
2006-11-04 19:23 | html. | Gerrit Pape | 1 | +69 | -63 |
2006-11-04 19:21 | 1.7.1.. | Gerrit Pape | 6 | +13 | -12 |
2006-11-04 19:19 | 1.7.1. | Gerrit Pape | 2 | +2 | -2 |
2006-11-03 22:25 | * doc/runscripts.html: add contributed run scripts (thx Kevin, marlowe, ed neville, xavier dutoit). | Gerrit Pape | 2 | +88 | -14 |
2006-11-02 22:59 | * chpst.c, uidgid.c, uidgid.h: support numerical uid gid through chpst -[u|U] :uid:gid... * man/chpst.8: adapt; clarify that users and groups are looked up in /etc/passwd and /etc/group only. * sv.c: properly wait for a service to be restarted on 'restart'; support checks through -v for pause, cont, kill. | Gerrit Pape | 6 | +108 | -23 |
2006-10-16 19:18 | -1. | Gerrit Pape | 1 | +2 | -2 |
2006-10-07 18:25 | * runit.c: don't make console the controlling terminal for process 1, but for stage 1 only; fork before initiating system halt or reboot, the linux kernel calls do_exit(0) in kernel/sys.c (thx Jan Kampe). | Gerrit Pape | 2 | +17 | -4 |
2006-07-30 05:30 | date. | Gerrit Pape | 2 | +2 | -2 |
2006-07-30 05:12 | debianized. .0. | Gerrit Pape | 2 | +8 | -1 |
2006-07-30 05:05 | html. date. | Gerrit Pape | 3 | +44 | -33 |
2006-07-30 05:04 | 1.7.0. | Gerrit Pape | 7 | +20 | -12 |
2006-07-24 21:01 | * svlogd.c, fmt_ptime.*, man/svlogd.8: new option -ttt: prefix log messages with sortable UTC timestamp YYYY-MM-DDTHH:MM:SS.xxxxx. * runsv.c, runsv.8: give to arguments to ./finish: exit code and exit status of ./run (mostly copied from pipe-tools' npt-supervise, thx Laurent Bercot). | Gerrit Pape | 7 | +56 | -15 |
2006-06-29 07:55 | -1. | Gerrit Pape | 1 | +2 | -2 |
2006-06-29 07:53 | date. | Gerrit Pape | 1 | +1 | -1 |
2006-06-29 07:52 | * doc/benefits.html: typo; wording. 1.6.0.. | Gerrit Pape | 2 | +4 | -3 |
2006-06-20 20:57 | date. | Gerrit Pape | 2 | +2 | -2 |
2006-06-20 20:46 | -0. | Gerrit Pape | 1 | +8 | -0 |
2006-06-20 20:43 | html date. | Gerrit Pape | 2 | +3 | -3 |
2006-06-20 20:34 | 1.6.0 | Gerrit Pape | 7 | +17 | -12 |
2006-06-20 18:58 | * uidgid.c: properly fixup user/group argument on getpwnam() error. | Gerrit Pape | 2 | +5 | -4 |
2006-06-19 19:55 | * src/svlogd.c: cleanup *.t files possibly leftover by processor when interrupted by signal, also on startup (thx Andras Korn); 1st rename .t to .s, then remove .u. * man/svlogd.8: adapt. * svlogd.c: prepend optional timestamp to log messages sent through UDP, as done for messages written to dir and to stderr. | Gerrit Pape | 3 | +50 | -25 |
2006-05-13 15:33 | date. | Gerrit Pape | 1 | +1 | -1 |
2006-05-13 15:03 | * new upstream version. * debian/runit.NEWS.Debian: new (1.4.1-1): the sv program replaces runsvctrl, runsvstat, svwaitdown, svwaitup (closes: #364732). -1. | Gerrit Pape | 2 | +19 | -0 |
2006-05-10 21:00 | removed man pages. | Gerrit Pape | 1 | +2 | -2 |
2006-05-10 20:58 | * man/runsvctrl.8, man/runsvstat.8, man/svwaitup.8, man/svwaitdown.8, doc/runsvctrl.html, doc/runsvstat.html, doc/svwaitdown.html, doc/svwaitup.html: remove; obsolete. | Gerrit Pape | 9 | +4 | -732 |
2006-05-10 20:53 | 1.5.1. | Gerrit Pape | 9 | +16 | -14 |
2006-05-10 20:50 | * runsv.c: delay restart of log service at least 1 sec, just as the main service. * runsvdir.c: don't double-copy filedescriptor. | Gerrit Pape | 3 | +9 | -3 |
2006-04-16 12:43 | * debian/control: Recommends: fgetty; Suggests: socklog-run. -1... | Gerrit Pape | 2 | +4 | -2 |
2006-04-16 12:38 | -1.. | Gerrit Pape | 2 | +11 | -2 |
2006-04-16 12:38 | -1. | Gerrit Pape | 1 | +7 | -0 |
2006-04-16 12:28 | 1.5.0. | Gerrit Pape | 9 | +84 | -73 |
2006-04-10 06:09 | * man/runsvdir.8: document that the services directory is re-scanned if the time of last modification, the inode, or the device has changed. * sv.c: don't report success on 'sv start' if the service is in state finish (thx Matthew R. Dempsky). * svlogd.c: new config line p: optionally prefix each line written to logs, stderr, or through udp; no longer skip empty lines (just containing '\n'), old behavior can be restored with '-' in config. * man/svlogd.8: document new p config line; adapt. 1.5.0. | Gerrit Pape | 5 | +63 | -31 |
2006-03-20 19:35 | actually install runit, runit-init man pages. | Gerrit Pape | 2 | +3 | -2 |
2006-03-20 19:12 | * debian/rules: no longer install the runsvctrl, runsvstat, svwaitdown, svwaitup programsi an man pages, use sv instead; move getty-5 service directory to /etc/sv/getty-5/; move /var/run/getty-5/ to /var/run/sv.getty-5/. * debian/runit.conffiles: adapt. * debian/runit.preinst, debian/runit.postinst: move conffiles, preserve user changes. -1. | Gerrit Pape | 5 | +58 | -10 |
2006-03-20 18:59 | archive. | Gerrit Pape | 1 | +1 | -1 |
2006-03-20 18:58 | * doc/faq.html: typos; add usercontrol, userservices; minor. * src/uidgid.h: use uid_t, git_t (fix setting of multiple groups with dietlibc, thx Tino Keitel) 1.4.1. | Gerrit Pape | 8 | +79 | -18 |
2006-03-06 12:45 | date. | Gerrit Pape | 1 | +1 | -1 |
2006-03-06 12:44 | doc. | Gerrit Pape | 1 | +10 | -0 |
2006-03-04 17:13 | dist. | Gerrit Pape | 2 | +4 | -4 |
2006-03-04 17:11 | html. | Gerrit Pape | 1 | +56 | -52 |
2006-03-04 17:11 | * chpst: new option -d, limit data segment per process; don't use nested functions. | Gerrit Pape | 3 | +74 | -60 |
2006-03-04 14:26 | date. | Gerrit Pape | 1 | +1 | -1 |
2006-03-04 14:26 | html. | Gerrit Pape | 3 | +19 | -9 |
2006-03-04 14:22 | html (bad). | Gerrit Pape | 2 | +38 | -47 |
2006-03-04 14:14 | * doc/faq.html: new. * doc/benefits.html: use sv program instead of runsvstat, runsvctrl; minor. * doc/replaceinit.html, doc/runlevels.html: put getty service directory into /etc/sv/. * doc/runscripts.html: use sv program instead of svwaitup. * etc/*/3, etc/macosx/StartupItems/runit: use sv program instead of svwaitdown. * man/runsv.8: use sv program instead of runsvctrl. * man/sv.8: minor. * Makefile, package/commands: no longer build/install runsvctrl, runsvstat, svwaitdown, svwaitup. * man/runsvctrl.8, man/runsvstat.8, man/svwaitdown.8, man/svwaitup.8: remove; obsolete. * doc/index.html: add faq; remove runsvctrl, runsvstat, svwaitdown, svwaitup. * sv.c: fix usage output. | Gerrit Pape | 20 | +466 | -85 |
2006-01-02 20:44 | -1. | Gerrit Pape | 1 | +6 | -0 |
2006-01-02 20:41 | html. | Gerrit Pape | 1 | +95 | -81 |
2006-01-02 20:38 | * chpst.c: adjust nice value and set limits before dropping permissions. * sv.c: new additional command 'check'; with -v check for CONT through ./check if service is up. * man/sv.8: adapt. 1.3.3. | Gerrit Pape | 10 | +50 | -23 |
2005-12-18 11:54 | * new upstream version. * svlogd.c: don't print extra newlines to the log if additionally writing to the network through udp (thx Andras Korn, closes: #339030). * debian/control: update long description; Standards-Version: 3.6.2.1. * debian/rules: get upstream version from debian/changelog. -1. | Gerrit Pape | 3 | +21 | -10 |
2005-12-18 11:23 | date. | Gerrit Pape | 1 | +1 | -1 |
2005-12-18 11:21 | 1.3.2. | Gerrit Pape | 6 | +13 | -12 |
2005-12-18 11:19 | html. | Gerrit Pape | 13 | +209 | -204 |
2005-12-18 11:15 | * svlogd.c: don't print extra newlines to the log if additionally writing to the network through udp (thx Andras Korn, http://bugs.debian.org/339030). * runsvdir.c: also process svdir changes if mtime of svdir has changed into the past (thx Martin Dickopp). * doc/index.html: update description; Please contact this list and not me privately. * doc/replaceinit.html, doc/runscripts.html: minor. * man/chpst.8: -U doesn't support a list of groups. * man/svlogd.8: update PATTERN MATCHING section, add example (based on sugesstions from Joshua N Pritikin). * man/*8: update SEE ALSO sections: runsvctrl, runsvstat, svwaitdown, svwaitup will become obsolete; remove references to man pages for programs from the daemontools package. 1.3.2. | Gerrit Pape | 19 | +97 | -98 |
2005-10-28 22:07 | add rmrtg (thx Jason Smith). | Gerrit Pape | 1 | +14 | -2 |
2005-08-24 20:15 | * new upstream version. * debian/runit.README.Debian: typo. * debian/getty-tty5.run: dev-null output of 'type fgetty'. * debian/2 (runsvdir-start): use -P option to runsvdir. -1. | Gerrit Pape | 5 | +14 | -5 |
2005-08-24 20:14 | date. | Gerrit Pape | 1 | +1 | -1 |
2005-08-24 20:11 | sv.c: print warning to stderr; use very first command to check against. | Gerrit Pape | 1 | +15 | -14 |
2005-08-24 07:33 | html. | Gerrit Pape | 2 | +108 | -97 |
2005-08-23 22:39 | 1.3.1. | Gerrit Pape | 6 | +13 | -12 |
2005-08-23 22:36 | * doc/runscripts.html: typo; openssh needs absolute path (thx Kevin Berry); exec into dhcpcd. * uidgid.c, uidgid.h, chpst.c: support colon-separated list of groups. * sv.c: utilize optional ./check script in service directory to check for availablity of service. * runsv.c: wait_pid() might be interupted. * man/chpst.8, man/sv.8: adapt. | Gerrit Pape | 9 | +123 | -28 |
2005-08-04 18:50 | * doc/runscripts.html: typo; openssh needs absolute path (thx Kevin Berry). | Gerrit Pape | 3 | +6 | -3 |
2005-07-24 16:51 | dates. | Gerrit Pape | 2 | +3 | -3 |
2005-07-24 16:50 | minor. | Gerrit Pape | 3 | +11 | -13 |
2005-07-24 16:39 | changes. | Gerrit Pape | 1 | +10 | -0 |
2005-07-24 16:29 | * debian/diff/runsv.8.diff: remove; obsolete. * debian/rules: adjust CFLAGS, LDFLAGS; install new sv program. | Gerrit Pape | 3 | +16 | -25 |
2005-07-24 16:27 | 1.3.0. | Gerrit Pape | 6 | +14 | -12 |
2005-07-24 16:24 | add sv.8.html. re-fix runsv.8.html, runsvctrl.8.html. | Gerrit Pape | 4 | +198 | -5 |
2005-07-24 16:23 | create sv.8.html. | Gerrit Pape | 1 | +1 | -1 |
2005-07-24 16:22 | minor. | Gerrit Pape | 1 | +1 | -1 |
2005-07-24 16:14 | * man/sv.8: new. | Gerrit Pape | 2 | +231 | -0 |
2005-07-24 14:12 | * package/TODO: new. | Gerrit Pape | 2 | +8 | -0 |
2005-07-24 13:44 | have control() support multiple characters. | Gerrit Pape | 1 | +32 | -29 |
2005-07-24 11:07 | minor. | Gerrit Pape | 1 | +9 | -9 |
2005-07-24 11:00 | more cleanup; support D, X, force-shutdown, force-down. | Gerrit Pape | 1 | +49 | -45 |
2005-07-23 19:51 | support SVDIR environment variable. | Gerrit Pape | 1 | +5 | -7 |
2005-07-23 16:05 | re-add -ko. | Gerrit Pape | 1 | +12 | -0 |
2005-07-23 16:04 | grmpf. To be re-added -ko. | Gerrit Pape | 1 | +0 | -12 |
2005-07-23 15:59 | minor. | Gerrit Pape | 3 | +7 | -1 |
2005-07-23 15:55 | cleanup. | Gerrit Pape | 1 | +67 | -59 |
2005-07-23 13:12 | minimal sv.check. | Gerrit Pape | 4 | +35 | -1 |
2005-07-23 12:49 | * chpst.c: fix pointer types. | Gerrit Pape | 2 | +17 | -12 |
2005-07-23 12:32 | runsv.check: adapt. | Gerrit Pape | 2 | +6 | -2 |
2005-07-23 12:22 | add sv program. | Gerrit Pape | 1 | +1 | -0 |
2005-07-23 12:19 | Makefile: doh, what's up, tar? 1.2.6. | Gerrit Pape | 4 | +49 | -52 |
2005-07-23 12:12 | . | Gerrit Pape | 1 | +6 | -0 |
2005-07-23 12:08 | * sv.c: new sv program to control services, optionally can be linked to /etc/init.d/ as lsb "init script" command line interface. * Makefile, TARGETS: adapt. | Gerrit Pape | 3 | +326 | -0 |
2005-07-23 12:04 | * runsv.c: optimize output buffer handling; porperly run custom t, d, x, k, when stopping service; no longer support e control character. | Gerrit Pape | 1 | +25 | -13 |
2005-07-21 21:28 | typo. | Gerrit Pape | 1 | +1 | -1 |
2005-07-21 21:25 | minor. | Gerrit Pape | 1 | +2 | -2 |
2005-07-21 11:54 | * doc/useinit.html: how to use runit with macosx 10.4 (thx Lars Uffmann). * etc/macosx/org.smarden.runit.plist: new; launchd plist file for runsvdir-start (thx Lars Uffmann). | Gerrit Pape | 3 | +32 | -0 |
2005-07-13 14:38 | clamsmtpd needs log service (thx Sascha Huedepohl). | Gerrit Pape | 1 | +3 | -0 |
2005-07-11 11:53 | * svlogd.c: write to log dir after possibly writing through udp (fixes line break issue). | Gerrit Pape | 2 | +6 | -4 |
2005-07-11 10:13 | * man/runsv.8: typo; no longer document the e control character; clarify custom control on d and x. * runsvchdir.c, runsvstat.c: optimize output buffer handling. * runsvctrl.c: write x control character to runsv on e. | Gerrit Pape | 5 | +25 | -8 |
2005-07-08 14:30 | * doc/runscripts.html: don't use absolute pathnames for programs in $PATH; add contributed run scripts (thx Sascha Huedepohl); typos. | Gerrit Pape | 2 | +45 | -35 |
2005-05-08 17:50 | * debian/rules: target unpack: apply diff; install debian/getty-tty5.run, debian/getty-tty5.finish. -1. | Gerrit Pape | 2 | +5 | -6 |
2005-05-08 14:46 | * new upstream version. * debian/copyright: 2005. * debian/control: Suggests: fgetty. * debian/getty-tty5.run: use fgetty if available. * debian/diff/runsv.8.diff: new; fix typo in man page. * debian/rules: target unpack: apply diff. -1. | Gerrit Pape | 5 | +28 | -6 |
2005-04-29 08:52 | * man/runsv.8: typo. | Gerrit Pape | 2 | +3 | -0 |
2005-04-18 17:09 | date. | Gerrit Pape | 1 | +1 | -1 |
2005-04-18 17:07 | * doc/runscripts.html: add contributed run scripts (thx Kevin Berry); remove mysql run scripts. * svlogd.dist, svwaitdown.dist, svwaitup.dist: fix program selftest's false alarms (thx Ian Stokes-Rees). 1.2.3. | Gerrit Pape | 7 | +54 | -38 |
2005-04-03 09:25 | archive. | Gerrit Pape | 3 | +10 | -3 |
2005-04-03 09:24 | 1.2.2. | Gerrit Pape | 7 | +15 | -12 |
2005-04-03 09:21 | * svlogd.c: properly prefix log messages written to standard error with optional timestamp. * runsvctrl.c, svwaitdown.c, svwaitup.c: supervise not running -> runsv not running. * package/README: 2005. | Gerrit Pape | 6 | +11 | -5 |
2005-03-25 11:26 | * debian/control, debian/rules: add Build-Depends: dietlibc-dev [ppc64]; add ppc64 to DIET_ARCHS (thx Andreas Jochens, closes: #299302). -3. | Gerrit Pape | 3 | +9 | -2 |
2005-03-20 19:50 | * debian/control: Build-Depends: dietlibc-dev (>> 0.28-0) to make diet compiled programs work with a kernel with stack protection (thx Csillag Tamas, closes: 299550). * debian/runit.README.Debian: minor. -2. | Gerrit Pape | 3 | +11 | -2 |
2005-02-17 19:51 | samba run scripts: remove note about patch for running supervised (thx Harmen Dijkstra). | Gerrit Pape | 1 | +2 | -6 |
2005-02-13 17:30 | * doc/index.html, doc/replaceinit.html: no longer refer to sysvinit's shutdown program. * man/svlogd.8: svlogd doesn't decrease the number of log files in a log directory; with n0 don't remove any log files. | Gerrit Pape | 5 | +104 | -91 |
2005-01-15 11:57 | date. | Gerrit Pape | 1 | +1 | -1 |
2005-01-15 11:56 | 2005. | Gerrit Pape | 2 | +2 | -1 |
2005-01-14 22:52 | date. | Gerrit Pape | 1 | +1 | -1 |
2005-01-14 22:52 | html (part 2). | Gerrit Pape | 2 | +20 | -13 |
2005-01-14 22:51 | minor. | Gerrit Pape | 1 | +1 | -1 |
2005-01-14 22:45 | minor. | Gerrit Pape | 3 | +24 | -25 |
2005-01-14 22:38 | html (part 1). | Gerrit Pape | 2 | +6 | -14 |
2005-01-14 22:24 | * runsv.c: typos; bugfix: run optional control/x when receiving SIGTERM (thx Vladimir Smelhaus); minor. 1.2.1. | Gerrit Pape | 2 | +13 | -8 |
2005-01-12 23:01 | dist. | Gerrit Pape | 2 | +4 | -4 |
2005-01-12 22:56 | 1.2.1. | Gerrit Pape | 7 | +15 | -12 |
2005-01-10 19:37 | html. | Gerrit Pape | 2 | +67 | -70 |
2005-01-10 19:35 | * chpst.c: typo. * svwaitdown.c: minimum timeout is 1 second; service directories no longer must start with /. * svwaitup.c: minimum uptime of services is 1 second; service directories no longer must start with /; print number of seconds a service is up if verbose. * man/svwaitdown.8, man/svwaitup.8: adapt. | Gerrit Pape | 6 | +71 | -56 |
2005-01-10 14:48 | * doc/runscripts.html: add contributed run scripts (thx Stefan Karrmann, Kevin Berry, Karl Chen). | Gerrit Pape | 2 | +112 | -6 |
2004-12-17 21:08 | add contributed run scripts. | Gerrit Pape | 2 | +36 | -2 |
2004-12-13 19:32 | archive. rm *.orig. | Gerrit Pape | 1 | +1 | -0 |
2004-12-13 19:27 | date. | Gerrit Pape | 1 | +1 | -1 |
2004-12-13 19:26 | don't update timestamp in status when running ./finish; only sleep for a second if ./run has been restarted within a second, and after updating status to down, normally up, want up. | Gerrit Pape | 3 | +23 | -12 |
2004-12-12 20:17 | 1.2.0. | Gerrit Pape | 6 | +13 | -12 |
2004-12-12 20:14 | * runsv.check, runsv.dist: check custom control commands. minor. | Gerrit Pape | 6 | +72 | -49 |
2004-12-12 18:17 | * doc/upgrade.html: typo. * runsv.c: support custom control commands through control/ directory, optionally switch off sending signal. * man/runsv.8: document custom control commands. | Gerrit Pape | 4 | +90 | -17 |
2004-11-06 17:20 | date. | Gerrit Pape | 1 | +5 | -4 |
2004-11-06 17:19 | minor; document changes. | Gerrit Pape | 2 | +26 | -111 |
2004-11-06 15:43 | .dist. | Gerrit Pape | 2 | +5 | -4 |
2004-11-06 15:41 | html. | Gerrit Pape | 3 | +161 | -139 |
2004-11-06 15:38 | * svlogd.c: new config option t timeout; config options e and E select and deselect lines for stderr respectively; new config option N. * man/svlogd.8: adapt. * runsv.c: on commands down and exit send CONT after TERM. * man/runsv.8: adapt. * etc/2: use -P option to runsvdir. * src/svlogd.check: end check for t config option. * chpst.c: new option -n: adjust nice level. * man/chpst.8: adapt. | Gerrit Pape | 14 | +433 | -267 |
2004-09-21 18:18 | date. | Gerrit Pape | 2 | +2 | -2 |
2004-09-21 18:13 | dist output. | Gerrit Pape | 1 | +1 | -1 |
2004-09-21 18:08 | * runsvdir.c: new option -P, run each runsv process in a new session and process group (thx Charlie Brady). * man/runsvdir.8: adapt; typo. | Gerrit Pape | 4 | +69 | -44 |
2004-09-20 20:12 | date -R. | Gerrit Pape | 2 | +2 | -2 |
2004-09-20 20:08 | * debian/diff/svlogd.diff: remove; obsolete. * debian/rules: don't apply patch. | Gerrit Pape | 3 | +3 | -591 |
2004-09-20 20:03 | date -R. | Gerrit Pape | 2 | +2 | -2 |
2004-09-20 20:02 | 1.0.5. | Gerrit Pape | 11 | +26 | -18 |
2004-09-20 19:53 | date -R. | Gerrit Pape | 1 | +1 | -1 |
2004-09-20 19:53 | * svlogd.c: fix line buffer handling for pattern matching (thx Enrico Scholz); minor bug fixes. * doc/index.html: wording; add link to useinit.html; remove link to runit on LinuxFromScratch. * doc/runscripts.html: add hint, some getties need to be run in a new session/process group (thx Dan Melomedman). * man/svlogd.8: minor fixes. * man/svwaitdown.8: remove hint about -x option. | Gerrit Pape | 8 | +286 | -284 |
2004-09-20 19:47 | * new upstream release. * debian/getty-tty5.run: don't use absolute pathname. * debian/control, debian/rules, runit.postinst, runit.postrm: minor cleanup. -1. | Gerrit Pape | 6 | +15 | -6 |
2004-09-13 08:38 | * debian/diff/svlogd.diff: new; from upstream CVS: several minor fixes to svlogd. * debian/rules: apply patch in target unpack. -2. | Gerrit Pape | 3 | +598 | -0 |
2004-08-02 14:03 | * runsvdir.c: sleep one second before scanning if services dir mtime is now; loop while chdir to starting dir fails; rename log, loglen to rplog, rploglen. * etc/macosx/StartupItems/runit: use -x option to svwaitdown; timeout 14. | Gerrit Pape | 3 | +22 | -17 |
2004-08-01 19:03 | 1.10. | Gerrit Pape | 1 | +8 | -2 |
2004-08-01 18:59 | spaces -> tabs. | Gerrit Pape | 1 | +4 | -4 |
2004-08-01 18:53 | * debian/control: Build-Depends: dietlibc-dev (>> 0.27-0). * debian/rules: minor cleanup. * debian/implicit: update to revision 1.10. * debian/runit.README.Debian: minor. * debian/runit.postinst, debian/runit.postrm, debian/runit.preinst: simplify; cleanup. -1. | Gerrit Pape | 7 | +85 | -108 |
2004-08-01 18:36 | 1.0.4. | Gerrit Pape | 5 | +12 | -11 |
2004-08-01 18:30 | * runsvdir.c: check services dir again after one second until it's unchanged (thx Eric Lammerts); loop while chdir to starting dir fails. | Gerrit Pape | 2 | +18 | -10 |
2004-07-28 15:58 | * doc/runlevels.html, doc/upgrade.html, doc/useinit.html, man/runsvdir.8, man/runsvchdir.8: minor changes in wording, notations. | Gerrit Pape | 8 | +48 | -45 |
2004-06-26 14:54 | ups, other way. | Gerrit Pape | 1 | +1 | -1 |
2004-06-26 14:50 | minor. | Gerrit Pape | 2 | +2 | -2 |
2004-06-26 14:50 | * package/check, package/compile, package/install-man, package/upgrade: minor cleanup. | Gerrit Pape | 5 | +12 | -10 |
2004-06-26 14:37 | 1.0.3. debianized. | Gerrit Pape | 9 | +28 | -541 |
2004-06-26 14:28 | * runit.c, man/runit.8: if stage 1 crashes or exits 100, stage 2 will be skipped; if stage 2 crashes or exits 111, it will be restarted. * doc/runscripts.html: add, adapt various run scripts (thx). | Gerrit Pape | 5 | +76 | -59 |
2004-06-17 20:50 | add dropbear run scripts. | Gerrit Pape | 1 | +23 | -0 |
2004-06-08 22:18 | * debian/control: Build-Depends: dietlibc-dev (>> 0.26-0). | Gerrit Pape | 2 | +2 | -1 |
2004-04-30 19:33 | minor. | Gerrit Pape | 1 | +1 | -1 |
2004-04-30 18:55 | * debian/diff/chpst-chroot.diff: chdir before chroot; update runscripts.html. | Gerrit Pape | 2 | +235 | -5 |
2004-04-30 18:51 | chdir before chroot. | Gerrit Pape | 2 | +6 | -1 |
2004-04-30 18:42 | thx Gael Canal, Woon Wai Keen, Richard A Downing. | Gerrit Pape | 1 | +88 | -5 |
2004-04-27 17:57 | support diet amd64. | Gerrit Pape | 3 | +7 | -3 |
2004-04-27 17:50 | dist in diff. | Gerrit Pape | 1 | +20 | -0 |
2004-04-27 17:48 | dist. | Gerrit Pape | 1 | +2 | -2 |
2004-04-27 17:40 | debianized. | Gerrit Pape | 2 | +267 | -0 |
2004-04-27 17:32 | chpst: support -/ chroot. | Gerrit Pape | 4 | +78 | -56 |
2004-03-30 17:05 | * debian/rules: remove workaround to suppress gcc-3.3 warnings (closes: #239995). | Gerrit Pape | 2 | +5 | -5 |
2004-03-29 17:57 | 1.0.2. . | Gerrit Pape | 1 | +3 | -3 |
2004-03-29 14:30 | minor. | Gerrit Pape | 1 | +1 | -1 |
2004-03-29 14:29 | * doc/index.html: add link to runit on LinuxFromScratch (thx Richard A Downing FBCS). | Gerrit Pape | 2 | +5 | -1 |
2004-03-28 18:46 | minor. | Gerrit Pape | 2 | +4 | -2 |
2004-03-28 18:35 | 1.0.2. | Gerrit Pape | 8 | +22 | -14 |
2004-03-28 18:31 | html. | Gerrit Pape | 11 | +67 | -58 |
2004-03-28 18:17 | * man/svlogd.8: timestamps are not considered when matching patterns (thx Andras KORN). * runsv.c: on exit run the finish scripts when taking the service down (thx X.). * runsv.c, runsvctrl.c: handle sig_quit (thx Wayne Marshall). * svlogd.c: don't crash on zero byte long config file (thx Alex Efros). * man/*: minor cleanup. | Gerrit Pape | 19 | +204 | -131 |
2004-03-08 16:04 | minor. | Gerrit Pape | 1 | +1 | -1 |
2004-03-08 15:50 | create .diet/gcc on i386 to suppress gcc warnings in build logs; minor. add runsvdir-start man page (thx Bastian Kleineidam). | Gerrit Pape | 3 | +41 | -11 |
2004-03-08 12:43 | minor. | Gerrit Pape | 1 | +2 | -1 |
2004-03-08 12:37 | * check-diff, check-dist, check-local, package/check: new; run checks on programs. * package/install: run package/check. * chpst.check, runit-init.check, runit.check, runsv.check, runsvchdir.check, runsvctrl.check, runsvdir.check, runsvstat.check, svlogd.check, svwaitdown.check, svwaitup.check, utmpset.check: new; check program. * chpst.dist, runit-init.dist, runit.dist, runsv.dist, runsvchdir.dist, runsvctrl.dist, runsvdir.dist, runsvstat.dist, svlogd.dist, svwaitdown.dist, svwaitup.dist, utmpset.dist: new; dist check program output. 1.0.1 | Gerrit Pape | 40 | +427 | -31 |
2004-03-07 10:37 | * check-diff, check-dist, check-local, package/check: new; run checks on programs. * package/install: run package/check. * chpst.check, runit-init.check, runit.check, runsv.check, runsvchdir.check, runsvctrl.check, runsvdir.check, runsvstat.check, svlogd.check, svwaitdown.check, svwaitup.check, utmpset.check: new; check program. * chpst.dist, runit-init.dist, runit.dist, runsv.dist, runsvchdir.dist, runsvctrl.dist, runsvdir.dist, runsvstat.dist, svlogd.dist, svwaitdown.dist, svwaitup.dist, utmpset.dist: new; dist check program output. 1.0.1 | Gerrit Pape | 4 | +19 | -16 |
2004-03-02 20:42 | * runsv.c: allow log/supervise also to be a dangling symlink; more meaningful error message if opening lock or locking fails. | Gerrit Pape | 2 | +29 | -9 |
2004-03-02 20:20 | * chpst.c: -e dir: silently ignore directories, print warning if verbose. | Gerrit Pape | 2 | +12 | -3 |
2004-03-02 20:09 | create timestamps in UTC, not localtime. | Gerrit Pape | 1 | +2 | -2 |
2004-03-02 20:08 | . | Gerrit Pape | 1 | +2 | -0 |
2004-03-02 20:05 | use gmtime(), not localtime(). | Gerrit Pape | 1 | +2 | -1 |
2004-02-29 16:12 | spamd run script from Claus Alboege. | Gerrit Pape | 1 | +11 | -0 |
2004-02-10 13:38 | timestamp. | Gerrit Pape | 1 | +1 | -1 |
2004-02-10 13:37 | grmpf. | Gerrit Pape | 1 | +1 | -1 |
2004-02-10 13:24 | -1. | Gerrit Pape | 3 | +15 | -5 |
2004-02-10 13:11 | minor. | Gerrit Pape | 1 | +1 | -1 |
2004-02-10 13:11 | 1.0.0. | Gerrit Pape | 16 | +71 | -73 |
2004-02-10 12:05 | * man/utmpset.8: run utmpset in finish script, not run script. | Gerrit Pape | 2 | +10 | -3 |
2004-01-30 19:12 | some doc cleanup. | Gerrit Pape | 7 | +228 | -201 |
2004-01-19 18:33 | minor. | Gerrit Pape | 1 | +2 | -0 |
2004-01-19 17:45 | 0.13.1. | Gerrit Pape | 11 | +26 | -17 |
2004-01-19 12:20 | * svlogd.c: bugfix: properly print new-line character to the log on end of line (thx Pawel Chmielowski). * trysocketlib.c: new; check for libraries needed for socket() on some systems (fixes link failure on solaris, thx Uffe Jakobsen). * Makefile: adapt. | Gerrit Pape | 5 | +44 | -7 |
2004-01-12 20:29 | typo. | Gerrit Pape | 2 | +3 | -1 |
2004-01-12 18:18 | typo. | Gerrit Pape | 1 | +1 | -1 |
2004-01-12 16:14 | 0.13.0. debianized. | Gerrit Pape | 17 | +99 | -49 |
2004-01-12 15:51 | typos, format. | Gerrit Pape | 1 | +37 | -20 |
2004-01-12 13:22 | * svlogd.c: support sending log entries to remote host through udp, configurable through u and U lines in log dir config file; minor. * man/svlogd.8: adapt. | Gerrit Pape | 3 | +127 | -18 |
2003-12-30 18:15 | add more contributed run scripts (thx Thomas Schwinge). | Gerrit Pape | 1 | +2 | -1 |
2003-12-30 18:13 | add run scripts from Thomas Schwinge. | Gerrit Pape | 1 | +44 | -1 |
2003-12-29 15:13 | minor. | Gerrit Pape | 1 | +2 | -1 |
2003-12-29 14:58 | * debian/control: no longer Build-Depends: debhelper; Standards-Version: 3.6.1.0. * debian/rules: stop using debhelper, use implicit rules. * debian/implicit: new; implicit Makefile rules. * debian/README.Debian: rename to debian/runit.README.Debian. * debian/runit.dirs, debian/runit.links: remove; obsolete. * debian/runit.conffiles, debian/runit.docs: new. * debian/runit.postinst, debian/runit.postrm, debian/runit.preinst: minor cleanup. -2. | Gerrit Pape | 12 | +173 | -208 |
2003-12-28 13:25 | typos. | Gerrit Pape | 1 | +3 | -4 |
2003-12-10 09:56 | * debian/control: Build-Depends: dietlibc-dev (>> 0.24-0). | Gerrit Pape | 2 | +2 | -1 |
2003-12-05 09:51 | add run scripts from Marek Bartnikowski. | Gerrit Pape | 1 | +21 | -2 |
2003-11-21 09:04 | * doc/runscripts.html: use html named entities (thx Taj Khattra). | Gerrit Pape | 2 | +45 | -43 |
2003-11-18 15:46 | 0.12.1. | Gerrit Pape | 9 | +40 | -31 |
2003-11-11 10:55 | * runsv.c: don't start new processes while collecting children. | Gerrit Pape | 2 | +5 | -21 |
2003-11-11 09:55 | * etc/debian/3: test -r -> test -x (thx Alejandro Mery). | Gerrit Pape | 4 | +17 | -3 |
2003-11-03 09:58 | deitlibc is fixed on ia64. | Gerrit Pape | 3 | +6 | -7 |
2003-10-31 10:38 | add pppd run script (iwth chpst) next to the pp one. | Gerrit Pape | 2 | +11 | -0 |
2003-10-30 14:56 | minor. | Gerrit Pape | 1 | +3 | -1 |
2003-10-30 14:56 | don't use dietlibc on ia64 for now. | Gerrit Pape | 1 | +2 | -2 |
2003-10-30 12:31 | debianized. | Gerrit Pape | 2 | +8 | -7 |
2003-10-29 18:38 | minor. | Gerrit Pape | 2 | +2 | -2 |
2003-10-29 18:37 | add run scripts from Tomasz Nidecki. | Gerrit Pape | 1 | +90 | -1 |
2003-10-29 12:49 | 0.12.0. | Gerrit Pape | 12 | +85 | -75 |
2003-10-29 11:19 | * doc/benefits.html, doc/index.html, doc/replaceinit.html, doc/runlevels.html, doc/useinit.html: default service directory is /var/service; minor. * etc/2, etc/debian/3, etc/freebsd/3, etc/macosx/StartupItems/runit, etc/openbsd/3, man/runsv.8, man/runsvchdir.8, man/runsvdir.8: default service directory is /var/service. | Gerrit Pape | 14 | +80 | -79 |
2003-10-28 12:06 | * runsv.c: don't use EOVERFLOW as it is not standard (thx Christoph Scheurer). * reboot_system.h1, reboot_system.h2, tryreboot.c: new; test if reboot() function takes one or two arguments (solaris). * runit.c: fallthrough stage 3: re-get stderr; sync() before reboot(). * uw_tmp.h1, uw_tmp.h2, tryuwtmp.c, tryuwtmpx.c: new; test for utmpx or utmp support. * utmpset.c: support systems with utmp or utmpx (solaris). * Makefile: adapt. * supports the solaris platform (thx Uffe Jakobsen). pre 0.11.4. | Gerrit Pape | 17 | +165 | -55 |
2003-09-30 10:02 | rman has changed its html formatting. | Gerrit Pape | 13 | +107 | -107 |
2003-09-23 09:09 | debianized. | Gerrit Pape | 7 | +28 | -137 |
2003-09-23 08:17 | minor. | Gerrit Pape | 1 | +4 | -3 |
2003-09-23 08:13 | html. | Gerrit Pape | 12 | +942 | -934 |
2003-09-23 08:01 | v0.11.2. | Gerrit Pape | 7 | +21 | -12 |
2003-09-23 08:01 | * fmt_ptime.c: calculate UTC localtime correctly. * runsv.c: support ./supervise as symbolic link, on dangling symlink create link target. | Gerrit Pape | 2 | +20 | -2 |
2003-09-22 10:05 | debian/control: Standards-Version: 3.6.0. | Gerrit Pape | 2 | +3 | -2 |
2003-09-22 10:02 | minor. | Gerrit Pape | 1 | +4 | -4 |
2003-09-22 09:59 | introduce runsvdir-start. | Gerrit Pape | 2 | +5 | -6 |
2003-09-22 09:58 | * debian/diff/readlink.diff: new; create link target if ./supervise is a dangling symbolic link. * debian/rules: apply patches in debian/diff/; install stage 2 as /usr/sbin/runsvdir-start for the use with /etc/inittab; enable dh_link. * debian/runit.dirs: add /var/service, /var/run/getty-5. * debian/README.Debian: adapt; package now automatically enables service supervision when used with sysvinit. * debian/diff/doc-useinit.diff: new; document runsvdir-start usage. * debian/runit.links: new; create symlink for getty-5 service supervise directory to /var/run/. * debian/runit.postinst: new; add SV entry to /etc/inittab if not present on install and upgrade; barf on fresh install if SV entry is present. * debian/runit.postrm: new; remove SV inittab entry on de-install; force remove /var/run/getty-5/ on purge. | Gerrit Pape | 9 | +235 | -24 |
2003-09-04 09:51 | minor. | Gerrit Pape | 1 | +1 | -1 |
2003-09-04 09:49 | minor; html. | Gerrit Pape | 2 | +103 | -94 |
2003-09-04 05:34 | changes contributed by Erich Schubert, Lang Martin. | Gerrit Pape | 1 | +35 | -20 |
2003-09-01 11:06 | * svlogd.c: barf if all log directories given at the command line fail. * man/svlogd.8: adapt. 0.11.1. | Gerrit Pape | 11 | +63 | -32 |
2003-08-28 12:00 | * src/Makefile: add dependency to sysdeps to target fmt_ptime.o (thx Thomas Schwinge). | Gerrit Pape | 2 | +4 | -1 |
2003-08-08 11:46 | changes. | Gerrit Pape | 1 | +3 | -1 |
2003-08-08 11:44 | minor. | Gerrit Pape | 1 | +2 | -2 |
2003-08-08 11:22 | debianized. minor. | Gerrit Pape | 2 | +7 | -4 |
2003-08-08 10:43 | minor. | Gerrit Pape | 2 | +18 | -17 |
2003-08-08 10:17 | 0.11.0. | Gerrit Pape | 12 | +172 | -67 |
2003-08-05 20:41 | * uidgid.c, uidgid.h: new; get uid/gid by name. * chpst: new; run program with a changed process state (includes envdir, envuidgid, pgrphack, setlock, setuidgid, softlimit functionality). | Gerrit Pape | 7 | +672 | -7 |
2003-06-22 19:21 | minor. | Gerrit Pape | 1 | +1 | -1 |
2003-06-22 19:02 | minor. | Gerrit Pape | 1 | +2 | -2 |
2003-06-22 18:45 | minor. | Gerrit Pape | 3 | +9 | -1 |
2003-06-22 18:29 | minor. | Gerrit Pape | 2 | +19 | -0 |
2003-06-22 18:25 | * doc/index.html, doc/install.html, doc/replaceinit.html, doc/useinit.html: how to install and configure runit on MacOSX. * svlogd.c: fix incorrect handling of processor's state file; minor code cleanup. * runit-init.c: exit 0 on wrong usage. 0.10.0 | Gerrit Pape | 12 | +131 | -61 |
2003-06-18 11:49 | minor. debianized. | Gerrit Pape | 4 | +10 | -5 |
2003-06-17 13:48 | * runit.c: user select() on systems that don't provide poll() (builds on Mac OSX). * svlogd.c: reset match flag in lineflush() in all cases. * Makefile: build setuidgid in default target. * doc/useinit.html: add instruction to create /etc/runit/2 first. * doc/install.html: minor. 0.9.5. | Gerrit Pape | 15 | +68 | -47 |
2003-06-10 08:48 | minor. | Gerrit Pape | 1 | +2 | -2 |
2003-06-10 07:46 | bump version. | Gerrit Pape | 1 | +2 | -2 |
2003-06-10 07:43 | debianized, final. | Gerrit Pape | 4 | +40 | -61 |
2003-06-05 11:39 | debianized. | Gerrit Pape | 5 | +87 | -0 |
2003-06-05 11:39 | * svlogd.c: default log file size is 1M; print verbose message only if -v is set. * man/svlogd.8: document -v option; minor. * etc/freebsd/3, etc/openbsd/3: check if magic files in /etc/runit/ are executable, not readable. * etc/*/getty-tty*/run: remove utmpset from script. * etc/*/getty-tty*/finish: new: run utmpset. * doc/replaceinit.html: adapt. * setuidgid.c: new: daemontools' setuidgid drop in replacement (not installed by default). * Makefile: build setuidgid. * doc/index.html: update. | Gerrit Pape | 22 | +190 | -158 |
2003-05-21 19:23 | typo. | Gerrit Pape | 1 | +1 | -1 |
2003-05-21 19:20 | * debian/README.Debian: more detailled instructions on how to use service supervision without replacing sysvinit. 0.9.3-2. | Gerrit Pape | 2 | +19 | -9 |
2003-05-15 10:16 | minor. | Gerrit Pape | 1 | +0 | -1 |
2003-05-15 10:14 | show compiler version. minor. | Gerrit Pape | 2 | +3 | -1 |
2003-05-15 09:53 | * debian/diff/defaultsize.diff: new; fix default max. size for single log files to match the documentation. debianized. | Gerrit Pape | 3 | +46 | -15 |
2003-05-04 09:41 | minor. | Gerrit Pape | 3 | +3 | -2 |
2003-05-04 09:37 | * Makefile: actually build runsvstat, runsvctrl before installing them, fixes build failure (thx Lukas Beeler). 0.9.3. | Gerrit Pape | 7 | +18 | -13 |
2003-05-03 16:13 | minor. | Gerrit Pape | 1 | +1 | -0 |
2003-05-03 16:08 | minor. | Gerrit Pape | 2 | +5 | -6 |
2003-05-03 16:00 | 0.9.2. debianized. | Gerrit Pape | 9 | +105 | -98 |
2003-05-03 15:57 | * doc/dependencies.html, doc/useinit.html: new. * doc/index.html: adapt; reorder programs; runsvstat, runsvctrl installed by default. * doc/install.html: remove dependency on daemontools; create /package. * doc/replaceinit.html, man/runsv.8: typo. * man/svwaitdown.8, man/svwaitup.8: refer to runit and supervise. * svlogd.c: fix counter var namespace. * package/commands: add runsvctrl, runsvstat. | Gerrit Pape | 12 | +136 | -27 |
2003-05-01 08:45 | oidentd changes from Jesse Cablek. | Gerrit Pape | 1 | +5 | -2 |
2003-04-30 20:25 | 0.9.1. | Gerrit Pape | 7 | +32 | -26 |
2003-04-30 20:14 | * svlogd.c: reset match flag on deselection, fixes pattern matching. | Gerrit Pape | 2 | +5 | -0 |
2003-04-25 07:24 | runscripts. documentation. | Gerrit Pape | 6 | +74 | -25 |
2003-04-24 13:59 | minor. | Gerrit Pape | 2 | +2 | -32 |
2003-04-24 13:45 | minor. | Gerrit Pape | 1 | +5 | -8 |
2003-04-24 13:13 | grmpf. | Gerrit Pape | 1 | +1 | -1 |
2003-04-24 13:12 | html. | Gerrit Pape | 1 | +29 | -30 |
2003-04-24 13:11 | minor. | Gerrit Pape | 1 | +2 | -2 |
2003-04-24 13:10 | * runit.c: print warning for each state that exits non-zero; restart stage 2 if it exits non-zero. minor. | Gerrit Pape | 4 | +33 | -12 |
2003-04-24 11:26 | html. | Gerrit Pape | 12 | +144 | -109 |
2003-04-24 11:12 | * runsvdir.c: don't propagate sig_term to runsv processes when receiving sig_term; send sig_term to all runsv processes and exit 111 when receiving sig_hangup. * svlogd.c: code cleanup. * svwaitdown.c: send command "d" (and "x" if -x is set) to a service if it's not in state 'want down'. * svwaitup.c: minor code cleanup. * man/runsvdir.8, man/svwaitdown.8: adapt. 0.9.0. | Gerrit Pape | 23 | +237 | -123 |
2003-04-20 20:35 | typo, grammar. | Gerrit Pape | 2 | +77 | -78 |
2003-04-20 18:12 | minor bugfix. | Gerrit Pape | 2 | +2 | -2 |
2003-04-20 17:40 | minor. | Gerrit Pape | 1 | +2 | -0 |
2003-04-20 17:38 | * svlogd.c: new; runit's service logging daemon. * fmt_ptime.h, fmt_ptime.c, pmatch.h, pmatch.c: new. * man/svlogd.8, doc/svlogd.8.html: new. * man/runsv.8, man/runsvstat.8, man/utmpset.8: minor cleanup. | Gerrit Pape | 20 | +1278 | -31 |
2003-03-30 11:19 | minor correction from Thomas Baden. | Gerrit Pape | 1 | +3 | -0 |
2003-03-25 10:22 | add run scripts from Ralf Hildebrandt. | Gerrit Pape | 1 | +13 | -1 |
2003-03-24 13:34 | add run script from Thomas Baden. | Gerrit Pape | 1 | +19 | -1 |
2003-03-18 09:02 | add run scripts from Lukas Beeler. | Gerrit Pape | 1 | +61 | -2 |
2003-03-12 14:10 | minor cleanup. | Gerrit Pape | 2 | +3 | -3 |
2003-03-11 10:42 | run scripts from Jesse Cablek. | Gerrit Pape | 1 | +64 | -5 |
2003-03-09 14:07 | minor. | Gerrit Pape | 1 | +1 | -0 |
2003-03-09 14:05 | * runsvdir.c, runsv.c: close-on-exec file descriptors of current dir and lock files (thx Lukas Beeler). 0.8.1. | Gerrit Pape | 11 | +42 | -26 |
2003-03-09 13:55 | add contributed run scripts, thx Robin S. Socha, Claus Alboege, Paul Jarc, clemens fischer. | Gerrit Pape | 1 | +241 | -80 |
2003-02-25 15:18 | archive. | Gerrit Pape | 1 | +1 | -1 |
2003-02-25 15:17 | minor. | Gerrit Pape | 2 | +7 | -5 |
2003-02-25 15:17 | minor. | Gerrit Pape | 1 | +1 | -0 |
2003-02-25 15:14 | adapt man pages. | Gerrit Pape | 4 | +42 | -32 |
2003-02-25 12:51 | * doc/benefits.html: new. * doc/index.html, doc/upgrade.html: adapt. * etc/*/1, etc/*/3, etc/*/ctrlaltdel: set permissions on the magic files instead of creating and removing them (can make them symbolic links now); set PATH. * runit.h: new; centralize runit's compiled in magic file names. * runit.c: check permissions of magic files instead of sole existence; conditionally call reboot(RB_AUTOBOOT), reboot(RB_POWER_OFF), reboot(RB_HALT_SYSTEM) if possible; code cleanup. * runit-init.c: set permissions on magic files instead of creating or removing them; code cleanup. * runsvdir.c: detect and tolerate system time warp; code cleanup. * runsv.c, runsvchdir.c, runsvctrl.c, runsvstat.c, svwaitdown.c, svwaitup.c, utmpset.c: code cleanup. 0.8.0. | Gerrit Pape | 31 | +487 | -324 |
2003-01-29 18:40 | typo. | Gerrit Pape | 1 | +1 | -1 |
2003-01-29 18:37 | resurrect copyright file. | Gerrit Pape | 3 | +18 | -4 |
2003-01-29 13:37 | * debian/rules: do not install /etc/runit/{1,2,3,ctrlaltdel} (now included in the runit-run package); install docs without dh_installdocs. * debian/control: Standards-Version: 3.5.8. * debian/runit.docs: remove. | Gerrit Pape | 4 | +34 | -14 |
2003-01-27 09:00 | html. | Gerrit Pape | 1 | +6 | -6 |
2003-01-27 08:59 | docs. | Gerrit Pape | 1 | +10 | -5 |
2003-01-24 14:18 | * runsv.c: close finish script file descriptor. * runsv.c: close logpipe[] instead of sending sigterm to logservice when told to exit, loggers should exit when they see EOF on stdin (thx Paul Jarc). * etc/*/1, etc/*/3: remove explicit 'exit'. * error.h: include <errno.h> (upcoming glibc changes). 0.8.2. | Gerrit Pape | 20 | +138 | -105 |
2002-12-05 21:19 | * debian/rules: use dh_installdocs -n. * debian/runit.preinst: remove #DEBHELPER#. -5. | Gerrit Pape | 3 | +9 | -15 |
2002-12-05 20:44 | * debian/3: stop getties after all other services. * debian/control: Architecture: any, build dependency sorts out; build-depends on dietlibc >> 0.22-0 (available on ia64). -5. | Gerrit Pape | 3 | +13 | -5 |
2002-11-07 18:36 | * debian/rules: install debian specific stage 3: fix path to service directory. * debian/3: new. -4. | Gerrit Pape | 3 | +26 | -6 |
2002-11-04 09:24 | override 1. | Gerrit Pape | 2 | +9 | -1 |
2002-11-04 09:23 | * debian/control: build-depends on dietlibc >= 0.21-3 (fixes build failure on mips/mipsel). * debian/rules: debian/1: new. | Gerrit Pape | 4 | +13 | -4 |
2002-10-25 11:53 | usedietlibc: use -Os switch to diet. | Gerrit Pape | 1 | +2 | -2 |
2002-10-24 20:59 | * debian/rules: let diet be verbose and mangle gcc options for platform specific optimization (fixes build failure on sparc). -2. | Gerrit Pape | 2 | +9 | -2 |
2002-10-23 09:47 | adapt doc. | Gerrit Pape | 3 | +61 | -42 |
2002-10-22 10:31 | avoid unnecessary warning. | Gerrit Pape | 1 | +1 | -0 |
2002-10-21 15:15 | grmpf. | Gerrit Pape | 1 | +1 | -1 |
2002-10-21 15:03 | 0.7.1. | Gerrit Pape | 9 | +35 | -199 |
2002-10-21 14:32 | * runsvdir.c: continue reading directory when stat() on entry fails. | Gerrit Pape | 2 | +3 | -1 |
2002-10-21 14:17 | typo. | Gerrit Pape | 1 | +2 | -2 |
2002-10-21 14:16 | add manpages for not installed by default programs. | Gerrit Pape | 8 | +349 | -4 |
2002-10-18 11:27 | man pages written. | Gerrit Pape | 5 | +178 | -3 |
2002-10-18 09:13 | not for s390. | Gerrit Pape | 2 | +2 | -2 |
2002-10-17 13:23 | close wnpp bug. | Gerrit Pape | 1 | +1 | -6 |
2002-10-17 13:03 | beautifier. | Gerrit Pape | 3 | +23 | -65 |
2002-10-17 08:43 | remove runi-run package, it now has its own source. | Gerrit Pape | 16 | +13 | -239 |
2002-10-16 12:07 | install doc. | Gerrit Pape | 1 | +1 | -0 |
2002-10-16 12:04 | minor. | Gerrit Pape | 2 | +8 | -16 |
2002-10-16 11:52 | minor. | Gerrit Pape | 2 | +10 | -5 |
2002-10-16 11:46 | * getties: move utmpset from run to finish scripts. * runit-run.preinst: wait for ENTER to continue. * add README.Debian's. | Gerrit Pape | 15 | +67 | -13 |
2002-10-11 12:21 | timestamp. | Gerrit Pape | 1 | +1 | -1 |
2002-10-11 12:21 | * rework debian packaging to be debian policy compliant. * runit: add lintian override: statically-linked-binary; the runit programs are knowingly compiled statically with the diet libc. | Gerrit Pape | 23 | +360 | -9 |
2002-10-11 11:05 | new debian package, debian policy conform. | Gerrit Pape | 9 | +172 | -290 |
2002-10-11 08:05 | typo. | Gerrit Pape | 1 | +1 | -1 |
2002-10-07 09:38 | minor. | Gerrit Pape | 1 | +1 | -0 |
2002-10-07 09:29 | 0.7.0. | Gerrit Pape | 11 | +102 | -43 |
2002-10-06 10:28 | minor. | Gerrit Pape | 3 | +25 | -26 |
2002-10-06 09:53 | 0.6.4. | Gerrit Pape | 15 | +92 | -83 |
2002-10-04 10:15 | minor. | Gerrit Pape | 3 | +11 | -9 |
2002-10-04 10:01 | archive. create hardlink runit.old -> runit on debian package upgrade. | Gerrit Pape | 2 | +42 | -1 |
2002-10-04 09:36 | minor. | Gerrit Pape | 1 | +2 | -1 |
2002-10-04 09:25 | minor. | Gerrit Pape | 3 | +4 | -2 |
2002-10-04 09:05 | * runsv.c: sleep 1 second before exiting on fatal error. * runsvdir.c: check service directory's inode and device in addition to mtime; sleep 1 second if stat(service directory) fails. * runsvstat.c: new option -l: only show log service if -l is set. * runsvchdir: new; change service directory runsvdir is running in. 0.6.3. | Gerrit Pape | 18 | +372 | -64 |
2002-09-27 14:37 | 0.6.0. | Gerrit Pape | 8 | +36 | -39 |
2002-09-27 11:32 | fix state finish. | Gerrit Pape | 1 | +1 | -1 |
2002-09-27 10:22 | minor. | Gerrit Pape | 2 | +5 | -12 |
2002-09-27 09:01 | rename rsv-* to runsv*. | Gerrit Pape | 7 | +260 | -261 |
2002-09-26 14:20 | more detailled. | Gerrit Pape | 1 | +3 | -1 |
2002-09-26 12:42 | grmpf, stage 3 was broken. | Gerrit Pape | 3 | +19 | -14 |
2002-09-26 11:19 | changes. | Gerrit Pape | 1 | +1 | -0 |
2002-09-26 11:19 | adapt stage 3. | Gerrit Pape | 3 | +22 | -44 |
2002-09-26 11:13 | html. | Gerrit Pape | 1 | +22 | -17 |
2002-09-26 11:12 | cleanup. doc. | Gerrit Pape | 17 | +295 | -146 |
2002-09-25 11:55 | minor. | Gerrit Pape | 1 | +1 | -1 |
2002-09-25 11:37 | minor. | Gerrit Pape | 2 | +16 | -7 |
2002-09-25 11:30 | doc. | Gerrit Pape | 9 | +32 | -21 |
2002-09-25 10:17 | new. | Gerrit Pape | 4 | +415 | -0 |
2002-09-25 10:17 | * man/runsv.8, man/runsvdir.8: new. * utmpset.c: setlock utmp and wtmp file. 0.5.4. | Gerrit Pape | 14 | +67 | -63 |
2002-09-24 15:03 | minor. | Gerrit Pape | 1 | +12 | -4 |
2002-09-24 14:12 | support symlinked /service directory. | Gerrit Pape | 1 | +4 | -3 |
2002-09-24 11:28 | minor. | Gerrit Pape | 3 | +3 | -3 |
2002-09-24 11:20 | 0.5.3. | Gerrit Pape | 7 | +36 | -30 |
2002-09-24 11:17 | code cleanup. | Gerrit Pape | 5 | +26 | -27 |
2002-09-23 14:27 | * rsv-status: new; svstat for runsv. * rsv-control: new; svc for runsv. | Gerrit Pape | 7 | +273 | -6 |
2002-09-23 10:15 | minor. | Gerrit Pape | 1 | +1 | -0 |
2002-09-23 10:14 | stage 2 adapt. | Gerrit Pape | 3 | +33 | -3 |
2002-09-23 10:12 | * runsv, runsvdir: new; svscan/supervise replacement. 0.5.2. | Gerrit Pape | 13 | +777 | -37 |
2002-09-06 20:29 | typo. | Gerrit Pape | 1 | +1 | -1 |
2002-09-05 08:07 | do not restart getties in stage 3. | Gerrit Pape | 5 | +2 | -12 |
2002-08-29 08:08 | mention supervision list. minor. | Gerrit Pape | 1 | +16 | -11 |
2002-08-28 18:58 | minor. | Gerrit Pape | 1 | +1 | -1 |
2002-08-28 18:56 | html | Gerrit Pape | 1 | +1 | -1 |
2002-08-28 18:55 | utmpset in /command. registration requested. | Gerrit Pape | 8 | +7 | -13 |
2002-08-28 17:32 | install utmpset man page. | Gerrit Pape | 1 | +1 | -1 |
2002-08-28 13:10 | html. | Gerrit Pape | 1 | +61 | -0 |
2002-08-28 13:10 | * utmpset: avoids libutil; compiles with deitlibc; built by default. * doc/usedietlibc.html: fix description. * stage 3: restart getties after stopping services. * getty-*/run: add utmpset. 0.5.0. | Gerrit Pape | 27 | +253 | -150 |
2002-06-25 12:04 | minor. | Gerrit Pape | 1 | +1 | -1 |
2002-06-24 14:28 | add utmpset[.o]. | Gerrit Pape | 1 | +2 | -0 |
2002-06-24 14:14 | enable target sysdeps. | Gerrit Pape | 2 | +5 | -3 |
2002-06-24 14:09 | * utmpset.c: new option -w: additionally write wtmp record. 0.4.1. | Gerrit Pape | 11 | +68 | -39 |
2002-05-19 11:10 | * src/: include public domain sources to build byte.a, unix.a, time.a: runit builds without having daemontools' sources installed. * utmpset.c: new utmpset program. * doc/utmpset.html: new. 0.4.0. | Gerrit Pape | 13 | +137 | -53 |
2002-05-18 17:31 | remove obselete file. | Gerrit Pape | 1 | +0 | -0 |
2002-05-18 17:30 | * src/: include public domain sources to build byte.a, unix.a, time.a: runit builds without having daemontools' sources installed. 0.3.3. | Gerrit Pape | 157 | +3519 | -61 |
2002-04-17 09:05 | add 'runit in use' chapter. | Gerrit Pape | 1 | +69 | -0 |
2002-03-30 12:05 | minor. | Gerrit Pape | 1 | +2 | -1 |
2002-03-30 11:38 | * getty service directory /etc/runit/getty-tty5 moved to /etc/runit/getty-5 according to updated doc/replaceinit.html. package/CHANGES: typo. | Gerrit Pape | 4 | +10 | -3 |
2002-02-13 10:03 | minor. | Gerrit Pape | 1 | +6 | -0 |
2002-02-13 09:59 | runit.c: support ctrl-alt-del also on Linux/i386, dietlic. runscripts.html: more samples. (thx Alessandro Bono) | Gerrit Pape | 9 | +76 | -43 |
2002-02-03 15:33 | cleanup. | Gerrit Pape | 8 | +43 | -33 |
2002-01-29 20:29 | added. | Gerrit Pape | 1 | +7 | -0 |
2002-01-29 19:30 | minor. | Gerrit Pape | 2 | +6 | -2 |
2002-01-29 19:01 | trap 2, 3 in stage 1 on *bsd. | Gerrit Pape | 2 | +4 | -0 |
2002-01-29 18:56 | 0.3.0. many changes, see package/CHANGES. | Gerrit Pape | 20 | +223 | -106 |
2002-01-01 15:30 | debian changelog. | Gerrit Pape | 1 | +6 | -0 |
2002-01-01 15:28 | install-man integrated. | Gerrit Pape | 7 | +139 | -76 |
2002-01-01 10:25 | code cleanup. TARGETS fix. install.html: typo. etc/freebsd stage files, getty service added. | Gerrit Pape | 10 | +45 | -8 |
2001-12-30 17:06 | minor. | Gerrit Pape | 2 | +2 | -2 |
2001-12-30 16:54 | compile static by default. | Gerrit Pape | 1 | +2 | -2 |
2001-12-30 16:50 | minor. | Gerrit Pape | 1 | +3 | -1 |
2001-12-30 16:35 | minor | Gerrit Pape | 1 | +7 | -0 |
2001-12-30 16:34 | 0.2.6. | Gerrit Pape | 12 | +84 | -33 |
2001-12-30 16:28 | runs on openbsd 2.9. | Gerrit Pape | 4 | +136 | -7 |
2001-12-30 10:38 | doc update. | Gerrit Pape | 1 | +21 | -16 |
2001-12-30 10:38 | svwaitup: race condition documented. deb: svwait*.8 installed. | Gerrit Pape | 2 | +29 | -7 |
2001-12-27 13:44 | 0.2.3. | Gerrit Pape | 8 | +37 | -33 |
2001-12-27 09:51 | runscripts.html linked. | Gerrit Pape | 2 | +7 | -4 |
2001-12-27 09:13 | Id tags fixed. | Gerrit Pape | 2 | +2 | -9 |
2001-12-23 17:17 | docs adapted. | Gerrit Pape | 5 | +147 | -10 |
2001-12-23 17:14 | manpage svwait* added. cleanup. | Gerrit Pape | 11 | +187 | -117 |
2001-12-23 02:39 | minor. | Gerrit Pape | 1 | +2 | -2 |
2001-12-23 02:38 | minor. | Gerrit Pape | 1 | +6 | -4 |
2001-12-23 02:33 | stupidity. | Gerrit Pape | 1 | +0 | -2 |
2001-12-23 02:31 | use only conf-cc, conf-ld. | Gerrit Pape | 1 | +0 | -4 |
2001-12-23 02:27 | minor. | Gerrit Pape | 1 | +5 | -5 |
2001-12-23 02:24 | use support/compile and support/load for building. | Gerrit Pape | 1 | +11 | -17 |
2001-12-23 02:23 | init.c moved to runit-init.c | Gerrit Pape | 1 | +82 | -0 |
2001-12-23 00:02 | minor. | Gerrit Pape | 2 | +30 | -30 |
2001-12-22 22:57 | runscripts added. /usr/local/bin link reenabled. | Gerrit Pape | 3 | +97 | -8 |
2001-12-22 19:58 | Build-Depends on dietlibc, uses diet to compile programs. | Gerrit Pape | 3 | +9 | -3 |
2001-12-22 19:47 | commands available for users added to list. | Gerrit Pape | 1 | +2 | -0 |
2001-12-22 19:40 | runit: checks for pid == 1 new: svwaitdown, svwaitup stage3: uses svwaitdown 0.2.2 debian package | Gerrit Pape | 14 | +325 | -34 |
2001-12-02 20:43 | move to smarden. | Gerrit Pape | 1 | +1 | -1 |
2001-11-26 11:53 | docs. | Gerrit Pape | 2 | +2 | -2 |
2001-11-26 11:52 | typo. | Gerrit Pape | 2 | +2 | -2 |
2001-11-26 11:32 | forgot to add. | Gerrit Pape | 1 | +62 | -0 |
2001-11-26 11:32 | docs. | Gerrit Pape | 2 | +24 | -18 |
2001-11-26 11:31 | * runit-halt, runit-reboot removed, integrated into runit-init * tested with dietlibc * doc: usedietlibs.html added. | Gerrit Pape | 21 | +146 | -258 |
2001-11-22 17:55 | INT sig documented. | Gerrit Pape | 2 | +9 | -3 |
2001-11-22 17:42 | . | Gerrit Pape | 1 | +25 | -25 |
2001-11-22 17:42 | * collects all terminated children in all stages * sends sigkill to whole process group if stage2 crashes and waits 5 seconds before restarting * ctraltdel not automatically shuts down, now respects /etc/runit/stopit * /etc/runit/ctrlaltdel touches /etc/runit/stopit * on shutdown request: send sigterm to stage 2, wait max 5 second, send sigkill if still running, leave stage 2, enter stage 3 | Gerrit Pape | 10 | +146 | -90 |
2001-11-20 12:45 | dist woody. | Gerrit Pape | 1 | +1 | -1 |
2001-11-20 11:07 | minor. | Gerrit Pape | 1 | +2 | -2 |
2001-11-20 11:02 | remove stale script. | Gerrit Pape | 1 | +0 | -28 |
2001-11-20 11:01 | package moved to smarden.org. 0.1.1. | Gerrit Pape | 15 | +59 | -52 |
2001-11-16 18:01 | minor doc changes. | Gerrit Pape | 1 | +10 | -3 |
2001-11-16 16:33 | minor. | Gerrit Pape | 1 | +1 | -1 |
2001-11-16 16:32 | spelling. | Gerrit Pape | 2 | +2 | -2 |
2001-11-16 16:04 | getty service dir included. debian permission fix. | Gerrit Pape | 2 | +11 | -4 |
2001-11-16 14:18 | getty service directory added. | Gerrit Pape | 1 | +2 | -0 |
2001-11-16 14:03 | minor. | Gerrit Pape | 2 | +2 | -0 |
2001-11-16 14:01 | minor. | Gerrit Pape | 1 | +3 | -3 |
2001-11-16 13:57 | manpages html. | Gerrit Pape | 5 | +197 | -0 |
2001-11-16 13:56 | archives. | Gerrit Pape | 1 | +0 | -0 |
2001-11-16 13:54 | Initial revision | Gerrit Pape | 35 | +1153 | -0 |