aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_floppy.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: fix and regenerate consts on the latest kenrelDmitry Vyukov2021-11-121-0/+1
| | | | Fix missed includes and renamed constants and regenerate const files on 89d714ab60.
* sys/linux: add O_ACCMODE to floppy's open flagsDenis Efremov2021-11-081-1/+8
| | | | | | | | | O_ACCMODE is used for ioctl-only opens in the floppy driver. Drop O_CREAT, O_DIRECTORY, O_EXCL, O_LARGEFILE, O_NOCTTY, O_NOFOLLOW, O_PATH and __O_TMPFILE flags. They aren't affecting /dev/fd0. Signed-off-by: Denis Efremov <efremov@linux.com>
* sys/linux: fix floppy descriptionDenis Efremov2019-07-051-1/+1
| | | | | | | | | | * sys/linux: fix floppy description Fix typo in the FDGETPRM ioctl. * sys/linux: extract && generate for floppy Signed-off-by: Denis Efremov <efremov@linux.com>
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-0/+175
Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.