Comment PFIL_HOOKS since it should not be needed in GENERIC.
[dragonfly.git] / sys / dev /
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/asmodaiProperly spell compatible and compatibility.
2003-11-22 Jeroen Ruigrok/asmodaiRemove the archaic wd(4) driver and its dependencies.
2003-11-21 Matthew DillonDo some fairly major include file cleanups to further...
2003-11-20 Matthew DillonAdd a DECLARE_DUMMY_MODULE for snd_cmi to detect kld...
2003-11-20 Matthew DillonAdd a DECLARE_DUMMY_MODULE() so we can get linker_set...
2003-11-17 Jeroen Ruigrok/asmodaiFactor out the object system from new-bus so that it...
2003-11-16 Jeroen Ruigrok/asmodaiAdd forgotten semi-colon.
2003-11-15 Jeroen Ruigrok/asmodaiConvert files from DOS to Unix.
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-14 Matthew DillonBring in the MODULE_DEPEND() and DECLARE_MODULE() macro...
2003-11-12 Matthew DillonAdd Marvell chipset support. Adding the PCI ID is...
2003-11-12 Matthew DillonPrep for GCC 3.x kernel compiles, stage 1/2: Remove...
2003-11-10 Jeroen Ruigrok/asmodaiMake sure to skip the PC98 architecture on the OPTi...
2003-11-10 Matthew DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
2003-11-09 Matthew Dillon3c940 bug fix update. This patch simplifies IFF_PROMIS...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-11-07 Matthew DillonAdd 3c940 ethernet driver support ('sk' driver) for...
2003-11-05 David Rhodus* Temporarily back out last change because of a problem...
2003-11-04 Matthew DillonAdd a missing element related to the dev messaging...
2003-11-04 David Rhodus* Do not set the No_CRC bit in the Mode Control Register.
2003-10-31 Jeroen Ruigrok/asmodaiAdd nForce AGP support, taken from FreeBSD with some...
2003-10-27 Jeroen Ruigrok/asmodaiAllow NVIDIA's nForce 2 chipset to use proper ATA DMA...
2003-10-23 Matthew DillonHook i386/vesa up to the module build
2003-10-16 Matthew Dilloncorrect the .PATH for access to scvesactl.c
2003-10-13 Hiten PandyaAMI MegaRAID Crash-Dumps support.
2003-10-06 Matthew DillonThe splash_bmp and splash_pcx builds were missing some...
2003-10-01 Matthew DillonAdd pst to the raid Makefile
2003-10-01 Matthew DillonMove pst from dev/misc to dev/raid, add a Makefile...
2003-10-01 David Rhodus * Add #include <sys/buf2.h>
2003-09-24 David Rhodus* Intel ACPI 20030228 distribution with local DragonFl...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-09-22 Matthew DillonThe twe driver requires all requests, including non...
2003-09-15 Jeffrey HsuCentralize if queue handling.
2003-09-08 Matthew DillonCleanup some broken #include's for VESA.
2003-08-30 Hiten PandyaAdd device identification for Intel 82801EB (ICH5)...
2003-08-30 Hiten PandyaAdd device indentification for Intel 82801DC (ICH4...
2003-08-27 Robert Garrettfix typo from adding $DragonFly$ keyword
2003-08-27 Robert Garrettremove __P() from this directory
2003-08-27 Robert Garrett__P!= wanted
2003-08-27 Robert Garrettlets go ahead and commit this before we hit the network...
2003-08-26 Robert Garrettwhat the heck one last one before i go take a nap...
2003-08-24 David RhodusSync with FreeBSD
2003-08-24 David RhodusFix a bug that could cause dc(4) to m_freem() an alread...
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-14 Jeroen Ruigrok/asmodaiAdd, hopefully, support for the ICH5 sound hardware.
2003-08-11 David RhodusAdd or correct range checking of signal numbers in...
2003-08-11 David RhodusFix a bug which caused signals on YUV images to fail.
2003-08-09 David RhodusLINT breakage fix.
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-08-03 Matthew DillonFix a compile time error. Rename MAX to RAINMAX and...
2003-08-03 Hiten PandyaLINT cleanup: fix MAX difinition.
2003-08-03 Hiten PandyaLINT cleanup: add <sys/systm.h> for printf()
2003-08-01 Matthew DillonCleanup remaining tsleep priority issues.
2003-07-31 Hiten PandyaGeneralise, and remove SI_SUB_VINUM; use SI_SUB_RAID...
2003-07-30 David RhodusTry to distinguish PCS encoding error events
2003-07-30 Matthew DillonLINT synchronization, remove remaining manually defined...
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-29 Matthew Dillonfileops messaging stage 1: add port and feature mask...
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 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-26 Matthew DillonFix minor bug in last commit, add the required register...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-23 Matthew DillonLINT cleanup, add a static function back in which I...
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-20 Matthew DillonMinor cleanups so GENERIC compiles. Fix underscores...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-07-03 Matthew Dillonfix unused variable warning
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-27 Matthew Dillonproc->thread stage 6: kernel threads now create process...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
2003-06-25 Matthew Dillonproc->thread stage 4: post commit cleanup. Fix minor...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage2: post-commit fixes/cleanup
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-19 Matthew DillonFix an argument mismatch in a debugging printf
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: