]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cam
vn_io_faults_cnt:
[FreeBSD/FreeBSD.git] / sys / cam /
2013-02-15 desImport LDNS and build it as an internal library.
2013-02-13 jkimMerge OpenSSL 1.0.1e.
2013-02-12 kibReform the busdma API so that new types may be added...
2013-02-09 delphijMFV r245512:
2013-02-01 sjgMerge bmake-20130123
2013-01-31 smhFormat CDB output as 2 digit hex correcting the length
2013-01-24 jhSanitize the element descriptor string before using...
2013-01-19 neelMerge projects/bhyve to head.
2013-01-19 kanDo not pretend to have autosense data when no such...
2013-01-17 jkimMerge ACPICA 20130117.
2013-01-17 neelIFC @ r245509
2013-01-11 mav- Add missig xpt_schedule() call for cases when request...
2013-01-11 mavDo not schedule periph for payload/TUR requests if...
2013-01-11 theravenMerge new version of libcxxrt. This brings in three...
2013-01-10 smhChanged scsi_da device requests to use the sysctl tunab...
2013-01-10 smhUpdates delete_method sysctl changes to always maintain...
2013-01-10 smhRemoves essentially unused variables from scsi_da probe...
2013-01-09 kenMake CTL work a little better with loading and unloadin...
2013-01-04 neelIFC @ r244983.
2012-12-21 brooksAdd NetBSD's mtree to the tree and install it as nmtree...
2012-12-20 mavMake SES driver to not fall out on some errors in Addit...
2012-12-19 mavFix bug in r242720, that caused additional status page...
2012-12-18 brooksReplace our implementation of the vis(3) and unvis...
2012-12-09 kenFix a couple of CTL locking issues and clean up some...
2012-12-08 kenMake sure we hold the SIM lock when calling xpt_free_pa...
2012-12-08 kenFix the CTL OOA queue dumping code so that it does...
2012-12-08 kenFix a device departure bug for the the pass(4), enc...
2012-12-07 kenFix a panic during CAM EDT traversal.
2012-12-07 erwinUpdate to 9.8.4-P1.
2012-12-04 neelIFC @r243836
2012-12-03 dimUpgrade our copy of llvm/clang to r168974, from upstrea...
2012-12-01 rwatsonMerge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD...
2012-11-26 mavFix problem with the Samsung 840 PRO series SSD detection.
2012-11-20 jkimMerge ACPICA 20121114.
2012-11-16 sjgMerge bmake-20121111
2012-11-13 neelIFC @ r242940
2012-11-11 neelIFC @ r242684
2012-11-07 mavUse information about suported diagnostic pages to...
2012-10-30 traszUse M_ZERO instead of explicit memsets and bzeros.
2012-10-29 traszFix locking problem in disk_resize(); previously it...
2012-10-27 mavRemove priority enforcement from xpt_ation(). It is...
2012-10-27 mavRemove several uses of numeric priorities from immediat...
2012-10-27 mavRemove one more numeric priority constant.
2012-10-23 mavRemove two more 'periph == NULL' checks missed in r241404.
2012-10-22 dimImport libc++ trunk r165949. Among other improvements...
2012-10-22 kibRemove the support for using non-mpsafe filesystem...
2012-10-22 eadlerremove duplicate semicolons where possible.
2012-10-21 nwhitehornUpdate dialog to 20120706: includes minor useability...
2012-10-20 eadlerAdds 4K quirks for the some SSD's which all perform...
2012-10-19 uqsMerge mandoc from vendor into contrib and provide the...
2012-10-19 brooksReplace our version of the pwcache(3) API with NetBSD...
2012-10-16 eadlerAdd support for samsung HM250JI
2012-10-15 eadlerAdd support for the USB DISK Pro PMAP.
2012-10-14 mavAdd explicit check for not set time inside cam_periph_f...
2012-10-13 mavDon't exclude XPT SIM from locking in xpt_create_path_u...
2012-10-13 mavUse xpt_create_path_unlocked() for initial debug path...
2012-10-13 mavExtend SIM lock coverage during the bus registration...
2012-10-13 mavFix XPT_DEBUG paths operations locking:
2012-10-13 mavXPT_DEV_MATCH is probably the only xpt_action() method...
2012-10-12 mavGet SIM lock in several places while calling CAM functions.
2012-10-12 mavProtect xpt_getattr() calls with the SIM lock and asser...
2012-10-11 mavUse separate malloc buckets for CAM devices, CCBs and...
2012-10-11 mavDon't duplicate path/ccb allocation code, use existing...
2012-10-11 mavIncrease device CCB queue array size by CAM_RL_VALUES...
2012-10-10 mavThere are SCSI conditions that are not an errors. In...
2012-10-10 mavReally handle xpt_compile_path() error in xpt_bus_regis...
2012-10-10 mavRemove 'periph == NULL' check from bunch of periph...
2012-10-06 avgata_da: set disk::d_ident from serial number
2012-10-05 delphijMFV: tcpdump 4.3.0.
2012-10-05 delphijMFV: libpcap 1.3.0.
2012-10-03 marcelMerge bmake-20120831 from vendor/NetBSD/bmake/dist.
2012-09-28 mavChange queue overflow checks from DIAGNOSTIC+panic...
2012-09-27 traszRemove useless NULL checks after M_WAITOK allocations.
2012-09-26 traszFix panic in CTL caused by trying to free invalid point...
2012-09-19 tijlFix a panic when trying to play invalid audio tracks.
2012-09-14 eadlers/ is is / is /g
2012-09-10 jhbRemove some more NetBSD compat shims and other unused...
2012-09-06 jhbRemove NetBSD compat shims for drivers originally share...
2012-09-04 marcelMerge ATF 0.16 from vendor/atf/dist.
2012-08-24 jimharrisFix scsi_da's BIO_DELETE->SCSI_UNMAP translation to...
2012-08-20 dimUpgrade our copy of llvm/clang to trunk r162107. With...
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-12 mjacob1. Remove SEN support. I doubt there are any working...
2012-08-12 mjacobAdd missing VERIFY_10 definition.
2012-08-08 andrewImport compiler-rt r160957.
2012-07-30 bzRemove opt_enc.h from files committed with r235911...
2012-07-29 mavImplement media change notification for DA and CD remov...
2012-07-28 mjacobHandle a case where we had an SRR that pushed back the
2012-07-28 mmUpdate libarchive to 3.0.4
2012-07-24 impUpdate to latest git version of dtc to get new dtsv2...
2012-07-24 mavFix off by one error in ses_enc_desc_last_byte().
2012-07-24 mavDo not call ses_softc_cleanup() in case of configuratio...
2012-07-18 mavFix some typos in r238595.
2012-07-18 mavAdd bunch of new ASC/ASCQ values from T10 site.
2012-07-17 pfgDtrace: improve handling of library paths.
2012-07-14 pfgMerge illumos commit 13455:7205f7794835
2012-07-14 mjacobThe call to disk_resize causes a panic if DIAGNOSTIC...
2012-07-12 jkimMerge OpenSSL 1.0.1c.
2012-07-12 bruefferAdd and utilize defines for the ATA device register.
2012-07-11 bruefferApply similar same change as in r238379:
next