tcp_timer: Add assertion to make sure that tcp timers are only accessed
[dragonfly.git] / sys / dev / disk /
2009-04-15 Sascha WildnerFix the way <sys/ioccom.h> is included throughout our...
2009-04-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-04-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-03-15 Matthew DillonRemove conditionals based on #if defined(i386) which...
2009-02-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-27 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-02-26 Stathis KamperisReturn EBUSY if we're detaching a vn with vnode refs...
2009-02-19 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-02-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-01 Hasso TepperMake XPT_SCSI_IO path quiet again.
2009-01-29 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-01-29 Simon Schubertnata: process interrupt even if busmaster active bit...
2009-01-27 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-26 Simon Schubertnata: revert 6e40a325 = don't use tsleep in ata_udelay
2009-01-24 Peter AvalosMerge branch 'vendor/GDTOA'
2009-01-20 Matthew DillonNATA disk sort / elevator algorithm adjustments.
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-04 Peter AvalosMerge branch 'vendor/PAM_PASSWDQC'
2009-01-04 Peter AvalosMerge commit 'origin/vendor/PAM_PASSWDQC'
2009-01-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-30 Matthias SchmidtMerge branch 'master' of git://chlamydia.fs.ei.tum...
2008-12-31 Michael NeumannMerge branches 'master' and 'suser_to_priv'
2008-12-26 Sascha WildnerMerge branch 'master' of ssh://swildner@crater.dragonfl...
2008-12-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-26 Matthew DillonUse tsleep in the low level delay functions called...
2008-12-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-23 Sascha WildnerMeh, fix description.
2008-12-23 Sascha WildnerAdd support for the FC929X in mpt(4).
2008-12-20 Sascha WildnerEliminate some dead initialization.
2008-12-20 Hasso TepperMerge commit 'crater/vendor/OPENPAM'
2008-12-18 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-18 Hasso TepperCall ata_legacy() only once on attach and save it's...
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-12-12 Sascha WildnerMerge branch 'misc'
2008-12-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-10 Matthew DillonFix a buffer cache deadlock which can occur when simula...
2008-12-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-02 Sepherosa ZiehauFix speed report on Intel SATA chips in compat mode.
2008-11-19 Hasso TepperHopefully more bulletproof workaround to fix problems...
2008-11-17 Hasso TepperBring in some fixes from FreeBSD. Amongst other fixes...
2008-11-01 Sascha WildnerFix comment.
2008-09-27 Peter AvalosMerge from vendor branch OPENSSH:
2008-09-27 Peter AvalosMerge from vendor branch OPENSSL:
2008-09-27 Sepherosa ZiehauRevoke the INTR_MPSAFE flag; nata is not MPSAFE yet.
2008-09-23 Matthew DillonMake two more changes to the ata request queue sorting...
2008-09-07 Sascha WildnerRemove unused variables.
2008-09-06 Peter AvalosMerge from vendor branch OPENSSL:
2008-08-30 Matthew DillonFlesh out BUF_CMD_FLUSH support.
2008-08-29 Matthew DillonAdd BUF_CMD_FLUSH support - issue flush command to...
2008-08-13 Sascha WildnerRemove useless variable/assignments and add a missing...
2008-08-02 Matthew DillonCreate an #include layer for bus/pci and bus/isa so...
2008-07-18 Matthew DillonDetach the SIM when a firewire disk device is disconnec...
2008-07-12 Michael Neumann* Add support for the nVidia MCP61, MCP65, MCP67, MCP73...
2008-07-12 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-07-01 Matthew DillonFix numerous pageout daemon -> buffer cache deadlocks...
2008-06-30 Hasso TepperMerge from vendor branch GCC:
2008-06-28 Matthew DillonBump the sortq_lost check from 8 to 128, letting the...
2008-06-28 Matthew DillonFix a system performance issue created by ata_sort_queu...
2008-06-27 Matthew DillonIncrease the default request timeout from 5 seconds...
2008-06-27 Matthew DillonApply patch supplied in FreeBSD-PR to ata-raid code:
2008-06-26 Matthew DillonMerge from vendor branch NETGRAPH:
2008-06-16 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-06-05 Sascha Wildner* Fix some cases where NULL was used but 0 was meant...
2008-05-18 Peter AvalosSync CAM with FreeBSD using lockmgr locks instead of...
2008-05-18 Peter AvalosIt's "useful" not "usefull".
2008-05-17 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-05-17 Peter AvalosMerge from vendor branch TNFTP:
2008-05-17 Peter AvalosMerge from vendor branch LESS:
2008-04-22 Matthew DillonFix some IO sequencing performance issues and reformula...
2008-04-20 Sascha WildnerAnother round of typo fixes (mostly in messages).
2008-04-06 Peter AvalosLK_EXCLUSIVE has no business being in lockinit.
2008-04-06 Peter AvalosMerge from vendor branch OPENSSH:
2008-04-05 Matthew DillonFix a snafu with the last commit. Not all of the new...
2008-03-28 Sepherosa ZiehauPull back part of rev1.7
2008-03-24 Matthew DillonSynchronize various changes from FreeBSD. This is...
2008-03-20 Peter AvalosMerge from vendor branch BZIP:
2008-03-12 Dave HayesMerge from vendor branch BSDINSTALLER:
2008-03-06 Peter AvalosAdvertise to CAM the ability of 790X controllers to...
2008-03-06 Peter AvalosRemove superfluous setting of the transport_version...
2008-03-06 Peter AvalosOnly print sense data diagnostics if debugging is enabl...
2008-03-01 Sascha WildnerAnsify some remaining function definitions in the kernel.
2008-02-10 Peter AvalosMake CAM_NEW_TRAN_CODE default.
2008-02-09 Peter AvalosMerge from vendor branch TNFTP:
2008-02-09 Peter AvalosMPSAFE locking for the ahc/ahd drivers using lockmgr...
2008-01-31 Simon SchubertMerge from vendor branch GDB:
2008-01-30 Hasso TepperMerge from vendor branch LIBEVENT:
2008-01-30 Chris TurnerAdd '-l' support to vnconfig(8) and supporting VNGET...
2008-01-21 Peter AvalosCAM_NEW_TRAN_CODE fixes.
2008-01-21 Peter AvalosCAM_NEW_TRAN_CODE fixes.
2008-01-19 Peter AvalosMerge from vendor branch FILE:
2008-01-18 Matthias SchmidtFix a bug preventing burncd(8) from dispaying the progr...
2008-01-15 Matthias SchmidtMerge from vendor branch TCSH:
2008-01-15 Simon SchubertMerge from vendor branch GDB:
2008-01-14 Simon SchubertMerge from vendor branch GDB:
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2008-01-06 Sascha WildnerRemove some dead code.
next