| 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 |
* | Fix ranges in the method description. |  martynas | 2012-08-19 | 1 | -5/+5 |
* | 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 |
* | use Lk for links; |  jmc | 2012-08-15 | 4 | -12/+12 |
* | A couple small but long anticipated changes: |  matthew | 2012-08-15 | 3 | -4/+5 |
* | Oops, on a.out architectures __cerror() is called _cerror(). Fix |  matthew | 2012-08-15 | 1 | -3/+9 |
* | remove unused variable |  chl | 2012-08-14 | 1 | -2/+1 |
* | Add explicit references from rthread.o to all of the weak symbol |  matthew | 2012-08-13 | 1 | -1/+71 |
* | Fix almost ten-years old bug in siglongjmp(), which would not restore a signal |  miod | 2012-08-12 | 3 | -87/+57 |
* | Use .Lk for HTTP hyperlinks, not .Pa. |  schwarze | 2012-08-12 | 2 | -6/+6 |
* | Fix caching of stacks allocated with the default attributes. |  guenther | 2012-08-04 | 1 | -6/+8 |
* | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. |  okan | 2012-08-02 | 32 | -84/+31 |
* | 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 |
* | revert previous, it was hardly tested and is causing too many issues too close to release. |  jasper | 2012-07-16 | 7 | -370/+210 |
* | Add a man page describing pcap grammar |  giovanni | 2012-07-16 | 3 | -7/+737 |
* | 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 |
* | Skip printing another SSLv2-only command in s_client's usage text. |  sthen | 2012-07-12 | 1 | -0/+2 |
* | unused variables |  eric | 2012-07-12 | 1 | -2/+2 |
* | add support to get signed/unsigned HID data |  yuo | 2012-07-12 | 1 | -7/+9 |
* | make -j# fix, I had this forever actually. |  espie | 2012-07-11 | 1 | -3/+6 |
* | implement res_mkquery |  eric | 2012-07-11 | 1 | -1/+47 |
* | - port multiple report ID support for HID parser from FreeBSD code |  yuo | 2012-07-11 | 7 | -213/+394 |
* | Disable SSLv2 in OpenSSL. No objections from djm. |  sthen | 2012-07-11 | 19 | -7/+94 |
* | fix an off-by-one error where the return value would point to the |  naddy | 2012-07-11 | 1 | -2/+2 |
* | sem_timedwait() needs the struct timespec tag to be pre-declared here. |  guenther | 2012-07-11 | 1 | -3/+4 |
* | 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 |
* | ANSIfy forkpty, add missing $OpenBSD$ in duid.c, style (no arg names) in |  nicm | 2012-07-09 | 3 | -16/+13 |
* | Use the PAGE_* forms (instead of the ancient BSD forms) in param.h, |  deraadt | 2012-07-09 | 4 | -19/+19 |
* | 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 |
* | unbreak, pointed out by theo |  jasper | 2012-07-07 | 1 | -2/+1 |