]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cam
Rename do_pipe() to kern_pipe2() and declare it properly.
[FreeBSD/FreeBSD.git] / sys / cam /
2013-03-29 smhAdds the ability to enable / disable sorting of BIO...
2013-03-29 mariusUnbreak compilation after r248868.
2013-03-29 mavMake pre-shutdown flush and spindown routines to not...
2013-03-29 mavImplement CAM_PERIPH_FOREACH() macro, safely iterating...
2013-03-27 mavOn SIM destruction free associated CCBs, preallocated...
2013-03-25 pfgDtrace: Add SUN MDB-like type-aware print() action.
2013-03-25 pfgDtrace: add toupper()/tolower() and enhancements to...
2013-03-25 mavRemove two bzero()s that are erasing only few more...
2013-03-24 pfgDtrace: add optional size argument to tracemem().
2013-03-22 desUpgrade to OpenSSH 6.2p1. The most important new featu...
2013-03-22 mmMFV r248590,248594:
2013-03-21 mmMerge libzfs_core branch:
2013-03-19 kibCommit the removal of a whitespace to record the proper...
2013-03-19 kibSupport unmapped i/o for the md(4).
2013-03-19 kibDo not remap usermode pages into KVA for physio.
2013-03-19 kibAssert that a ccb passed to cam_periph_mapmem() for...
2013-03-19 mmMFV r247580:
2013-03-15 brooksReplace our (un)vis(1) commands with implementations...
2013-03-09 mmMFC @248093
2013-03-08 attilioMFC
2013-03-07 attilioMerge from vmcontention
2013-03-07 attilioMFC
2013-03-05 mmWiP merge of libzfs_core (MFV r238590, r238592)
2013-03-04 kenRe-enable CTL in GENERIC on i386 and amd64, but turn...
2013-03-04 baptImport libyaml as libbsdyml (private brand name)
2013-02-26 delphijUpdate base system libexpat to 2.1.0.
2013-02-24 attilioMerge from vmcontention
2013-02-24 attilioMFC
2013-02-23 attilioMFC
2013-02-22 mavHide SEMB port of the SiI3826 Port Multiplier by defaul...
2013-02-22 mavAdd DA_Q_NO_PREVENT quirk for Kingston DataTraveler...
2013-02-15 desUpgrade to 1.6.16
2013-02-15 jkimMerge ACPICA 20130214.
2013-02-15 desImport LDNS and build it as an internal library.
2013-02-13 jkimMerge OpenSSL 1.0.1e.
2013-02-13 attilioMerge from vmcontention
2013-02-13 attilioMFC
2013-02-12 kibReform the busdma API so that new types may be added...
2013-02-09 delphijMFV r245512:
2013-02-04 attilioMerge from vmcontention
2013-02-03 attilioMFC
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-26 attilioMFC
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-11 attilioMFC
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 attilioMFC
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.
next