| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use an option form better matching the manual. | obrien | 2006-06-05 | 1 | -1/+1 |
* | Add rc.d/bridge which is invoked when a new interface arrives and can | thompsa | 2006-06-01 | 3 | -1/+97 |
* | Announce all interfaces to devd on attach/detach. This adds a new devctl | thompsa | 2006-06-01 | 1 | -2/+2 |
* | Add jail_<jname>_exec_afterstart<N> rc.conf variable, where <N> is | matteo | 2006-05-30 | 1 | -1/+35 |
* | style(9) | matteo | 2006-05-30 | 1 | -12/+12 |
* | Quote the parameter to sysctl(1), allowing to use whitespaces in | glebius | 2006-05-24 | 1 | -1/+1 |
* | Remove the require_kld function I just committed and replace with a nicer sol... | flz | 2006-05-18 | 2 | -4/+4 |
* | Add two new scripts (mdconfig/mdconfig2) to replace old ramdisk{,-own} | flz | 2006-05-18 | 3 | -1/+422 |
* | Correctly set moused_$2_enable when moused_nondefault_enable is set to NO | matteo | 2006-05-17 | 1 | -2/+1 |
* | Send the pcvt(4) driver off to retirement. | phk | 2006-05-17 | 4 | -248/+1 |
* | Move etc/rc.firewall6 to ipfw2+v6, update related rc.d and periodic scripts. | mlaier | 2006-05-12 | 1 | -3/+3 |
* | - Change the "jail_" prefix for internal script variables. This fixes an | flz | 2006-05-11 | 1 | -93/+93 |
* | if we fail to start a jail and jail_foobar_*fs_enable or jail_foobar_mount_en... | matteo | 2006-05-11 | 1 | -0/+4 |
* | if a jail fails to start, don't add its jid to /var/run and print a message w... | matteo | 2006-05-09 | 1 | -5/+10 |
* | - Fix quoting. | flz | 2006-05-08 | 1 | -2/+2 |
* | - Check for some mandatory variables. | flz | 2006-05-07 | 1 | -0/+11 |
* | Install /etc/nsswitch.conf statically rather than generating it at | ume | 2006-05-03 | 1 | -64/+0 |
* | Update host.conf every time nsswitch.conf changes, instead of just creating | des | 2006-05-01 | 1 | -1/+3 |
* | Oops, services should be compat by default for backward compatibility. | ume | 2006-04-29 | 1 | -1/+1 |
* | Add newly supported databases such as services, protocols and rpc | ume | 2006-04-29 | 1 | -1/+5 |
* | - Extend the nsswitch to support Services, Protocols and Rpc | ume | 2006-04-28 | 3 | -0/+64 |
* | After some discussion we believe that having SERVERS to REQUIRE: | delphij | 2006-04-20 | 1 | -1/+1 |
* | Make ldconfig as SERVER dependency. This makes it possible | delphij | 2006-04-19 | 1 | -1/+1 |
* | - Add new ntpd_config variable so that people can override it in rc.conf. | flz | 2006-04-18 | 1 | -3/+7 |
* | Add ldconfig to the list of requirements for named, needed to use bind | flz | 2006-04-18 | 1 | -1/+1 |
* | Remove an inappropriate comment which is put into generated | ume | 2006-04-12 | 1 | -1/+1 |
* | - Fix rc.d/sshd test on kern.random.sys.seeded. | flz | 2006-04-11 | 1 | -1/+1 |
* | - Fix amd startup when amd is installed from ports. | flz | 2006-04-11 | 1 | -1/+1 |
* | - Set a two read-only variables (${prefix} and ${etcdir}). This is | flz | 2006-04-11 | 1 | -16/+17 |
* | - Add following global jail options, used if no jail-specific options are | flz | 2006-04-08 | 1 | -9/+17 |
* | Remove redundant ike rc.d script, since we do not have an IPsec IKE | simon | 2006-03-28 | 2 | -20/+0 |
* | Add an example of how to set up a 3-wire serial terminal. | ru | 2006-03-23 | 1 | -2/+17 |
* | - Replace awk parts with shell. | flz | 2006-03-20 | 1 | -35/+64 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -1/+3 |
* | This script symlinks /boot/kernel to the directory that contains the kernel | des | 2006-03-17 | 2 | -1/+26 |
* | Reorganize /etc/rc.d/syscons and move all keyboard related settings | emax | 2006-03-16 | 1 | -46/+56 |
* | Fix overriding jail_list from command line. | fjoe | 2006-03-08 | 1 | -1/+3 |
* | Add new 'setkeyboard' method to the /etc/rc.d/syscons. It accepts the | emax | 2006-03-06 | 1 | -3/+20 |
* | Use 'ipfw list' instead of 'ipfw l', since it's deprecated (and warning is | wkoszek | 2006-02-26 | 1 | -1/+1 |
* | Make sure abi (and therefore archdep) start before SERVERS as part of | dougb | 2006-02-19 | 3 | -5/+3 |
* | Check if /sbin/nextboot exists before running it. | ru | 2006-02-17 | 1 | -1/+3 |
* | On ia64, the unaligned_print sysctl is a debugging knob under debug | marcel | 2006-02-13 | 1 | -3/+0 |
* | Since OLDCARD is gone from the kernel, catchup here and remove support | imp | 2006-02-13 | 3 | -73/+2 |
* | Overhaul the named boot script: | dougb | 2006-02-13 | 1 | -21/+46 |
* | Make localpkg print local scripts names when the boot is verbose | matteo | 2006-02-12 | 1 | -0/+3 |
* | pflog is a separate module now. | mlaier | 2006-02-05 | 1 | -3/+3 |
* | - Add a startup script for hostapd. | flz | 2006-02-03 | 2 | -1/+23 |
* | Add auditd rc.d script. | rwatson | 2006-02-02 | 2 | -1/+35 |
* | As a quick fix disable the update of the linux ld.so.cache file, since | netchild | 2006-01-24 | 1 | -1/+1 |
* | The 'reload' command did the same as 'restart' command. | pjd | 2006-01-24 | 1 | -2/+0 |