summary refs log tree commit diff
path: root/src/utmpset.c
Commit message (Collapse)AuthorAgeFilesLines
* * runsv.c: don't use EOVERFLOW as it is not standard (thx ChristophGerrit Pape2003-10-281-17/+23
| | | | | | | | | | | | | 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.
* * doc/benefits.html: new.Gerrit Pape2003-02-251-12/+8
| | | | | | | | | | | | | | | | | * 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.
* * man/runsv.8, man/runsvdir.8: new.Gerrit Pape2002-09-251-4/+14
| | | | | * utmpset.c: setlock utmp and wtmp file. 0.5.4.
* * utmpset: avoids libutil; compiles with deitlibc; built by default.Gerrit Pape2002-08-281-3/+67
| | | | | | | * doc/usedietlibc.html: fix description. * stage 3: restart getties after stopping services. * getty-*/run: add utmpset. 0.5.0.
* minor.Gerrit Pape2002-06-251-1/+1
|
* * utmpset.c: new option -w: additionally write wtmp record.Gerrit Pape2002-06-241-5/+23
| | | | 0.4.1.
* * src/: include public domain sources to build byte.a, unix.a, time.a:Gerrit Pape2002-05-191-0/+18
runit builds without having daemontools' sources installed. * utmpset.c: new utmpset program. * doc/utmpset.html: new. 0.4.0.