| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys: move linux descriptions to sys/linux | Dmitry Vyukov | 2017-09-15 | 1 | -191/+0 |
| | | |||||
| * | sys: change proc arguments to the format used by const/flags/len | Dmitry Vyukov | 2017-08-31 | 1 | -1/+1 |
| | | | | | | | | | All other types have optional underlying type as the last argument. Proc have it as first. This creates very irregular syntax and complicates parsing. Make type the last argument. Note: this is a breaking change if you have descriptions on the side. | ||||
| * | sys: reformat descriptions | Dmitry Vyukov | 2017-08-18 | 1 | -2/+2 |
| | | |||||
| * | sys: make ifindex a resource | Andrey Konovalov | 2017-04-20 | 1 | -5/+5 |
| | | | | | | Also split ioctl$sock_inet_ifreq into multple ioctls to make it possible to disable or enable particular ones. | ||||
| * | sys: add more ipv6 socket options | Andrey Konovalov | 2017-04-20 | 1 | -11/+52 |
| | | |||||
| * | sys: add some ip socket options | Andrey Konovalov | 2017-04-20 | 1 | -1/+5 |
| | | |||||
| * | sys: add some ipv6 socket options | Andrey Konovalov | 2017-04-20 | 1 | -7/+53 |
| | | |||||
| * | sys: add more ipv6 ioctls | Andrey Konovalov | 2017-04-08 | 1 | -0/+32 |
| | | |||||
| * | sys: use ipv4_addr & ipv6_addr instead of in_addr & in6_addr | Andrey Konovalov | 2017-04-08 | 1 | -18/+5 |
| | | |||||
| * | sys: use consistent setsockopt$inet* syscall names for ip options | Andrey Konovalov | 2017-04-07 | 1 | -10/+10 |
| | | |||||
| * | sys: move ipv6 sockets to its own file | Andrey Konovalov | 2017-04-07 | 1 | -0/+81 |
