| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: fix and regenerate consts on the latest kenrel | Dmitry Vyukov | 2021-11-12 | 1 | -0/+1 |
| | | | | | Fix missed includes and renamed constants and regenerate const files on 89d714ab60. | ||||
| * | sys/linux: add O_ACCMODE to floppy's open flags | Denis Efremov | 2021-11-08 | 1 | -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 description | Denis Efremov | 2019-07-05 | 1 | -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 files | Andrey Konovalov | 2019-02-01 | 1 | -0/+175 |
| Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names. | |||||
