| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: add O_ACCMODE to floppy's open flags | Denis Efremov | 2021-11-08 | 1 | -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 format | Dmitry Vyukov | 2020-08-13 | 1 | -0/+58 |
| This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983 | |||||
