aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* The "autoboot" command also has a third (optional) parameter.Ruslan Ermilov2004-10-012-2/+9
* It turns out the ia64 architecture's disc2 overflows if we put theKen Smith2004-09-301-2/+9
* Don't give instructions on how to disable ACPI in the MI section.Ruslan Ermilov2004-09-301-5/+0
* Setting "kernel" to an absolute path is a bad idea becauseRuslan Ermilov2004-09-301-2/+2
* Make -t <tty> optional. If not specified use stdin/stdout.Maksim Yevmenkin2004-09-302-14/+35
* Resurrect dump that broke with the last update.Søren Schmidt2004-09-301-5/+4
* Update descriptions of named-related knobs.Doug Barton2004-09-301-25/+7
* Trade slattach for gpt. With all the tools to create new file systems,Marcel Moolenaar2004-09-301-5/+3
* Bring this file more up to date.Ruslan Ermilov2004-09-301-12/+29
* Retire now useless userconfig_script_*.Ruslan Ermilov2004-09-303-17/+2
* Fix a typo to fix the !DIAGNOSTIC build.John Baldwin2004-09-301-1/+1
* Validate the action pointer to be within the rule size, so that trying toBrian Feldman2004-09-301-0/+5
* The value of $interpret is "OK", in uppercase.Ruslan Ermilov2004-09-301-1/+1
* Fixed the default value of the $prompt variable, document whatRuslan Ermilov2004-09-302-2/+6
* Setting dump device from loader(8) has not been supported since 2002.Ruslan Ermilov2004-09-302-8/+0
* This along with v1.6 of counter.c fixes some timecounter issues onKen Smith2004-09-301-0/+19
* Set the tc_quality field of the struct before calling tc_init(), sinceKen Smith2004-09-301-0/+2
* The default value of "bootfile" has been "kernel" since 2000.Ruslan Ermilov2004-09-301-1/+1
* Mention "help index" in the online help, and provide a help forRuslan Ermilov2004-09-301-1/+8
* Added support for the -D boot option.Ruslan Ermilov2004-09-301-0/+3
* Document boot_cdrom, boot_multicons, and boot_serial.Ruslan Ermilov2004-09-305-9/+51
* Make it possible to rebuild degraded RAID5 plexes. Note that it isLukas Ertl2004-09-306-16/+261
* `?' is not the same as "help index".Ruslan Ermilov2004-09-301-4/+2
* Assign a global unit number for the tty slave devices (init/lock) usingPoul-Henning Kamp2004-09-302-6/+24
* Install namedb stuff to ${DESTDIR}/var/named/etc/namedb insteadDoug Barton2004-09-301-1/+1
* Fixed desctiptions of some options:Ruslan Ermilov2004-09-301-18/+6
* 1. Update the documentation references, and the warning about setting upDoug Barton2004-09-301-2/+14
* Forward declare struct kaioinfo to un-void a pointer in struct proc.Alfred Perlstein2004-09-301-1/+2
* FreeBSD has full support for multiple consoles since 2001.Ruslan Ermilov2004-09-301-7/+1
* Hide all the devices in the chroot dev except for random and null.Doug Barton2004-09-301-0/+3
* o Store timestamp in network byte order.Maxim Konovalov2004-09-301-4/+15
* Add a new API for allocating unit number (-like) resources.Poul-Henning Kamp2004-09-303-0/+606
* Document the Synaptics tunable. While I'm here, also mention thePhilip Paeps2004-09-301-1/+49
* While calling perror() on send() failure was useful for debugging theRobert Watson2004-09-302-3/+2
* Add syscall_timing, a simple timing micro-benchmark for someRobert Watson2004-09-302-0/+195
* Remove extra */Peter Wemm2004-09-301-1/+1
* Add missing locking for secpolicy refcnt manipulations.Sam Leffler2004-09-303-3/+16
* Merge netipsec/key.c:1.17 into KAME pfkey implementation:Robert Watson2004-09-301-5/+0
* Introduce a tunable to disable support for Synaptics touchpads. A number ofPhilip Paeps2004-09-292-2/+22
* We *need* the pic libobjc library for amd64. It is needed for ia64 asPeter Wemm2004-09-291-0/+5
* We seem to have occasions where sending an IPI takes significantlyKen Smith2004-09-291-1/+1
* Disallow negative coordinates and sizes in the syscons CONS_SCRSHOTJacques Vidrine2004-09-291-2/+4
* Report once that the device isn't there, but keep trying. Don'tWarner Losh2004-09-291-21/+14
* The state that separates its scholars from its warriors will have itsWilko Bulte2004-09-291-0/+5
* Prevent the unexpected deallocation of a page table page while performingAlan Cox2004-09-294-41/+84
* Only fall back to probing the floppy drives via hints if there is a failureJohn Baldwin2004-09-291-5/+9
* Fix typeo. Should read ***!***IFQ_DRV_IS_EMPTY.Max Laier2004-09-291-1/+1
* When opening a pipe, usbd_setup_pipe() will do a usbd_clear_endpoint_stall()Bill Paul2004-09-291-3/+8
* Reflect the fact addr2ascii(3) and ascii2addr(3) need sys/socket.hMaxim Konovalov2004-09-291-0/+1
* Account for alias devices when tearing them down in destroy_dev() so weBrian Feldman2004-09-291-3/+3