summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Build static netent and hostent structure in a nicer and hopefully noteric2012-08-191-95/+100
* When building dynamic hostent and netent, allocate a single linear buffer toeric2012-08-196-104/+88
* Fix ranges in the method description.martynas2012-08-191-5/+5
* ensure that async_run() and async_run_sync() always preserve errno.eric2012-08-183-13/+27
* RFC updates:jmc2012-08-181-3/+3
* RFCs 2461 and 2462 have been replaced by, respectively, RFCs 4861 and 4862;jmc2012-08-181-6/+6
* getrrsetyname() only uses ERRSET_* and is not supposed to set errno.eric2012-08-182-12/+12
* Simplify error reporting in hostaddr_async(). Only use EAI_* error codes.eric2012-08-181-11/+2
* Improve error reporting in getnameinfo_async() and getaddrinfo_async().eric2012-08-183-57/+46
* within Rs/Re reference blocks, use %U instead of %O (or any otherjmc2012-08-181-3/+3
* use Lk for links;jmc2012-08-154-12/+12
* A couple small but long anticipated changes:matthew2012-08-153-4/+5
* Oops, on a.out architectures __cerror() is called _cerror(). Fixmatthew2012-08-151-3/+9
* remove unused variablechl2012-08-141-2/+1
* Add explicit references from rthread.o to all of the weak symbolmatthew2012-08-131-1/+71
* Fix almost ten-years old bug in siglongjmp(), which would not restore a signalmiod2012-08-123-87/+57
* Use .Lk for HTTP hyperlinks, not .Pa.schwarze2012-08-122-6/+6
* Fix caching of stacks allocated with the default attributes.guenther2012-08-041-6/+8
* remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan2012-08-0232-84/+31
* must be zero'd (found by regress)eric2012-07-291-1/+2
* remove reference to no longer existing description of nonexistent devices;naddy2012-07-261-7/+4
* Remove outdated reference to BSD 4.4 symlink behavior. Equivalentmatthew2012-07-171-11/+2
* Document new pathconf() variables.matthew2012-07-171-10/+51
* revert previous, it was hardly tested and is causing too many issues too close to release.jasper2012-07-167-370/+210
* Add a man page describing pcap grammargiovanni2012-07-163-7/+737
* properly report EAI_SERVICE when the given servname is not defined foreric2012-07-131-2/+4
* Use same (lame) verbiage to explain ifa_dstaddr as is used forkrw2012-07-131-3/+4
* Skip printing another SSLv2-only command in s_client's usage text.sthen2012-07-121-0/+2
* unused variableseric2012-07-121-2/+2
* add support to get signed/unsigned HID datayuo2012-07-121-7/+9
* make -j# fix, I had this forever actually.espie2012-07-111-3/+6
* implement res_mkqueryeric2012-07-111-1/+47
* - port multiple report ID support for HID parser from FreeBSD codeyuo2012-07-117-213/+394
* Disable SSLv2 in OpenSSL. No objections from djm.sthen2012-07-1119-7/+94
* fix an off-by-one error where the return value would point to thenaddy2012-07-111-2/+2
* sem_timedwait() needs the struct timespec tag to be pre-declared here.guenther2012-07-111-3/+4
* same code update and fix as for gethostnamadr_asynceric2012-07-101-55/+77
* simplify the code, improve error handling and plug a potential fd leak on erroreric2012-07-101-71/+101
* use the value actually passed to the functioneric2012-07-101-2/+2
* Better handling of servname in getaddrinfo_async. Do not necessarilyeric2012-07-101-11/+16
* ANSIfy forkpty, add missing $OpenBSD$ in duid.c, style (no arg names) innicm2012-07-093-16/+13
* Use the PAGE_* forms (instead of the ancient BSD forms) in param.h,deraadt2012-07-094-19/+19
* use PAGE_SHIFT instead of PGSHIFT, in preperation for futurederaadt2012-07-091-2/+2
* implement res_querydomain() required by sendmaileric2012-07-081-1/+30
* add stub function for gethostent(), and move things around a bit while here.eric2012-07-081-12/+19
* Zap extra spaces from function pointer argumentsguenther2012-07-082-8/+8
* Describe tdelete()'s return value correctly and update the related CAVEATguenther2012-07-081-12/+15
* rename function to avoid symbol clasheric2012-07-073-12/+8
* remove bogus include of bsd.lib.mkeric2012-07-071-3/+1
* unbreak, pointed out by theojasper2012-07-071-2/+1