summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Finish fixing the 5.x FPU code for dealing with signal handlers.peter2002-10-251-0/+1
* - New-bussify the rc(4) device driver.jhb2002-10-233-1738/+0
* Add an identify method that creates a pmtimer0 device if it doesn't alreedyjhb2002-10-221-2/+19
* Use if_printf() instead of printf() to print diagnositic messages in thebrooks2002-10-211-9/+6
* Use if_printf(ifp, "blah") instead ofbrooks2002-10-211-22/+15
* Remove a boatload of '&' which are surplus to the requirements.phk2002-10-202-82/+82
* Hide inline assembly if lint is defined.phk2002-10-201-1/+1
* 1. Fix a comment. Locking _is_ needed (but not done).iwasaki2002-10-171-12/+8
* Be consistent about funtions being static.phk2002-10-166-19/+31
* NB: This commit does *NOT* make GEOM the default in FreeBSDphk2002-10-051-1/+3
* Remove duplicate make_dev() calls.mdodd2002-10-041-4/+0
* newbus & bus_space the mcd(4) driver.mdodd2002-10-042-2057/+0
* Alas, poor matcd, I knew ye well.scottl2002-10-046-3885/+0
* Minor style(9) changes.mdodd2002-10-041-9/+16
* Remove duplicate calls to make_dev().mdodd2002-10-041-4/+0
* Whitespace nit.jhb2002-10-011-1/+1
* If GEOM is in the kernel, take these three out. I have no way ofphk2002-09-303-0/+9
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* use __packed.alfred2002-09-231-1/+1
* Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that therephk2002-09-211-2/+0
* Restore status register A of RTC at resume time.iwasaki2002-09-181-0/+1
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-161-35/+152
* Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions)peter2002-09-071-0/+7
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-252-2/+2
* Ok, somebody please shoot me. The asm I wrote for the ranged IPI shootdownpeter2002-08-231-1/+1
* Add additional range checks for copyout targets.rwatson2002-08-091-1/+3
* Fix more abuse of __FreeBSD__ to detect version.imp2002-07-211-63/+0
* Stop abusing NPCI for code that doesn't even work. Emit a warning.peter2002-07-211-5/+1
* Quick fix for high resolution kernel profiling on i386's. Usebde2002-07-131-0/+4
* Revive backed out pmap related changes from Feb 2002. The highlights are:peter2002-07-122-12/+95
* Bah, move the invltlb counter to C code and hook a debug sysctl onto it.peter2002-07-111-7/+1
* s/NCPU/MAXCPU/ to try and get this to compile.peter2002-07-111-1/+1
* This file has been included en-mass into i386/i386/exception.sjulian2002-07-101-145/+0
* Move the type definition of ointhand2_t from i386/include/types.h tomike2002-07-091-0/+4
* The clock is already allocated as 'fast' - no need to try and intercept apeter2002-07-082-16/+0
* Remove a couple of __P() stragglers.peter2002-06-291-1/+1
* Clock frequencies reported by sysctl should be unsigned values. Discoveredmp2002-06-221-2/+2
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-023-3/+3
* Off-by-128 error in the cuam* device node numbers.rwatson2002-05-201-1/+1
* Bump the rc driver a little bit closer to the 21st century: userwatson2002-05-201-0/+6
* Move a few ancient minor-number definitions for tapedrives to thephk2002-05-142-6/+8
* Fixed checking for VM86 mode in doreti which I broke in rev.1.30. Onlybde2002-05-051-6/+12
* Don't export timecounter structures under debug. with sysctl, theyphk2002-04-302-9/+0
* Tidy up some loose ends.peter2002-04-292-3/+3
* Remove the tc_update() function. Any frequency change to thephk2002-04-261-2/+0
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-092-3/+2
* Move ICU_* defines into icu.h.nyan2002-04-065-48/+32
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-043-4/+4
* Retire the bogus ioctl DIOCGPART in toto.phk2002-04-023-17/+0
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()dillon2002-04-013-6/+6
OpenPOWER on IntegriCloud