aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement UMA_MD_SMALL_ALLOC, since the BAT registers allow directPeter Grehan2004-01-294-0/+171
* Re-add debug register support.Peter Wemm2004-01-291-19/+218
* Re-add user_dbreg_trap() for debug register supportPeter Wemm2004-01-292-0/+20
* Take another shot at the invariants calls to __panic. They hadn't beenPeter Wemm2004-01-291-17/+73
* deal with dbregs for fork etcPeter Wemm2004-01-281-17/+25
* Un-stub the hardware debug register stuff.Peter Wemm2004-01-281-33/+3
* Export PCB_DR* symbolsPeter Wemm2004-01-281-5/+7
* We can simplify a lot of things now that we don't have to worry aboutPeter Wemm2004-01-282-43/+9
* Add dbreg struct definitions for /proc/*/dbregs and a place to store thePeter Wemm2004-01-282-3/+23
* Re-add debug register functionsPeter Wemm2004-01-281-2/+129
* MFi386: mp_topology().Peter Wemm2004-01-283-1/+46
* MFi386: add THERMTRIP msr valuesPeter Wemm2004-01-281-0/+3
* Diff reduction with i386Peter Wemm2004-01-281-4/+12
* RegenPeter Wemm2004-01-285-7/+40
* Add getitimer swab stubPeter Wemm2004-01-281-2/+2
* Add a reset sysctl for mutex profiling: zeros all of the mutexRobert Watson2004-01-281-0/+27
* Fix for those lost interrupts on probe on lots of controller types.Søren Schmidt2004-01-281-6/+6
* MFi386: change an outb to a DELAY()Peter Wemm2004-01-281-1/+1
* Move the loadav() callout into its own kthread since it uses allproc_lockJohn Baldwin2004-01-281-12/+31
* Optimize the i386 interrupt entry code to not reload the segment registersJohn Baldwin2004-01-282-40/+34
* Rework witness_lock() to make it slightly more useful and flexible.John Baldwin2004-01-284-108/+214
* Use the biotask functionality in GEOM to put finished requests onSøren Schmidt2004-01-287-32/+36
* Use mtx_assert() rather than using a home-rolled version.John Baldwin2004-01-282-2/+2
* protect access to ifnet structure with mutex.Hajimu UMEMOTO2004-01-281-0/+2
* Bring back the geom_bioqueues, they _are_ a good idea.Poul-Henning Kamp2004-01-282-1/+30
* Change KASSERT() in feed_vchan16() into an explicit test and call toDon Lewis2004-01-288-140/+245
* Add an ACPI_FUNCTION_TRACE() to the newly-added acpi_Startup() routinePeter Pentchev2004-01-281-0/+2
* If not in the debugger or if the user requests it with theNate Lawson2004-01-281-1/+27
* Remove process lock XXX's, fixed in src/sys/sys/proc.h:1.366.Robert Watson2004-01-281-8/+0
* Move the part of the comment which applies to osigsuspend whereAlexander Kabaev2004-01-281-2/+5
* Always build ext2fs module. There is no written policy preventing theDavid E. O'Brien2004-01-281-4/+0
* MFi386: revision 1.33Yoshihiro Takahashi2004-01-282-2/+2
* Enable ndis for AMD64 (for the time that modules are supported)...David E. O'Brien2004-01-281-0/+4
* Add NO_BLUETOOTH knob to the build processMaksim Yevmenkin2004-01-281-0/+2
* Correct the descriptions of the net.inet.{udp,raw}.recvspace sysctls.Ruslan Ermilov2004-01-272-2/+2
* Sync with Oxford Dictionary. Style (add missing full stops) while I'm here.Jens Schweikhardt2004-01-271-5/+5
* Correct the description of the net.graph.recvspace sysctl.Ruslan Ermilov2004-01-271-1/+1
* Sort PFIL_HOOKS.Marcel Moolenaar2004-01-271-1/+1
* Allow the use of a stale p_stops value in STOPEVENT(), grabbingRobert Watson2004-01-271-3/+5
* Cleanup malloc() use in if_attach():Brooks Davis2004-01-271-22/+20
* Fix a reentrancy issue in md5_calc().Dag-Erling Smørgrav2004-01-271-4/+1
* o add missing breakSam Leffler2004-01-271-1/+10
* change SYSINIT starting point to be consistent with other modulesSam Leffler2004-01-272-2/+2
* add spdcachelookup and spdcachemiss to our version of struct ipsecstat soSam Leffler2004-01-271-0/+3
* Rename the kern.vm.kmem.size tunable to the more logical vm.kmem_size. ToDag-Erling Smørgrav2004-01-274-8/+14
* While USB keyboards attach as ukbd[0-9]+, the device node created byDag-Erling Smørgrav2004-01-271-1/+2
* The ataraid device is not needed for pc98.Yoshihiro Takahashi2004-01-271-0/+1
* - Fix for sparc64 to use new __panic() functionKen Smith2004-01-271-2/+4
* Turn uio_resid/uio_offset comments into KASSERTsAndrey A. Chernov2004-01-271-16/+8
* Don't confuse NULL and 0, use 0 where an integer is expected.Hartmut Brandt2004-01-271-2/+2