aboutsummaryrefslogtreecommitdiff
path: root/etc
Commit message (Expand)AuthorAgeFilesLines
* Back out 1.272. The LAPIC timer conflicts with C2/3 on various systems,Nate Lawson2006-08-051-2/+2
* Forgot to add mountlate to the Makefile.Dag-Erling Smørgrav2006-08-041-1/+1
* Not allowed to use tabs. The rule that proves the rule. Heh.John Birrell2006-08-031-2/+2
* Alphabetical order is probably better.John Birrell2006-08-031-2/+2
* Add the library directory where DTrace library scripts live.John Birrell2006-08-031-0/+2
* Remove remnants of Alpha.Marcel Moolenaar2006-08-022-16/+0
* Add device to access and modify Open Firmware NVRAM settings inMaxim Sobolev2006-08-011-0/+2
* This script should probably have an enabling variable since it can produceStephen McKay2006-07-301-2/+4
* Add /usr/lib/engines for OpenSSL engines.Simon L. B. Nielsen2006-07-291-0/+2
* Back out rev. 1.63. It was a poor idea becauseYaroslav Tykhiy2006-07-261-9/+15
* De-uglify messages from the ipfw script.Yaroslav Tykhiy2006-07-251-4/+2
* Use more rc.subr(8) features.Yaroslav Tykhiy2006-07-251-22/+16
* Avoid extra runs of test(1) by using its built-in logical operations.Yaroslav Tykhiy2006-07-251-15/+9
* Don't load geom_md.ko if there is no need to.Pawel Jakub Dawidek2006-07-252-0/+10
* Sync comments around _doit with the code.Yaroslav Tykhiy2006-07-251-1/+2
* We notify of failures with err or warn.Yaroslav Tykhiy2006-07-251-2/+2
* Add diagnostics to load_kld().Yaroslav Tykhiy2006-07-251-4/+12
* Since Alpha support isn't in HEAD anymore, remove Alpha-specificYaroslav Tykhiy2006-07-212-27/+0
* - Remove hardcoded /etc/ntp.conf configuration file from ntpdate rc.d scriptFlorent Thoumie2006-07-202-2/+4
* Teach mount(8) about a 'late' keyword, which means the file system shouldDag-Erling Smørgrav2006-07-122-0/+38
* Fix spelling in a comment.Stefan Farfeleder2006-07-091-1/+1
* Since INSTALLS_SHLIB has been superseded by USE_LDCONFIG in bsd.port.mk, IFlorent Thoumie2006-06-211-2/+10
* Set an example of using load_kld() from rc.subr.Yaroslav Tykhiy2006-06-211-7/+5
* Quite a number of rc.d scripts try to load kernel modules. ManyYaroslav Tykhiy2006-06-211-0/+39
* o Add missed $start variable in the grep statement back.Maxim Konovalov2006-06-111-1/+1
* Update geli_swap_flags, -e is now used to specify the encryption algorithm.Christian Brueffer2006-06-071-1/+1
* Sync to p4:Tom Rhodes2006-06-061-5/+2
* `flush' is appropriate than `reload'.Hajimu UMEMOTO2006-06-062-4/+4
* Add `reload' which invalidates the cache for every user.Hajimu UMEMOTO2006-06-062-0/+4
* Use an option form better matching the manual.David E. O'Brien2006-06-051-1/+1
* Since NIS is an RPC based service, add a note that when adjusting accessChristian S.J. Peron2006-06-011-0/+1
* Add rc.d/bridge which is invoked when a new interface arrives and canAndrew Thompson2006-06-014-1/+100
* Announce all interfaces to devd on attach/detach. This adds a new devctlAndrew Thompson2006-06-012-10/+12
* Add jail_<jname>_exec_afterstart<N> rc.conf variable, where <N> isMatteo Riondato2006-05-302-1/+38
* style(9)Matteo Riondato2006-05-301-12/+12
* Remove reference to no longer existant /etc/rc.d/pccard.Brooks Davis2006-05-301-1/+0
* Quote the parameter to sysctl(1), allowing to use whitespaces inGleb Smirnoff2006-05-241-1/+1
* Increase the nfs access cache timeout from 2 to 60. The latter is aKris Kennaway2006-05-241-1/+1
* Correct BD_ADDR entry for "Dummy" device in the default hcsecd.conf.Maksim Yevmenkin2006-05-181-1/+1
* Remove the require_kld function I just committed and replace with a nicer sol...Florent Thoumie2006-05-183-33/+4
* Add two new scripts (mdconfig/mdconfig2) to replace old ramdisk{,-own}Florent Thoumie2006-05-184-1/+451
* Correctly set moused_$2_enable when moused_nondefault_enable is set to NOMatteo Riondato2006-05-171-2/+1
* Send the pcvt(4) driver off to retirement.Poul-Henning Kamp2006-05-176-275/+1
* Move etc/rc.firewall6 to ipfw2+v6, update related rc.d and periodic scripts.Max Laier2006-05-126-205/+84
* - Change the "jail_" prefix for internal script variables. This fixes anFlorent Thoumie2006-05-112-94/+98
* if we fail to start a jail and jail_foobar_*fs_enable or jail_foobar_mount_en...Matteo Riondato2006-05-111-0/+4
* Add a /media to FreeBSD. /media is a directory designed to containJoe Marcus Clarke2006-05-101-0/+2
* if a jail fails to start, don't add its jid to /var/run and print a message w...Matteo Riondato2006-05-091-5/+10
* - Fix quoting.Florent Thoumie2006-05-081-2/+2
* - Check for some mandatory variables.Florent Thoumie2006-05-071-0/+11