summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-10-06The recent change to bsd.own.mk to allow PICFLAG to be overridden madeKurt Miller
2008-10-06update to tzcode2008g from elsie.nci.nih.govTodd C. Miller
2008-10-05Fix conversion of numbers without an exponent.Mark Kettenis
2008-10-03reduce rbyte cache to 512 bytes, no measurable slowdown (even in theOtto Moerbeek
2008-10-03save and restore errno on success. while it is not stricly needed forOtto Moerbeek
2008-10-03zap __arc4_getbyte(), it was only used by the old malloc; ok millert@Otto Moerbeek
2008-10-03when increasing the size of a larger than a page allocation tryOtto Moerbeek
2008-10-03avoid spitting up regions when purging stuff from the cache, it putsOtto Moerbeek
2008-10-03Make sigwait() work correctly. In particular, it'll work when thePhilip Guenthe
2008-10-02the license on this is PD; david leonard says soTheo de Raadt
2008-10-02Fix PR #5942: preserve errno across fd flag updates, so that successfulTheo de Raadt
2008-10-02the license on this is PD; david leonard says soTheo de Raadt
2008-10-02simplify and clarify login_getstyle; ok deraadt@Todd C. Miller
2008-10-01POSIX character class support for fnmatch(3) and glob(3). OK deraadt@Todd C. Miller
2008-10-01Simplify the loop used for bp overflow detection to match what I'mTodd C. Miller
2008-10-01Fix for sequential retrieval failure when using large key/data pairs.Todd C. Miller
2008-10-01Assert my copyright on files I gave to d@ back in 1998.Dale Rahn
2008-09-29Use large pic asm for access to errno (needed for pie). Originally fromKurt Miller
2008-09-26Remove PICFLAG= setting, it is overridden in bsd.prog.mk. tested on landisk.Dale Rahn
2008-09-19fix some cause of bad TEXTREL on i386 and amd64Otto Moerbeek
2008-09-16remove d_cbrt, dcbrt, d_sqrt. ok millert@Martynas Venckus
2008-09-16typo: is -> if. ok millert@Martynas Venckus
2008-09-16gc unused files, the functions are in libc. ok millert@Martynas Venckus
2008-09-16Add PIOD_READ_AUXV, a way to get the ELF auxilliary vector through ptrace(2).Mark Kettenis
2008-09-15add missing header needed by strlen().Charles Longeau
2008-09-15- describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behaveMartynas Venckus
2008-09-14describe %a/%A. from freebsdMartynas Venckus
2008-09-13document strtold. ok millert@Martynas Venckus
2008-09-13strtof has been introduced in c99Martynas Venckus
2008-09-13remove z_abs. ok millert@Martynas Venckus
2008-09-12the last example doesn't need a ctx variable;Damien Miller
2008-09-12as we did for reboot(8), do not attempt to list architecturesJason McIntyre
2008-09-11since these got no ieee-specific code anymore, add fmin, fmax, fdim,Martynas Venckus
2008-09-11- make much more readable: don't reimplement isnan, signbit eachMartynas Venckus
2008-09-10use one call to arc4random_buf() instead of lots of arc4random()Damien Miller
2008-09-09sigh, gamma got lostMartynas Venckus
2008-09-08turn off CAST assembler code (i.e. use C implementation) as it has badDamien Miller
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15Martynas Venckus
2008-09-07sparc now requires this bloated library to be -fPICTheo de Raadt
2008-09-07Fix merge botch.Mark Kettenis
2008-09-07Fix param list for xdrrec_eof. Found during coding some stuff that usesMarco Peereboom
2008-09-06remove duplicate definition of OPENSSL_DSA_MAX_MODULUS_BITS spottedDamien Miller
2008-09-06remerge local tweaks, update per-arch configuration headers, updateDamien Miller
2008-09-06resolve conflictsDamien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2008-09-06crank for sha2 changesDamien Miller
2008-09-06Rename SHA256/384/512 API to avoid namespace collisions withDamien Miller
2008-09-03remove now obsolete calloc implementation; prompted by miodOtto Moerbeek
2008-09-01do not overflow for large prefix len (e.g. 2147483649)Markus Friedl
2008-08-27comment fixesMartynas Venckus