aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* It would appear, from preliminary indications, that No Wires NecessaryWarner Losh2002-04-031-2/+0
* Four fixes from NetBSD:Warner Losh2002-04-034-62/+146
* - Axe a stale comment. We haven't allowed the ucred pointer passed toJohn Baldwin2002-04-031-9/+2
* First round at trying to split up NOTES into MI and MD portions.John Baldwin2002-04-034-2987/+16
* Bump __FreeBSD_version to reflect the new tri-state nature of theSheldon Hearn2002-04-031-1/+1
* Add two forgotten vfs_unbusy() calls, in vfs_mount() and vfs_nmount().Maxime Henrion2002-04-032-0/+4
* Dike out a highly insecure UCONSOLE option.Ruslan Ermilov2002-04-0314-23/+14
* Make the kernel dump header endianness invariant by always dumpingMarcel Moolenaar2002-04-036-66/+71
* Fix a long standing 32bit-ism. Don't assume that the size of a chunk ofJake Burkholder2002-04-031-1/+1
* Deal with "#define _XOPEN_SOURCE" in header files (eg: XFree86 4.2.0)Peter Wemm2002-04-031-2/+2
* o GC dumploMarcel Moolenaar2002-04-031-4/+2
* Use a twiddle to show that we're busy dumping. The initial codeMarcel Moolenaar2002-04-032-10/+14
* Actually have ia64dump.c be included in the build. Can't be bad.Marcel Moolenaar2002-04-031-0/+1
* brelse() was improperly clearing B_DELWRI in the B_DELWRI|B_INVAL caseMatthew Dillon2002-04-031-5/+2
* Redo stuff for sparc64- primarily fix bus dma implementation. The endianMatt Jacob2002-04-023-142/+132
* Revert to open hashing. It makes the code simpler, and works farily wellDag-Erling Smørgrav2002-04-022-32/+20
* - Move the MI mutexes sched_lock and Giant from being declared in theJohn Baldwin2002-04-0212-131/+74
* Add support for the PERC3/Di found in the Dell 1650Scott Long2002-04-021-0/+1
* fix comment typo, s/neccisary/necessary/gAlfred Perlstein2002-04-021-2/+2
* Oops, forgot to commit the definition of the mtx_name() macro.Dag-Erling Smørgrav2002-04-021-0/+2
* Spelling police.John Baldwin2002-04-022-2/+2
* Enforce an implicit lock order of sleepable locks before non-sleepableJohn Baldwin2002-04-021-1/+12
* When reading a UFS-style label from a floppy, don't attempt to use aJoerg Wunsch2002-04-022-2/+2
* - Make this compile if INVARIANTS support is not enabled.Andrew R. Reiter2002-04-021-1/+1
* Fix crashes that would happen when more than one 4MB page was used toThomas Moestl2002-04-022-21/+13
* - Add a mutex to lock the global securelevel value.Andrew R. Reiter2002-04-021-1/+9
* Remove the superfluous second argument from the IOTSBSLOT() macro.Thomas Moestl2002-04-022-16/+16
* Lower UPA_MEMSTART to 0x1c000000000. This is required for some largerThomas Moestl2002-04-021-1/+1
* Set mp_maxid so that UMA works with SMP.Thomas Moestl2002-04-021-0/+1
* Do not try to set up the PCI bus B error interrupt on "sabre"s, sinceThomas Moestl2002-04-021-12/+14
* Remove a debugging panic that was triggered when a resource that was outThomas Moestl2002-04-021-5/+2
* Fix leakage of p_pgrp lock.Seigo Tanimura2002-04-022-1/+5
* Do not use semi-fixed TLB slots for the 4M kernel pages any more.Thomas Moestl2002-04-023-25/+24
* 1.) Rename locore.s to locore.S (by repocopy), to be able to removeThomas Moestl2002-04-023-144/+21
* Explicitly document how we implicitly enforce the lock order of sleepJohn Baldwin2002-04-021-0/+5
* Correct the Northbridge test on the new ATA133 VIA'sSøren Schmidt2002-04-022-28/+28
* - Add MTX_SYSINIT and SX_SYSINIT as macro glue for allowing sx and mtxAndrew R. Reiter2002-04-025-0/+60
* Back the last commit out. The network drivers need reworking first. :(Josef Karthauser2002-04-022-3/+27
* Instead of get_cyclecount(9), use nanotime(9) to record acquisition andDag-Erling Smørgrav2002-04-023-39/+57
* MFNetBSD: usbdi.c (1.80), usbdi.h (1.51)Josef Karthauser2002-04-022-27/+3
* MFNetBSD:Josef Karthauser2002-04-021-1/+2
* MFNetBSD: usb_port.h (1.45 partial), usb_subr.c (1.88)Josef Karthauser2002-04-022-7/+3
* MFNetBSD: usb_subr.c (1.87), usbdi.h (1.53)Josef Karthauser2002-04-022-1/+14
* Add get-status to the ATA RAID subsystem.Søren Schmidt2002-04-024-1/+64
* Reduce differences between NetBSD's version and ours.Josef Karthauser2002-04-021-94/+85
* Use ANSI prototypes and declarations.Josef Karthauser2002-04-022-188/+144
* Retire the bogus ioctl DIOCGPART in toto.Poul-Henning Kamp2002-04-0215-127/+3
* Use ANSI prototypes and declarations.Josef Karthauser2002-04-021-156/+123
* Stop using the bogus DIOCGPART ioctl, use DIOCGSECTORSIZE andPoul-Henning Kamp2002-04-022-7/+19
* Use DIOCGSECTORSIZE instead of the bogus DIOCGPART ioctl.Poul-Henning Kamp2002-04-021-6/+8