summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The previous commit included a change to fill_kinfo_proc() that resultsalc2002-02-121-1/+1
* When a duplicate SYN arrives which matches an entry in the syncache,jlemon2002-02-121-0/+5
* Don't claim to have routed an interrupt when the method actually returned anmsmith2002-02-122-2/+9
* Enable polling to be configured into kernels on non i386 platforms. Note thatgallatin2002-02-124-6/+4
* MFS: synchronize the code with the version in -stable, specifically:luigi2002-02-113-67/+102
* Remove mbuf exhaustion warning messages; these are handled by thesilby2002-02-115-16/+0
* Remove mbuf exhaustion warning messages; these are handled by thesilby2002-02-111-6/+0
* In a threaded world, differnt priorirites become properties ofjulian2002-02-1121-117/+124
* Add support for the HighPoint HPT374 4 channel ATA chip.sos2002-02-112-2/+30
* Fix some bugs in the ohci driver with respect to irq setup failure.joe2002-02-112-6/+8
* Teach ddb(4) to delete to the beginning of its command line on ^U.yar2002-02-111-0/+5
* Merge from NetBSD: revs 1.89 and 1.90.joe2002-02-111-0/+16
* Fall through from AT_TYPE_DIRECT to AT_TYPE_CDROM.nyan2002-02-111-4/+7
* Allow one to specify the AWK used in the environment(commandline).obrien2002-02-111-1/+1
* Garbage-collect the "LOCORE" version of MPLOCKED.bde2002-02-115-23/+4
* Regenerate.joe2002-02-112-2/+30
* Merge from NetBSD.joe2002-02-112-1/+29
* Quiet a qualifier warning.joe2002-02-111-1/+1
* Merge from NetBSD: revs 1.55 and 1.56joe2002-02-111-0/+9
* Merge from NetBSD: revs 1.12 and 1.21 - 1.23joe2002-02-111-125/+143
* ANSIfy the function declarations, in line with NetBSD.joe2002-02-111-33/+8
* Move the declaration of panic() from sys/param.h back to sys/systm.h.bde2002-02-112-12/+6
* Merge from NetBSD: revs 1.43 + 1.45joe2002-02-111-5/+25
* Silence unused variable warning in the !KLD_MODULE case.dd2002-02-101-0/+2
* GC the unused einval()phk2002-02-102-12/+0
* Style(9) nits.phk2002-02-101-9/+9
* Various nit-picking, mostly of style(9) character.phk2002-02-101-43/+41
* Add a comment indicating that the locking protocol should be updatedrwatson2002-02-101-0/+2
* Add a comment indicating that VOP_GETATTR() is called without appropriaterwatson2002-02-101-0/+2
* Make sure to hold vnode lock when calling into VOP_GETATTR().rwatson2002-02-103-1/+12
* Staticize the malloc definitions.phk2002-02-101-2/+2
* Remove spurious ';'phk2002-02-101-1/+0
* Add a comment indicating that the vnode locking in this section of therwatson2002-02-101-0/+3
* Make sure to grab vnode lock on a vnode before calling VOP_GETATTR()rwatson2002-02-102-10/+18
* Style consistency fix for MAC ioctls added previously.rwatson2002-02-101-1/+1
* Fill in the uhci_dump_ii function (from NetBSD).joe2002-02-101-6/+49
* Add this FreeBSD standard header.obrien2002-02-101-0/+37
* Cosmetic changes:kato2002-02-102-48/+56
* Cosmetic changes.nyan2002-02-102-186/+190
* Add needed include.nyan2002-02-102-0/+6
* - Refine the iskanji1 function.nyan2002-02-102-104/+122
* Fixed mouse cursor on a console.nyan2002-02-102-12/+34
* Remove a stray 'const' that slept into extattr_set_vp(), and couldrwatson2002-02-102-2/+2
* Null interrupt handlers should be OK, so if we don't have a function,imp2002-02-101-6/+1
* Minor style tweaks.rwatson2002-02-101-19/+15
* Copyright + license update.rwatson2002-02-101-1/+10
* Part II: Update system calls for extended attributes. Rebuild ofrwatson2002-02-105-13/+13
* Part I: Update extended attribute API and ABI:rwatson2002-02-1010-200/+171
* o Use bus_generic_setup_intr instead of bus_setup_intr.imp2002-02-101-11/+8
* o Use INTR_TYPE_AV (the highest possible) rather than INTR_TYPE_BIOimp2002-02-101-7/+51
OpenPOWER on IntegriCloud