| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/syz-extract: move from syz-extract | Dmitry Vyukov | 2017-06-17 | 1 | -69/+0 |
| | | |||||
| * | sys: add basic AF_LLC sockets descriptions | Andrey Konovalov | 2017-05-29 | 1 | -1/+1 |
| | | |||||
| * | sys: add syscall description for /dev/ion. | Billy Lau | 2017-04-25 | 1 | -1/+1 |
| | | |||||
| * | sys: move ipv6 sockets to its own file | Andrey Konovalov | 2017-04-07 | 1 | -2/+3 |
| | | |||||
| * | sys: add basic AF_AX25 descriptions | Andrey Konovalov | 2017-03-31 | 1 | -1/+1 |
| | | |||||
| * | sys: add basic AF_IPX descriptions | Andrey Konovalov | 2017-03-31 | 1 | -1/+2 |
| | | |||||
| * | sys: add dccp socket & packet descriptions | Andrey Konovalov | 2017-02-13 | 1 | -7/+7 |
| | | |||||
| * | sys: split socket.txt into multiple files based on socket type | Andrey Konovalov | 2017-02-09 | 1 | -8/+11 |
| | | | | | | This just moves syscall descriptions and fixes up includes without any semantic changes. | ||||
| * | sys: add /dev/loop description | Dmitry Vyukov | 2017-02-03 | 1 | -1/+1 |
| | | |||||
| * | sys: move ipc syscalls into separate file | Dmitry Vyukov | 2017-01-28 | 1 | -1/+1 |
| | | |||||
| * | sys: drop kdbus description | Dmitry Vyukov | 2017-01-18 | 1 | -1/+1 |
| | | | | | kdbus haven't been merged into mainline, unmaintained and seems to be replaced by bus1. | ||||
| * | executor: emit ethernet traffic | Andrey Konovalov | 2016-11-29 | 1 | -1/+2 |
| | | |||||
| * | extract.sh: allow generating constants for Android devices. | Alexander Potapenko | 2016-09-05 | 1 | -7/+26 |
| | | | | | | | | To generate Android-specific constants run extract.sh with ANDROID=/path/to/kernel/checkout instead of LINUX=... Also remove /usr/bin from `make defconfig` invocations to let the user supply custom CC. | ||||
| * | extract.sh: add a comment with required package names | Dmitry Vyukov | 2016-08-26 | 1 | -0/+3 |
| | | |||||
| * | overhaul syscall description generation process | Dmitry Vyukov | 2016-08-26 | 1 | -0/+41 |
| This splits generation process into two phases: 1. Extract values of constants from linux kernel sources. 2. Generate Go code. Constant values are checked in. The advantage is that the second phase is now completely independent from linux source files, kernel version, presence of headers for particular drivers, etc. This allows to change what Go code we generate any time without access to all kernel headers (which in future won't be limited to only upstream headers). Constant extraction process does require proper kernel sources, but this can be done only once by the person who added the driver and has access to the required sources. Then the constant values are checked in for others to use. Consant extraction process is per-file/per-arch. That is, if I am adding a driver that is not present upstream and that works only on a single arch, I will check in constants only for that driver and for that arch. | |||||
