summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Be more robust in the probe. We dont want to get into a loop withsos2004-01-302-24/+38
* Mechanical whitespace cleanup.des2004-01-301-41/+41
* Use the official ng_timeout function to trigger sending. This means,harti2004-01-301-22/+14
* Add NEC uPD72873.simokawa2004-01-302-0/+5
* Use device_identify and bus_add_child methods to add a firewiresimokawa2004-01-303-30/+57
* Bump __FreeBSD_version to note the change of default thread librarydeischen2004-01-301-1/+1
* MFi386: revision 1.397 (cosmetic changes)nyan2004-01-301-48/+48
* MFi386: revision 1.1122 (typos and cosmetic changes)nyan2004-01-301-18/+18
* Remove NetBSD'isms (add FreeBSD'isms?), which makes gre(4) working again.sobomax2004-01-302-4/+3
* Take the plunge and make this driver be INTR_FAST. This re-arranges thescottl2004-01-303-61/+55
* 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
OpenPOWER on IntegriCloud