summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* o Lock accesses to the free queue(s) in vm_page_zero_idle().alc2002-07-071-0/+4
* Make NEWCARD the default pccard/cardbus system.imp2002-07-072-4/+10
* Make building with ficl work. Unfortunately booting with it doesn't.jake2002-07-072-5/+10
* Build ficl on sparc64 fwiw. It doesn't work.jake2002-07-071-2/+0
* One #include <sys/lock.h> is enough.mux2002-07-072-2/+0
* - Use 'options DEBUG_VFS_LOCKS' instead of the DEBUG_ALL_VFS_LOCKSjeff2002-07-071-5/+7
* - Don't hold the vn lock while calling VOP_CLOSE in vclean().jeff2002-07-071-6/+10
* o Traverse the object's memq rather than repeatedly calling vm_page_lookup()alc2002-07-071-5/+2
* - BUF_REFCNT() seems to be the preferred method for verifying a locked buf.jeff2002-07-071-3/+9
* Add two asserts that prove & document getblk and geteblk's behavior ofjeff2002-07-071-0/+2
* - Hold a lock on the vnode acquired from the file table across the call tojeff2002-07-061-3/+14
* Fix a mistake in my last commit. Don't grab an extra reference to the objectjeff2002-07-062-4/+1
* Cleanup after my de-__P (remove leading whitespace before prototype args).alfred2002-07-061-72/+101
* Cleanup after my de-__P (remove leading whitespace before prototype args).alfred2002-07-061-84/+120
* Fix wrong use of ACPI_NO_UNIT_LIMIT which is for as_maxunits, not as_units.iwasaki2002-07-061-2/+2
* Fixup uses of GETVOBJECT.jeff2002-07-063-15/+17
* make this repect ps_sigintr if there is a pre-existing signaljulian2002-07-061-1/+0
* Clean up execve locking:jeff2002-07-064-5/+23
* - Disable original vop_strategy lock specification.jeff2002-07-061-1/+2
* - Add vop_strategy_pre to validate VOP_STRATEGY locking.jeff2002-07-062-0/+17
* Use the new #! directive for vop_rename. Leave the old lock specificationjeff2002-07-061-4/+5
* Add "vop_rename_pre" to do pre rename lock verification. This is enabled onlyjeff2002-07-062-1/+22
* Add a new configuration directive that inserts calls to debugging functionsjeff2002-07-061-1/+28
* Make space for compilations.obrien2002-07-061-0/+1
* Fix at least one of the things wrong with signalsjulian2002-07-061-6/+9
* Remove the advertising clause from the Duke BSD copyright on thegallatin2002-07-063-12/+3
* Remove bogus vm_page_wakeup() in vm_page_cowfault() that will cause panicsgallatin2002-07-051-1/+0
* Implement the last 2-3 missing instructions for ipfw,luigi2002-07-052-36/+111
* Fix a lock order reversal in uma_zdestroy. The uma_mtx needs to be held acrossjeff2002-07-051-4/+4
* dd %i as an alias for %d for greater compatibility with our *BSD bretherenimp2002-07-051-0/+1
* Add bmtphy.cbenno2002-07-051-0/+1
* regeneratebenno2002-07-051-3/+9
* Add a driver for the Broadcom BCM52xx "mini-theta" PHY. This includes thebenno2002-07-053-0/+483
* Use 3C905C instead of 3c905Cphy as the identifier for the Broadcom PHY usedbenno2002-07-052-3/+3
* o Lock accesses to the free page queues in contigmalloc1().alc2002-07-051-0/+2
* Cleanups for vnode lock debugging.jeff2002-07-051-4/+6
* Remove unnecessary includes.jeff2002-07-052-4/+0
* Include systm.h before vnode.h so Debugger() and printf() are available whenjeff2002-07-051-1/+1
* Back out proc part of last commit. UMA manages the thread cache only, andpeter2002-07-052-16/+44
* Copy from sparc64/pmap.c rev 1.64 (Retrofit changes from i386/pmap.cpeter2002-07-051-23/+9
* Take a shot at implementing changes from i386/pmap.c rev 1.328-1.331.peter2002-07-051-49/+22
* Turn on BPF_ALIGN for all non-i386 platforms, instead of having anpeter2002-07-051-1/+1
* Disable hardware checksum offloading of IP fragments in the bgejdp2002-07-041-1/+1
* o Resurrect vm_page_lock_queues(), vm_page_unlock_queues(), and the freealc2002-07-043-5/+29
* Diff reduction (microoptimization) with another WIP. Move the framepeter2002-07-042-4/+10
* A small cleanup.julian2002-07-041-1/+0
* Don;t call teh thread setup routines from here..julian2002-07-041-1/+0
* Retrofit changes from i386/pmap.c rev 1.328-1.331.peter2002-07-041-43/+31
* Don't free pages we never allocated..julian2002-07-042-14/+4
* Slight restatement of the code and remove some unused variables.julian2002-07-042-22/+16
OpenPOWER on IntegriCloud