elcr: File relocate
[dragonfly.git] / sys / dev /
2011-04-11 Sepherosa Ziehauacpi: Typo in error logging message
2011-04-11 Joe Talbottiwn(4) - Fix locking in iwn_ioctl().
2011-04-10 Matthew Dillonkernel - Fix CAM tag reservation for AHCI and SILI...
2011-04-10 Matthew Dillonkernel - Adjust AHCI to properly report SATA-III support
2011-04-09 Sascha WildnerMerge branch 'vendor/MDOCML'
2011-04-09 Peter AvalosMerge branch 'vendor/OPENSSH'
2011-04-07 Sepherosa Ziehauacpi/pci_link: Missing !acpi_enabled to acpi_disabled...
2011-04-07 Sepherosa Ziehauacpi: Enable pci, pcib and pci_link by default
2011-04-07 Sepherosa Ziehauacpi/pci: Inherit methods from pci_driver, instead...
2011-04-07 Sepherosa Ziehauacpi/pcib: Rework the _BBN handling for Host-PCI bridges.
2011-04-04 Sascha WildnerMerge branch 'vendor/MPFR'
2011-04-04 Sascha WildnerMerge branch 'vendor/GMP'
2011-04-04 Sascha WildnerMerge branch 'vendor/GCC44'
2011-04-02 Peter AvalosMerge branch 'vendor/DIFFUTILS'
2011-04-02 Sepherosa Ziehauacpi/Osd: SCI_INT in FADT is the IRQ number on the...
2011-04-02 Sepherosa Ziehauacpi/pci_link: Avoid sharing interrupt with SCI if...
2011-03-27 Sepherosa Ziehauacpi: Style and white space changes
2011-03-27 Sepherosa Ziehauacpi/pcib: Fix interrupt routing code
2011-03-27 Sepherosa Ziehauacpi/pcib: Use pcib_alloc_resource as bus alloc_resourc...
2011-03-27 Sepherosa Ziehauacpi: Remove no longer needed file
2011-03-27 Sepherosa Ziehauacpi: Minor style changes
2011-03-27 Magliano AndreaSome minor changes
2011-03-27 Magliano Andreaacpi: sync GPE with FreeBSD 8.0 (and according the...
2011-03-27 Magliano AndreaBring in acpica 20110211, still not ok anyway
2011-03-23 Sascha WildnerMerge branch 'vendor/BINUTILS221'
2011-03-23 Sascha WildnerMerge branch 'vendor/BINUTILS221'
2011-03-18 Sascha Wildnerkernel: Fix -Wundef in a number of places.
2011-03-14 Joe Talbottwpi(4) - Use MJUMPAGESIZE mbuf clusters.
2011-03-14 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-03-08 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-03-07 Sascha WildnerMerge remote branch 'crater/vendor/MDOCML' into HEAD
2011-03-06 Venkatesh SrinivasMerge branch 'master' of ssh://crater.dragonflybsd...
2011-03-06 Francois TigeotFix a compilation error on x86_64.
2011-03-04 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-03-02 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-03-02 Sascha Wildnerkernel: Fix the remaining gcc44 warnings for the kernel.
2011-03-02 Sascha Wildneraicasm: Add two YY_NO_INPUTs (silences gcc44 warnings).
2011-02-28 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-02-27 Sascha Wildnerkernel: Comment out some unused functions.
2011-02-27 Sascha Wildnermly(4): Put mly_timeout() under MLY_DEBUG where it...
2011-02-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-24 Sascha WildnerRemove the meteor(4) driver.
2011-02-23 Sascha Wildnermy(4): Add a missing '=' (although in an #if 0'd section).
2011-02-14 Matthew Dillonkernel - Make numerous proc accesses use p->p_token...
2011-02-12 Matthew Dillonkernel - Make most of the fork and exit paths MPSAFE
2011-02-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-09 Sascha Wildneracpi(4): Fix a bug in acpi_cpu_cstate.c (we have to...
2011-02-09 Peter AvalosMerge branch 'vendor/OPENSSL'
2011-02-07 Justin C. SherrillMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-01 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-01-31 Joe Talbottiwn - Fix a couple of missed serializer misuses.
2011-01-31 Peter AvalosMerge branch 'vendor/GDTOA'
2011-01-31 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-01-30 Matthew Dillonkernel - Have the crypto subsystem use the new mpipe_al...
2011-01-29 Matthew Dillonkernel - More sound kmalloc adjustments.
2011-01-29 Matthew Dillonkernel - More sound kmalloc adjustments.
2011-01-29 Matthew Dillonkernel - Fix /dev/dsp failure after a few days of uptime
2011-01-29 Peter AvalosMerge branch 'vendor/FILE'
2011-01-28 Sepherosa Ziehaukernel cleanup: Remove unnecessary inclusion of machine...
2011-02-02 Sascha Wildneracpi(4): Always compile the files dealing with ACPI_DEB...
2011-01-27 Joe TalbottMerge branch 'master' of git://git.theshell.com/dragonfly
2011-01-27 Magliano AndreaUPROTO_BOOT_KEYBOARD is already defined in usb.h as...
2011-01-25 Joe Talbottiwn - Fix global serializer usage for iwn_init().
2011-01-24 Sepherosa Ziehauem/emx: Reserve 2 (instead of 1) TX descriptors for...
2011-01-19 Sascha Wildnerkernel: Some more style fixes.
2011-01-17 Sascha Wildnerkernel: Use NELEM() where we can.
2011-01-17 Sascha Wildnerkernel: Use NELEM() in a few more places and nuke priva...
2011-01-15 Sascha Wildnertwa(4): Fix some __printflike() issues I overlooked...
2011-01-15 Sascha WildnerAdd __printflike's where possible and fix all related...
2011-01-08 Sascha WildnerAdd tws(4), a driver for the LSI 3ware 9750 series...
2011-01-07 Sascha Wildneraac(4): Use bio (not bp) for the bio pointer.
2011-01-07 Sascha Wildneraac(4): Update to version 2.1.9-1 (current FreeBSD).
2011-01-05 Sascha Wildnerhptmv(4): Save some unneeded variables in the locking...
2011-01-05 Sascha Wildnerhptmv(4): Fix shutting down.
2011-01-04 Sascha WildnerAdd hptmv(4), a driver for HighPoint RocketRAID 182x...
2011-01-04 Sascha WildnerMake some space in sys/dev/raid/Makefile.
2011-01-03 Sascha Wildner<dev/netif/wi/if_wavelan_ieee.h>: Uncomment wi_req.
2011-01-02 Sascha Wildnerkernel: Remove support for the Xerox Network Systems...
2011-01-02 Sascha Wildneraibs(4): Add missing module dependency.
2011-01-02 Samuel J. GreearMerge branch 'master' of ssh://crater.dragonflybsd...
2010-12-31 Sascha Wildnertwe(4): Update to version 1.50.01.002.
2010-12-28 Sascha Wildnerkernel: Remove support for the EISA bus and EISA/VLB...
2010-12-28 Sepherosa Ziehaure(4): Add support for 8168E
2010-12-23 Sascha WildnerFix typos in messages and manual pages.
2010-12-23 Venkatesh Srinivaskernel -- MPIPE: Add a constructor argument and priv...
2010-12-23 Matthew Dillonkernel - Fix boot-time lockup with if_igb
2010-12-21 Sascha WildnerBring in mps(4) for LSI Fusion-MPT 2 Serial Attached...
2010-12-20 Matthew Dillonkernel - Implement POLLING support for if_igb, change...
2010-12-19 CharlieMerge branch 'master' of git://git.dragonflybsd.org...
2010-12-19 Peter AvalosMerge branch 'vendor/LIBARCHIVE' into HEAD
2010-12-19 Sepherosa Ziehaujme: Rework software reset procedure
2010-12-19 Peter AvalosMerge branch 'vendor/XZ' into HEAD
2010-12-18 Matthew Dillonkernel - Fix M_NOWAIT's in e1000/if_igb driver
2010-12-16 Sascha Wildnertwe(4): Add some missing newlines in system messages.
2010-12-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-12-15 Peter AvalosMerge branch 'vendor/TNFTP'
2010-12-15 Peter AvalosMerge branch 'vendor/ZLIB'
2010-12-14 Sascha Wildnerdm(4): Fix kernel compilation with 'device dm' in the...
2010-12-13 Alex Hornungdm - add remove_all, refactor
2010-12-12 Sascha Wildnerarcmsr(4): Add missing cam_simq_release and creation...
next