aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/bpf_arm.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: misc assorted improvementsDmitry Vyukov2018-12-291-0/+12
| | | | | | Add new bpf consts/commands. Refine bluetooth descriptions. Remove removed crypto consts.
* sys/linux: add RTM_NEWNSID/RTM_GETNSIDDmitry Vyukov2018-12-221-1/+1
|
* removing trace2syz constantsShankara Pailoor2018-11-241-47/+0
|
* sys/linux: add additional constants for trace2syz to bpfShankara Pailoor2018-10-301-0/+49
| | | | Fixes #783
* sys/linux: fix up descriptionsDmitry Vyukov2018-10-301-1/+1
| | | | | | | 1. Extract consts on the latest linux tree. 2. Don't manually define O_TMPFILE/O_ACCMODE/_LINUX_CAPABILITY_VERSION_N, they are defined in kernel headers. 3. Don't use CLOCK_SGI_CYCLE as clock id, it's not implemented.
* sys/linux: add additional constants for trace2syzshankarapailoor2018-10-301-1/+1
|
* sys/syz-extract: support missing arch headersDmitry Vyukov2018-10-281-1/+1
| | | | | | | | The latest Linux kernel misses some arch-specific headers on some archs: asm/a.out.h asm/prctl.h asm/mce.h Support that.
* sys/linux: add btf descriptionsDmitry Vyukov2018-09-111-0/+5
| | | | | Add some new bpf descriptions, most notably btf. Not perfect, but something.
* sys/linux: treat cuse as fuseDmitry Vyukov2018-08-261-1/+1
| | | | | | It's mostly fuse. Also regenerate consts on latest kernel.
* sys/linux: regenerate consts on tipDmitry Vyukov2018-06-071-1/+1
|
* sys/linux: a bunch of assorted improvementsDmitry Vyukov2018-04-271-0/+12
|
* sys/linux: improve team descriptionsDmitry Vyukov2018-04-061-1/+1
| | | | | | | | | | | | | | | | | | | 1. Create ifindex_team, because TEAM_ATTR_TEAM_IFINDEX must always point to a team device. 2. Remove output only attributes like team_attr_item_port, TEAM_ATTR_LIST_PORT, TEAM_ATTR_OPTION_CHANGED. 3. Restructure team_nl_option_policy: we always want TEAM_ATTR_OPTION_NAME/TYPE/DATA + optionally TEAM_ATTR_OPTION_ARRAY_INDEX and TEAM_ATTR_OPTION_PORT_IFINDEX. 4. Provide specialized team_nl_option_policy_per_port and team_nl_option_policy_array. 5. Make team_attr_option varlen. 6. Remove unnecessary indirection via team_attr_list_option/team_attr_list_port. 7. Fix data type for bpf_hash_func and lb_tx_hash_to_port_mapping.
* sys/syz-extract: save unsupported consts to the const filesDmitry Vyukov2018-02-011-1/+1
| | | | | | | | | | | We currently print unsupported consts to console during make extract. But this is not very useful as there are too many output now. This also does not allow to understand what's unsupported in newly checked-in descriptions, or what's unsupported in all current decriptions. Save unsupported consts to the const files instead. This solves all of the above problems.
* sys/linux: improve bpf descriptionsDmitry Vyukov2017-12-291-0/+59
|
* sys/linux: assorted improvementsDmitry Vyukov2017-12-291-0/+7
| | | | Mostly extensions of API in 4.15.
* sys/linux: assorted improvements to descriptionsDmitry Vyukov2017-11-271-0/+7
|
* executor: move arm syscall fixup to syz-extractDmitry Vyukov2017-11-221-1/+1
|
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-0/+57