Remove APIC_IO option
[dragonfly.git] / sys / dev /
2010-10-10 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-09-29 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-09-26 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-09-26 Matthew Dillonvkernel - Add support for cdevs as virtual disks (2)
2010-09-26 Matthew Dillonvkernel - Add support for cdevs as virtual disks
2010-09-24 Matthew Dillonkernel - Work through some memory leaks in dsched
2010-10-03 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-09-23 Matthew Dillonkernel - Fix bug in recent AHCI driver adjustment
2010-09-23 Matthew Dillonkernel - unlock the syscons_lock spinlock around ttwakeup()
2010-09-22 Alex Hornungun-tokenize savers
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-20 Sascha Wildnerkernel: Fix some operator precedence bugs.
2010-09-20 Sascha Wildnerkernel: Remove some #ident.
2010-09-20 Joe Talbottwpi - Fix some race conditions in variable initializers.
2010-09-20 Matthew Dillonkernel - Remove mistaken commit of SATA PM spec pdf
2010-09-19 Matthew Dillonkernel - Report more AHCI revs in the switch
2010-09-18 Sascha Wildnerkernel: Remove #include <sys/mutex.h> if <sys/mutex2...
2010-09-17 Matthew Dillonnetwork - Remove crit_exit/crit_enter wrappers in pf.c
2010-09-17 Matthew Dillonnetwork - Zero out m_len / m_pkthdr.len in m_get*(...
2010-09-17 YONETANI Tomokazuips - missing part from 667d31bb
2010-09-17 Sascha Wildnerkernel: Staticize some dev_ops and adjust a name in...
2010-09-17 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-17 Matthew Dillonkernel - Adjust AHCI driver to deal with AMD braindamag...
2010-09-15 Sascha Wildnersyscons(4): Move tty token release and acquirement...
2010-09-15 YONETANI Tomokazuips - Issue IPS_CACHE_FLUSH_CMD to the controller on...
2010-09-15 YONETANI Tomokazuips - Add Adaptec ServeRAID 7x IDs. IDs taken from...
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-09-14 Sascha Wildnertwa(4): Sync with FreeBSD (twa(4) version 3.80.06.003).
2010-09-14 Sascha Wildnerie(4): This driver is ISA only, so remove some unneeded...
2010-09-14 Sepherosa ZiehauACPI P-State: Force P-State to use the first usable...
2010-09-14 Sepherosa ZiehauACPI P-State: When there is no _PSD, create one CPU...
2010-09-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-13 Sascha WildnerFix two typos in manual pages and messages.
2010-09-12 Matthew Dillonnetwork - Add debugging assertions
2010-09-11 Alex HornungFix manual break to debugger
2010-09-11 Samuel J. Greeardevfs - Let devfs assume degenerate knotes when a devic...
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-09 Matthew Dillonnetwork - Completely revamp the netisr / dispatch code
2010-09-09 Joe Talbottwlan - Bring iwi back into the fold.
2010-09-09 Matthew Dillonnetwork - Make toeplitz the default
2010-09-09 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-09 Sascha Wildnerwi(4): Remove an unused variable.
2010-09-09 Matthew Dillonwlan - Update ath, sync rev 1.276@FreeBSD
2010-09-09 Joe Talbottwlan - Add ral and wi back into the build system.
2010-09-09 Joe Talbottwlan - Bring ral back into the fold.
2010-09-09 Joe Talbottwlan - Bring wi back into the fold.
2010-09-09 Matthew Dillonkernel - Bring if_alc up to FreeBSD rev 1.16
2010-09-08 Matthew Dillonwlan - Bring iwn back into the fold.
2010-09-08 Joe Talbottwlan - Bring wpi back into the fold.
2010-09-08 Joe Talbottwpi - Convert to wlan_global_serializer use.
2010-09-08 Matthew Dillonwlan - if_ath driver - Make some adjustments to ath...
2010-09-07 Matthew Dillonbuild - Temporary adjustments for further wlan conversi...
2010-09-07 Matthew Dillonwlan - Convert low level if_ath driver.
2010-09-07 Joe Talbottral - Cleanup leftovers from tokenization.
2010-09-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-06 Joe Talbottral - Convert to use wlan_token.
2010-09-01 Matthew Dillonkernel - Fix multiple tty_token issues related to vt...
2010-08-31 Alex Hornungsyscons - more token-related fixes
2010-08-31 Sascha Wildneriwi(4): Oops. These changes weren't meant to be committ...
2010-08-31 Sascha Wildnerwpi(4): sc is no longer used for locking (fixes LINT).
2010-08-31 YONETANI Tomokazusyscons - sc_set_pixel_mode() returned without releasin...
2010-08-31 Matthew Dillonkernel - Fix missing release of tty_token
2010-08-31 Joe Talbottiwi - Convert to wlan_tokens.
2010-08-30 Joe Talbottral - Fix calls to bus_dmamap_load_mbuf_segment() to...
2010-08-30 Joe Talbottral - Make sure nodes are properly uninitialized and...
2010-08-30 Joe Talbottwpi - Convert to use wlan_token.
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-08-30 Alex Hornungsyscons MPSAFE - another attempt
2010-08-30 Alex Hornungcoretemp, sensors - Adjust spinlocks
2010-08-30 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-30 Matthew Dillonkernel - Switch to exclusive spinlocks in the coretemp...
2010-08-30 Matthew Dillonkernel - Fix spinlock use in syscons
2010-08-30 Matthew Dillonkernel - Minor documentation
2010-08-30 Matthew Dillonkernel - Possibly fix a bug in aic7xxx
2010-08-30 Sascha Wildneraicasm: Mark stop() __dead2.
2010-08-29 Matthew DillonMPSAFE TTY - Cleanup ukbd and atkbd, fix unregistration bug
2010-08-29 Matthew DillonMPSAFE TTY - Refactor the keyboard switch code to make...
2010-08-29 Sascha Wildneriscsi_initiator(4): Fix another potential NULL pointer...
2010-08-29 Sascha Wildneriscsi_initiator(4): Fix a potential NULL pointer derefe...
2010-08-29 Matthew Dillon MPSAFE TTY - Fix deadlock in reporting of probe errors.
2010-08-29 Alex HornungMPSAFE TTY - get rid of tokens in console path
2010-08-29 Matthew Dillonkernel - gcc -Os/-O2 warnings pass
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 2/2
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 1/2
2010-08-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-28 Matthew Dillonkernel - unwind kthread_create() mplock
2010-08-28 Matthew Dillonkernel - Add vmobj_token, misc vm-related tokenization
2010-08-28 Sascha Wildnersio: Fix a typo. lwkt_gettoken -> lwkt_reltoken
2010-08-28 Matthew Dillonsio - Minor token fix for sio
2010-08-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-28 Matthew Dillonvkernel - Fix deadlocks with cothread locks
2010-08-28 Alex HornungMPSAFE - TTY & related drivers
2010-08-27 Matthew Dillonkernel - Major MPSAFE Infrastructure
2010-08-26 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-08-25 Sascha WildnerBring in arcmsr(4), a driver for Areca RAID controllers.
2010-08-25 Matthew Dillonkernel - Remove D_KQFILTER flag
2010-08-25 Matthew Dillonkernel - Run AHCI and SILI disk drivers MPSAFE
next