Add prototypes for __cmpdi2() and __ucmpdi2(), get rid of compiler warnings.
[dragonfly.git] / sys / conf /
2003-11-08 Matthew DillonNetwork threading stage 1/3: netisrs are already softwa...
2003-11-05 Matthew DillonVariant symlink support stage 1/2: Implement support...
2003-11-04 Matthew Dillonadd cmpdi2 and ucmpdi2 to conf/files to fix LINT build.
2003-11-03 David P. Reese, Jr.Split wait4(), setrlimit(), getrlimit(), statfs(),...
2003-10-31 Jeroen Ruigrok/asmodaiAdd nForce AGP support, taken from FreeBSD with some...
2003-10-25 Matthew DillonAdd a DEBUG_INTERRUPTS option for debugging unexpected...
2003-10-24 Matthew DillonThis is FreeBSD 5.x's code to dump the kernel's identif...
2003-10-24 David P. Reese, Jr.Remove the FreeBSD 3.x signal code. This includes...
2003-10-21 David P. Reese, Jr.Create the kern_fstat() and kern_ftruncate() in-kernel...
2003-10-19 Matthew DillonEntirely remove the old kernel malloc and kmem_map...
2003-10-15 Hiten PandyaSecond contigmalloc() cleanup:
2003-10-13 Matthew DillonAugment falloc() to support thread-only file pointers...
2003-10-01 Matthew DillonMove the pst device from dev/misc to dev/raid.
2003-09-26 Matthew DillonRemove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel...
2003-09-24 David Rhodus Looks like we can't have comments on the same
2003-09-24 David Rhodus* Intel ACPI 20030228 distribution with local DragonFl...
2003-09-15 Jeffrey HsuCentralize if queue handling.
2003-09-12 David P. Reese, Jr.Create an emulation/43bsd directory and move the recent...
2003-09-06 David RhodusInital cleanup work to make NETNS compile again
2003-09-05 Jeffrey HsuIntroduce the DDB_TRACE kernel config option to automat...
2003-08-27 Matthew DillonSLAB ALLOCATOR Stage 1. This brings in a slab allocato...
2003-08-25 Matthew DillonAdd the NO_KMEM_MAP kernel configuration option. This...
2003-08-24 Jeffrey HsuAdd support for Protocol Independent Multicast.
2003-08-16 Matthew DillonMake modules work again part 2 (final): Link the module...
2003-08-15 Matthew DillonMake modules work again part 1: linkup emulation/ and...
2003-08-08 Matthew Dillonkernel tree reorganization stage 1a: remove -I- for...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-03 Hiten PandyaMove the backtrace() function from kern_subr.c to ...
2003-08-01 Robert GarrettEnable SSE by default, add nob to turn it off
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
2003-07-20 Matthew DillonThis is the initial implmentation of the LWKT messaging...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
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-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: