]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386/isa
Clean up the code exporting interrupt statistics via sysctl a bit:
[FreeBSD/FreeBSD.git] / sys / i386 / isa /
2001-06-01 tmmClean up the code exporting interrupt statistics via...
2001-05-29 msmithThis commit was generated by cvs2svn to compensate...
2001-05-29 msmithThis commit was generated by cvs2svn to compensate...
2001-05-28 gshapiroThis commit was generated by cvs2svn to compensate...
2001-05-28 obrienThis commit was generated by cvs2svn to compensate...
2001-05-23 alfredlock vm while playing with pmap
2001-05-22 bdeConvert npx interrupts into traps instead of vice versa...
2001-05-20 bdeThrow away the complications in npxsave() and their...
2001-05-20 bdeUse a critical region to protect almost everything...
2001-05-20 krisThis commit was generated by cvs2svn to compensate...
2001-05-17 jhb- Axe the IMEN_BITS and APIC_IMEN_BITS constants.
2001-05-17 peterThis commit was generated by cvs2svn to compensate...
2001-05-15 jhb"Sir, the deorbit burn completed succesfully."
2001-05-15 jhbRemove unneeded includes of sys/ipl.h and machine/ipl.h.
2001-05-15 jhbMove the definition of HWI_MASK to the i386/isa/icu...
2001-05-15 jhb- Use ICU_LEN rather than NHWI for the size of the...
2001-05-14 joergThis commit was generated by cvs2svn to compensate...
2001-05-08 assarThis commit was generated by cvs2svn to compensate...
2001-05-04 greenThis commit was generated by cvs2svn to compensate...
2001-05-03 markmThis commit was generated by cvs2svn to compensate...
2001-05-02 bdeFixed panics in npx exception handling. When using...
2001-05-01 markmUndo part of the tangle of having sys/lock.h and sys...
2001-04-28 jhbAdd in a missing call to forward_hardclock() in the...
2001-04-27 jhbOverhaul of the SMP code. Several portions of the...
2001-04-25 obrienThis commit was generated by cvs2svn to compensate...
2001-04-24 jhbChange the pfind() and zpfind() functions to lock the...
2001-04-17 ruThis commit was generated by cvs2svn to compensate...
2001-04-13 jhbPeople are still having problems with i586_* on UP...
2001-04-11 acheThis commit was generated by cvs2svn to compensate...
2001-04-10 jhbRemove the BETTER_CLOCK #ifdef's. The code is on by...
2001-04-06 wollmanThis commit was generated by cvs2svn to compensate...
2001-04-04 fennerThis commit was generated by cvs2svn to compensate...
2001-04-03 fennerThis commit was generated by cvs2svn to compensate...
2001-04-03 fennerThis commit was generated by cvs2svn to compensate...
2001-03-28 peterTypo fix. s/criticale_t/critical_t/
2001-03-28 jhbCatch up to header include changes:
2001-03-28 jhbSwitch from save/disable/restore_intr() to critical_ent...
2001-03-27 sobomaxThis commit was generated by cvs2svn to compensate...
2001-03-26 phkSend the remains (such as I have located) of "block...
2001-03-25 obrienThis commit was generated by cvs2svn to compensate...
2001-03-24 obrienThis commit was generated by cvs2svn to compensate...
2001-03-24 greenThis commit was generated by cvs2svn to compensate...
2001-03-23 tmmExport intrnames and intrcnt as sysctls (hw.nintr,...
2001-03-19 obrienThis commit was generated by cvs2svn to compensate...
2001-03-19 obrienThis commit was generated by cvs2svn to compensate...
2001-03-19 obrienThis commit was generated by cvs2svn to compensate...
2001-03-19 obrienThis commit was generated by cvs2svn to compensate...
2001-03-19 desShow the bzero() bandwidth in kBps instead of Bps;...
2001-03-07 jhbGrab the process lock while calling psignal and before...
2001-03-05 jhbDon't enable interrupts before calling sched_ithd for...
2001-03-05 krisThis commit was generated by cvs2svn to compensate...
2001-03-05 msmithThis commit was generated by cvs2svn to compensate...
2001-03-03 krisThis commit was generated by cvs2svn to compensate...
2001-03-01 jlemonIn ascpoll, return revents, not 0.
2001-02-28 gshapiroThis commit was generated by cvs2svn to compensate...
2001-02-26 krisThis commit was generated by cvs2svn to compensate...
2001-02-25 jakeRemove the leading underscore from all symbols defined...
2001-02-23 jhbRemove undefined and unreferenced doreti_syscall_ret...
2001-02-22 jhb- Change ast() to take a pointer to a trapframe like...
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.
next