summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* GRR. MFi386: white space spampeter2004-01-301-49/+49
* Merge some more changes from i386.peter2004-01-304-10/+46
* Consistently capitalize acronyms like POSIX and NIC. Style.schweikh2004-01-291-52/+52
* Fix typos and remove whitespace at EOL.schweikh2004-01-291-20/+20
* Cleanups/cosmetics.sos2004-01-293-9/+8
* Fix pathname so 'make tags' in a kernel build directory looks inkensmith2004-01-291-1/+1
* Add dependency to snd_via8233mr2004-01-291-0/+1
* Fixed breakage of scheduling in rev.1.29 of subr_4bsd.c. Thebde2004-01-291-1/+1
* Fix a bug where we never managed to include the sense data we wanted to send.mjacob2004-01-291-2/+2
* Go back to using AUTHMODE_AUTO if WEP is on. In some cases, the Centrinowpaul2004-01-291-1/+3
* Fix longstanding buglet- for centrally handled CTIO2s we were checking the wrongmjacob2004-01-291-2/+3
* Assert process lock in ptracestop(), since we're going to relyrwatson2004-01-291-0/+1
* When UMA_MD_SMALL_ALLOC is defined, pmap_kextract will be calledgrehan2004-01-293-0/+30
* Implement UMA_MD_SMALL_ALLOC, since the BAT registers allow directgrehan2004-01-294-0/+171
* Re-add debug register support.peter2004-01-291-19/+218
* Re-add user_dbreg_trap() for debug register supportpeter2004-01-292-0/+20
* Take another shot at the invariants calls to __panic. They hadn't beenpeter2004-01-291-17/+73
* deal with dbregs for fork etcpeter2004-01-281-17/+25
* Un-stub the hardware debug register stuff.peter2004-01-281-33/+3
* Export PCB_DR* symbolspeter2004-01-281-5/+7
* We can simplify a lot of things now that we don't have to worry aboutpeter2004-01-282-43/+9
* Add dbreg struct definitions for /proc/*/dbregs and a place to store thepeter2004-01-282-3/+23
* Re-add debug register functionspeter2004-01-281-2/+129
* MFi386: mp_topology().peter2004-01-283-1/+46
* MFi386: add THERMTRIP msr valuespeter2004-01-281-0/+3
* Diff reduction with i386peter2004-01-281-4/+12
* Regenpeter2004-01-285-7/+40
* Add getitimer swab stubpeter2004-01-281-2/+2
* Add a reset sysctl for mutex profiling: zeros all of the mutexrwatson2004-01-281-0/+27
* Fix for those lost interrupts on probe on lots of controller types.sos2004-01-281-6/+6
* MFi386: change an outb to a DELAY()peter2004-01-281-1/+1
* Move the loadav() callout into its own kthread since it uses allproc_lockjhb2004-01-281-12/+31
* Optimize the i386 interrupt entry code to not reload the segment registersjhb2004-01-282-40/+34
* Rework witness_lock() to make it slightly more useful and flexible.jhb2004-01-284-108/+214
* Use the biotask functionality in GEOM to put finished requests onsos2004-01-287-32/+36
* Use mtx_assert() rather than using a home-rolled version.jhb2004-01-282-2/+2
* protect access to ifnet structure with mutex.ume2004-01-281-0/+2
* Bring back the geom_bioqueues, they _are_ a good idea.phk2004-01-282-1/+30
* Change KASSERT() in feed_vchan16() into an explicit test and call totruckman2004-01-288-140/+245
* Add an ACPI_FUNCTION_TRACE() to the newly-added acpi_Startup() routineroam2004-01-281-0/+2
* If not in the debugger or if the user requests it with thenjl2004-01-281-1/+27
* Remove process lock XXX's, fixed in src/sys/sys/proc.h:1.366.rwatson2004-01-281-8/+0
* Move the part of the comment which applies to osigsuspend wherekan2004-01-281-2/+5
* Always build ext2fs module. There is no written policy preventing theobrien2004-01-281-4/+0
* MFi386: revision 1.33nyan2004-01-282-2/+2
* Enable ndis for AMD64 (for the time that modules are supported)...obrien2004-01-281-0/+4
* Add NO_BLUETOOTH knob to the build processemax2004-01-281-0/+2
* Correct the descriptions of the net.inet.{udp,raw}.recvspace sysctls.ru2004-01-272-2/+2
* Sync with Oxford Dictionary. Style (add missing full stops) while I'm here.schweikh2004-01-271-5/+5
* Correct the description of the net.graph.recvspace sysctl.ru2004-01-271-1/+1
OpenPOWER on IntegriCloud