aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Cleanup after my de-__P (remove leading whitespace before prototype args).Alfred Perlstein2002-07-061-72/+101
* Cleanup after my de-__P (remove leading whitespace before prototype args).Alfred Perlstein2002-07-061-84/+120
* Fix wrong use of ACPI_NO_UNIT_LIMIT which is for as_maxunits, not as_units.Mitsuru IWASAKI2002-07-061-2/+2
* Fixup uses of GETVOBJECT.Jeff Roberson2002-07-063-15/+17
* make this repect ps_sigintr if there is a pre-existing signalJulian Elischer2002-07-061-1/+0
* Clean up execve locking:Jeff Roberson2002-07-064-5/+23
* - Disable original vop_strategy lock specification.Jeff Roberson2002-07-061-1/+2
* - Add vop_strategy_pre to validate VOP_STRATEGY locking.Jeff Roberson2002-07-062-0/+17
* Use the new #! directive for vop_rename. Leave the old lock specificationJeff Roberson2002-07-061-4/+5
* Add "vop_rename_pre" to do pre rename lock verification. This is enabled onlyJeff Roberson2002-07-062-1/+22
* Add a new configuration directive that inserts calls to debugging functionsJeff Roberson2002-07-061-1/+28
* Make space for compilations.David E. O'Brien2002-07-061-0/+1
* Fix at least one of the things wrong with signalsJulian Elischer2002-07-061-6/+9
* Remove the advertising clause from the Duke BSD copyright on theAndrew Gallatin2002-07-063-12/+3
* Remove bogus vm_page_wakeup() in vm_page_cowfault() that will cause panicsAndrew Gallatin2002-07-051-1/+0
* Implement the last 2-3 missing instructions for ipfw,Luigi Rizzo2002-07-052-36/+111
* Fix a lock order reversal in uma_zdestroy. The uma_mtx needs to be held acrossJeff Roberson2002-07-051-4/+4
* dd %i as an alias for %d for greater compatibility with our *BSD bretherenWarner Losh2002-07-051-0/+1
* Add bmtphy.cBenno Rice2002-07-051-0/+1
* regenerateBenno Rice2002-07-051-3/+9
* Add a driver for the Broadcom BCM52xx "mini-theta" PHY. This includes theBenno Rice2002-07-053-0/+483
* Use 3C905C instead of 3c905Cphy as the identifier for the Broadcom PHY usedBenno Rice2002-07-052-3/+3
* o Lock accesses to the free page queues in contigmalloc1().Alan Cox2002-07-051-0/+2
* Cleanups for vnode lock debugging.Jeff Roberson2002-07-051-4/+6
* Remove unnecessary includes.Jeff Roberson2002-07-052-4/+0
* Include systm.h before vnode.h so Debugger() and printf() are available whenJeff Roberson2002-07-051-1/+1
* Back out proc part of last commit. UMA manages the thread cache only, andPeter Wemm2002-07-052-16/+44
* Copy from sparc64/pmap.c rev 1.64 (Retrofit changes from i386/pmap.cPeter Wemm2002-07-051-23/+9
* Take a shot at implementing changes from i386/pmap.c rev 1.328-1.331.Peter Wemm2002-07-051-49/+22
* Turn on BPF_ALIGN for all non-i386 platforms, instead of having anPeter Wemm2002-07-051-1/+1
* Disable hardware checksum offloading of IP fragments in the bgeJohn Polstra2002-07-041-1/+1
* o Resurrect vm_page_lock_queues(), vm_page_unlock_queues(), and the freeAlan Cox2002-07-043-5/+29
* Diff reduction (microoptimization) with another WIP. Move the framePeter Wemm2002-07-042-4/+10
* A small cleanup.Julian Elischer2002-07-041-1/+0
* Don;t call teh thread setup routines from here..Julian Elischer2002-07-041-1/+0
* Retrofit changes from i386/pmap.c rev 1.328-1.331.Peter Wemm2002-07-041-43/+31
* Don't free pages we never allocated..Julian Elischer2002-07-042-14/+4
* Slight restatement of the code and remove some unused variables.Julian Elischer2002-07-042-22/+16
* Add comments and slightly rearrange the thread stack assignment codeJulian Elischer2002-07-032-18/+38
* Remove vestiges of old code...Julian Elischer2002-07-032-42/+24
* o Make the reservation of KVA space for kernel map entries a functionAlan Cox2002-07-031-1/+2
* Remove trailing whitespaces.Maxim Konovalov2002-07-031-2/+2
* o Strict interface names comparison. The old code assumed "fxp1" == "fxp11".Maxim Konovalov2002-07-031-3/+3
* Move vfs_rootmountalloc() in vfs_mount.c and remove lite2_vfs_mountroot()Maxime Henrion2002-07-032-71/+44
* Try clean up some of the mess that resulted from layers and layersJulian Elischer2002-07-032-59/+32
* Remove an unused argument in vfs_mountroot().Maxime Henrion2002-07-033-3/+3
* Add missing kernal tunables to loader.conf.Jonathan Mini2002-07-031-0/+16
* White space commit.Julian Elischer2002-07-031-10/+10
* Hold the sched lock across call to forward_signal() in tdsignal() toAndrew Gallatin2002-07-031-1/+4
* Add mtx_ prefixes to the fields used for mutex profiling, and fix a bugDag-Erling Smørgrav2002-07-033-25/+27