aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_net_tun.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: fix errorsYu Hao2022-09-281-0/+4
|
* sys/linux: regenerate consts, remove ipxDmitry Vyukov2021-10-131-1/+0
| | | | | | Regenerate const files on the latest upstream tree. Remove IPX support since it was removed from the kernel in 7a2e838d28 ("staging: ipx: delete it from the tree").
* pkg/compiler: ensure consistency of syscall argument typesDmitry Vyukov2020-03-171-2/+2
| | | | | | | | | | | | | | | | | | Ensure that we don't have conflicting sizes for the same argument of the same syscall, e.g.: foo$1(a int16) foo$2(a int32) This is useful for several reasons: - we will be able avoid morphing syscalls into other syscalls - we will be able to figure out more precise sizes for args (lots of them are implicitly intptr, which is the largest type on most important arches) - found few bugs in linux descriptions Update #477 Update #502
* sys/linux: add new consts/flags/fields here and thereDmitry Vyukov2019-05-101-0/+2
| | | | Add a bunch of new small interfaces in 5.2: new consts, flags, fields, etc.
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-0/+85
Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.