| Age | Commit message (Expand) | Author |
| 2016-12-07 | make it always return a NUL terminated string instead of NULL when the address | christos |
| 2016-12-07 | Add the terminating NUL as a regular character addition. | christos |
| 2016-12-07 | Leave room for the null terminator. Spotted by DuClare on freenode. | dholland |
| 2016-12-06 | Fix buffer copy without checking the size of input: | christos |
| 2016-09-21 | Add ifa_addrflags to ifaddrs. | roy |
| 2016-02-06 | Avoid shadowing global. | riastradh |
| 2016-01-23 | unsigned -> unsigned int | wiz |
| 2016-01-23 | Update synopses to match u_int/u_long/etc. changes. Do not bump date as | dholland |
| 2016-01-22 | Try to reduce singular/plural confusion. Use more markup. | wiz |
| 2016-01-22 | fix typo. | zafer |
| 2015-12-14 | PR/50552: Kyle Amon: RFC3493 section 6.1 wants us to accept non-dotted-quad | christos |
| 2015-12-14 | KNF | ozaki-r |
| 2015-12-13 | mention ip6addrctl | christos |
| 2015-12-13 | Implement the address selection policy; from FreeBSD | christos |
| 2015-12-02 | PR/44915: Havard Eidnes: | christos |
| 2015-10-26 | put the state back after it is used. | christos |
| 2015-10-26 | PR/50367: Stefan Schaeckeler: Apply fix to obey RES_CHECKNAME to getnetbyaddr | christos |
| 2015-10-26 | PR/50367: Stefan Schaeckeler: libc resolver library does not resolve host | christos |
| 2015-09-22 | - fix various leaks on error | christos |
| 2015-09-22 | be more forgiving, and don't abort on unexpected errors. | christos |
| 2015-09-22 | Handle herrors properly so that postfix can return 4XX codes when appropriate. | christos |
| 2015-09-10 | namespace protect allocaddrinfo | christos |
| 2015-09-10 | mke allocaddrinfo static. | christos |
| 2015-09-09 | Include several libc functions in rump.ping6 | ozaki-r |
| 2015-09-03 | PR/50195: Henning Petersen: Incorrect check in getnameinfo_link. | christos |
| 2015-09-01 | Fix rump.ndp -I options by rump-ifying if_nametoindex(3) | ozaki-r |
| 2015-05-15 | Don't create a weak alias in the !RUMPACTION case. | joerg |
| 2015-05-15 | Fix rump.{netstat,route} shows host's interface names in link local addresses | ozaki-r |
| 2015-04-15 | remove various HAVE_GCC=45 fragments. | mrg |
| 2015-01-04 | Add more markup. | wiz |
| 2015-01-04 | Correct API for the gethostby{name,addr} | christos |
| 2014-11-26 | Changes done in rsh.c rev. 1.36 was incomplete. As chuq pointed | enami |
| 2014-11-24 | knf, no functional change. | christos |
| 2014-11-24 | Don't read past the end when the data is exactly the right size. Reported | christos |
| 2014-09-18 | make more descriptors that we open as close-on-exec | christos |
| 2014-06-19 | use fparseln() instead of fgetln() for consistency (this was the last fgetln() | christos |
| 2014-06-19 | use fparseln() instead of abusing fgetln(), so that the last line that | christos |
| 2014-05-28 | CID 975111: Ignore return value from initgroups(). If we failed, then | christos |
| 2014-03-17 | fix memory leak | christos |
| 2014-02-07 | RFC 3542 (section 10.1) states that optlen should only be checked when | christos |
| 2014-01-24 | CID 1163170, 1164171, resource leak | christos |
| 2014-01-17 | fix memory allocation, and an off-by-one | drochner |
| 2014-01-17 | the addition is handled in the alias. | christos |
| 2014-01-17 | Move more code into the macro, and fix the bug where realloc would cause | christos |
| 2014-01-16 | Remove MAXALIASES limit | christos |
| 2014-01-04 | Sort sections. Remove trailing whitespace. | wiz |
| 2014-01-04 | Sort sections. Punctuation formatting nits. | wiz |
| 2013-12-22 | - don't clobber hp in the RES_USE_INET6 case | christos |
| 2013-12-22 | this is supposed to be re-entrant, call don't call __hostalias that uses | christos |
| 2013-11-14 | Remove annoying comma and sort SEE ALSO. | wiz |