aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/loop_ppc64le.const
Commit message (Collapse)AuthorAgeFilesLines
* 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-0/+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/+30