summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2004-05-03Do a better job of documenting strerror_r() and add an ERRORS section.Todd C. Miller
2004-05-03build the error message in strerror_r.c directly, avoiding one copy there.Marc Espie
2004-05-03Rev 1.4 was bogus (committed from the wrong tree), this repairs it.Todd C. Miller
2004-05-02some minor KNFTodd C. Miller
2004-05-01let __strerror fill precisely the part of the buffer it can.Marc Espie
2004-04-30Mention siginterrupt; OK deraadt@Todd C. Miller
2004-04-30Let __strerror work by fixing a number of problems. Work by tholo and I,Marc Espie
2004-04-29Sync with md5.c rev. 1.4Todd C. Miller
2004-04-29Changes inspired by Markus's rmd160 implementation:Todd C. Miller
2004-04-29Undo some recent prototype changes; it is legal to pass the helperTodd C. Miller
2004-04-29The data pointer passed to the transform function may not be properlyTodd C. Miller
2004-04-29typo in SEE ALSO;Jason McIntyre
2004-04-29more KNFTodd C. Miller
2004-04-29Some KNFTodd C. Miller
2004-04-28KNF: function names should be at column 0 for easier grepping.Todd C. Miller
2004-04-28Pass sizeof(*pointer) not sizeof(point) to memset. Karsten Desler.Todd C. Miller
2004-04-28Remove old md[45]Todd C. Miller
2004-04-28Don't build lib/libc/md, build md[45] in lib/libc/hash instead.Todd C. Miller
2004-04-28md[45] man pageTodd C. Miller
2004-04-28Xr sha2(3)Todd C. Miller
2004-04-28PD md4 code derived from Colin Plumb's md5 routines.Todd C. Miller
2004-04-28Rename members of struct MD5Context to match other hash routines.Todd C. Miller
2004-04-28PD version of md5(3) based on code written by Colin Plumb.Todd C. Miller
2004-04-28typo from Jared Yanovich;Jason McIntyre
2004-04-27fd passing works over a socketpair too of course so document this.Todd C. Miller
2004-04-27A quad is two ints, not two longs. Also fix some problems withOtto Moerbeek
2004-04-27Make the bit count u_int64_t instead of two u_int32_t. Adapted fromTodd C. Miller
2004-04-26Use a common source file for all the hash helper functions thatTodd C. Miller
2004-04-25add/subtract ULONG_MAX + 1 on over/underflows, fixes float -> quadDaniel Hartmeier
2004-04-20kern.maxclusters. ok beck@ deraadt@ jmc@Ted Unangst
2004-04-19tidy up a list;Jason McIntyre
2004-04-16more display/list fixes, and a little whitespace;Jason McIntyre
2004-04-15various improvements to lists and displays:Jason McIntyre
2004-04-15connect(2) can set errno = EPROTOTYPE for unix domain sockets. OK jmc@Todd C. Miller
2004-04-14remove references to rfc 2553, since 3493 obsoletes it;Jason McIntyre
2004-04-14Document %v. ok deraadt@Otto Moerbeek
2004-04-14implement RFC3493 AI_NUMERICSERV. tedu okJun-ichiro itojun Hagino
2004-04-12Clean up malloc_active state when aborting.Thierry Deval
2004-04-10Apply change from vsnprintf.c rev. 1.5. Use a single characterTodd C. Miller
2004-04-06some of these functions are prototyped in pwd.h; ok deraadt@Damien Miller
2004-04-03- use macros instead of parenthesesJason McIntyre
2004-04-02rfork(RFMEM) shares complete vmspace. much more useful, and in line withTed Unangst
2004-04-02Avoid unbounded recursion in some expressions involving back references.Otto Moerbeek
2004-04-02do not compare SOCK_STREAM sockets to pipes;Jason McIntyre
2004-04-01It turns out that the so-called fast ffs(3) routines were wrong, as soon asMiod Vallat
2004-04-01sort options, correct SYNOPSIS, and sync usage();Jason McIntyre
2004-04-01let rcmdsh work on hosts that don't have an ipv4 address.Marco S Hyman
2004-03-31remove sparc64/gcc2 workaround.Brad Smith
2004-03-31note that hw.cpuspeed displays the current cpu frequency (from cpu(4));Jason McIntyre
2004-03-30Allow compilation w/ -DREDEBUG; non-debug compilation is unaffected.Todd C. Miller