summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert mca (microchannel bus support) from something that we countpeter2001-01-293-13/+13
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.peter2001-01-292-8/+6
* Clear intr_nesting_level when an interrupt thread has no morejake2001-01-282-0/+2
* Newbusify ar(4).jhay2001-01-242-177/+342
* Remove the Xforward_irq IPI.jhb2001-01-241-4/+0
* - Remove all the #if 0'd code that used to implement IRQ forwarding.jhb2001-01-241-85/+0
* Use selrecord() instead of doing the work ourselves.jhb2001-01-242-15/+3
* Make the device name in an isa_device a const char * instead of a char *jhb2001-01-241-1/+1
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-216-11/+24
* Remove APIC_INTR_DIAGNOSTIC - this has been disabled for some time now.peter2001-01-211-70/+0
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexjasone2001-01-211-1/+1
OpenPOWER on IntegriCloud