| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo | brueffer | 2004-02-23 | 3 | -3/+3 |
* | Don't forget to enable the ipv6 firewall once the rules are loaded. | mtm | 2004-02-19 | 1 | -0/+4 |
* | In-line documentation. | mtm | 2004-02-19 | 3 | -0/+24 |
* | Fix typo in comment, s/reebots/reboots/ | johan | 2004-02-07 | 1 | -1/+1 |
* | ttys is gone, kill it here too | imp | 2004-02-07 | 1 | -1/+1 |
* | Now that devfs is mandatory, there is no need to muck around | mtm | 2004-02-07 | 1 | -32/+0 |
* | Require initrandom rather than random, since random requires | des | 2004-02-05 | 2 | -2/+2 |
* | We don't really need a lockfile, and most likely can't create one at | des | 2004-02-04 | 2 | -10/+4 |
* | o Unbreak the individual jail starting patch that I broke when | mtm | 2004-02-03 | 1 | -28/+32 |
* | Add support for initializing swap devices with random one-shot keys. Note | des | 2004-02-03 | 3 | -1/+109 |
* | Missed one in previous commit. | des | 2004-02-03 | 1 | -1/+2 |
* | Style fixes. | des | 2004-02-03 | 1 | -5/+13 |
* | Configure a jail sysctl value only if it is different than | mtm | 2004-02-03 | 1 | -26/+33 |
* | Teach /etc/rc.d/dumpon script how to stop. | pjd | 2004-02-02 | 1 | -1/+12 |
* | Support starting/stoping of jails individually. | mtm | 2004-02-02 | 1 | -12/+25 |
* | Remove only X[0-9]-lock. | njl | 2004-01-27 | 1 | -1/+1 |
* | Move the test used to determine whether IPFilter is loaded or not | mux | 2004-01-24 | 1 | -2/+11 |
* | Remove an extraneous semicolon (;;). | mtm | 2004-01-17 | 1 | -1/+0 |
* | Use the checkyesno routine instead of a case statement to | mtm | 2004-01-17 | 1 | -5/+3 |
* | Remove checks for the FreeBSD OS. | mtm | 2004-01-17 | 4 | -47/+27 |
* | Make conform to general rc.d style. | mtm | 2004-01-17 | 2 | -5/+4 |
* | o Rename the start command to conform to rc.d style. | mtm | 2004-01-17 | 1 | -4/+4 |
* | Simplify setting of securelevel. | mtm | 2004-01-17 | 1 | -12/+9 |
* | Remove variables whose sole purpose was to make easier to | mtm | 2004-01-17 | 4 | -29/+13 |
* | Luke Mewburn has indicated that they (NetBSD) are not interested | mtm | 2004-01-17 | 25 | -513/+206 |
* | Luke Mewburn has indicated that they (NetBSD) are not interested | mtm | 2004-01-17 | 14 | -341/+132 |
* | Luke Mewburn has indicated that they (NetBSD) are not interested | mtm | 2004-01-17 | 56 | -56/+56 |
* | Don't run newaliases if sendmail_enable=NONE. | brooks | 2004-01-05 | 4 | -4/+28 |
* | Added support for intelligent handling of DST transitions in cron. | babkin | 2003-12-25 | 1 | -0/+4 |
* | Add power_profile, a script that changes the ACPI CPU Cx idle state and/or | njl | 2003-12-18 | 2 | -1/+87 |
* | Backout ataraid rcng script. I must have missed ar0 in my scan of /dev | seanc | 2003-12-14 | 3 | -115/+2 |
* | Add a script that allows software RAID sets to be created before file | seanc | 2003-12-14 | 3 | -2/+115 |
* | Change rc.d/syscons to not need /usr/sbin/ispcvt to exist. This should | peter | 2003-12-10 | 1 | -5/+7 |
* | o Rename devfs_link() to make_symlink() and turn it into a generic | mtm | 2003-12-09 | 1 | -2/+10 |
* | If fdescfs(5) is mounted in a jail unmount it before devfs(5). | mtm | 2003-12-09 | 1 | -3/+5 |
* | If rc.d/mountcritlocal is unable to mount local filesystems, | mtm | 2003-12-09 | 2 | -3/+2 |
* | Redirect rc(8) output to a file in the jail's /var/log directory. | mtm | 2003-12-09 | 1 | -1/+1 |
* | When clearing /tmp, X11 lock and temporary files are special. | mtm | 2003-12-01 | 1 | -13/+13 |
* | Add a means of starting an IKE daemon from the rc system at an appropriate | bms | 2003-11-28 | 1 | -0/+18 |
* | Change a bogus -n parameter to echo(1). | mux | 2003-11-03 | 1 | -1/+1 |
* | install address selection policy into kernel when there is | ume | 2003-10-30 | 2 | -1/+34 |
* | * Remove the OS specific bits, since NetBSD isn't interested in | dougb | 2003-10-13 | 1 | -21/+13 |
* | Remove trailing whitespace | dougb | 2003-10-13 | 5 | -9/+9 |
* | Update references to rc.diskless[12] | dougb | 2003-10-13 | 5 | -6/+6 |
* | Bump default /etc size from 2MB to 5MB to deal with bloat^Wgrowth in | kris | 2003-10-12 | 1 | -4/+3 |
* | Fix typo. | phk | 2003-10-03 | 4 | -4/+4 |
* | More checking if kenv actually know something. | phk | 2003-10-03 | 4 | -8/+16 |
* | In case we have no /etc/resolv.conf, don't try to make it out of | phk | 2003-10-03 | 4 | -4/+4 |
* | Fix bogon in ipfilter_resync() introduced in my last commit. | mux | 2003-10-03 | 1 | -1/+3 |
* | A number of fixes/enhancements for the ipfilter rc script: | mux | 2003-09-27 | 1 | -15/+22 |