aboutsummaryrefslogtreecommitdiffstats
path: root/sys/socket_inet.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-304/+0
|
* sys: change proc arguments to the format used by const/flags/lenDmitry Vyukov2017-08-311-3/+3
| | | | | | | | 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 descriptionsDmitry Vyukov2017-08-181-8/+8
|
* sys: make ifindex a resourceAndrey Konovalov2017-04-201-5/+18
| | | | | Also split ioctl$sock_inet_ifreq into multple ioctls to make it possible to disable or enable particular ones.
* sys: add some ip socket optionsAndrey Konovalov2017-04-201-91/+145
|
* sys: use ipv4_addr & ipv6_addr instead of in_addr & in6_addrAndrey Konovalov2017-04-081-24/+15
|
* sys: add more ip ioctlsAndrey Konovalov2017-04-081-2/+14
|
* sys: use consistent ioctl$sock* name for socket ioctlsAndrey Konovalov2017-04-081-6/+6
|
* sys: use consistent setsockopt$inet* syscall names for ip optionsAndrey Konovalov2017-04-071-19/+19
|
* sys: add ipv4 arp ioctlsAndrey Konovalov2017-04-071-1/+24
|
* sys: move ipv6 sockets to its own fileAndrey Konovalov2017-04-071-89/+0
|
* sys: rearrange and improve socket.txtAndrey Konovalov2017-04-071-0/+31
|
* sys: improve ip and ipv6 sockoptsAndrey Konovalov2017-02-101-64/+90
|
* sys: add sock_in and sock_in6 typesAndrey Konovalov2017-02-101-28/+63
|
* sys: split socket.txt into multiple files based on socket typeAndrey Konovalov2017-02-091-0/+208
This just moves syscall descriptions and fixes up includes without any semantic changes.