]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386/isa
- Add a new ithread_schedule() function to do the bulk of the work of
[FreeBSD/FreeBSD.git] / sys / i386 / isa /
2001-02-20 jhb- Add a new ithread_schedule() function to do the bulk...
2001-02-19 bdeRemoved all traces of T_ASTFLT (except for gaps where...
2001-02-19 bdeFixed style bugs in clock.c rev.1.164 and cpu.h rev...
2001-02-18 markmAllow the superuser to prefent all interrupt harvesting on
2001-02-18 krisThis commit was generated by cvs2svn to compensate...
2001-02-17 asmodaiThis commit was generated by cvs2svn to compensate...
2001-02-17 obrienThis commit was generated by cvs2svn to compensate...
2001-02-15 jlemonExtend kqueue down to the device layer.
2001-02-13 assarThis commit was generated by cvs2svn to compensate...
2001-02-11 markmRIP <machine/lock.h>.
2001-02-10 jhbRe-enable preemption on interrupts. My last commit...
2001-02-10 jhb- Make astpending and need_resched process attributes...
2001-02-09 jhbRevert the spin mutex for the cy(4) driver.
2001-02-09 jhbCatch up to the new swi API.
2001-02-09 jhb- Use a spin mutex instead of COM_LOCK, since COM_LOCK...
2001-02-09 jhbCatch up to changes to inthand_add().
2001-02-09 jhbUse the MI ithread helper functions in the x86 interrup...
2001-02-09 jhbRemove unused forward_irq counters.
2001-02-09 bmilekicChange and clean the mutex lock interface.
2001-02-06 asmodaiFix typo: compatability -> compatibility.
2001-02-06 phkConvert if_multiaddrs from LIST to TAILQ so that it...
2001-02-04 phkAnother round of the <sys/queue.h> FOREACH transmogriffer.
2001-02-04 darrenrThis commit was generated by cvs2svn to compensate...
2001-02-04 phkMechanical change to use <sys/queue.h> macro API instead of
2001-02-04 phkRemove the LABPC driver.
2001-02-04 phkUse macro API to <sys/queue.h>
2001-02-01 jakeImplement preemptive scheduling of hardware interrupt...
2001-01-31 msmithThis commit was generated by cvs2svn to compensate...
2001-01-30 bdeAdded used include of <sys/mutex.h>. The SMP case...
2001-01-30 jhayThe ar and sr devices have moved to sys/dev/.
2001-01-30 jhayThis include file has found a new home in sys/dev/ic/.
2001-01-30 peterStyle (whitespace) nit.
2001-01-29 peterStop counting sppp interfaces, we were just testing...
2001-01-29 peterConvert mca (microchannel bus support) from something...
2001-01-29 peterSend "#if NISA > 0" to the bit-bucket and replace it...
2001-01-28 asmodaiThis commit was generated by cvs2svn to compensate...
2001-01-28 jakeClear intr_nesting_level when an interrupt thread has...
2001-01-24 jhayNewbusify ar(4).
2001-01-24 jhbRemove the Xforward_irq IPI.
2001-01-24 jhb- Remove all the #if 0'd code that used to implement...
2001-01-24 jhbUse selrecord() instead of doing the work ourselves.
2001-01-24 jhbMake the device name in an isa_device a const char...
2001-01-21 gshapiroThis commit was generated by cvs2svn to compensate...
2001-01-21 jakeMake intr_nesting_level per-process, rather than per...
2001-01-21 peterRemove APIC_INTR_DIAGNOSTIC - this has been disabled...
2001-01-21 jasoneRemove MUTEX_DECLARE() and MTX_COLD. Instead, postpone...
2001-01-20 jake- Make npx_intr INTR_MPSAFE and move acquiring Giant...
2001-01-20 wollmanFinish deprecating <sys/select.h> in favor of <sys...
2001-01-19 peterConvert apm from a bogus 'count' into a plain option...
2001-01-19 jhbAdd in a space that got lost in the previous commit...
2001-01-19 peterEEK! I missed a couple of places with the 24->32 inter...
2001-01-19 peterRemove reference to splz_unpend - it is long gone.
2001-01-19 peterRemove the now-empty ipl_funcs.c file on all platforms.
2001-01-19 peterRemove the static splXXX functions and replace them...
2001-01-19 peterFix a warning (the prototypes probably shouldn't be...
2001-01-19 bmilekicImplement MTX_RECURSE flag for mtx_init().
2001-01-17 peterThe stallion.c pci driver is broken. Emit a warning...
2001-01-16 jhbFree the intrhand name when free'ing a intrhand.
2001-01-15 peterImplement an optimization for INTREN/INTRDIS that bde...
2001-01-10 jakeUse PCPU_GET, PCPU_PTR and PCPU_SET to access all per...
2001-01-09 peterSend the old if_wl in the old location to the Attic...
2001-01-08 julianPart 2 of the netgraph rewrite.
2001-01-06 jakeUse %fs to access per-cpu variables in uni-processor...
2001-01-06 julianRewrite of netgraph to start getting ready for SMP.
2001-01-03 obrienThis commit was generated by cvs2svn to compensate...
2000-12-29 assarThis commit was generated by cvs2svn to compensate...
2000-12-21 msmithThis commit was generated by cvs2svn to compensate...
2000-12-18 jhbAttempt to read and verify the card's status in wi_stop...
2000-12-18 julianDivorce the kernel binary ABI version number from the...
2000-12-15 wpaulApply some contributed patches to reduce number of...
2000-12-15 wpaulNewbus the if_el (3Com 3c501) driver. Use bus_space_X...
2000-12-14 obrienThis commit was generated by cvs2svn to compensate...
2000-12-14 jakeUse _lapic+offset to access the local apic from assembl...
2000-12-13 jakeIntroduce a new potientially cleaner interface for...
2000-12-12 julianAnother mismatch found by Gcc:
2000-12-12 julianReviewed by: Archie@freebsd.org
2000-12-11 nsayerAdd the spic driver, which is a simple first attempt...
2000-12-10 assarThis commit was generated by cvs2svn to compensate...
2000-12-10 assarThis commit was generated by cvs2svn to compensate...
2000-12-10 assarThis commit was generated by cvs2svn to compensate...
2000-12-08 dwmaloneConvert more malloc+bzero to malloc+M_ZERO.
2000-12-08 phkStaticize some malloc M_ instances.
2000-12-08 msmithThis commit was generated by cvs2svn to compensate...
2000-12-06 peterMove io_apic_{read,write} from apic_ipl.s (where they...
2000-12-06 peterGC unused assembler function apic_eoi()
2000-12-05 ruThis commit was generated by cvs2svn to compensate...
2000-12-05 greenThis commit was generated by cvs2svn to compensate...
2000-12-05 jakeRemove the last of the MD netisr code. It is now all...
2000-12-04 peterCleanup some leftover lint from the old interrupt system.
2000-12-03 dwmaloneCheck return value of malloc correctly and use M_ZERO.
2000-12-02 markmNamespace cleanup. Remove some #includes in favour...
2000-12-01 ruThis commit was generated by cvs2svn to compensate...
2000-12-01 msmithThis commit was generated by cvs2svn to compensate...
2000-12-01 jakeChange doreti to take a trapframe instead of an intrframe.
2000-11-30 acheThis commit was generated by cvs2svn to compensate...
2000-11-30 alfredremove unneded sys/ucred.h includes
2000-11-26 obrienThis commit was generated by cvs2svn to compensate...
2000-11-26 obrienThis commit was generated by cvs2svn to compensate...
2000-11-25 obrienThis commit was generated by cvs2svn to compensate...
2000-11-25 jlemonLock down the network interface queues. The queue...
next