summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-08-15use Lk for links;Jason McIntyre
2012-08-15A couple small but long anticipated changes:Matthew Dempsky
2012-08-15Oops, on a.out architectures __cerror() is called _cerror(). FixMatthew Dempsky
2012-08-14remove unused variableCharles Longeau
2012-08-13Add explicit references from rthread.o to all of the weak symbolMatthew Dempsky
2012-08-12Fix almost ten-years old bug in siglongjmp(), which would not restore a signalMiod Vallat
2012-08-12Use .Lk for HTTP hyperlinks, not .Pa.Ingo Schwarze
2012-08-04Fix caching of stacks allocated with the default attributes.Philip Guenthe
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.Okan Demirmen
2012-07-29must be zero'd (found by regress)Eric Faurot
2012-07-26remove reference to no longer existing description of nonexistent devices;Christian Weisgerber
2012-07-17Remove outdated reference to BSD 4.4 symlink behavior. EquivalentMatthew Dempsky
2012-07-17Document new pathconf() variables.Matthew Dempsky
2012-07-16revert previous, it was hardly tested and is causing too many issues too clos...Jasper Lievisse Adriaanse
2012-07-16Add a man page describing pcap grammargiovanni
2012-07-13properly report EAI_SERVICE when the given servname is not defined forEric Faurot
2012-07-13Use same (lame) verbiage to explain ifa_dstaddr as is used forKenneth R Westerback
2012-07-12Skip printing another SSLv2-only command in s_client's usage text.Stuart Henderson
2012-07-12unused variablesEric Faurot
2012-07-12add support to get signed/unsigned HID dataYojiro Uo
2012-07-11make -j# fix, I had this forever actually.Marc Espie
2012-07-11implement res_mkqueryEric Faurot
2012-07-11- port multiple report ID support for HID parser from FreeBSD codeYojiro Uo
2012-07-11Disable SSLv2 in OpenSSL. No objections from djm.Stuart Henderson
2012-07-11fix an off-by-one error where the return value would point to theChristian Weisgerber
2012-07-11sem_timedwait() needs the struct timespec tag to be pre-declared here.Philip Guenthe
2012-07-10same code update and fix as for gethostnamadr_asyncEric Faurot
2012-07-10simplify the code, improve error handling and plug a potential fd leak on errorEric Faurot
2012-07-10use the value actually passed to the functionEric Faurot
2012-07-10Better handling of servname in getaddrinfo_async. Do not necessarilyEric Faurot
2012-07-09ANSIfy forkpty, add missing $OpenBSD$ in duid.c, style (no arg names) inNicholas Marriott
2012-07-09Use the PAGE_* forms (instead of the ancient BSD forms) in param.h,Theo de Raadt
2012-07-09use PAGE_SHIFT instead of PGSHIFT, in preperation for futureTheo de Raadt
2012-07-08implement res_querydomain() required by sendmailEric Faurot
2012-07-08add stub function for gethostent(), and move things around a bit while here.Eric Faurot
2012-07-08Zap extra spaces from function pointer argumentsPhilip Guenthe
2012-07-08Describe tdelete()'s return value correctly and update the related CAVEATPhilip Guenthe
2012-07-07rename function to avoid symbol clashEric Faurot
2012-07-07remove bogus include of bsd.lib.mkEric Faurot
2012-07-07unbreak, pointed out by theoJasper Lievisse Adriaanse
2012-07-07actually, make this identical to what upstream expat ships nowadays by addingJasper Lievisse Adriaanse
2012-07-07add expat.pcJasper Lievisse Adriaanse
2012-07-03adapt the NetBSD code to make sigpending work on shJonathan Gray
2012-07-01The kernel returns the pending set; this stub has to save it throughPhilip Guenthe
2012-07-01make this actually workMark Kettenis
2012-06-28librthread has eaten libpthread, so build includes via the former insteadPhilip Guenthe
2012-06-26after a talk with ariane, use MAP_FIXED for mquery to avoid the cost ofTed Unangst
2012-06-26simplify a little of the posix standards talk. ok deraadt guenther jmcTed Unangst
2012-06-26Use nl_langinfo(RADIXCHAR) instead of localeconv()->decimal_point inMatthew Dempsky
2012-06-25Do not use <machine/float.h>, that is an deformed BSD-ism.Theo de Raadt