aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove ifnet.if_mpsafe for now. If this is needed, it won't be neededJohn Baldwin2001-11-143-11/+1
* o Modify nfslockdans() to accept a thread reference instead of a procRobert Watson2001-11-143-14/+16
* Oops, when trying the dirhash sequential-access optimisation,Ian Dowse2001-11-141-1/+1
* remove holdfp()Matthew Dillon2001-11-145-118/+176
* The interrupt nesting level is per-thread not per-CPU on FreeBSD.John Baldwin2001-11-142-2/+0
* Create a mutex pool API for short term leaf mutexes.Matthew Dillon2001-11-138-74/+162
* Replace use of "0" constraints in inline asm with "+" constraints,Giorgos Keramidas2001-11-131-4/+4
* As a followup to the previous fixes to inferior, revert some of theJohn Baldwin2001-11-131-6/+3
* Add yet another VIA ATA100 southbridge.Søren Schmidt2001-11-132-0/+2
* Fix bogon, free() the right memory type.Søren Schmidt2001-11-131-1/+1
* Better error message when cardtype is not recognizedWarner Losh2001-11-131-1/+1
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.Paul Saab2001-11-137-8/+8
* Don't enable FP in the kernel. It is not needed when -msoft-float is used.Mark Peek2001-11-132-2/+0
* Change constraints to use "+" in inline asm instead of mapping inputGiorgos Keramidas2001-11-122-2/+2
* Remove EOL whitespace.Giorgos Keramidas2001-11-121-8/+8
* Make KASSERT's print the values that triggered a panic.Giorgos Keramidas2001-11-121-2/+3
* Clean up breakage in inferior() I introduced in 1.92 of kern_proc.c:John Baldwin2001-11-122-9/+10
* Use newer constraints for atomic_cmpset().John Baldwin2001-11-122-22/+18
* Add the ability to distinguish between compile environments thatMike Barcroft2001-11-121-0/+5
* Use newer constraints for inline assembly for an operand that is both anJohn Baldwin2001-11-122-42/+42
* Use make_dev_alias() instead of call make_dev() twice.Yoshihiro Takahashi2001-11-121-4/+8
* -msoft-float must always be turned on when compiling the PowerPC kernel.Benno Rice2001-11-121-1/+3
* Implement eficlock_set() to set hardware clock.Peter Wemm2001-11-121-1/+13
* Commit the better version that I had a while ago. This has only onePeter Wemm2001-11-121-2/+5
* When curproc is used repeatedly store curproc into a localMatthew Dillon2001-11-121-3/+4
* o os_boot_rendez is responsible for clearing the IRR bit byMarcel Moolenaar2001-11-124-37/+69
* Invoke trap() for the alt. ITLB and alt. DTLB interrrupts whenMarcel Moolenaar2001-11-122-2/+16
* Use d_thread_t (the new ugly compatibility hack) rather than the oldWarner Losh2001-11-121-6/+4
* Remove #if 0'ed code that was replaced by vm_ksubmap_init() and GC'edPeter Wemm2001-11-121-126/+0
* Allow users to use the 'nolockd' or -L options with mount_nfs in orderAlfred Perlstein2001-11-123-3/+9
* Sync to 1.17 of pccarddevsWarner Losh2001-11-111-1/+2
* Add GENTEK as one of the bogus vendors we need to id cards from the cisWarner Losh2001-11-111-0/+1
* turn vn_open() into a wrapper around vn_open_cred() which allowsAlfred Perlstein2001-11-113-17/+15
* Add a bunch of wireless cards for NEWBUS from NetBSD's list. I'mWarner Losh2001-11-111-3/+31
* Move kern.post.mk to last line, now that it appears safeWarner Losh2001-11-115-10/+10
* Back out last commit, it was accidentalWarner Losh2001-11-111-79/+79
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingWarner Losh2001-11-119-267/+267
* Sync to 1.16 pccarddevs to get new PCMCIA_ symbolsWarner Losh2001-11-114-570/+570
* Move from using PCCARD_ symbols gereated from this file to using PCMCIA_Warner Losh2001-11-112-20/+20
* Sync to 1.15 pccarddevsWarner Losh2001-11-111-299/+314
* MFNetBSD:Warner Losh2001-11-111-147/+154
* MFC after: 0 daysGerard Roudier2001-11-117-8/+8
* Move Intel 82092AA into the list of devices. It appears to be a oneWarner Losh2001-11-111-1/+1
* Add Omega 82c094 PCI PCMCIA bridge. It is similar to the CL-PD6729 inWarner Losh2001-11-111-3/+3
* It turns out my reasons for using a few d_thread_t's were bogus. RevertWarner Losh2001-11-112-14/+16
* Add two minor changes.Mitsuru IWASAKI2001-11-112-66/+88
* Apply a local change to ACPICA.Mitsuru IWASAKI2001-11-111-1/+9
* fix typo.Poul-Henning Kamp2001-11-111-1/+1
* Introduce the concept of "default" voltage. Have pccard layer use thisWarner Losh2001-11-112-56/+83
* Do not assume that a I/O based bridge is a 6729. Intel made a funky chipWarner Losh2001-11-111-1/+1