summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add comments and slightly rearrange the thread stack assignment codejulian2002-07-032-18/+38
* Remove vestiges of old code...julian2002-07-032-42/+24
* o Make the reservation of KVA space for kernel map entries a functionalc2002-07-031-1/+2
* Remove trailing whitespaces.maxim2002-07-031-2/+2
* o Strict interface names comparison. The old code assumed "fxp1" == "fxp11".maxim2002-07-031-3/+3
* Move vfs_rootmountalloc() in vfs_mount.c and remove lite2_vfs_mountroot()mux2002-07-032-71/+44
* Try clean up some of the mess that resulted from layers and layersjulian2002-07-032-59/+32
* Remove an unused argument in vfs_mountroot().mux2002-07-033-3/+3
* Add missing kernal tunables to loader.conf.mini2002-07-031-0/+16
* White space commit.julian2002-07-031-10/+10
* Hold the sched lock across call to forward_signal() in tdsignal() togallatin2002-07-031-1/+4
* Add mtx_ prefixes to the fields used for mutex profiling, and fix a bugdes2002-07-033-25/+27
* Actually use the fini callback.jeff2002-07-031-0/+1
* I didn't pay enough attention when copy/pasting disclaimers.mux2002-07-021-2/+2
* Move every code related to mount(2) in a new file, vfs_mount.c.mux2002-07-027-2629/+1214
* check in the version if this that compiles, not the one that doesn'tjulian2002-07-021-1/+1
* Make some more debugging code go away when debugging is not turned on.julian2002-07-021-1/+4
* Check retifma for NULL before using it.mini2002-07-021-1/+2
* When going back to SLEEP state, make sure ourjulian2002-07-021-0/+1
* Fix failure to correctly transition back to sleep mode.julian2002-07-021-0/+4
* Make interrupt driven EC transaction optional.takawata2002-07-021-0/+2
* #include <sys/ktrace.h> would be useful too. (for ktrace_mtx)peter2002-07-011-0/+3
* The jail syscall calls chroot, which is not mpsafe, so put back aiedowse2002-07-011-0/+2
* Add #include "opt_ktrace.h"peter2002-07-011-0/+2
* Use indirect function pointer hooks instead of #ifdef SOFTUPDATESiedowse2002-07-015-14/+21
* - Use (OFF_TO_IDX(off) - pi) instead of (OFF_TO_IDX(off - IDX_TO_OFF(pi))).robert2002-07-011-5/+7
* Remove trailing whitespacebrian2002-07-0110-142/+142
* Add the ffs bits necessary to support unloading of the ufs kerneliedowse2002-07-014-2/+38
* - In thread_userret(), remove the Giant locking and unlocking around thearr2002-07-012-4/+0
* o Remove some long dead code: from revision 1.41 of vm/vm_pager.calc2002-07-012-22/+0
* Fix a build problem for the ACPI CA 20020404 import.iwasaki2002-06-301-1/+2
* IF_HANDOFF is no longer in -stableimp2002-06-301-12/+0
* Fix if_timer logic so that there is always a timeout pending if thereluigi2002-06-301-2/+4
* Fix if_timer logic to make sure that there is always a timeoutluigi2002-06-302-10/+8
OpenPOWER on IntegriCloud