summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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
2011-04-11document MAP_TRYFIXED. short version: don't use it. prodded by deraadt.Ted Unangst
2011-04-09On the a.out architectures, WEAK_ALIAS does an implicit _C_LABEL()Theo de Raadt
2011-04-08a_syms is an int, not a pointer; ok miodTheo de Raadt
2011-04-05Fix the previous commit: define ___cerror, no __cerrorPhilip Guenthe
2011-04-05Add AI_FQDN flag to getaddrinfo(3). Prompted by discussions with djm@Matthew Dempsky
2011-04-04Add a wcswidth man page (based on FreeBSD), and fix the implementationStefan Sperling
2011-04-04Move __cerror to ___cerror with a weak alias so that rthreads can override it.Philip Guenthe
2011-04-03Don't fill the ctype tab with Latin-1 information in UTF-8 locales.Stefan Sperling