summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix if_timer logic to make sure that there is always a timeoutluigi2002-06-302-12/+12
* Make sure that if_timer does not get reset if there are packetsluigi2002-06-302-19/+11
* Extend the effect of the sysctl net.inet.tcp.icmp_may_rstjesper2002-06-302-2/+2
* Resolve conflicts arising from the ACPI CA 20020404 import.iwasaki2002-06-3015-263/+324
* This commit was generated by cvs2svn to compensate for changes in r99146,iwasaki2002-06-3064-825/+1394
|\
| * Vendor import of the Intel ACPI CA 200200404 drop.iwasaki2002-06-3074-1083/+1701
* | MFi386: revision 1.521nyan2002-06-302-2/+2
* | This is the start of the FreeBSD/x86_64 kernel.obrien2002-06-303-0/+555
* | This is the start of the FreeBSD/x86_64 kernel.obrien2002-06-303-0/+180
* | Remove one useless variable.luigi2002-06-301-3/+1
* | If the process is a zombie, then you must not try dereference the threadjulian2002-06-301-53/+55
* | This is the start of the FreeBSD/x86_64 kernel.obrien2002-06-301-0/+138
* | Gcc 3.1 varargs support.obrien2002-06-301-0/+47
* | Since printf(3) now supports the `j' conversion specifier, use thatmike2002-06-306-66/+66
* | Partial backout of 1.318, remove error handling added because it may bealfred2002-06-301-15/+3
* | Remove ALT_BREAK_TO_DEBUGGER. This was inconsistent (both in formrwatson2002-06-305-5/+0
OpenPOWER on IntegriCloud