Age | Commit message (Expand) | Author |
2016-04-05 | Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specific | Philip Guenther |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-10 | un-vax; | Jason McIntyre |
2015-12-28 | Remove NULL-checks before free() and a few related dead assignments. | mmcc |
2015-12-19 | gethostbyname2() and gethostbyaddr() need <sys/socket.h>; discussed with | Tim van der Molen |
2015-12-16 | tweak previous; | Jason McIntyre |
2015-12-16 | Remove support for HOSTALIASES from the resolver. This "open and parse | Theo de Raadt |
2015-12-14 | s/begining/beginning/g | mmcc |
2015-11-25 | syslog() here is pointless; ok millert | Theo de Raadt |
2015-11-24 | Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} within | Todd C. Miller |
2015-11-21 | point to netintro(4) rather than (now removed) networking(4); | Jason McIntyre |
2015-11-10 | update NAME section to include all documented functions, | Jason McIntyre |
2015-11-08 | inet(4), not inet(3); | Jason McIntyre |
2015-11-01 | delete old lint ARGSUSED comments | Philip Guenther |
2015-10-23 | Switch if_nameindex(3) to use the new NET_RT_IFNAMES sysctl to get the | Claudio Jeker |
2015-10-23 | Use waitpid() instead of wait() to avoid returning early from another child | Philip Guenther |
2015-10-22 | Cast ctype function arguments to unsigned char. | mmcc |
2015-10-05 | Wrap <resolv.h> so that internal calls go direct | Philip Guenther |
2015-10-04 | wrap __ivaliduser_sa() so the internal call is direct (at least until we | Philip Guenther |
2015-10-04 | recv() and send() aren't overriden by libpthread (vs recvfrom() and sendto()!) | Philip Guenther |
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 |