summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-08Do not fail if the user buffer is too short to hold the packet: fill it upEric Faurot
2013-04-08Updates to SYNOPSIS, ERRORS, and STANDARDS.Philip Guenther
2013-04-08Use .Er for errno E* constantsPhilip Guenther
2013-04-08Comply with rfc2553. lib/libc/net/getaddrinfo.c already has this right.Christopher Zimmermann
2013-04-08macro fix for previous;Jason McIntyre
2013-04-08Updates to SYNOPSIS, ERRORS, and STANDARDS.Philip Guenther
2013-04-08zap trailing whitespace;Jason McIntyre
2013-04-08Updates to SYNOPSIS, ERRORS, and STANDARDS.Philip Guenther
2013-04-06explain what "default" means in sndio.7 rather than {sio,mio}_open.3,Alexandre Ratchov
2013-04-06a little fix for the version historyTed Unangst
2013-04-06remove more references to kern.rthreads sysctl.Ted Unangst
2013-04-06fix race when exiting a detached thread. observed by and ok guentherTed Unangst
2013-04-06rthread 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.soKurt Miller
2013-04-05do not fail on EINTREric Faurot
2013-04-04fix alignment issue in getnetby{addr,name}() too.Eric Faurot
2013-04-04use the provided ALIGN() macro instead of re-inventing a square wheel.Eric Faurot
2013-04-03properly follow the CNAME chain in reverse lookupsEric Faurot
2013-04-03Use MSG_NOSIGNAL when writing DNS queries over TCP sockets to ensureMatthew Dempsky
2013-04-03Update a comment about standards requirementsPhilip Guenther
2013-04-03Drop an unnecessary #includePhilip Guenther
2013-04-03Handle big time_t.Philip Guenther
2013-04-03Set the stream orientation in open_{,w}memstream().Philip Guenther
2013-04-02add comment for how EINPROGRESS is handled there.Eric Faurot
2013-04-02make sure we always point before the current offset.Eric Faurot
2013-04-02better implementation for tcp_read() that can get the packet length inEric Faurot
2013-04-01If more than one lookup line is found in resolv.conf, the latest oneEric Faurot
2013-04-01properly check for domain name truncation at various places and failEric Faurot
2013-04-01When there are multiple groups of functions with their own #includesPhilip Guenther
2013-04-01space cleanup; ok ericTheo de Raadt
2013-04-01space cleanup; ok ericTheo de Raadt
2013-04-01rename fieldEric Faurot
2013-04-01simpler and saner implementation for tcp_write(). now fully handlesEric Faurot
2013-04-01fix 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-31More SYNOPSIS, ERRORS, and STANDARDS updatesPhilip Guenther
2013-03-31Principle of least astonishment: implement nameserver retry/backoff asEric Faurot
2013-03-31Add a couple commas, as suggested by jmc@Philip Guenther
2013-03-31getaddrinfo is now thread-safe.Brad Smith
2013-03-31Document more difference between parent and child.Philip Guenther
2013-03-31Updates to RETURN VALUES, ERRORS, and STANDARDSPhilip Guenther
2013-03-31Updates to SYNOPSIS, ERRORS, and STANDARDSPhilip Guenther
2013-03-31Add ERRORS and STANDARDS sections; reorder and reword description toPhilip Guenther
2013-03-31Use consistent wording for the EINVAL, EBADF, ENOTDIR, and EACCES casesPhilip Guenther
2013-03-30allow "0" as service name for raw sockets.Eric Faurot
2013-03-30Do not assume local nameserver if resolv.conf doesn't exist, just useEric Faurot
2013-03-30tweak previous;Jason McIntyre
2013-03-30don't ever skip reload the very first time; detective work by rpe@; ok eric@Otto Moerbeek
2013-03-30Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, butPhilip Guenther
2013-03-29properly handle scope when parsing IPv6 addresses.Eric Faurot