aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_floppy.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: add O_ACCMODE to floppy's open flagsDenis Efremov2021-11-081-0/+11
| | | | | | | | | 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: switch to the new .const formatDmitry Vyukov2020-08-131-0/+58
This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983