summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2009-04-15allow building without SHA384 and SHA512 (i.e. SHA256 only) withDamien Miller
2009-04-12document that no leading whitespace is permitted between the option andOkan Demirmen
2009-04-05accept %F, which actually behaves the same as %f. per C99Martynas Venckus
2009-04-05this is not a write-only register. might have caused to optimizeMartynas 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-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-18Add missing braces. This is why we use braces for indented block thatTodd C. Miller
2009-02-17when the template is entirely XXX characters, would crashTheo de Raadt
2009-02-13kill whitespace at eol;Jason McIntyre
2009-02-13decribe 'F' better and mention flags are debugging aids; ok tedu@ jmc@Otto Moerbeek
2009-02-11Avoid level going negative on deep (i mean really deep) dirs. ReportedOtto Moerbeek
2009-02-10correct function definitions; from Markus BergkvistJason McIntyre
2009-01-31fix typoPierre-Yves Ritschard
2009-01-30Change section: we're talking about the symlink system call, not thePhilip Guenthe
2009-01-30tweak previous;Jason McIntyre
2009-01-29Update to reflect renaming of the st_[acm]timespec members to st_[acm]timPhilip Guenthe
2009-01-29from Yoshihiko Sarumaru, freebsd pr #76333: fseek(3) can clear EOF too;Jason McIntyre
2009-01-15Remove support for kerb4 '.' instance separator, kerb4 is dead. OK jacekm@Todd C. Miller
2009-01-13Man page for wcstof(3), wcstod(3) and wcstold(3).Mark Kettenis
2009-01-13Crank minor because of addition of wcsto* functions.Mark Kettenis
2009-01-13Add wcstof(3) and wcstold(3).Mark Kettenis
2009-01-13Add wcstoimax(3) and wcstoumax(3).Mark Kettenis
2009-01-10The process number is longer used to replace trailing 'Xs'.Tobias Stoeckmann
2009-01-03reintroduce extra malloc protections, but avoiding the use ofDamien Miller
2008-12-31PAGE_SIZE is not a valid symbol to use in that way. In particular,Theo de Raadt
2008-12-30Remove mprotecting of struct dir_info introduced in previous commitDamien Miller
2008-12-29extra paranoia for malloc(3):Damien Miller
2008-12-27Fix file descriptor leak in fts_children(); okay dhill@, millert@,Pedro Martelletto
2008-12-23repair the ARC4 story; ok jmc djm millertTheo de Raadt
2008-12-23ddb.console does not override machdep.kbdreset, so don't say it does;Jason McIntyre
2008-12-22document yp_maplist(); from Ingo SchwarzeJason McIntyre
2008-12-22The example for detecting malicious PTR records could be easily misinterpreted.Jacek Masiulaniec
2008-12-20Add man page for wcstol and friends.Mark Kettenis
2008-12-17Document ENOBUFS for writev(2).Ray Lai
2008-12-15shave off more bytes than you expect by declaring a few const local arraysOtto Moerbeek
2008-12-12__isinff and __isnanfMartynas Venckus
2008-12-12do the same as was done in mi version: do not include math.h, since isinf,Martynas Venckus
2008-12-12strcpy -> strlcpy; ok mbalmer@ martynas@Otto Moerbeek
2008-12-12- document and mlink frexpf, ldexpf, modff added 13 years agoMartynas Venckus
2008-12-10no spaces allowed in the macro arguments. completely insanity!Theo de Raadt
2008-12-10use sys/cdefs.h; pointed out by theoMartynas Venckus
2008-12-10use sys/cdefs.hTheo de Raadt
2008-12-09these were not neededMartynas Venckus