summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's OK to be pedantic, but long long literals are OK.phk2002-02-101-1/+1
* Remove di_inumber since LFS is long gone.phk2002-02-101-2/+0
* Boot verbosify printing the CIS, since we don't normally need to do that.imp2002-02-092-8/+2
* Make unsupported memory range message bootverbose onlyimp2002-02-091-4/+7
* Recognize VIA C3 Samuel 2.kato2002-02-092-8/+12
* Replace accidentally removed setrunqueue()julian2002-02-091-0/+1
* Use the mtx_owner() macro in one spot in _mtx_lock_sleep() to make thejhb2002-02-092-2/+2
* Fix a bug introduced in r. 1.28: when copy{in,out} would fail for antmm2002-02-081-1/+2
* Apparently during the KSE M2 commit bzero() on the i386 was changed so thatjhb2002-02-082-4/+4
* Don't grab the ICU lock while reading the current pending interrupts andjhb2002-02-085-12/+0
* Turn SMP back on by default in GENERIC on the Alpha.jhb2002-02-082-2/+2
* Turn interrupt thread preemption back on on the alpha.jhb2002-02-081-1/+1
* MFi386: revisions 1.493 and 1.494.nyan2002-02-082-2/+12
* Fix broken Giant locking protocol introduced in rev 1.114. You cannotpeter2002-02-081-0/+1
OpenPOWER on IntegriCloud