summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Bump __FreeBSD_version to reflect the new tri-state nature of thesheldonh2002-04-031-1/+1
* Add two forgotten vfs_unbusy() calls, in vfs_mount() and vfs_nmount().mux2002-04-032-0/+4
* Dike out a highly insecure UCONSOLE option.ru2002-04-0314-23/+14
* Make the kernel dump header endianness invariant by always dumpingmarcel2002-04-036-66/+71
* Fix a long standing 32bit-ism. Don't assume that the size of a chunk ofjake2002-04-031-1/+1
* Deal with "#define _XOPEN_SOURCE" in header files (eg: XFree86 4.2.0)peter2002-04-031-2/+2
* o GC dumplomarcel2002-04-031-4/+2
* Use a twiddle to show that we're busy dumping. The initial codemarcel2002-04-032-10/+14
* Actually have ia64dump.c be included in the build. Can't be bad.marcel2002-04-031-0/+1
* brelse() was improperly clearing B_DELWRI in the B_DELWRI|B_INVAL casedillon2002-04-031-5/+2
* Redo stuff for sparc64- primarily fix bus dma implementation. The endianmjacob2002-04-023-142/+132
* Revert to open hashing. It makes the code simpler, and works farily welldes2002-04-022-32/+20
* - Move the MI mutexes sched_lock and Giant from being declared in thejhb2002-04-0212-131/+74
* Add support for the PERC3/Di found in the Dell 1650scottl2002-04-021-0/+1
* fix comment typo, s/neccisary/necessary/galfred2002-04-021-2/+2
* Oops, forgot to commit the definition of the mtx_name() macro.des2002-04-021-0/+2
* Spelling police.jhb2002-04-022-2/+2
* Enforce an implicit lock order of sleepable locks before non-sleepablejhb2002-04-021-1/+12
* When reading a UFS-style label from a floppy, don't attempt to use ajoerg2002-04-022-2/+2
* - Make this compile if INVARIANTS support is not enabled.arr2002-04-021-1/+1
* Fix crashes that would happen when more than one 4MB page was used totmm2002-04-022-21/+13
* - Add a mutex to lock the global securelevel value.arr2002-04-021-1/+9
* Remove the superfluous second argument from the IOTSBSLOT() macro.tmm2002-04-022-16/+16
* Lower UPA_MEMSTART to 0x1c000000000. This is required for some largertmm2002-04-021-1/+1
* Set mp_maxid so that UMA works with SMP.tmm2002-04-021-0/+1
* Do not try to set up the PCI bus B error interrupt on "sabre"s, sincetmm2002-04-021-12/+14
* Remove a debugging panic that was triggered when a resource that was outtmm2002-04-021-5/+2
* Fix leakage of p_pgrp lock.tanimura2002-04-022-1/+5
* Do not use semi-fixed TLB slots for the 4M kernel pages any more.tmm2002-04-023-25/+24
* 1.) Rename locore.s to locore.S (by repocopy), to be able to removetmm2002-04-023-144/+21
* Explicitly document how we implicitly enforce the lock order of sleepjhb2002-04-021-0/+5
* Correct the Northbridge test on the new ATA133 VIA'ssos2002-04-022-28/+28
* - Add MTX_SYSINIT and SX_SYSINIT as macro glue for allowing sx and mtxarr2002-04-025-0/+60
* Back the last commit out. The network drivers need reworking first. :(joe2002-04-022-3/+27
* Instead of get_cyclecount(9), use nanotime(9) to record acquisition anddes2002-04-023-39/+57
* MFNetBSD: usbdi.c (1.80), usbdi.h (1.51)joe2002-04-022-27/+3
* MFNetBSD:joe2002-04-021-1/+2
* MFNetBSD: usb_port.h (1.45 partial), usb_subr.c (1.88)joe2002-04-022-7/+3
* MFNetBSD: usb_subr.c (1.87), usbdi.h (1.53)joe2002-04-022-1/+14
* Add get-status to the ATA RAID subsystem.sos2002-04-024-1/+64
* Reduce differences between NetBSD's version and ours.joe2002-04-021-94/+85
* Use ANSI prototypes and declarations.joe2002-04-022-188/+144
* Retire the bogus ioctl DIOCGPART in toto.phk2002-04-0215-127/+3
* Use ANSI prototypes and declarations.joe2002-04-021-156/+123
* Stop using the bogus DIOCGPART ioctl, use DIOCGSECTORSIZE andphk2002-04-022-7/+19
* Use DIOCGSECTORSIZE instead of the bogus DIOCGPART ioctl.phk2002-04-021-6/+8
* One less user of the bogus DIOCGPART ioctl.phk2002-04-022-24/+32
* Don't compile the dummy dumpsys for ia64.marcel2002-04-021-1/+1
* o Add header version for ia64,marcel2002-04-021-1/+2
* MFNetBSD:joe2002-04-021-2/+6
OpenPOWER on IntegriCloud