summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* "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
* Fixed style bugs in clock.c rev.1.164 and cpu.h rev.1.52-1.53 -- declarebde2001-02-191-6/+1
* Allow the superuser to prefent all interrupt harvesting onmarkm2001-02-181-1/+1
* Extend kqueue down to the device layer.jlemon2001-02-157-14/+21
* RIP <machine/lock.h>.markm2001-02-114-10/+21
* Re-enable preemption on interrupts. My last commit accidentally revertedjhb2001-02-101-1/+8
* - Make astpending and need_resched process attributes rather than CPUjhb2001-02-102-17/+10
* Revert the spin mutex for the cy(4) driver.jhb2001-02-091-69/+152
* Catch up to the new swi API.jhb2001-02-091-7/+6
* - Use a spin mutex instead of COM_LOCK, since COM_LOCK is going away.jhb2001-02-091-165/+83
* Catch up to changes to inthand_add().jhb2001-02-091-8/+8
* Use the MI ithread helper functions in the x86 interrupt code.jhb2001-02-094-417/+191
* Remove unused forward_irq counters.jhb2001-02-091-9/+0
* Change and clean the mutex lock interface.bmilekic2001-02-096-31/+31
* Fix typo: compatability -> compatibility.asmodai2001-02-063-5/+5
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-062-2/+2
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-043-6/+3
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-045-38/+40
* Remove the LABPC driver.phk2001-02-041-1091/+0
* Use macro API to <sys/queue.h>phk2001-02-041-1/+1
* Implement preemptive scheduling of hardware interrupt threads.jake2001-02-012-2/+11
* Added used include of <sys/mutex.h>. The SMP case was broken bybde2001-01-301-0/+1
* The ar and sr devices have moved to sys/dev/.jhay2001-01-306-6337/+0
* This include file has found a new home in sys/dev/ic/.jhay2001-01-301-372/+0
* Style (whitespace) nit.peter2001-01-301-4/+4
* Stop counting sppp interfaces, we were just testing its presence to givepeter2001-01-292-14/+0
OpenPOWER on IntegriCloud