aboutsummaryrefslogtreecommitdiffstats
path: root/sys/bpf.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-182/+0
|
* sys: use ptr64 type instead of ptr where necessaryDmitry Vyukov2017-09-041-24/+17
|
* sys: improve bpf descriptionsDmitry Vyukov2017-09-021-4/+71
|
* sys: don't imply pointer indirection for filename typeDmitry Vyukov2017-01-181-3/+3
| | | | | | | | Change all 'filename' to 'ptr[in, filename]' and don't imply pointer indirection for filename type. This is necessary because in some bases we want to embed filename directly into a struct (e.g. unix sock addr). Similar change was already done for string type for similar reasons. Generally, we want to imply as less as possible. NOTE: IF YOU HAVE PRIVATE DESCRIPTIONS, YOU NEED TO DO THE SAME REPLACEMENT.
* sys: add new bpf descriptionsDmitry Vyukov2016-11-281-3/+18
| | | | These were just added to net-next.
* sys: improve bpf descriptionsDmitry Vyukov2016-11-111-6/+26
|
* sys: don't imply pointer indirection for string argumentsDmitry Vyukov2016-11-111-1/+1
| | | | | In preparation for extending string functionality and to make it less magical.
* sys: specify resources in text descriptionsDmitry Vyukov2016-08-271-10/+13
| | | | | | Currently to add a new resource one needs to modify multiple source files, which complicates descirption of new system calls. Move resource descriptions from source code to text desciptions.
* sys: use kernel headers instead of host headersDmitry Vyukov2016-01-221-26/+2
| | | | | | | | This solves several problems: - host usually have outdates headers, so previously we need to define missing consts - host may not have some headers at all - generation depends on linux distribution and version - some of the consts cannot be defined at all (e.g. ioctls that use struct arguments)
* sys: move more subsystems into separate filesDmitry Vyukov2015-12-281-0/+108