Age | Commit message (Expand) | Author |
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 |
2013-03-29 | res_querydomain()'s code to terminate the domain with '.' had the assignment | Philip Guenther |
2013-03-29 | correctly show the scope for IPv6 addresses in getnameinfo() | Eric Faurot |
2013-03-29 | Do not fail in gethostbyname_async() if there are multiple addresses in | Eric Faurot |
2013-03-28 | no Pp before/after Sh; | Jason McIntyre |
2013-03-28 | pathconf/fpathconf are now compliant with POSIX-2008. | Philip Guenther |
2013-03-28 | Switch libc and libm to use strong aliases rather than weak aliases | Martynas Venckus |
2013-03-28 | switch to the new resolver implementation. | Eric Faurot |
2013-03-28 | Enable fmemopen(3) and open_{w,}memstream(3) | Eric Faurot |
2013-03-28 | accept and use any protocol specified by the caller. | Eric Faurot |
2013-03-28 | Correct version number | Martin Pieuchot |
2013-03-28 | Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2, | Philip Guenther |
2013-03-27 | explicitely -> explicitly; | Jason McIntyre |
2013-03-27 | Add an open_wmemstream(3) implementation and fix various issues for | Martin Pieuchot |
2013-03-27 | Only use the search domains for DNS lookups, as the current resolver does. | Eric Faurot |
2013-03-26 | protect the PRG state with a mutex in res_randomid(). | Eric Faurot |
2013-03-24 | sysconf(_SC_SEM_VALUE_MAX) should return SEM_VALUE_MAX, not some | Philip Guenther |
2013-03-24 | dlerror() should not return const char *, as noted by landry | Theo de Raadt |
2013-03-21 | Do not need machine/param.h | Theo de Raadt |
2013-03-20 | Use a realloc() loop around the sysctl() for NET_RT_IFLIST, in case an | Theo de Raadt |
2013-03-15 | threadsafe random(). | Ted Unangst |
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot |
2013-03-12 | Return EINVAL if there are fewer than six template Xs in the path. | Philip Guenther |
2013-03-12 | Fix kernel profiling on MP systems by using per-CPU buffers and teach | Martin Pieuchot |
2013-03-12 | SOCK_SEQPACKET is supported on AF_UNIX too. | David Gwynne |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2013-03-11 | document LOG_ODELAY; from Daniel Dickman | Jason McIntyre |
2013-03-09 | Describe interaction between write and O_APPEND. | Ted Unangst |
2013-03-07 | Fix return value of wcrtomb() in single-byte locales if the s argument is NULL. | Stefan Sperling |
2013-03-07 | Oops: confstr()'s return value should include the NUL in its count | Philip Guenther |
2013-03-05 | tweak wording of scanf return value; prompted by Jan Stary; ok jmc@ | Otto Moerbeek |
2013-03-04 | Update STANDARDS section as appropriate for C99. | Brad Smith |
2013-03-02 | Fix the combination of 'j' format flag and the XPG "<num>$" modifier. | Philip Guenther |
2013-03-02 | zap end of line whitespace; | Jason McIntyre |
2013-03-01 | Adds the (somewhat silly) _CS_V[67]_ENV and _CS_POSIX_V[67]_* defines | Philip Guenther |
2013-02-12 | Back out per-CPU kernel profiling, it shouldn't modify a public header | Martin Pieuchot |
2013-02-12 | Unbreak the tree by adding missing defines. Forgot to sync in previous | Martin Pieuchot |