Get rid of a bogus check that cut the blocked-lock wakeup code a little
[dragonfly.git] / sys / dev /
2006-08-01 Sascha WildnerDon't call pci_get_device() multiple times.
2006-08-01 Sascha WildnerUse pcidevs.h.
2006-08-01 Sascha WildnerUse pcidevs.h.
2006-08-01 Sascha WildnerUse pcidevs.h.
2006-08-01 Sascha WildnerUse pcidevs.h.
2006-08-01 Sascha WildnerUse pcidevs.h.
2006-08-01 Sascha WildnerUse pcidevs.h.
2006-08-01 Sascha WildnerUse pcidevs.h.
2006-08-01 Sascha WildnerUse pcidevs.h.
2006-08-01 Sascha WildnerUse pcidevs.h.
2006-08-01 Sascha WildnerUse pcidevs.h.
2006-08-01 Sascha WildnerUse pcidevs.h.
2006-08-01 Sascha WildnerUse pcidevs.h.
2006-08-01 Sascha WildnerUse pcidevs.h.
2006-08-01 Sascha WildnerUse pcidevs.h.
2006-08-01 Sascha WildnerUse pcidevs.h.
2006-08-01 Sascha WildnerUse pcidevs.h.
2006-08-01 Sascha WildnerUse pcidevs.h and common PCI probe style.
2006-08-01 Sascha WildnerUse pcidevs.h and common PCI probe style.
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-07-27 Simon SchubertMerge from vendor branch GDB:
2006-07-16 Matthew DillonUse pbufs instead of ebufs.
2006-07-14 Simon SchubertAssign the packet length to the pkthdr and mbuf.
2006-07-13 Sepherosa Ziehau- Port ath(4) driver from FreeBSD, which supports vario...
2006-07-13 Sepherosa ZiehauMerge from vendor branch ATHEROS:
2006-07-09 Simon SchubertDon't use B_PAGING with geteblk() bufs
2006-07-07 Sepherosa Ziehau- Replace lnc(4) driver with NetBSD's le(4), which...
2006-07-06 Simon SchubertCopy b_cmd into new buf
2006-07-05 Matthew DillonAdd a missing initbufbio() to fix a panic when vinum...
2006-07-05 YONETANI TomokazuSync with Osd/OsdDebug.c rev1.9 in FreeBSD:
2006-07-02 Sepherosa Ziehausegments total size is (MCLBYTES * RT2661_MAX_SCATTER...
2006-07-02 Simon Schubertuse ${MACHINE_ARCH} instead of ${MACHINE}
2006-06-25 Simon SchubertRemove OLDBRIDGE
2006-06-24 Sepherosa ZiehauMerge from vendor branch WPA_SUPPLICANT:
2006-06-24 Sepherosa ZiehauIn bfe_ifmedia_upd(), setup LED after mii_mediachg...
2006-06-22 Simon SchubertAdd CanoScan N676U and D660U
2006-06-21 YONETANI TomokazuAdd Enhanced SpeedStep driver(EST), based on Colin...
2006-06-17 Sepherosa ZiehauFor acx111:
2006-06-14 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-06-14 YONETANI TomokazuClean up ACPI build wrappers:
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-06-11 YONETANI Tomokazusync with FreeBSD rev 1.6:
2006-06-10 Matthew DillonMove selinfo stuff to the separate header sys/selinfo...
2006-06-06 Matthew DillonAdd missing crit_exit()
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-06-04 Matthew DillonRemove LWKT reader-writer locks (kern/lwkt_rwlock.c...
2006-05-24 Matthew DillonFix issues with an incorrectly initialized buffer when...
2006-05-20 Matthew DillonRemove the (unmaintained for 10+ years) svr4 and ibcs2...
2006-05-20 Sepherosa Ziehau- Add ral(4) for Ralink RT2500/RT2501/RT2600 chip based...
2006-05-20 Sepherosa Ziehau- Add ciphy for PHY modules produced by Cicada Semicond...
2006-05-20 Sepherosa Ziehauregen
2006-05-20 Sepherosa ZiehauAdd model id for Cicada Semiconductor PHY modules
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2006-05-19 Matthew DillonConsolidate the file descriptor destruction code used...
2006-05-18 Sepherosa ZiehauSync 802.11 support with FreeBSD6:
2006-05-18 Sepherosa ZiehauFix static array overrun.
2006-05-16 Sepherosa ZiehauPut atomic_cmpset_int() into central place. This funct...
2006-05-14 Matthew Dilloncbb_probe() assumes that the subclass field is unique...
2006-05-11 Sascha Wildner* Remove the following obsolete options from the system:
2006-05-06 Matthew DillonThe fdrop() procedure no longer needs a thread argument...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2006-05-05 Matthew DillonRemove the thread pointer argument to lockmgr(). All...
2006-05-05 Sascha WildnerRemove unused label.
2006-05-04 Matthew DillonBlock devices generally truncate the size of I/O reques...
2006-05-04 YONETANI TomokazuDon't forget to replicate b_cmd, which has been split...
2006-05-03 Matthew Dillon- Clarify the definitions of b_bufsize, b_bcount, and...
2006-05-03 Matthew DillonInvert a mistaken test. Set b_resid to 0 if B_ERROR...
2006-05-03 Matthew DillonAdd a missing ohci_waitintr() call that allows polled...
2006-05-03 Matthew DillonFix a biodone/AR_WAIT case. b_cmd was not getting...
2006-05-02 Matthew DillonPlug memory leak in umass.
2006-05-01 Sascha WildnerAdd missing #includes.
2006-04-30 Matthew DillonRemove buf->b_saveaddr, assert that vmapbuf() is only...
2006-04-30 Matthew DillonReplace the the buffer cache's B_READ, B_WRITE, B_FORMA...
2006-04-30 Sepherosa ZiehauAdd NetGear FA-511 support
2006-04-28 Matthew DillonGet rid of pbgetvp() and pbrelvp(). Instead fold the...
2006-04-28 Matthew DillonRemove the buffer cache's B_PHYS flag. This flag was...
2006-04-23 Matthew DillonRemove the now unused interlock argument to the lockmgr...
2006-04-22 Matthew DillonGet rid of LK_PCATCH in the agp lockmgr() calls. AGP...
2006-04-22 Matthew DillonMinor typing cleanups for aicasm.
2006-04-21 Sepherosa Ziehaum_free -> m_freem
2006-04-17 Matthew DillonBring in some small changes from FreeBSD.
2006-04-12 Sascha WildnerMerge from vendor branch BINUTILS:
2006-04-03 Matthew DillonA number of structures related to UFS and QUOTAS have...
2006-04-01 Sascha WildnerRemove owi(4) from build.
2006-04-01 Sascha WildnerRemove owi(4) (old wi) driver and adjust related bits.
2006-04-01 Sepherosa Ziehau- Import driver[acx(4)] for TI acx100/acx111 based...
2006-03-28 Matthew DillonAdd PCI IDs for Intel's ICH7 and ICH7M ATA/SATA hardwar...
2006-03-27 Matthew DillonChange *_pager_allocate() to take off_t instead of...
2006-03-26 Sascha Wildnerstruct buf's b_bcount field has been changed from long...
2006-03-25 Sepherosa Ziehau- Fix following bugs:
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-03-23 Sepherosa ZiehauAdd a new tunable "hw.bge.fake_autoneg", get rid of...
2006-03-22 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-03-19 Matthew DillonPrevent the driver from reinitializing the card when...
2006-03-10 Matthew DillonAdd missing block number assignment in ATA raid mirrori...
2006-03-08 Matthew DillonStruct buf's cannot simply be bcopy'd any more due...
2006-03-02 Matthew DillonPass LK_PCATCH instead of trying to store tsleep flags...
2006-02-28 Matthew DillonProperly check for buffered data in ukbd_check_char...
2006-02-19 Sascha Wildner* Remove unused SC_RENDER_DEBUG option.
next