]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cam
arm64: Add atomic_fcmpset_8 and atomic_fcmpset_16
[FreeBSD/FreeBSD.git] / sys / cam /
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
2018-02-23 impUse bool instead of int for predicate functions relatin...
2018-02-22 wmaNVMe: Add big-endian support
2018-02-22 impRevert r329814 as well. It should have been in r329819.
2018-02-22 impBackout r329818, r329816 and r329815.
2018-02-22 impFix typo in last commit after last rebase before commit...
2018-02-22 impCombine BIO_DELETE requests for nda devices
2018-02-22 impIntroduce capacity flags for periphs
2018-02-22 impNote when we tick.
2018-02-22 impWrap an extra long line
2018-02-22 impDon't sort TRIMs.
2018-02-22 mavMFV r329799, r329800:
2018-02-21 impMinor formatting nits.
2018-02-21 mavMFV r329502: 7614 zfs device evacuation/removal
2018-02-21 traszUse proper buffer length (the announce_buf char pointer...
2018-02-18 mavMFV r324198: 8081 Compiler warnings in zdb
2018-02-16 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-15 impReport the number of remaining retries when we have...
2018-02-09 jkimMFV: r329072
2018-02-07 impFix cut and pasted comments to reflect differences...
2018-02-06 impKeep a counter for number of requests completed with...
2018-02-06 scottlReturn a C errno for cam_periph_acquire().
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-29 impDo the book-keeping on release before we release the...
2018-01-27 scottlFinish the incomplete move of CAM_PERIPH_PRINT().
2018-01-26 scottlMove CAM_PERIPH_PRINT() to cam_periph.h
2018-01-26 impFix a sleepable malloc in ndastart. We shouldn't be...
2018-01-26 scottlFix a cut-and-paste error in a panic message
2018-01-26 jhibbitsMinimum changes for ctl to build on architectures with...
2018-01-25 impTrack Ref / DeRef and Hold / Unhold that da is doing...
2018-01-25 impWhen devices are invalidated, there's some cases where...
2018-01-25 impMinor whitespace cleanup to remove leading space before...
2018-01-24 mmMFV r328323,328324:
2018-01-24 philipImport tzdata 2018c
2018-01-22 impThis comment is bogus. This is a legit release.
2018-01-22 pfgUnsign some values related to allocation.
2018-01-21 pfgRevert r327828, r327949, r327953, r328016-r328026,...
2018-01-19 scottlFix compile errors in r328165
2018-01-19 scottlRevert ABI breakage to CAM that came in with MMC/SD...
2018-01-18 kevanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-16 pfgSPDX: finish tagging sys/cam.
2018-01-16 pfgscsi_ch.c: Small cleanups to the comments.
2018-01-15 pfgcam: make some use of mallocarray(9).
next