aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/floppy_arm.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-56/+0
| | | | | Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.
* sys/syz-extract: support missing arch headersDmitry Vyukov2018-10-281-0/+56
The latest Linux kernel misses some arch-specific headers on some archs: asm/a.out.h asm/prctl.h asm/mce.h Support that.