summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove ifnet.if_mpsafe for now. If this is needed, it won't be neededjhb2001-11-143-11/+1
* o Modify nfslockdans() to accept a thread reference instead of a procrwatson2001-11-143-14/+16
* Oops, when trying the dirhash sequential-access optimisation,iedowse2001-11-141-1/+1
* remove holdfp()dillon2001-11-145-118/+176
* The interrupt nesting level is per-thread not per-CPU on FreeBSD.jhb2001-11-142-2/+0
* Create a mutex pool API for short term leaf mutexes.dillon2001-11-138-74/+162
* Replace use of "0" constraints in inline asm with "+" constraints,keramida2001-11-131-4/+4
* As a followup to the previous fixes to inferior, revert some of thejhb2001-11-131-6/+3
* Add yet another VIA ATA100 southbridge.sos2001-11-132-0/+2
* Fix bogon, free() the right memory type.sos2001-11-131-1/+1
* Better error message when cardtype is not recognizedimp2001-11-131-1/+1
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.ps2001-11-137-8/+8
* Don't enable FP in the kernel. It is not needed when -msoft-float is used.mp2001-11-132-2/+0
* Change constraints to use "+" in inline asm instead of mapping inputkeramida2001-11-122-2/+2
* Remove EOL whitespace.keramida2001-11-121-8/+8
* Make KASSERT's print the values that triggered a panic.keramida2001-11-121-2/+3
* Clean up breakage in inferior() I introduced in 1.92 of kern_proc.c:jhb2001-11-122-9/+10
* Use newer constraints for atomic_cmpset().jhb2001-11-122-22/+18
* Add the ability to distinguish between compile environments thatmike2001-11-121-0/+5
* Use newer constraints for inline assembly for an operand that is both anjhb2001-11-122-42/+42
* Use make_dev_alias() instead of call make_dev() twice.nyan2001-11-121-4/+8
* -msoft-float must always be turned on when compiling the PowerPC kernel.benno2001-11-121-1/+3
* Implement eficlock_set() to set hardware clock.peter2001-11-121-1/+13
* Commit the better version that I had a while ago. This has only onepeter2001-11-121-2/+5
* When curproc is used repeatedly store curproc into a localdillon2001-11-121-3/+4
* o os_boot_rendez is responsible for clearing the IRR bit bymarcel2001-11-124-37/+69
* Invoke trap() for the alt. ITLB and alt. DTLB interrrupts whenmarcel2001-11-122-2/+16
* Use d_thread_t (the new ugly compatibility hack) rather than the oldimp2001-11-121-6/+4
* Remove #if 0'ed code that was replaced by vm_ksubmap_init() and GC'edpeter2001-11-121-126/+0
* Allow users to use the 'nolockd' or -L options with mount_nfs in orderalfred2001-11-123-3/+9
* Sync to 1.17 of pccarddevsimp2001-11-111-1/+2
* Add GENTEK as one of the bogus vendors we need to id cards from the cisimp2001-11-111-0/+1
* turn vn_open() into a wrapper around vn_open_cred() which allowsalfred2001-11-113-17/+15
* Add a bunch of wireless cards for NEWBUS from NetBSD's list. I'mimp2001-11-111-3/+31
* Move kern.post.mk to last line, now that it appears safeimp2001-11-115-10/+10
* Back out last commit, it was accidentalimp2001-11-111-79/+79
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingimp2001-11-119-267/+267
* Sync to 1.16 pccarddevs to get new PCMCIA_ symbolsimp2001-11-114-570/+570
* Move from using PCCARD_ symbols gereated from this file to using PCMCIA_imp2001-11-112-20/+20
* Sync to 1.15 pccarddevsimp2001-11-111-299/+314
* MFNetBSD:imp2001-11-111-147/+154
* MFC after: 0 daysgroudier2001-11-117-8/+8
* Move Intel 82092AA into the list of devices. It appears to be a oneimp2001-11-111-1/+1
* Add Omega 82c094 PCI PCMCIA bridge. It is similar to the CL-PD6729 inimp2001-11-111-3/+3
* It turns out my reasons for using a few d_thread_t's were bogus. Revertimp2001-11-112-14/+16
* Add two minor changes.iwasaki2001-11-112-66/+88
* Apply a local change to ACPICA.iwasaki2001-11-111-1/+9
* fix typo.phk2001-11-111-1/+1
* Introduce the concept of "default" voltage. Have pccard layer use thisimp2001-11-112-56/+83
* Do not assume that a I/O based bridge is a 6729. Intel made a funky chipimp2001-11-111-1/+1
OpenPOWER on IntegriCloud