]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
This commit was generated by cvs2svn to compensate for changes in r71756,
[FreeBSD/FreeBSD.git] / sys / i386 /
2001-01-28 asmodaiThis commit was generated by cvs2svn to compensate...
2001-01-28 phkRemove an outdated DEVFS non-description.
2001-01-28 jakeClear intr_nesting_level when an interrupt thread has...
2001-01-28 bmilekicMove the setting of curproc to idleproc up earlier...
2001-01-28 teggeDefer assignment of low level interrupt handlers for...
2001-01-27 phkTurn DEVFS on by default.
2001-01-27 jhbBack out proc locking to protect p_ucred for obtaining...
2001-01-26 hmAdd experimental support for Eicon.Diehl DIVA 2.0 and...
2001-01-26 hmAdd experimental support for Eicon.Diehl DIVA 2.0 and...
2001-01-26 jakePush Giant down into the trap handlers that need it...
2001-01-25 jhbWhitespace fix: convert code indented 6 spaces to use...
2001-01-25 cokaneAdd some description and clarification as to the use...
2001-01-25 peterDisable cy - it is now completely broken and needs...
2001-01-24 jhb- Change fork_exit() to take a pointer to a trapframe...
2001-01-24 jhayNewbusify ar(4).
2001-01-24 jasoneConvert all simplelocks to mutexes and remove the simpl...
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 jhbRemove unused locks: cpl, fast_intr, intr, mpintr.
2001-01-24 jhb- Proc locking.
2001-01-24 jhb- Remove Xforward_irq, cpl_lock, and fast_intr_lock.
2001-01-24 jhbSetup the return values for a child process in the...
2001-01-24 jhb- Kill the have_giant parameter to userret() along...
2001-01-24 jhb- Proc locking.
2001-01-24 jhb- Relocate portions of this file to get it into an...
2001-01-24 jhb- Proc locking.
2001-01-24 jhbCall fork_exit() now instead of futzing around in assem...
2001-01-24 jhbProc locking.
2001-01-24 jhb- Proc locking.
2001-01-24 jhb- Proc locking.
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-24 jhbUse queue macros.
2001-01-23 jhbProc locking.
2001-01-23 jhb- Use 'p' instead of 'curproc' for the namei lookup...
2001-01-21 jasoneMove most of sys/mutex.h into kern/kern_mutex.c, thereb...
2001-01-21 desFirst step towards an MP-safe zone allocator:
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-21 peterRemove the MAYBE_PANIC and GUARD_CPU macros - unused.
2001-01-21 jakeRemove the per-cpu pages used for copy and zero-ing...
2001-01-21 jakeImplement optimized PCPU accessors. These are necessar...
2001-01-20 asmodaiDocument some more options.
2001-01-20 jakeRename the ASSYM MTX_RECURSE to MTX_RECURSECNT in order...
2001-01-20 jakeSimplify the i386 asm MTX_{ENTER,EXIT} macros to just...
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 peterSync with GENERIC - drop I386_CPU
2001-01-19 peterConvert apm from a bogus 'count' into a plain option...
2001-01-19 peterZap unused #include "apm.h"
2001-01-19 peterUse #ifdef DEV_NPX from opt_npx.h instead of #if NNPX...
2001-01-19 peterEEK! vm86bios.s has got #if NNPX > 0 code without...
2001-01-19 peterAt great personal risk to my sanity, turn off COMPAT_OL...
2001-01-19 peterAdd missing twe (3ware) and ahb (adaptec 174x) devices (!)
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 #defines for the old lock function names and...
2001-01-19 peterRemove reference to splz_unpend - it is long gone.
2001-01-19 peterCatch a few alternative names for the syscall entry...
2001-01-19 peterapic_itrace_splz[] is unused
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 due to missing prototype.
2001-01-19 peterFix a warning (the prototypes probably shouldn't be...
2001-01-19 bmilekicImplement MTX_RECURSE flag for mtx_init().
2001-01-18 jhbProtect p_stat and p_oncpu with sched_lock in forward_s...
2001-01-17 jhb- Sort of lie and say that %eax is an output only and...
2001-01-17 peterThe stallion.c pci driver is broken. Emit a warning...
2001-01-16 desChange NSWAPDEV to something else than the default...
2001-01-16 phkThese files have been on deathrow for a couple of month...
2001-01-16 peterStop doing runtime checking on i386 cpus for cpu class...
2001-01-16 jhbArgh, disable the micro-ops again. I didn't test these...
2001-01-16 jhb- Use "+a" instead of "=&a" for several constraints...
2001-01-16 jhbFree the intrhand name when free'ing a intrhand.
2001-01-16 jhb- Fix atomic_load_* and atomic_store_* to generate...
2001-01-15 dillonMake NSWAPDEV reasonable so people do not mistakenly...
2001-01-15 peterImplement an optimization for INTREN/INTRDIS that bde...
2001-01-14 desThe Linuxulator needs sysvipc to work.
2001-01-14 markmRemove NOBLOCKRANDOM as a compile-time option. Instead...
2001-01-14 jhbArgh, remove a local customization that snuck in here.
2001-01-14 jhbRemove I386_CPU from GENERIC. Support for the 386...
2001-01-14 jhbRevert the previous revision now that atomic_store_rel_...
2001-01-14 jhbFix the atomic_load_acq() and atomic_store_rel() functi...
2001-01-14 jhbWork around the broken atomic_store_rel_ptr() on the...
2001-01-12 jakeChange return ??? to return -1 in some #if 0'ed code.
2001-01-12 bmilekicRemove declaration of airq variable from outer block...
2001-01-12 jakeRemove unused per-cpu variables inside_intr and ss_eflags.
2001-01-12 bmilekicRemove useless include of sys/mbuf.h (no longer useful...
2001-01-11 hmAdd itjc ISDN hardware driver
2001-01-11 jake- Remove compatibility macros for accessing per-cpu...
2001-01-11 hmAdd infrastructure to support the ISDN itjc hardware...
2001-01-10 jakeUse PCPU_GET, PCPU_PTR and PCPU_SET to access all per...
2001-01-09 wollmanselect() DKI is now in <sys/selinfo.h>.
2001-01-09 peterSend the old if_wl in the old location to the Attic...
2001-01-08 jakeFix a warning. The type of globaldata.gd_prvspace...
2001-01-08 nyanCorrect typo.
2001-01-08 julianPart 2 of the netgraph rewrite.
2001-01-06 jakeImplement accessors for per-cpu variables which don...
next