aboutsummaryrefslogtreecommitdiff
path: root/sbin/init
Commit message (Expand)AuthorAgeFilesLines
* Back out most of revision 1.28: lists of diagnostics must use -diag,Dima Dorfman2001-04-131-4/+3
* Make the list in the DIAGNOSTICS section "-tag" instead of "-diag":Dima Dorfman2001-04-101-2/+2
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Fix typo present since 1997: single used mode -> single user mode.Jeroen Ruigrok van der Werven2001-03-031-1/+1
* Fix a cosmetic problem with some very defensive programming: The devfsPoul-Henning Kamp2001-02-081-1/+17
* Further tidy up the sbin/init and release builds.Peter Wemm2001-01-011-28/+2
* This is not necessarily the correct fix, but at least sbin/init compilesPoul-Henning Kamp2001-01-011-8/+11
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-1/+1
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+2
* Explicitly document the fact that securelevel > 0 means that kernel modulesBen Smithurst2000-12-071-1/+5
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Improve the clarification of the handling of the securelevel.Sheldon Hearn2000-09-131-6/+2
* Clarify the handling of the securelevel.Sheldon Hearn2000-09-121-8/+13
* Mount DEVFS with no options.Poul-Henning Kamp2000-08-261-1/+1
* Add MLINK init.8 --> securelevel.8Alexander Langer2000-06-091-0/+1
* Remove unused include.Jeroen Ruigrok van der Werven2000-05-011-1/+0
* Add include of errno.h where needed, remove extern int errno where not.Warner Losh2000-04-141-2/+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
* Include <libutil.h> instead of private declarationsAndrey A. Chernov1997-07-031-8/+2
* Remove unneded cast in login_getclassbyname which cause warningAndrey A. Chernov1997-07-021-2/+2