summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2013-04-03Update a comment about standards requirementsguenther1-4/+4
2013-04-03Set the stream orientation in open_{,w}memstream().guenther1-1/+15
2013-04-01tweak makefile now that asr is built by default.eric1-10/+10
2013-04-01add hostnames which triggered some bugs.eric1-2/+2
2013-03-31getaddrinfo is now thread-safe.brad1-6/+2
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesmartynas2-22/+4
2013-03-28add a test case for the icmpv6 issue spotted by naddyeric4-10/+26
2013-03-28More tests for negative seeks, prodded by matthew@mpi2-2/+63
2013-03-27More test cases, especially when opening the stream in append an writempi1-8/+113
2013-03-26protect the PRG state with a mutex in res_randomid().eric1-2/+13
2013-03-25Add some more tests; prodded by mpi@guenther1-12/+58
2013-03-20Use a realloc() loop around the sysctl() for NET_RT_IFLIST, in case anderaadt1-9/+21
2013-03-20Don't shutdown nc(1)'s network socket when stdin closes. Matches *Hobbit*'ssthen2-7/+17
2013-03-15threadsafe random().tedu1-8/+43
2013-03-12Add check that mkstemp() fails with EINVAL if the string has fewer thanguenther1-4/+13
2013-03-12All accept() errors are considered fatal, until someone gives a differentderaadt1-4/+5