| Commit message (Expand) | Author | Age | Files | Lines |
* | Build static netent and hostent structure in a nicer and hopefully not |  eric | 2012-08-19 | 1 | -95/+100 |
* | When building dynamic hostent and netent, allocate a single linear buffer to |  eric | 2012-08-19 | 6 | -104/+88 |
* | ensure that async_run() and async_run_sync() always preserve errno. |  eric | 2012-08-18 | 3 | -13/+27 |
* | RFC updates: |  jmc | 2012-08-18 | 1 | -3/+3 |
* | RFCs 2461 and 2462 have been replaced by, respectively, RFCs 4861 and 4862; |  jmc | 2012-08-18 | 1 | -6/+6 |
* | getrrsetyname() only uses ERRSET_* and is not supposed to set errno. |  eric | 2012-08-18 | 2 | -12/+12 |
* | Simplify error reporting in hostaddr_async(). Only use EAI_* error codes. |  eric | 2012-08-18 | 1 | -11/+2 |
* | Improve error reporting in getnameinfo_async() and getaddrinfo_async(). |  eric | 2012-08-18 | 3 | -57/+46 |
* | within Rs/Re reference blocks, use %U instead of %O (or any other |  jmc | 2012-08-18 | 1 | -3/+3 |
* | A couple small but long anticipated changes: |  matthew | 2012-08-15 | 1 | -1/+2 |
* | remove unused variable |  chl | 2012-08-14 | 1 | -2/+1 |
* | Fix almost ten-years old bug in siglongjmp(), which would not restore a signal |  miod | 2012-08-12 | 3 | -87/+57 |
* | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. |  okan | 2012-08-02 | 2 | -24/+2 |
* | must be zero'd (found by regress) |  eric | 2012-07-29 | 1 | -1/+2 |
* | remove reference to no longer existing description of nonexistent devices; |  naddy | 2012-07-26 | 1 | -7/+4 |
* | Remove outdated reference to BSD 4.4 symlink behavior. Equivalent |  matthew | 2012-07-17 | 1 | -11/+2 |
* | Document new pathconf() variables. |  matthew | 2012-07-17 | 1 | -10/+51 |
* | properly report EAI_SERVICE when the given servname is not defined for |  eric | 2012-07-13 | 1 | -2/+4 |
* | Use same (lame) verbiage to explain ifa_dstaddr as is used for |  krw | 2012-07-13 | 1 | -3/+4 |
* | unused variables |  eric | 2012-07-12 | 1 | -2/+2 |
* | implement res_mkquery |  eric | 2012-07-11 | 1 | -1/+47 |
* | fix an off-by-one error where the return value would point to the |  naddy | 2012-07-11 | 1 | -2/+2 |
* | same code update and fix as for gethostnamadr_async |  eric | 2012-07-10 | 1 | -55/+77 |
* | simplify the code, improve error handling and plug a potential fd leak on error |  eric | 2012-07-10 | 1 | -71/+101 |
* | use the value actually passed to the function |  eric | 2012-07-10 | 1 | -2/+2 |
* | Better handling of servname in getaddrinfo_async. Do not necessarily |  eric | 2012-07-10 | 1 | -11/+16 |
* | use PAGE_SHIFT instead of PGSHIFT, in preperation for future |  deraadt | 2012-07-09 | 1 | -2/+2 |
* | implement res_querydomain() required by sendmail |  eric | 2012-07-08 | 1 | -1/+30 |
* | add stub function for gethostent(), and move things around a bit while here. |  eric | 2012-07-08 | 1 | -12/+19 |
* | Zap extra spaces from function pointer arguments |  guenther | 2012-07-08 | 2 | -8/+8 |
* | Describe tdelete()'s return value correctly and update the related CAVEAT |  guenther | 2012-07-08 | 1 | -12/+15 |
* | rename function to avoid symbol clash |  eric | 2012-07-07 | 3 | -12/+8 |
* | remove bogus include of bsd.lib.mk |  eric | 2012-07-07 | 1 | -3/+1 |
* | adapt the NetBSD code to make sigpending work on sh |  jsg | 2012-07-03 | 1 | -2/+6 |
* | The kernel returns the pending set; this stub has to save it through |  guenther | 2012-07-01 | 1 | -4/+8 |
* | make this actually work |  kettenis | 2012-07-01 | 1 | -23/+21 |
* | after a talk with ariane, use MAP_FIXED for mquery to avoid the cost of |  tedu | 2012-06-26 | 1 | -2/+2 |
* | simplify a little of the posix standards talk. ok deraadt guenther jmc |  tedu | 2012-06-26 | 3 | -34/+12 |
* | Use nl_langinfo(RADIXCHAR) instead of localeconv()->decimal_point in |  matthew | 2012-06-26 | 2 | -4/+10 |
* | Do not use <machine/float.h>, that is an deformed BSD-ism. |  deraadt | 2012-06-25 | 9 | -18/+18 |
* | In sysconf(), don't bother querying the kernel for userspace-only |  matthew | 2012-06-24 | 1 | -40/+19 |
* | Change arc4random_uniform() to calculate ``2**32 % upper_bound'' as |  matthew | 2012-06-24 | 1 | -12/+3 |
* | - document newly imported AF_INET6 support to net_inet_{pton,ntop} |  gilles | 2012-06-24 | 1 | -5/+26 |
* | add support for AF_INET6 to inet_net_pton() and inet_net_ntop() |  gilles | 2012-06-22 | 2 | -2/+68 |
* | two changes which should improve realloc. first, fix zapcacheregion to |  tedu | 2012-06-22 | 1 | -10/+19 |
* | For now... libpthread is just a container directory, since all the new |  deraadt | 2012-06-21 | 1 | -1/+1 |
* | __tfork() needs to set the stack address of the new thread in the kernel, |  guenther | 2012-06-21 | 15 | -127/+74 |
* | two small fixes to free page cache. first, we need two nibbles of random |  tedu | 2012-06-20 | 1 | -4/+4 |
* | oops, forgot to install getdtablecount(2); noted by tedu |  deraadt | 2012-06-19 | 1 | -3/+3 |
* | Support larger-than-page-alignment requests in posix_memalign() by |  matthew | 2012-06-18 | 2 | -23/+130 |