aboutsummaryrefslogtreecommitdiff
path: root/sbin/init
Commit message (Expand)AuthorAgeFilesLines
* MFC: [1.48] allow reboot during runcom (PR bin/28116)Dag-Erling Smørgrav2001-10-221-0/+3
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-4/+4
* MFC: rev 1.26 (use new backup feature of install(1))David E. O'Brien2001-08-011-7/+1
* Recognize, bug ignore, the -d option which was removed in the lastDima Dorfman2001-07-251-1/+4
* Removing old, broken DEVFS from -stable phase one: remove supportDima Dorfman2001-07-241-10/+1
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-11/+11
* MFC: init no longer needs the magic to look into the internals ofPeter Wemm2001-07-161-25/+2
* MFC: 1.45: Fix typo that could lead to memory leakMike Heffner2001-07-031-1/+1
* MFC: Typo: single used mode -> single user mode.Dirk Froemberg2001-05-221-1/+1
* MFC 1.29: aesthetic fixes.Dima Dorfman2001-04-261-2/+1
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-1/+1
* MFC: add /dev/zero and use PATH_* where possible.David E. O'Brien2000-12-111-1/+2
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-2/+2
* MFC: document that securelevel > 0 forbids module (un)loading.Ben Smithurst2000-12-071-1/+5
* MFC rev 1.24: improve wording of previuos commitSheldon Hearn2000-09-131-6/+2
* MFC rev 1.23: clarify handling of securelevelSheldon Hearn2000-09-121-8/+13
* MFC: [rev 1.21] Add MLINK init.8 --> securelevel.8Paul Saab2000-08-081-0/+1
* MFC: Add include of errno.h where needed, remove extern int errnoPaul Saab2000-07-011-2/+0
* MFC: Remove unused includes.Paul Saab2000-07-011-1/+0
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
* Change DISTRIBUTION to match new world order.Mark Murray2000-02-291-1/+1
* detect deleted tty lines in /etc/ttys.Alfred Perlstein2000-02-191-1/+25
* Document that securelevel >= 2 clamps time changes to at most one second.Nik Clayton1999-12-161-0/+4
* Correct the ttys.5 and init.8 manpages with respect to the incorrectSheldon Hearn1999-12-061-7/+20
* Finish up umntall support. init now passed an argument to theMatthew Dillon1999-11-221-3/+8
* FreeBSD kernel doesn't allow any process to decrease securelevel. So,KATO Takenori1999-09-062-8/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Backup existing init(8) as /sbin/init.bak.Ruslan Ermilov1999-08-051-3/+9
* Fix a non-critical memory leak.Ruslan Ermilov1999-07-231-4/+6
* "Cannot" is one word. "Can not" has a different meaning if takenMatthew Hunt1999-07-051-3/+3
* Turn System V command line syntax ``on'' by default.Ruslan Ermilov1999-07-012-12/+4
* Bring in System V run-level patches (turned off by default).Ruslan Ermilov1999-06-183-23/+97
* Init(8) will halt the system if sent USR1 signal,Ruslan Ermilov1999-06-162-8/+23
* Mention securelevel 3 as affecting ipfw and dummynet. Generalize commentGuy Helmer1998-12-161-2/+11
* Memory management error in init.Poul-Henning Kamp1998-07-221-2/+5
* Correct .Nm use. Add rcsid. Use min for minutes instead of mn.Philippe Charnier1998-07-062-36/+38
* Fixes per PR 2850:Joseph Koshy1998-06-191-5/+18
* Don't assume sigset_t and int are equivalent.James Raynard1998-03-021-2/+2
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowBruce Evans1998-01-201-2/+2
* This has always bugged me. At single user, the implied example it givesPeter Wemm1997-10-101-2/+2
* ".if exists(${CURDIR}/../../secure)" rather than testing relative to theDavid Nugent1997-08-181-2/+2
* Test that rc.shutdown exists before attempting to run it - silentlyDavid Nugent1997-08-181-1/+13
* runshutdown(): get rid of getdtablesize loop, it gains nothing nowAndrey A. Chernov1997-08-061-4/+1
* rc.shutdown fixes:Andrey A. Chernov1997-08-061-12/+12
* Add /etc/rc.shutdown capability to init.David Nugent1997-08-023-18/+171
* Move logwtmp(shutdown) call before any real action in death().Andrey A. Chernov1997-07-081-4/+4
* 1. Replace malloc+bzero by callocAndrey A. Chernov1997-07-051-28/+5
* Add -D_NEW_VFSCONF to eliminate compilation warningAndrey A. Chernov1997-07-051-2/+2
* death: revoke all lines listed in /etc/ttys instead of sending HUPAndrey A. Chernov1997-07-041-3/+27