summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-04-22Correct the declaration of the dladdr() stub so that it has the correctPhilip Guenthe
2009-04-21alias and give frexpf symbol external linkage to scalbnf; this wasMartynas Venckus
2009-04-21no need to install includes from here anymoreTheo de Raadt
2009-04-21move src/lib/libsndio/sndio.h into src/include where other includeAlexandre Ratchov
2009-04-21Increase default thread stack size to 256K on 32bit archs and 512K onKurt Miller
2009-04-21remove from gen so that lint doesn't check gen if assembly versionsMartynas Venckus
2009-04-19make ldexpf behavior consistent with the double and extended-precisionMartynas Venckus
2009-04-19- ldexp implementation has issues. switch to the one from libmMartynas Venckus
2009-04-15allow building without SHA384 and SHA512 (i.e. SHA256 only) withDamien Miller
2009-04-13Add gcj java class registration hooks for gcc3 elf archs. From NetBSDKurt Miller
2009-04-13protypes in sndio.h make reference to struct pollfd; applicationsAlexandre Ratchov
2009-04-12document that no leading whitespace is permitted between the option andOkan Demirmen
2009-04-11honor MSG_DONTWAITJacob Meuser
2009-04-11in the old days compiler could not convert decimal constantsMartynas Venckus
2009-04-10lrint, llrint, lrintf, llrintf for amd64. ok kettenis@, oga@Martynas Venckus
2009-04-10resync libssl/libcrypto pod documentation - quite a few more pages andDamien Miller
2009-04-08missing rcs ids; spacingMartynas Venckus
2009-04-08remove i386/x86_64 ifdefs. i386 lives @ i387. miod@ agreesMartynas Venckus
2009-04-08fix hexadecimal constant that was wrong; and confused with ieee. ok miod@Martynas Venckus
2009-04-06teach libpcap about scrub rulesHenning Brauer
2009-04-06crankus majorisDamien Miller
2009-04-06resolve conflictsDamien Miller
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2009-04-05accept %F, which actually behaves the same as %f. per C99Martynas Venckus
2009-04-05implement and use sqrt, sqrtf & fabsf in hardware; since it'sMartynas Venckus
2009-04-05this is not a write-only register. might have caused to optimizeMartynas Venckus
2009-04-05const static -> static const; since it's deprecated per C99. ok millert@Martynas Venckus
2009-03-30Mop up after oga@ and unbreak the tree. The direct uncached map is gone soMark Kettenis
2009-03-28add C99-conformant nan, nanf, nanl for vax. always return zero,Martynas Venckus
2009-03-28document superuser requirements, with input from jmc@Marc Espie
2009-03-27supplement previous: add /etc/netid to FILES section; ok jmc@, ajacoutot@Ingo Schwarze
2009-03-27getgrouplist: If YP is #defined and enabled in /etc/group(5) and /etc/netid(5)Ingo Schwarze
2009-03-23add a HISTORY section to fts(3).Igor Sobrado
2009-03-20Return -1 from mktemp_internal() on EINVAL like we used to.Todd C. Miller
2009-03-17correct argument type for swap64(); from Thomas PfaffJason McIntyre
2009-03-06Work-around a gcc3 -g bug causing debug ld.so to crash.Kurt Miller
2009-03-05Add glob(7) and refer to it. OK jmc@ sobrado@Todd C. Miller
2009-03-01Update to match mktemp.c changesTodd C. Miller
2009-03-01New mktemp(3) based on the one from portable mktemp(1). Now includesTodd C. Miller
2009-02-26don't use ``hdl->filling'' flag uninitializedAlexandre Ratchov
2009-02-25after the STOP message is sent, move the receiver to the RMSG stateAlexandre Ratchov
2009-02-20thrsigdivert() takes a sigset_t, not a pointer to one. Detected byPhilip Guenthe
2009-02-20apparently all the other libraries get linted, so I'll just have to live with itTed Unangst
2009-02-20Fix a race in the reaper discovered by Tobias Ulmer. kevents are identified ...Ted Unangst
2009-02-20the lint warnings are more annoying than anything else. we already have a fu...Ted Unangst
2009-02-18Add missing braces. This is why we use braces for indented block thatTodd C. Miller
2009-02-18in aucat_stop(), after the STOP message was send, put the receiverAlexandre Ratchov
2009-02-17when the template is entirely XXX characters, would crashTheo de Raadt
2009-02-15these are public domain, verified with author; spotted by jjTheo de Raadt
2009-02-13kill whitespace at eol;Jason McIntyre