Age | Commit message (Expand) | Author |
2013-04-08 | Do not fail if the user buffer is too short to hold the packet: fill it up | Eric Faurot |
2013-04-08 | Updates to SYNOPSIS, ERRORS, and STANDARDS. | Philip Guenther |
2013-04-08 | Use .Er for errno E* constants | Philip Guenther |
2013-04-08 | Comply with rfc2553. lib/libc/net/getaddrinfo.c already has this right. | Christopher Zimmermann |
2013-04-08 | macro fix for previous; | Jason McIntyre |
2013-04-08 | Updates to SYNOPSIS, ERRORS, and STANDARDS. | Philip Guenther |
2013-04-08 | zap trailing whitespace; | Jason McIntyre |
2013-04-08 | Updates to SYNOPSIS, ERRORS, and STANDARDS. | Philip Guenther |
2013-04-06 | explain what "default" means in sndio.7 rather than {sio,mio}_open.3, | Alexandre Ratchov |
2013-04-06 | a little fix for the version history | Ted Unangst |
2013-04-06 | remove more references to kern.rthreads sysctl. | Ted Unangst |
2013-04-06 | fix race when exiting a detached thread. observed by and ok guenther | Ted Unangst |
2013-04-06 | rthread sysctl isn't experimental anymore. oh, and it's gone too. | Ted Unangst |
2013-04-05 | - Add comments regarding copies of these files also in libexec/ld.so | Kurt Miller |
2013-04-05 | do not fail on EINTR | Eric Faurot |
2013-04-04 | fix alignment issue in getnetby{addr,name}() too. | Eric Faurot |
2013-04-04 | use the provided ALIGN() macro instead of re-inventing a square wheel. | Eric Faurot |
2013-04-03 | properly follow the CNAME chain in reverse lookups | Eric Faurot |
2013-04-03 | Use MSG_NOSIGNAL when writing DNS queries over TCP sockets to ensure | Matthew Dempsky |
2013-04-03 | Update a comment about standards requirements | Philip Guenther |
2013-04-03 | Drop an unnecessary #include | Philip Guenther |
2013-04-03 | Handle big time_t. | Philip Guenther |
2013-04-03 | Set the stream orientation in open_{,w}memstream(). | Philip Guenther |
2013-04-02 | add comment for how EINPROGRESS is handled there. | Eric Faurot |
2013-04-02 | make sure we always point before the current offset. | Eric Faurot |
2013-04-02 | better implementation for tcp_read() that can get the packet length in | Eric Faurot |
2013-04-01 | If more than one lookup line is found in resolv.conf, the latest one | Eric Faurot |
2013-04-01 | properly check for domain name truncation at various places and fail | Eric Faurot |
2013-04-01 | When there are multiple groups of functions with their own #includes | Philip Guenther |
2013-04-01 | space cleanup; ok eric | Theo de Raadt |
2013-04-01 | space cleanup; ok eric | Theo de Raadt |
2013-04-01 | rename field | Eric Faurot |
2013-04-01 | simpler and saner implementation for tcp_write(). now fully handles | Eric Faurot |
2013-04-01 | fix alignment issue in the structure filled by gethostby{name,addr}() | Eric Faurot |
2013-03-31 | - Don't include guard pages in the stack size. | Kurt Miller |
2013-03-31 | More SYNOPSIS, ERRORS, and STANDARDS updates | Philip Guenther |
2013-03-31 | Principle of least astonishment: implement nameserver retry/backoff as | Eric Faurot |
2013-03-31 | Add a couple commas, as suggested by jmc@ | Philip Guenther |
2013-03-31 | getaddrinfo is now thread-safe. | Brad Smith |
2013-03-31 | Document more difference between parent and child. | Philip Guenther |
2013-03-31 | Updates to RETURN VALUES, ERRORS, and STANDARDS | Philip Guenther |
2013-03-31 | Updates to SYNOPSIS, ERRORS, and STANDARDS | Philip Guenther |
2013-03-31 | Add ERRORS and STANDARDS sections; reorder and reword description to | Philip Guenther |
2013-03-31 | Use consistent wording for the EINVAL, EBADF, ENOTDIR, and EACCES cases | Philip Guenther |
2013-03-30 | allow "0" as service name for raw sockets. | Eric Faurot |
2013-03-30 | Do not assume local nameserver if resolv.conf doesn't exist, just use | Eric Faurot |
2013-03-30 | tweak previous; | Jason McIntyre |
2013-03-30 | don't ever skip reload the very first time; detective work by rpe@; ok eric@ | Otto Moerbeek |
2013-03-30 | Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, but | Philip Guenther |
2013-03-29 | properly handle scope when parsing IPv6 addresses. | Eric Faurot |