aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Actually use the fini callback.Jeff Roberson2002-07-031-0/+1
* I didn't pay enough attention when copy/pasting disclaimers.Maxime Henrion2002-07-021-2/+2
* Move every code related to mount(2) in a new file, vfs_mount.c.Maxime Henrion2002-07-027-2629/+1214
* check in the version if this that compiles, not the one that doesn'tJulian Elischer2002-07-021-1/+1
* Make some more debugging code go away when debugging is not turned on.Julian Elischer2002-07-021-1/+4
* Check retifma for NULL before using it.Jonathan Mini2002-07-021-1/+2
* When going back to SLEEP state, make sure ourJulian Elischer2002-07-021-0/+1
* Fix failure to correctly transition back to sleep mode.Julian Elischer2002-07-021-0/+4
* Make interrupt driven EC transaction optional.Takanori Watanabe2002-07-021-0/+2
* #include <sys/ktrace.h> would be useful too. (for ktrace_mtx)Peter Wemm2002-07-011-0/+3
* The jail syscall calls chroot, which is not mpsafe, so put back aIan Dowse2002-07-011-0/+2
* Add #include "opt_ktrace.h"Peter Wemm2002-07-011-0/+2
* Use indirect function pointer hooks instead of #ifdef SOFTUPDATESIan Dowse2002-07-015-14/+21
* - Use (OFF_TO_IDX(off) - pi) instead of (OFF_TO_IDX(off - IDX_TO_OFF(pi))).Robert Drehmel2002-07-011-5/+7
* Remove trailing whitespaceBrian Somers2002-07-0110-142/+142
* Add the ffs bits necessary to support unloading of the ufs kernelIan Dowse2002-07-014-2/+38
* - In thread_userret(), remove the Giant locking and unlocking around theAndrew R. Reiter2002-07-012-4/+0
* o Remove some long dead code: from revision 1.41 of vm/vm_pager.cAlan Cox2002-07-012-22/+0
* Fix a build problem for the ACPI CA 20020404 import.Mitsuru IWASAKI2002-06-301-1/+2
* IF_HANDOFF is no longer in -stableWarner Losh2002-06-301-12/+0
* Fix if_timer logic so that there is always a timeout pending if thereLuigi Rizzo2002-06-301-2/+4