aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/loop.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-60/+0
| | | | | Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.
* sys/linux: describe block device ioctlsDmitry Vyukov2018-04-291-1/+1
| | | | | | Describe block device ioctls. Describe sg device ioctls. Add few more devices.
* sys/linux: add definition for LOOP_SET_BLOCK_SIZEEric Biggers2017-11-071-0/+1
| | | | The v4.14 kernel will support a new loop ioctl, LOOP_SET_BLOCK_SIZE.
* sys/linux: fix wrong ioctl numbers in loop device definitionsEric Biggers2017-11-071-2/+2
| | | | | | | Fix a couple apparent copy-and-paste errors: - ioctl$LOOP_CHANGE_FD should use LOOP_CHANGE_FD - ioctl$LOOP_CTL_REMOVE should use LOOP_CTL_REMOVE
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-0/+59