aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_cdrom.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: use openat for /dev/cdromDmitry Vyukov2019-11-291-1/+2
| | | | | No need to use syz_open_dev here, openat will do. Also add /dev/cdrom1 b/c qemu -machine q35 creates cdrom1 instead of cdrom.
* sys/linux: fix up some int64 syscall argsDmitry Vyukov2019-11-071-3/+3
| | | | | See the discussion on #1493. These args are actually intptr's.
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-0/+343
Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.