aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Introduce the ability to flag a sysctl for operation at secure level 2 or 3Matthew Dillon2003-01-143-5/+17
* Remove bogus locking from dc(4). Instead, move interrupt allocationNate Lawson2003-01-142-84/+68
* Comment correction. NetBSD uses 'readblksize' as the multiplier for theMatthew Dillon2003-01-140-0/+0
* New release notes: dump(8) -C, newsyslog(8) W flag.Bruce A. Mah2003-01-142-0/+24
* MFen: add changes between 1.469->1.470 forgotten in my previous commit.Hiroki Sato2003-01-141-6/+28
* Don't call destroy_dev it a channel has children.Olivier Houchard2003-01-141-1/+1
* Save 4 more bytes by not initializing opts to 0. This moves it fromWarner Losh2003-01-142-2/+2
* o Typo/Grammar fixesMike Makonnen2003-01-143-10/+18
* Add rc_debug knob to rc.conf. The code for it has been in rc.subr forMike Makonnen2003-01-142-0/+82
* Finish merging in rev. 1.124 of rc.network, so that natd can be usedMike Makonnen2003-01-141-2/+2
* Make the base pcib_route_interrupt method available to other pci-pci bridgeBenno Rice2003-01-142-2/+2
* Fix for FreeBSD-4.Hidetoshi Shimokawa2003-01-141-15/+4
* Back out previous; sharing semaphores between processes only worksTim J. Robbins2003-01-142-16/+32
* MFbed: MFen: id attributes for sect1 entities of the release notesUdo Erdelhoff2003-01-1414-55/+55
* - Update vm_pageout_deficit using atomic operations. It's a simpleAlan Cox2003-01-143-7/+7
* Sharing semaphores between processes works now, so remove the stale commentsTim J. Robbins2003-01-142-32/+16
* Cross reference lio_listio(2).Tim J. Robbins2003-01-141-0/+1
* Cross reference sem(4) so users know which kernel options are requiredTim J. Robbins2003-01-1410-10/+20
* Add the newly created semaphore to the named semaphore list in sem_open()Tim J. Robbins2003-01-142-2/+4
* Manual page for sem.ko/options P1003_1B_SEMAPHORES, similar to aio(4).Tim J. Robbins2003-01-142-0/+68
* Including <time.h> before <aio.h> has not been necessary for a while now.Tim J. Robbins2003-01-141-1/+0
* Make vm_pageout_page_free() static.Alan Cox2003-01-142-2/+2
* Note that the Dlink Air 660 is supported.Tom Rhodes2003-01-141-0/+1
* Add an entry for the Dlink Air 660 Wireless PC Card.Tom Rhodes2003-01-141-0/+6
* Add my birthdayChristian Brueffer2003-01-141-0/+1
* Add a mistakenly removed part.Hiroki Sato2003-01-131-0/+3
* Prevent infinite substitution of the empty string by forcing non-Marcel Moolenaar2003-01-131-0/+11
* Since reseting the SCSI busses via the passthrough interface usuallyScott Long2003-01-131-7/+12
* Merge the following from the English version:Hiroki Sato2003-01-131-252/+311
* It is possible for an active aio to prevent shared memory from beingMatthew Dillon2003-01-137-27/+32
* Apply bandaid to bring svr4_sys_waitsys() in line with exit1(). ThisMatthew Dillon2003-01-131-1/+4
* Even if the permissions deny it, a process should be allowed toPoul-Henning Kamp2003-01-131-2/+13
* If you don't create a /usr filesystem, / will need 200MB.Jun Kuriyama2003-01-132-2/+2
* We can get past here on a normal vnode as well, so use VOP_STRATEGY if so.Poul-Henning Kamp2003-01-131-1/+4
* Fix interactive booting:Warner Losh2003-01-132-4/+8
* OK Ok, so I didn't check the NO_GEOM case for the final version...Poul-Henning Kamp2003-01-131-3/+3
* List the Davicom 9009 as supported.Tom Rhodes2003-01-132-2/+2
* really, this time for sure. Fix formatting in usage().Matthew Dillon2003-01-131-2/+2
* Grr. I keep forgetting things. Include -C in dump's usage() .Matthew Dillon2003-01-131-1/+1
* Add support for obsolete option form for -CMatthew Dillon2003-01-131-0/+1
* Add a caching option to dump. Use -C. Note that NetBSD has a caching optionMatthew Dillon2003-01-136-6/+175
* Mention the oddities and requirements for mount operations executed byJoerg Wunsch2003-01-132-3/+20
* MFR500: Updates for GCC version number, update 4.8-RELEASE scheduledBruce A. Mah2003-01-131-13/+7
* Add the /boot prefix. I forgot this when updating the location.Tom Rhodes2003-01-131-2/+2
* Add Realtek ALC650 id.Orion Hodson2003-01-131-0/+1
* Add nForce2 device id.Orion Hodson2003-01-131-0/+4
* Enable the new h0h0magic code which on GEOM kernels make the md(4)Poul-Henning Kamp2003-01-131-3/+0
* Update the kernel location in FILES.Tom Rhodes2003-01-131-2/+2
* Minimal fix for DV part.Hidetoshi Shimokawa2003-01-134-32/+84
* Merge big endian and little endian case.Hidetoshi Shimokawa2003-01-131-35/+42