aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/floppy.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-175/+0
| | | | | Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.
* sys/linux: open /dev/media* filesDmitry Vyukov2018-10-281-1/+1
| | | | Also remove the second syscall for opening of /dev/fd*.
* sys/linux: floppy interface descriptionDenis Efremov2018-10-281-0/+175
For floppy fuzzing you need to enable: 1) CONFIG_BLK_DEV_FD in your kernel configuration 2) "cmdline": " -fda FLOPPY.img " in syzkaller configuration Signed-off-by: Denis Efremov <efremov@linux.com> Signed-off-by: Alexander Popov <alex.popov@linux.com>