index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
init
/
init.c
Age
Commit message (
Expand
)
Author
2003-03-30
snprintf; millert ok
Theo de Raadt
2002-12-11
Minor cosmetic nits picked while reading though init.c:
Todd C. Miller
2002-10-10
Style nits. Use STDERR_FILENO, not just 2. Also use parens with
Todd C. Miller
2002-07-03
ansi
Theo de Raadt
2002-06-09
rm trailing whitespace
Todd T. Fries
2002-05-22
strcpy, sprintf death; mpech ok
Theo de Raadt
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-05
kill more registers;
Mike Pechkin
2001-07-09
correct type on last arg to execl(); nordin@cse.ogi.edu
Theo de Raadt
2001-01-19
mark signal races i cannot fix at the moment
Theo de Raadt
2000-08-20
Add calls to setusercontext() and login_get*(). We basically call
Todd C. Miller
2000-08-06
Add DEFAULT_STATE macro to allow ramdisk init to set default state to
Todd C. Miller
2000-01-22
remove extra externs not needed because of unistd.h (rest of tree will be don...
Theo de Raadt
1999-09-03
have shutdown code run /etc/rc with arg of "shutdown"; rc.shutdown becomes c...
Theo de Raadt
1999-07-06
if SIGUSR1 is received, kill gettys, run /etc/rc.shutdown, and halt the machine
Theo de Raadt
1998-06-03
zero sigaction before use
Theo de Raadt
1998-05-04
LETS_GET_BIG
Theo de Raadt
1998-04-13
Use _PATH_DEV, not "/dev/"
Todd C. Miller
1998-03-03
sigset_t; jraynard
Theo de Raadt
1997-09-14
some -Wall
Theo de Raadt
1997-06-25
(foo *)0 -> NULL
kstailey
1997-03-25
closelog() more often
Theo de Raadt
1997-02-22
Update to lite2 -- man page is the only thing that changed.
Todd C. Miller
1996-07-31
at session termination, login_fbtab devs back to root
Theo de Raadt
1996-07-12
precheck getty devices for existance; if not there shut then down
Theo de Raadt
1996-07-12
do not ask for password if none set; from freebsd
Theo de Raadt
1996-07-12
Fix netbsd pr bin/2620. Fix dangling pointer while I am at it.
Tobias Weingartner
1996-06-23
update rcsid
Theo de Raadt
1996-05-22
libutil
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt