Merge from vendor branch GDB:
[dragonfly.git] / sys / platform / pc32 / include /
2004-06-27 Matthew DillonBring in YONETANI Tomokazu's acpi-update-2.patch (27...
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-05-15 Joerg SonnenbergerUpdate bktr(4) to FreeBSD current's version. This most...
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-05-07 Joerg SonnenbergerMerge rev 1.10 from FreeBSD:
2004-05-05 Matthew DillonAnother major mmx/xmm/FP commit. This is a combination...
2004-04-30 Matthew DillonCorrect a bug in the last FPU optimized bcopy commit...
2004-04-29 Matthew DillonRewrite the optimized memcpy/bcopy/bzero support subsys...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-03-04 Matthew DillonPartitions>8: Increase the number of supported partitio...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-17 Matthew DillonIntroduce an MI cpu synchronization API, redo the SMP...
2004-02-16 Matthew DillonRemove common declaration for -fno-common
2004-02-14 Matthew DillonRemove old in_cksum.c and in_cksum.h (they were moved...
2004-02-14 Matthew DillonRewrite the IP checksum code. Get rid of all the inlin...
2004-02-13 Joerg SonnenbergerFix wrong conditional from last commit
2004-02-12 Joerg SonnenbergerAdd __DragonFly__
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-13 Joerg SonnenbergerAdd PCIBUS to nexus
2003-12-20 Matthew DillonUSER_LDT is now required by a number of packages as...
2003-12-04 Matthew DillonGeneral cleanups as part of the libcaps userland thread...
2003-11-22 Jeroen Ruigrok/asmodaiProperly spell compatible and compatibility.
2003-11-10 Matthew DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-11-08 Matthew DillonImport a good chunk of the PNP code from FreeBSD-5.x
2003-11-03 Matthew Dillon64 bit address space cleanups which are a prerequisit...
2003-11-03 Matthew DillonAugment the LWKT thread creation APIs to allow a cpu...
2003-10-24 David P. Reese, Jr.Remove the FreeBSD 3.x signal code. This includes...
2003-10-19 Matthew DillonEntirely remove the old kernel malloc and kmem_map...
2003-09-26 Matthew DillonRemove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel...
2003-09-24 David RhodusForgot another one.
2003-08-27 Matthew DillonA significant number of applications need access to...
2003-08-26 Robert Garrettwhat the heck one last one before i go take a nap...
2003-08-25 Matthew DillonAdd the NO_KMEM_MAP kernel configuration option. This...
2003-08-10 Jeroen Ruigrok/asmodaiChange __signed to signed.
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-03 Hiten PandyaDELAY() does not belong in a MD include file, instead...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-13 Matthew DillonFix minor buildworld issues, mainly #include file depen...
2003-07-12 Matthew DillonCollapse gd_astpending and gd_reqpri together into...
2003-07-11 Matthew DillonMP Implmentation 3B/4: Remove Xcpuast and Xforward_irq...
2003-07-10 Matthew DillonMP Implmentation 3/4: MAJOR progress on SMP, full userl...
2003-07-08 Matthew DillonMP Implementation 2/4: Implement a poor-man's IPI messa...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-07-04 Matthew DillonGeneric MP rollup work.
2003-07-04 Matthew DillonDocument hardwired indexes for fields.
2003-07-01 Matthew DillonRemove pre-ELF underscore prefix and asnames macro...
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-28 Matthew Dillonsmp/up collapse stage 2 of 2: cleanup the globaldata...
2003-06-28 Matthew Dillonsmp/up collapse stage 1 of 2: Make UP use the globaldat...
2003-06-27 Matthew Dillongo back to using gd_cpuid instead of gd_cpu.
2003-06-27 Matthew Dillonproc->thread stage 6: kernel threads now create process...
2003-06-23 Matthew Dillonproc->thread stage3: make time accounting threads based...
2003-06-22 Matthew DillonFinish migrating the cpl into the thread structure.
2003-06-21 Matthew DillonAdd kern/lwkt_rwlock.c -- reader/writer locks. Clean...
2003-06-21 Matthew Dillonthread stage 8: add crit_enter(), per-thread cpl handli...
2003-06-20 Matthew Dillonthread stage 7: Implement basic LWKTs, use a straight...
2003-06-19 Matthew Dillonthread stage 6: Move thread stack management from...
2003-06-19 Matthew Dillonthread stage 5: Separate the inline functions out of...
2003-06-19 Matthew DillonAdd missing prototype (fixes warning).
2003-06-18 Matthew Dillonthread stage 4: remove curpcb, use td_pcb reference...
2003-06-18 Matthew Dillonthread stage 2: convert npxproc to npxthread.
2003-06-18 Matthew Dillonthread stage 1: convert curproc to curthread, embed...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: