summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Removed all traces of T_ASTFLT (except for gaps where it was). It becamebde2001-02-193-3/+1
* Changed the aston() family to operate on a specified process instead ofbde2001-02-192-3/+3
* Fixed style bugs in clock.c rev.1.164 and cpu.h rev.1.52-1.53 -- declarebde2001-02-193-16/+3
* Allow the superuser to prefent all interrupt harvesting onmarkm2001-02-181-1/+1
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-181-2/+2
* Fixed disordering in previous commit. "Fixed" a null comment in previousbde2001-02-171-1/+1
* Allow debugging output to be controlled on a per-syscall granularity.jlemon2001-02-163-45/+67
* Re-gen auto generated files.jlemon2001-02-163-11/+22
* Remove dummy stub functions.jlemon2001-02-161-3/+0
* Add mount syscall to linux emulation. Also improve emulation of reboot.jlemon2001-02-162-4/+15
* Extend kqueue down to the device layer.jlemon2001-02-157-14/+21
* Correct 2nd argument of getnameinfo(3) to socklen_t.ume2001-02-151-0/+1
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-123-22/+5
* RIP <machine/lock.h>.markm2001-02-1110-103/+79
* Clear the reschedule flag after finding it set in userret(). Thisjake2001-02-101-0/+1
* 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-1011-83/+47
* Add a macro mtx_intr_enable() to alter a spin lock such that interruptsjhb2001-02-101-0/+1
* 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-092-16/+16
* Use the MI ithread helper functions in the x86 interrupt code.jhb2001-02-096-443/+201
* - Catch up to the new swi API changes:jhb2001-02-091-1/+1
* Move the initailization of the proc lock for proc0 very early into the MDjhb2001-02-091-0/+1
* Woops, remove an obsolete reference to gd_cpu_lockid.jhb2001-02-093-3/+0
* Remove unused forward_irq counters.jhb2001-02-092-18/+0
* Axe gd_cpu_lockid as it is no longer used.jhb2001-02-092-2/+0
* Change and clean the mutex lock interface.bmilekic2001-02-0920-196/+239
* Free the memory we get from devclass_get_devices and device_get_children.msmith2001-02-082-6/+16
* Don't enable interrupts for a kernel breakpoint or trace trap. Otherwise,jhb2001-02-081-6/+7
* When SMPng was first committed, we removed 'cpl' from the interruptjhb2001-02-071-1/+1
* Reflect recently added support for SMC9432FTX cards.semenu2001-02-071-1/+1
* Fix typo: compatability -> compatibility.asmodai2001-02-064-6/+6
* Fix typo: seperate -> separate.asmodai2001-02-063-4/+4
* 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
* Clean up some leftovers from the root mount cleanup that was done somepeter2001-02-044-10/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-045-38/+40
* 'device agp' was missingpeter2001-02-041-0/+4
* Remove the LABPC driver.phk2001-02-043-1098/+0
* Use macro API to <sys/queue.h>phk2001-02-041-1/+1
* This commit represents work mainly submitted by Tor and slightly modifieddillon2001-02-041-0/+1
* Unbreak test coverage of cy driver.bde2001-02-011-7/+7
* Implement preemptive scheduling of hardware interrupt threads.jake2001-02-012-2/+11
* Remove count for NSIO. The only places it was used it were incorrect.peter2001-01-311-8/+0
* Add hpfs and the config glue for it. It was being skipped from testpeter2001-01-311-0/+1
* Zap last remaining references to (and a use use of) of simple_locks.peter2001-01-311-10/+0
* As the default MAXDSIZ and DFLDSIZ is 512MB, bump the example valuestanimura2001-01-311-4/+4
* Added used include of <sys/mutex.h>. The SMP case was broken bybde2001-01-301-0/+1
OpenPOWER on IntegriCloud