Fix a biodone/AR_WAIT case. b_cmd was not getting set to BUF_CMD_DONE,
[dragonfly.git] / sys / dev / disk /
2006-05-03 Matthew DillonFix a biodone/AR_WAIT case. b_cmd was not getting...
2006-05-01 Sascha WildnerAdd missing #includes.
2006-04-30 Matthew DillonReplace the the buffer cache's B_READ, B_WRITE, B_FORMA...
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-22 Matthew DillonMinor typing cleanups for aicasm.
2006-04-12 Sascha WildnerMerge from vendor branch BINUTILS:
2006-04-03 Matthew DillonA number of structures related to UFS and QUOTAS have...
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-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-03-22 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
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-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2006-02-13 Simon SchubertMerge from vendor branch OPENSSH:
2006-01-25 Matthew DillonThe random number generator was not generating sufficie...
2006-01-11 Simon SchubertMerge from vendor branch GDB:
2005-12-24 Sascha Wildner* Ansify function definitions.
2005-12-11 Sascha Wildner* Ansify function definitions.
2005-12-07 Simon SchubertMerge from vendor branch CVS:
2005-12-03 Simon SchubertMerge from vendor branch OPENSSL:
2005-12-03 Simon SchubertMerge from vendor branch CVS:
2005-11-19 Matthew DillonProtect allproc scans with PHOLD/PRELE, in particular...
2005-11-13 Simon SchubertMerge from vendor branch LUKEMFTP:
2005-10-28 Matthew DillonCleanup some of the newbus infrastructure.
2005-10-26 Sepherosa Ziehauadd forward declaration to shut up dev/usbmisc/umass...
2005-10-13 Sepherosa Ziehauunbreak LINT building
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-10-12 Matthew DillonRemove the INTR_TYPE_* flags. The interrupt type is...
2005-10-01 Simon SchubertMerge from vendor branch GDB:
2005-09-11 Sepherosa Ziehauremove unnecessary XXX marked comment
2005-09-11 Sepherosa Ziehaufree aha_softc only after it is not used any more
2005-09-11 Sepherosa Ziehau- convert PRVERB to use device_printf()
2005-09-11 Simon SchubertMerge from vendor branch GCC:
2005-09-09 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-09-06 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-09-06 Hiten PandyaDocument the dscheck(9) function and explain how it...
2005-08-31 Sascha WildnerRemove PC98 support.
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch NCURSES:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GCC:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2005-08-26 Hiten PandyaAdd a comment on top of ad_start, mentioning that it...
2005-08-25 Matthew DillonReduce critical section warnings for AHC when critical...
2005-08-10 Joerg SonnenbergerMerge from vendor branch GCC:
2005-08-03 Hiten PandyaBUF/BIO cleanup 3/99:
2005-08-01 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-21 Joerg SonnenbergerMerge from vendor branch ZLIB:
2005-07-14 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-07-12 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-11 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-08 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-07 Simon SchubertMerge from vendor branch OPENSSL:
2005-07-06 Joerg SonnenbergerMerge from vendor branch FILE:
2005-06-29 Simon SchubertMerge from vendor branch BZIP:
2005-06-20 Matthew DillonAdd a missing crit_exit(). The code path in question...
2005-06-19 Joerg SonnenbergerMerge from vendor branch GCC:
2005-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
2005-06-16 Matthew Dillonspl->critical section conversion.
2005-06-16 Matthew DillonRip out bad spl manipulating junk from mpt and clean...
2005-06-16 Joerg SonnenbergerConvert to critical sections.
2005-06-13 Simon SchubertMerge from vendor branch CVS:
2005-06-11 Sascha WildnerDispose of support for IBM's Micro Channel architecture...
2005-06-10 Sascha WildnerRemove unused variables.
2005-06-06 Simon Schubertconvert spl* to critical sections
2005-06-06 Simon Schubertremove bs, a pc98-only driver
2005-06-06 Simon Schubertremove ct, a pc98-only driver
2005-06-06 Eirik NygaardMore spl_* removal from dev/disk/, replacing them with...
2005-06-06 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2005-06-05 Simon SchubertMerge from vendor branch GCC:
2005-06-03 Sascha WildnerRemove spl*() in disk/{ata,buslogic,ccd} and replace...
2005-06-03 Eirik NygaardRemove *spl() from dev/disk/{advansys,aha,ahb,aic7xxx...
2005-06-02 Matthew DillonRemove spl*() calls from the bus/ infrastructure, repla...
2005-06-01 Joerg SonnenbergerMerge from vendor branch FILE:
2005-05-27 Sascha WildnerRemove DEC Alpha support.
2005-05-26 Sascha WildnerRemove DEC Alpha support.
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-11 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-03 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2005-05-03 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch GPERF:
2005-04-21 Joerg SonnenbergerBuild aicasm as host program, not via world's compiler.
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-18 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-05 Matthew DillonAdd cases for the nvidia nForce3 PRO and PRO S1. Who...
2005-03-29 David RhodusMerge from vendor branch HEIMDAL:
next