* Implement POSIX (XSI)'s header file re_comp.h
[dragonfly.git] / sys / dev / disk /
2003-12-25 Matthew DillonPatch to make the P4S8X run in ATA100 mode. This is...
2003-12-21 Eirik Nygaard * Fix typo: becuase -> because
2003-11-30 Matthew DillonAdd the MPIPE subsystem. This subsystem is used for...
2003-11-26 Jeroen Ruigrok/asmodaiAdd support for the ICH 4 mobile chipset.
2003-11-22 Jeroen Ruigrok/asmodaiRemove the archaic wd(4) driver and its dependencies.
2003-11-20 Matthew DillonAdd a DECLARE_DUMMY_MODULE() so we can get linker_set...
2003-11-15 Matthew DillonMisc cleanups to take care of GCC3.x warnings. Missing...
2003-11-14 Matthew DillonPrep for GCC 3.x kernel compiles, stage 2/2: Remove...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-10-27 Jeroen Ruigrok/asmodaiAllow NVIDIA's nForce 2 chipset to use proper ATA DMA...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-08-27 Robert Garrettremove __P() from this directory
2003-08-26 Robert Garrettwhat the heck one last one before i go take a nap...
2003-08-16 Matthew DillonMake modules work again part 2 (final): Link the module...
2003-08-15 Matthew DillonMake modules work again part 1: hook up 'dev'. Note...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-27 Hiten PandyaConsolidate usage of MIN/MAX().
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-03 Matthew Dillonfix unused variable warning
2003-06-28 Matthew Dillonsmp/up collapse stage 2 of 2: cleanup the globaldata...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-19 Matthew Dillonthread stage 5: Separate the inline functions out of...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: