Fix a bug in the last commit. 4.x improperly tries to add the children
[dragonfly.git] / sys / conf /
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-19 Joerg SonnenbergerAdd PCCARD match routines sio and the disk drivers.
2004-02-19 Joerg SonnenbergerRemove duplicate line for if_ray
2004-02-18 David Rhodus* Remove ufs_disksubr.c from kernel build files.
2004-02-17 Matthew DillonIntroduce an MI cpu synchronization API, redo the SMP...
2004-02-16 Matthew DillonUndo part of the last commit. Part of a different...
2004-02-16 Matthew DillonRemove duplicate declarations for -fno-common
2004-02-16 Matthew DillonCompile the kernel with -fno-common to guarentee that...
2004-02-15 Matthew DillonSplit the IPIQ messaging out of lwkt_thread.c and move...
2004-02-14 Matthew DillonMove <machine/in_cksum.h> to <sys/in_cksum.h>. This...
2004-02-14 Matthew DillonRewrite the IP checksum code. Get rid of all the inlin...
2004-02-13 Joerg SonnenbergerSync if_ed with FreeBSD current
2004-02-10 Joerg SonnenbergerInitial backport of NEWCARD from FreeBSD 5.
2004-02-09 Matthew DillonSplit the lwkt_token code out of lwkt_thread.c. Give...
2004-02-04 Robert GarrettDisable -fformat-extensions temporarily
2004-02-02 Matthew DillonAMD64 infrastructure stage 1/99. This is just a prelim...
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-30 David Rhodus* Add kern_systimer.c to the kernel build process.
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-20 Matthew DillonResident executable support stage 1/4: Add kernel bits...
2004-01-18 Matthew DillonCAPS IPC library stage 1/3: The core CAPS IPC code...
2004-01-15 Joerg SonnenbergerAdd pcib_if.m
2004-01-15 David Rhodus* Add in support for the IBM ServeRAID controller.
2004-01-11 Joerg SonnenbergerSplit off the PCCARD specific driver parts of fd and...
2004-01-09 David Rhodus* Remove the HTT option from the kernel as we...
2004-01-07 Joerg SonnenbergerMove the FreeBSD 2.2 and 3.x PCI compatibility code...
2004-01-06 Matthew DillonImport the libkern/fnmatch code from FreeBSD-5.
2003-12-30 Matthew DillonBring in the entire FreeBSD-5 USB infrastructure. ...
2003-12-20 Matthew DillonUSER_LDT is now required by a number of packages as...
2003-12-10 Jeffrey HsuPull the sf_buf routines and structures out into its...
2003-12-10 Matthew DillonAdd -fstack-protector support for the kernel.
2003-12-10 Matthew DillonAdd strlcpy and strlcat to libkern
2003-12-07 Matthew DillonPCI compat cleanup, part 1. This brings in the LNC...
2003-12-02 Jeroen Ruigrok/asmodaiAdd PFIL_HOOKS functionality. This allows us to plug...
2003-11-30 Matthew DillonAdd the MPIPE subsystem. This subsystem is used for...
2003-11-22 Jeroen Ruigrok/asmodaiRemove the archaic wd(4) driver and its dependencies.
2003-11-21 Matthew DillonImplement an upcall mechanism to support userland LWKT...
2003-11-19 Matthew DillonChange the system name from 'FreeBSD' to 'DragonFly...
2003-11-17 Jeroen Ruigrok/asmodaiFactor out the object system from new-bus so that it...
2003-11-16 Matthew DillonFix a missing backslashed in the 1.9 commit.
2003-11-16 Jeroen Ruigrok/asmodaiRework the logic in the kernel config files.
2003-11-15 Matthew DillonMisc cleanups to take care of GCC3.x warnings. Missing...
2003-11-15 Matthew DillonMove bsd.kern.mk from /usr/src/share/mk to /usr/src...
2003-11-14 David P. Reese, Jr.Split mmap().
2003-11-14 David P. Reese, Jr.Move ogethostname(), osethostname(), ogethostid(),...
2003-11-10 Matthew DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
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: