]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cam
MFstable/12 r340921:
[FreeBSD/FreeBSD.git] / sys / cam /
2018-11-08 impMFC r340155: Assert locks held for async events.
2018-10-10 desUpgrade Unbound to 1.8.0. More to follow.
2018-10-09 jkimUpdate ACPICA to 20181003.
2018-10-09 jhbUpdate Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
2018-10-09 emasteCopy libevent sources to contrib
2018-10-08 gjbMFV r339226 (peter): Record merge of serf-1.3.9.
2018-10-06 emasteopenssh: cherry-pick OpenSSL 1.1.1 compatibility
2018-10-05 gjbMFH r338661 through r339200.
2018-10-02 brooksMove 32-bit compat support for CDIOREADTOCENTRYS to...
2018-10-01 kenFix a da(4) driver memory leak for SCSI SMR devices.
2018-09-24 emasteCopy libevent sources to contrib
2018-09-20 baptImport mandoc 1.14.4
2018-09-13 jkimUpdate OpenSSL to 1.1.1.
2018-09-11 traszMake the wait in cfiscsi_offline() interruptible. ...
2018-09-10 desUpgrade to OpenSSH 7.8p1.
2018-09-06 mavAdd missing copyin() to access LUN and port ioctl argum...
2018-09-01 traszTry harder in cfiscsi_offline(). This is believed...
2018-08-23 manudts: Import DTS for arm64
2018-08-22 chuckMake NVMe compatible with the original API
2018-08-21 traszRemove unneccessary code, which also introduced a ...
2018-08-15 impFlesh out a comment about what we're doing with read...
2018-08-14 jkimMerge OpenSSL 1.0.2p.
2018-08-13 impCreate xpt_sim_poll and refactor a bit using it.
2018-08-13 manuImport DTS files from Linux 4.18
2018-08-11 kevansMFH @ r337607, in preparation for boarding
2018-08-10 cemWalk back r337554 while discussion continues
2018-08-09 cemcam(4): Add an xpt-neutral flag indicating a valid...
2018-08-09 cemcam_ccb.h: Remove redundant declarations of static...
2018-08-08 eadlerfile: update to 5.34
2018-07-31 mavMFV r336991, r337001:
2018-07-29 mmMFV r336851:
2018-07-26 impFor the dynamic I/O scheduler, make the TRIM stuff...
2018-07-21 mavStop further SCSI recovery attempts after one has failed.
2018-07-11 cyMFV r324714:
2018-07-04 avgremove unneeded inclusion of sys/interrupt.h from sever...
2018-06-19 kibabFix setting RCA for MMC cards
2018-06-19 kibabDon't try to turn power down MMC bus if it is already...
2018-06-19 kibabCorrectly define rawscr so initializing it doesn't...
2018-06-19 kibabSet MMC_DATA_MULTI flag when doing multi-block transfers
2018-06-14 kenFix da(4) locking when probing SMR drives.
2018-06-14 manudts: Update our copy to Linux 4.17
2018-06-05 kibabEnable high-speed on the card before increasing frequen...
2018-05-28 hselaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-28 vangyzencam nvme: fix array overrun
2018-05-25 mavRefactor NVMe CAM integration.
2018-05-24 impWe can't release the refcount outside of the periph...
2018-05-23 philImport libxo-0.9.0:
2018-05-22 kibabImplement initial MMC partitions support for MMCCAM.
2018-05-22 kibabFix MMCCAM scanning for new cards.
2018-05-20 eadlerMFV: file 5.33
2018-05-19 sjgMerge bmake-20180512
2018-05-15 impHold the reference count until the CCB is released
2018-05-15 impHold the reference count until the CCB is released
2018-05-12 desUpgrade Unbound to 1.7.1.
2018-05-12 desUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.2. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.1. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.0. More to follow.
2018-05-12 desUpgrade LDNS to 1.7.0.
2018-05-11 desUpgrade to OpenSSH 7.7p1.
2018-05-10 lwhsuFix build for platforms using GCC:
2018-05-10 araujoRework CTL frontend & backend options to use nv(3)...
2018-05-09 impRemove the 'All Rights Reserved' clause from some of...
2018-05-08 desUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 peterUpdate svn-1.9.7 to 1.10.0.
2018-05-01 scottlRefactor dadone(). There was no useful code sharing...
2018-05-01 scottlcam_periph_runccb() changed several years ago to overwr...
2018-05-01 scottlAdd and fix comments for cam_periph_runccb()
2018-04-20 manugnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-13 impJust assert that the lock is held here, rather than...
2018-04-12 kenHandle Programmable Early Warning for control commands...
2018-04-06 mavDo not fail devices just for errors in descriptor format.
2018-04-06 brooksMove most of the contents of opt_compat.h to opt_global.h.
2018-04-04 brImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-03-28 mavMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-24 philipImport tzdata 2018d
2018-03-23 impFlag when we have a pending TUR. Don't schedule another...
2018-03-23 mavMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-21 impRevert r331273: "Release the "TUR" reference when clear...
2018-03-20 impRelease the "TUR" reference when clearing the TUR work...
2018-03-20 jhbUse <stdarg.h> instead of <machine/stdarg.h> in userland.
2018-03-20 impKill assert I shouldn't have committed
2018-03-20 impStarting LBA is a 64bit number, so use htole64 instead...
2018-03-20 impMake kern.cam.nda.num_trim tunable to limit the number...
2018-03-20 impRemove some redundant MPSAFE flags.
2018-03-19 kencam_periph_acquire() now returns an errno.
2018-03-19 brImport Intel Processor Trace decoder library from
2018-03-17 impOnly take out the periph lock when we're modifying...
2018-03-15 traszFix iSCSI target crash on session reinstation.
2018-03-14 impCreate a sysctl kern.cam.{,a,n}da.X.invalidate
2018-03-14 impFix inverted logic that counted all completions as...
2018-03-14 impImplement trim collapsing in nda
2018-03-14 impAllow NULL ccb to cam_iosched_bio_complete
2018-03-12 brooksReject ioctls to SCSI enclosures from 32-bit compat...
2018-03-12 brooksReject CAMIOGET and CAMIOQUEUE ioctl's on pass(4) in...
2018-03-12 impTighten up periph lock to avoid some races
2018-03-10 cemnvme_da: Fix minor memory leak in error case
2018-03-02 sjgUpdate to bmake-201802222
2018-02-28 delphijMFV r330102: ntp 4.2.8p11
next