summaryrefslogtreecommitdiff
path: root/sbin/init
AgeCommit message (Collapse)Author
2005-03-13turn off accounting when switching to single user;Markus Friedl
report bluhm at genua.de; ok henning, krw, deraadt
2004-03-16errno is not specified to be int, but something from errno.h. ok millert@Ted Unangst
2004-02-24sort options;Jason McIntyre
2003-10-30malloc failures in init? never. but try to be reasonable for one dumb oneTheo de Raadt
2003-07-29spacesTheo de Raadt
2003-06-03- section reorderJason McIntyre
- some mdoc fixes
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-03-30snprintf; millert okTheo de Raadt
2002-12-11Minor cosmetic nits picked while reading though init.c:Todd C. Miller
o Use STD{IN,OUT,ERR}_FILENO, not 0-2 o Call exit() from main, not return() (code is never reached anyway) o Change two cases of '!' into "== NULL"
2002-10-10Style nits. Use STDERR_FILENO, not just 2. Also use parens withTodd C. Miller
return; David Hill
2002-07-03ansiTheo de Raadt
2002-06-09rm trailing whitespaceTodd T. Fries
2002-05-22strcpy, sprintf death; mpech okTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-12-13o) start new sentence on a new line;Mike Pechkin
o) wrap long lines; o) fix bogus .Xr usage; o) we don't like blank lines; o) always close .Bl tags; o) OpenBSD -> .Ox; o) don't like .Pp before .Ss; millert@ ok;
2001-11-05kill more registers;Mike Pechkin
millert@ ok
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-04-05doc -s and -f, though -f does not work that way anymore.. hmm; chuck@snew.comTheo de Raadt
2001-01-19mark signal races i cannot fix at the momentTheo de Raadt
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
setusercontext() in most places where previously we did a setlogin(). Add default login.conf file and put root in the "daemon" login class.
2000-08-06Add DEFAULT_STATE macro to allow ramdisk init to set default state toTodd C. Miller
single_user, not runcom (/etc/rc).
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
- Some punctuation fixes. - Some `id' -> `ID'.
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
2000-02-27fix Xr orderHugh Graham
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be ↵Theo de Raadt
done later.. contact me if you want to help)
2000-01-08Most of this is covered in securelevel(7) now.Hugh Graham
1999-09-03have shutdown code run /etc/rc with arg of "shutdown"; rc.shutdown becomes ↵Theo de Raadt
completely admin-editable
1999-07-20add an rc.shutdown(8) man pageAaron Campbell
1999-07-06delete meaningless entry in BUGSTheo de Raadt
1999-07-06if SIGUSR1 is received, kill gettys, run /etc/rc.shutdown, and halt the machineTheo de Raadt
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-05-31clarify "secure" flag in /etc/ttysTodd C. Miller
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-03-02securelevel should be changed in /etc/rc.securelevel, not /etc/rc; fries@Aaron Campbell
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28kill redundant .Nm macro arguments; other misc fixesAaron Campbell
1998-11-11more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesAaron Campbell
1998-09-23alphabetize SEE ALSO entries and order them numerically according to sectionAaron Campbell
1998-09-17sbin/ man page fixesAaron Campbell
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-07-17typo; mason@acheron.middleboro.ma.usTheo de Raadt
1998-06-03zero sigaction before useTheo de Raadt
1998-05-04LETS_GET_BIGTheo de Raadt
1998-04-13Use _PATH_DEV, not "/dev/"Todd C. Miller
Make init(8) call login_fbtab() correctly.
1998-03-03sigset_t; jraynardTheo de Raadt
1997-09-14some -WallTheo de Raadt
1997-06-25(foo *)0 -> NULLkstailey