network - Major netmsg retooling, part 1
[dragonfly.git] / sys / dev / disk /
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-08-30 Matthew Dillonkernel - Possibly fix a bug in aic7xxx
2010-08-30 Sascha Wildneraicasm: Mark stop() __dead2.
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 Dillonkernel - gcc -Os/-O2 warnings pass
2010-08-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-28 Matthew Dillonkernel - unwind kthread_create() mplock
2010-08-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-27 Matthew Dillonkernel - Major MPSAFE Infrastructure
2010-08-26 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-08-25 Matthew Dillonkernel - Run AHCI and SILI disk drivers MPSAFE
2010-08-25 Matthew Dillonkernel - Adjust device D_MPSAFE_* flags
2010-08-22 Alex Hornungdm_target_crypt - Clean up debug
2010-08-22 Alex Hornungdm_target_crypt - Bump version to 1.6.0
2010-08-22 Alex Hornungdm_target_crypt - Fix a number of bugs
2010-08-21 Alex Hornungdm_target_crypt - fix logic for xts support
2010-08-21 Alex HornungMerge branch 'master' of git://git.dragonflybsd.org...
2010-08-21 Alex Hornungdm_target_crypt - Enable support for AES-XTS
2010-08-21 Alex Hornungdm_target_crypt - Fix compatibility with Linux
2010-08-20 Matthew Dillonkernel - Correct hex2key() in dm_crypt
2010-08-20 Matthew Dillonkernel - Fix iv sector mush in dm_target_crypt for...
2010-08-20 Alex Hornungdm_target_crypt - rework ivgen magic, fix bug
2010-08-20 Matthew Dillonkernel - dm_target_crypt - use CRYPTO_F_BATCH
2010-08-15 Matthew Dillonkernel - dm_crypt - Pre-zero control structures, disabl...
2010-08-15 Matthew Dillonkernel - dm - Reorganize the crypt code and implement...
2010-08-14 Matthew Dillonkernel - dm - Fix panic in dm_target_crypt
2010-08-14 Matthew Dillonkernel - dm - Add support for BUF_CMD_FLUSH
2010-08-14 Matthew Dillonkernel - dm - rewrite dm_target_stripe.c to add functio...
2010-08-10 Sascha Wildneraicasm: Correct logic bug in the undefined register...
2010-08-09 Sascha WildnerUndo part of the last change until I understand why...
2010-08-09 Sascha WildnerFix some mis-usage of && and || in the kernel.
2010-07-23 Alex Hornungdm_target_crypt - cleanup & minor improvements
2010-07-19 Samuel J. GreearMerge branch 'selwakeup'
2010-07-13 Sascha WildnerFix LINT build.
2010-07-12 Samuel J. GreearMerge branch 'master' into kq_devices
2010-07-11 Alex Hornungudev - Tag some subsystems/drivers
2010-07-11 Alex Hornungdm - Bind into build system, fix small problem
2010-07-11 Alex Hornunglvm/dm - clean up debug, fix open bug
2010-07-11 Alex Hornungdm - General printout cleanup
2010-07-11 Alex Hornungdm_target_crypt - Make compatible with luks
2010-07-11 Alex Hornungdm - Add crypt target
2010-07-11 Alex Hornungdm - Port to DragonFly
2010-07-11 Alex Hornungdm - Import verbatim from NetBSD
2010-06-27 Alex Hornungvn - remove vn_softc from list on detach command
2010-06-12 Matthew Dilloniscsi - Fix bug in iscsi initiator driver
2010-05-22 Matthew DillonAHCI - Fix use of error ccb in error path
2010-04-20 Sascha Wildnermmcsd(4): Add device statistics.
2010-04-16 Sascha Wildnermmc(4): Remove two unneeded .PATH lines in the Makefiles.
2010-04-16 Sascha WildnerBring in FreeBSD's MMC (MultiMediaCard) stack.
2010-04-13 Matthew DillonMerge remote branch 'crater/master' into net80211-update
2010-04-13 Rui PauloMerge branch 'master' into net80211-update
2010-04-13 Alex Hornungnata - Drop pending requests on dump
2010-04-13 Alex Hornungata - Fix dumping of old ata driver
2010-04-12 Matthew DillonMerge branch 'net80211-update' of git://leaf.dragonflyb...
2010-03-29 Rui PauloMerge branch 'master' into net80211-update
2010-03-24 Alex Hornungcache_fullpath - Guess mountpoints if requested
2010-03-23 Matthew DillonMerge remote branch 'crater/master' into vkernel64
2010-03-23 Matthew DillonMerge branch 'net80211-update' of git://leaf.dragonflyb...
2010-03-23 Matthew Dillonnrelease - Fix ordering dependency during parallel...
2010-03-23 Matthew Dillonnrelease - Fix ordering dependency during parallel...
2010-03-21 Rui PauloMerge branch 'master' into net80211-update
2010-03-20 Sascha WildnerPut 4 more kernel files under -Werror (fix x86_64 warni...
2010-03-18 Matthew DillonMerge branch 'net80211-update' of git://leaf.dragonflyb...
2010-03-18 Rui PauloMerge branch 'master' into net80211-update
2010-03-12 Matthew Dillonkernel - AHCI - enable AHCI device initiated power...
2010-03-05 Matthew DillonMerge remote branch 'crater/master' into net80211-update
2010-03-05 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-03-03 Matthew DillonVN - Remove use of IO_DIRECT, Improve lock performance...
2010-03-02 Matthew Dillonkernel - VN - add missing disk_destroy() in module...
2010-02-28 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-02-23 Matthew DillonMerge branch 'vendor/EXPAT'
2010-02-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-14 Matthew Dillonkernel - VM PAGER part 1/2 - Remove vm_page_alloc()
2010-02-09 Matthew Dillonkernel - nata - Fix bug in SET_MULTI command
2010-02-06 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-05 Matthew DillonAHCI - Fix minor bug. Also AHCI/SILI - use ATA_F_EXCLU...
2010-02-03 Matthew Dillonkernel - SWAP CACHE part 3/many - Rearrange VM pagerops
2010-02-03 Matthew DillonAHCI - Improve warning messages when probing for a...
2010-01-31 Matthew Dillonkernel - SILI disk driver - Add support for Sil3124
2010-01-25 Jan LentferMerge branch 'vendor/FILE'
2010-01-25 Jan LentferMerge branch 'vendor/SENDMAIL'
2010-01-10 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-01-10 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-01-09 Peter AvalosMerge branch 'vendor/OPENSSH'
2009-12-29 Antonio Huete Jimenezmd(4) - Several fixes to make the module loading/unload...
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-17 Jan LentferMerge branch 'vendor/NCURSES'
2009-12-17 Jan LentferMerge branch 'vendor/NCURSES'
2009-12-12 Sascha WildnerRemove inclusion of <sys/cdefs.h> from kernel .c files.
2009-12-06 Alex Hornungdump - Make use of the new dumping
2009-12-03 Jan LentferMerge branch 'vendor/BIND' into bind_vendor2
2009-11-27 Jan LentferMerge branch 'vendor/BIND' into bind_vendor2
2009-11-27 Jan LentferMerge branch 'vendor/BIND' into bind_vendor2
2009-11-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-11-18 Alex Hornungdevfs - Remove old debug
2009-11-14 Jan LentferMerge branch 'vendor/LESS' into less_update
2009-11-07 Aggelos EconomopoulosMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-11-07 Aggelos EconomopoulosMerge branch 'vendor/OPENSSL'
2009-11-07 Simon Schubertrename amd64 architecture to x86_64
next