summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2011-06-20as man page states, lower case undoes upper case. add support for little s,Ted Unangst
2011-06-08- The 0x1p514 was wrong on VAX, but remove FP_SUBNORMAL, FP_INFINITE,Martynas Venckus
2011-06-03+.Xr hcreate 3 ,Jason McIntyre
2011-06-01fix wcscasecmp() parameters; <wchar.h> was correctChristian Weisgerber
2011-05-30Make printf-like and scanf-like functions marked as such in llib-lc.lnMartynas Venckus
2011-05-30Trick lint into recording the right prototypes in the llib-lc.lnMartynas Venckus
2011-05-28tweak previous (my fault);Jason McIntyre
2011-05-28wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@Marc Espie
2011-05-25On PowerPC we cannot manipulate FPSCR[VX]--it's a summary of allMartynas Venckus
2011-05-20save errno dance in wrterror() and malloc_dump(); prompted by and ok deraadt@Otto Moerbeek
2011-05-18introduce symbolic constant for initial number of regionsOtto Moerbeek
2011-05-18zap regions_bits and rework MALLOC_MAXSHIFT a bit; ok djm@Otto Moerbeek
2011-05-16remove Xr for a page we don;t yet have; ok stspJason McIntyre
2011-05-12Avoid fp computations for stats, this make calling malloc_dump() safe in moreOtto Moerbeek
2011-05-12fix comment, the bitmap is an array of u_short nowOtto Moerbeek
2011-05-12Introduce leak detection code for MALLOC_STATSOtto Moerbeek
2011-05-12When the max number of items for a directory has reached GLOB_LIMIT_READDIRPierre-Yves Ritschard
2011-05-09Add a wprintf(3) man page based on FreeBSD's page. Help and ok schwarze jmcStefan Sperling
2011-05-09Always free the multibyte->wchar conversion buffer allocated in __mbsconv().Stefan Sperling
2011-05-08Move MALLOC_STATS code to bottom of file, so the real stuff is more at the top.Otto Moerbeek
2011-05-05Up until now, malloc scanned the bits of the chunk bitmap fromOtto Moerbeek
2011-05-02forgotten in previous;Jason McIntyre
2011-05-02document SO_RTABLE; with suggestions and ok jmc, claudioMike Belopuhov
2011-05-02no need to escape `|'; as discussed with schwartzeJason McIntyre
2011-04-30Now that we use an array of u_short for the chunk bitmap change a fewOtto Moerbeek
2011-04-30More efficient scanning for free chunks while not losing any randomization;Otto Moerbeek
2011-04-29Add BUGS section explaining that these functions do not cover the entireStefan Sperling
2011-04-29remove dead Xrs to update.8;Jason McIntyre
2011-04-28Bring back wprintf. We've sorted out what to do for gcc2 and gcc3.Stefan Sperling
2011-04-27Tweak the description of the optional parts around =. Found this in myOtto Moerbeek
2011-04-26spring cleanup:Ingo Schwarze
2011-04-25Document amd64/i386 denormalization exception; after discusion w/ tedu@.Martynas Venckus
2011-04-25Teach sysconf(_SC_GETGR_R_SIZE_MAX) the correct size of a buffer for theStuart Henderson
2011-04-25Update to tzcode2011g from elsie.nci.nih.gov.Todd C. Miller
2011-04-24Back out wprintf until we've determined what to do for gcc2 and gcc3 arches.Stefan Sperling
2011-04-24remove STANDARDS section, as this function does not conform to any;Jason McIntyre
2011-04-24Add fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, and wprintf to libc.Stefan Sperling
2011-04-23Merge the same fix for hppa64; reminded by miod@:Martynas Venckus
2011-04-23Do not document FP_X_IOV--it's an alpha-only thing. Similarly likeMartynas Venckus
2011-04-22Sticky flags are in the left half of fpsr; not the undefined bitsMartynas Venckus
2011-04-22Clarify SO_SPLICE semantics in setsockopt(2).Alexander Bluhm
2011-04-21Make this code actually compile on hppa64.Joel Sing
2011-04-21Rework setjmp so that it works for hppa64.Joel Sing
2011-04-21Provide reasonable gdtoa headers.Joel Sing
2011-04-21Make SYS.h actually compile on hppa64.Joel Sing
2011-04-21Don't use 'n' for the length of multibyte chars, because it is the lengthYASUOKA Masahiko
2011-04-19Fix spacing nit.Matthew Dempsky
2011-04-19Do not over-specify the return value.Ingo Schwarze
2011-04-15Remove wrong check.Ariane van der Steldt
2011-04-15wcwidth() must return -1 if the character is not printable.Stefan Sperling