aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/scsi/scsi_enc.c
Commit message (Expand)AuthorAgeFilesLines
* cam: Remove left-over sys/cdefs.h in sys/camWarner Losh2023-11-061-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Delay GEOM disk_create() until CAM periph probe completes.Alexander Motin2022-07-141-5/+4
* ses: minor cleanupAlan Somers2022-01-191-27/+27
* cam: Relax callouts precisions.Alexander Motin2022-01-071-2/+2
* cam: Remove all the write-only variablesWarner Losh2021-11-241-5/+0
* cam: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+2
* Don't try to copyout() to a kernel buffer.John Baldwin2020-04-171-0/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+2
* Make CAM use root_mount_hold_token() to delay boot.Alexander Motin2019-11-221-29/+3
* Improve AHCI Enclosure Management and SES interoperation.Alexander Motin2019-06-231-6/+15
* Decouple enc/ses verbosity from bootverbose.Alexander Motin2019-06-221-0/+8
* Remove ancient SCSI-2/3 mentioning.Alexander Motin2019-06-221-15/+5
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* Reject ioctls to SCSI enclosures from 32-bit compat processes.Brooks Davis2018-03-121-0/+8
* Return a C errno for cam_periph_acquire().Scott Long2018-02-061-3/+3
* Remove unused 4th argument to match the standard error routines.Warner Losh2017-12-061-1/+1
* sys/cam: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Include opt files in the kernel with "" instead of <>.Warner Losh2017-07-101-1/+1
* Add infrastructure to the ATA and SCSI transports that supportsScott Long2017-04-191-1/+8
* Convert sys/cam to use make_dev_s().Konstantin Belousov2016-01-071-14/+14
* Add API to obtain primary enclosure name and ID for /dev/sesX devices.Alexander Motin2015-11-211-0/+4
* Merge CAM locking changes from the projects/camlock branch to radicallyAlexander Motin2013-10-211-42/+15
* Unify periph invalidation and destruction reporting.Alexander Motin2013-10-151-5/+0
* Fix SES_ENABLE_PASSTHROUGH kernel option, unexpectedly broken during driverAlexander Motin2013-09-011-2/+4
* Fix a device departure bug for the the pass(4), enc(4), sg(4) and ch(4)Kenneth D. Merry2012-12-081-2/+61
* Remove one more numeric priority constant.Alexander Motin2012-10-271-1/+1
* Remove two more 'periph == NULL' checks missed in r241404.Alexander Motin2012-10-231-5/+0
* s/ is is / is /gEitan Adler2012-09-141-1/+1
* 1. Remove SEN support. I doubt there are any working examplesMatt Jacob2012-08-121-15/+3
* Remove opt_enc.h from files committed with r235911. enc(4) is theBjoern A. Zeeb2012-07-301-2/+0
* Fix several reference counting and object lifetime issues betweenKenneth D. Merry2012-06-201-3/+23
* Work around a race condition in devfs by changing the way closesKenneth D. Merry2012-05-271-11/+5
* Remove sleep() from invalidate call in ses driver, waiting for daemonAlexander Motin2012-05-251-10/+8
* MFprojects/zfsd:Alexander Motin2012-05-241-0/+1011