index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
init
/
init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove stale inclusion of <ulog.h>.
ed
2010-01-27
1
-1
/
+0
*
Migrate init(8) towards utmpx.
ed
2010-01-13
1
-3
/
+6
*
Let init(8) and reboot(8) use utmpx to log wtmp entries.
ed
2009-12-05
1
-5
/
+11
*
Remove redundant code from runshutdown() now tcsetsid(3) works reliably.
ed
2009-06-15
1
-18
/
+1
*
Fix the staircase issue properly this time.
ed
2009-06-14
1
-0
/
+8
*
Static-ify procedures in init(8).
delphij
2008-09-27
1
-80
/
+80
*
Addition style(9) change.
obrien
2007-11-20
1
-3
/
+3
*
style(9)
obrien
2007-11-20
1
-95
/
+96
*
Patches to allow one to allow one to specify a directory to chroot to.
imp
2007-02-04
1
-63
/
+139
*
Reparent the process that executes the window= command from the ttys
kib
2006-06-08
1
-1
/
+13
*
Fix system shutdown timeout handling by again supporting longer running
rse
2005-09-15
1
-1
/
+1
*
Make WARNS=6 happy with our init(8):
delphij
2005-01-11
1
-24
/
+39
*
Turns out that revision 1.52 was a bad idea. It broke the long
imp
2004-09-28
1
-1
/
+1
*
Remove advertising clause from University of California Regent's license,
markm
2004-04-09
1
-4
/
+0
*
Fixed misspellings of 0 as NULL.
bde
2004-03-11
1
-2
/
+2
*
Fix the case where one goes from zero to more than zero items enabled
imp
2003-12-05
1
-3
/
+0
*
Back out the previous commit, since there could be dire consequences if
green
2002-12-17
1
-4
/
+0
*
/home/green/tmp/cvsSFosXg
green
2002-12-17
1
-0
/
+4
*
Give up on a tty if opening it's special file returns ENOENT like we do for
jhb
2002-09-27
1
-1
/
+1
*
I should have committed this ages ago...
mux
2002-08-03
1
-3
/
+15
*
o remove __P
imp
2002-03-20
1
-160
/
+64
*
Remove 'register' keyword.
obrien
2002-03-20
1
-18
/
+18
*
Allow reboot during runcom.
des
2001-10-15
1
-0
/
+3
*
Silence non-constant format string warnings by marking functions
kris
2001-08-19
1
-9
/
+9
*
Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The
sheldonh
2001-07-26
1
-1
/
+1
*
Fix typo which could lead to memory leak.
mikeh
2001-06-20
1
-1
/
+1
*
Fix typo present since 1997: single used mode -> single user mode.
asmodai
2001-03-03
1
-1
/
+1
*
Fix a cosmetic problem with some very defensive programming: The devfs
phk
2001-02-08
1
-1
/
+17
*
Add `_PATH_DEVZERO'.
obrien
2000-12-09
1
-1
/
+2
*
Mount DEVFS with no options.
phk
2000-08-26
1
-1
/
+1
*
Remove unused include.
asmodai
2000-05-01
1
-1
/
+0
*
Add include of errno.h where needed, remove extern int errno where not.
imp
2000-04-14
1
-2
/
+0
*
detect deleted tty lines in /etc/ttys.
alfred
2000-02-19
1
-1
/
+25
*
Finish up umntall support. init now passed an argument to the
dillon
1999-11-22
1
-3
/
+8
*
FreeBSD kernel doesn't allow any process to decrease securelevel. So,
kato
1999-09-06
1
-6
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix a non-critical memory leak.
ru
1999-07-23
1
-4
/
+6
*
Bring in System V run-level patches (turned off by default).
ru
1999-06-18
1
-4
/
+37
*
Init(8) will halt the system if sent USR1 signal,
ru
1999-06-16
1
-5
/
+12
*
Memory management error in init.
phk
1998-07-22
1
-2
/
+5
*
Correct .Nm use. Add rcsid. Use min for minutes instead of mn.
charnier
1998-07-06
1
-4
/
+6
*
Don't assume sigset_t and int are equivalent.
jraynard
1998-03-02
1
-2
/
+2
*
This has always bugged me. At single user, the implied example it gives
peter
1997-10-10
1
-2
/
+2
*
Test that rc.shutdown exists before attempting to run it - silently
davidn
1997-08-18
1
-1
/
+13
*
runshutdown(): get rid of getdtablesize loop, it gains nothing now
ache
1997-08-06
1
-4
/
+1
*
rc.shutdown fixes:
ache
1997-08-06
1
-12
/
+12
*
Add /etc/rc.shutdown capability to init.
davidn
1997-08-02
1
-17
/
+158
*
Move logwtmp(shutdown) call before any real action in death().
ache
1997-07-08
1
-4
/
+4
*
1. Replace malloc+bzero by calloc
ache
1997-07-05
1
-28
/
+5
*
death: revoke all lines listed in /etc/ttys instead of sending HUP
ache
1997-07-04
1
-3
/
+27
[next]