summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* The per-cpu temporary buffers are not needed since the pcb_save areas havetegge2001-07-171-14/+5
* Use PCPU_GET(cpuid) instead of curproc->p_oncpu.tegge2001-07-161-9/+9
* Fix another missed pcb_savefpu reference (inside NPX_DEBUG)peter2001-07-121-2/+2
* Activate SSE/SIMD. This is the extra context switching support thatpeter2001-07-121-11/+82
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-7/+5
* Move wl driver to dev/wl. Repo copied to dev/wl, the old copiesimp2001-07-022-2781/+0
* Repo copy i82586.h to dev/ic/i82586.h.imp2001-07-021-332/+0
* Repo copy i8237.h to dev/ic so we can get rid of some of the final vestigesimp2001-06-303-14/+2
* Remove file that hasn't been used since ze/zp.imp2001-06-291-191/+0
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-292-4/+4
* Don't assume that resource type is ioport and rid equal 0.nyan2001-06-171-5/+6
* Fix warnings:peter2001-06-151-48/+48
* Fix warnings:peter2001-06-151-3/+3
* Removed unused files.nyan2001-06-142-319/+0
* Correct typo.nyan2001-06-142-5/+5
* Moved the wd33c93 specific file to sys/dev/ic.nyan2001-06-142-158/+1
* Hints overhaul:peter2001-06-121-1/+7
* Move the files from i386/isa/ic/ to dev/ic/.nyan2001-06-104-366/+0
* PR: i386/26347hm2001-06-051-2/+3
* Clean up the code exporting interrupt statistics via sysctl a bit:tmm2001-06-014-4/+2
* lock vm while playing with pmapalfred2001-05-231-0/+9
* Convert npx interrupts into traps instead of vice versa. This is muchbde2001-05-221-75/+81
* Throw away the complications in npxsave() and their infrastructure.bde2001-05-201-53/+23
* Use a critical region to protect almost everything in npxinit().bde2001-05-201-0/+6
* - Axe the IMEN_BITS and APIC_IMEN_BITS constants.jhb2001-05-171-4/+3
* "Sir, the deorbit burn completed succesfully."jhb2001-05-152-69/+0
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-156-7/+0
* Move the definition of HWI_MASK to the i386/isa/icu.h header right next tojhb2001-05-151-0/+2
* - Use ICU_LEN rather than NHWI for the size of the array of ithreads.jhb2001-05-151-2/+1
* Fixed panics in npx exception handling. When using IRQ13 exceptionbde2001-05-021-7/+18
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-016-28/+38
* Add in a missing call to forward_hardclock() in the SMP case.jhb2001-04-281-0/+3
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-273-116/+60
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-241-8/+22
* People are still having problems with i586_* on UP machines and SMPjhb2001-04-131-1/+1
* Remove the BETTER_CLOCK #ifdef's. The code is on by default and is herejhb2001-04-102-9/+0
* Typo fix. s/criticale_t/critical_t/peter2001-03-281-1/+1
* Catch up to header include changes:jhb2001-03-281-3/+1
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-282-115/+91
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-2622-27/+1
* Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames andtmm2001-03-234-6/+6
* Show the bzero() bandwidth in kBps instead of Bps; use u_int32_t insteaddes2001-03-191-3/+3
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-073-6/+26
* Don't enable interrupts before calling sched_ithd for threaded interrupts.jhb2001-03-053-3/+0
* In ascpoll, return revents, not 0.jlemon2001-03-011-1/+1
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-257-97/+97
* Remove undefined and unreferenced doreti_syscall_ret globl. While I'mjhb2001-02-231-3/+1
* - Change ast() to take a pointer to a trapframe like other architectures.jhb2001-02-221-0/+2
* - Add a new ithread_schedule() function to do the bulk of the work ofjhb2001-02-201-52/+7
* Removed all traces of T_ASTFLT (except for gaps where it was). It becamebde2001-02-191-1/+0
OpenPOWER on IntegriCloud