aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sg.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-117/+0
| | | | | Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.
* sys/linux: update TODO commentsDmitry Vyukov2019-01-241-3/+1
| | | | | | Change TODO comments that refer to missing description language features to NEED comments as that it's easier to grep for them. Remove some outdated comments. Fix 2 easy fixable TODOs.
* sys/linux: use negative consts where usefulDmitry Vyukov2018-07-091-1/+1
|
* sys/linux: additional scsi_ioctls of sg deviceDenis Efremov2018-06-191-1/+22
| | | | | | | Add previously skipped SCSI_IOCTL_* ioctls in the sg rule. Signed-off-by: Denis Efremov <efremov@linux.com>
* sys/linux: describe block device ioctlsDmitry Vyukov2018-04-291-0/+98
Describe block device ioctls. Describe sg device ioctls. Add few more devices.