| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Include <libutil.h> instead of private declarations | ache | 1997-07-03 | 1 | -8/+2 |
* | Remove unneded cast in login_getclassbyname which cause warning | ache | 1997-07-02 | 1 | -2/+2 |
* | Attempt to open the device for reading before actually adding the device | pst | 1997-06-28 | 1 | -1/+14 |
* | Use err(3). | charnier | 1997-06-13 | 1 | -8/+7 |
* | Fix mount call for devfs. | phk | 1997-03-30 | 1 | -2/+1 |
* | Protect from stack overrun via /etc/ttys, which could possibly allow a | dg | 1997-02-19 | 1 | -2/+2 |
* | Style police. | davidn | 1997-01-22 | 1 | -13/+14 |
* | Impose login_cap resource limits on processes started by init. | davidn | 1997-01-19 | 1 | -0/+31 |
* | If passed the -d flag, mount devfs on /dev | phk | 1996-10-28 | 1 | -1/+12 |
* | If root does not have a password, `init' should not ask to enter it. | dima | 1995-11-10 | 1 | -1/+1 |
* | Define TRUE & FALSE rather than depending on bogus #includes. | phk | 1995-10-29 | 1 | -0/+3 |
* | Fix init to correctly detect processes that are exiting multiple | mpp | 1995-08-08 | 1 | -1/+1 |
* | nspace count was incremented only in child, so warning never displayed | ache | 1995-08-08 | 1 | -9/+13 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -9/+9 |
* | Add better argument handling | ache | 1995-01-10 | 1 | -3/+41 |
* | revision 1.6 | ache | 1994-10-14 | 1 | -10/+81 |