| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | executor: move arm syscall fixup to syz-extract | Dmitry Vyukov | 2017-11-22 | 1 | -2/+2 |
| | | |||||
| * | sys/linux: add definition for LOOP_SET_BLOCK_SIZE | Eric Biggers | 2017-11-07 | 1 | -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 definitions | Eric Biggers | 2017-11-07 | 1 | -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/linux | Dmitry Vyukov | 2017-09-15 | 1 | -0/+30 |
