Age | Commit message (Expand) | Author |
2015-09-14 | Wrap <ifaddrs.h>, <netinet/in.h>, and <netinet/if_ether.h> so internal | Philip Guenther |
2015-09-14 | Wrap <net/if.h> and <net/if_dl.h> so internal calls go direct and all the | Philip Guenther |
2015-09-14 | Finish wrapping <netdb.h> so that calls go direct and the symbols are all weak | Philip Guenther |
2015-09-13 | Wrap <arpa/inet.h> and <arpa/nameser.h> so that calls go direct and the | Philip Guenther |
2015-09-12 | Wrap <unistd.h> so that internal calls go direct and they're all weak symbols | Philip Guenther |
2015-09-11 | _getnetbyaddr and _getnetbyname appear to be historical accidents in | Theo de Raadt |
2015-09-10 | tweak Nd after previous; ok mpi | Jason McIntyre |
2015-09-10 | Remove link_addr(3). A function to encode the name of an interface in | Martin Pieuchot |
2015-08-30 | Use nanosleep instead of sleep to avoid the extra layer and simplify later | Philip Guenther |
2015-06-04 | force reseeding if pid has changed. | Eric Faurot |
2015-05-14 | rev 1.3 introduced a check to an if statement without adding braces. | Jonathan Gray |
2015-03-23 | Make rcmdsh(3) not fail if it is passed a non resolvable hostname. | Alexander Hall |
2015-03-22 | differentiate between a failed read, returning -1, and encountering | Alexander Hall |
2015-03-22 | unmute rcmd hostname lookup failure | Alexander Hall |
2015-03-19 | zap #if 0'd code that's been dead since '96 | Alexander Hall |
2015-02-16 | Amend documentation for AI_ADDRCONFIG | Jeremie Courreges-Anglas |
2015-01-29 | Use .Rv where appropriate, and move it to RETURN VALUES; | Ingo Schwarze |
2015-01-16 | Use ">", not ">=" when comparing length to HOST_NAME_MAX since | Todd C. Miller |
2015-01-16 | Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@ | Todd C. Miller |
2015-01-16 | Replace check for ">= HOST_NAME_MAX+1" with "> HOST_NAME_MAX". | Todd C. Miller |
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt |
2014-11-05 | edns0 is not currently supported: confirmed by sthen and eric | Jason McIntyre |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-10-10 | replace select with equiv poll usage. | David Gwynne |
2014-09-15 | When fopen()ing internal to libc (the API doesn't support the use | Philip Guenther |
2014-09-04 | POSIX specifies arpa/inet.h as the include file for these. | Todd C. Miller |
2014-08-31 | Make the in6addr constant declarations and definitions consistent | Alexander Bluhm |
2014-08-31 | Add sockatmark() | Philip Guenther |
2014-08-23 | unbind; | Jason McIntyre |
2014-07-21 | Switch from <sys/endian.h> or <machine/endian.h> to the new, | Philip Guenther |
2014-07-20 | From ISO/IEC 9899:1999 and 9899:201x, | Philip Guenther |
2014-07-13 | tweak previous; | Jason McIntyre |
2014-07-13 | missing bracket in previous; | Jason McIntyre |
2014-07-13 | Update BUGS section. | Miod Vallat |
2014-07-13 | Split out ntoh[ls] and hton[ls] into their own manpage. | Philip Guenther |
2014-06-13 | Remove deprecated RFC2292 ancillary data convenience functions. | Christopher Zimmermann |
2014-06-11 | Really remove the obsolete manpages left by earlier commit | Christopher Zimmermann |
2014-06-11 | Remove manpages about deprecated RFC2292 ancillary data convenience functions. | Christopher Zimmermann |
2014-05-17 | correctly match size and buffer. from enh at google | Ted Unangst |
2014-05-09 | Add a bit more detail about dot notation from the old inet(3) manpage. | Philip Guenther |
2014-04-28 | Implement AI_ADDRCONFIG | sperreault |
2014-04-24 | uses ssh these days, not rsh; ok tedu | Jason McIntyre |
2014-04-19 | change some rsh references to ssh. poke by jmc | Ted Unangst |
2014-04-19 | zap trailing whitespace; | Jason McIntyre |
2014-04-19 | kill a stray \ | Theo de Raadt |
2014-04-19 | Split inet(3) into three pages by decade: 1980s -> inet_lnaof(3), | Philip Guenther |
2014-04-18 | remove references to rshd; | Jason McIntyre |
2014-04-07 | Add some missing names to the NAME sections. | Ingo Schwarze |
2014-03-18 | Sync with the way struct ether_addr is actually defined in | Lawrence Teo |