summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-05-25Document nearbyint, nearbyintf, nearbyintl.Martynas Venckus
2011-05-25Document C99 floating-point environment.Martynas Venckus
2011-05-25On PowerPC we cannot manipulate FPSCR[VX]--it's a summary of allMartynas Venckus
2011-05-24Reimplement uvm/uvm_map.Ariane van der Steldt
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-09in sio_psleep(), use an array of SIO_MAXNFDS pollfd strucures ratherAlexandre Ratchov
2011-05-08Move MALLOC_STATS code to bottom of file, so the real stuff is more at the top.Otto Moerbeek
2011-05-06use an array of backends and iterate on it, instead of inliningAlexandre Ratchov
2011-05-06remove almost two years old hack to support legacy audio/midiAlexandre Ratchov
2011-05-05Make this script more generic and minimize differences betweenJasper Lievisse Adriaanse
2011-05-05Up until now, malloc scanned the bits of the chunk bitmap fromOtto Moerbeek
2011-05-04Add a zlib.pc pkg-config file, based what newer zlibs ship.Jasper Lievisse Adriaanse
2011-05-03determine the default device in backend code instead of the commonAlexandre Ratchov
2011-05-03Adjust to explicitly list ${libdir}.Jasper Lievisse Adriaanse
2011-05-02Add missing byter order conversions in message headers. Fixes the caseAlexandre Ratchov
2011-05-02set the TCP_NODELAY option for TCP connectionsAlexandre Ratchov
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-29Trick GCC (-O2) into actually raising the underflow exception on m88k.Martynas Venckus
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-28ixnay on the nopfayMiod Vallat
2011-04-28fix build ok martynas@Todd T. Fries
2011-04-28- enable fenvMartynas Venckus
2011-04-28Bring back wprintf. We've sorted out what to do for gcc2 and gcc3.Stefan Sperling
2011-04-28fenv improvements and cleanupsMartynas Venckus
2011-04-28Implement a new authentication method allowing aucat and midicat toAlexandre Ratchov
2011-04-27move amsg.h containing protocol defs from aucat side to libsndio side.Alexandre Ratchov
2011-04-27Tweak the description of the optional parts around =. Found this in myOtto Moerbeek
2011-04-26spring cleanup:Ingo Schwarze
2011-04-26fenv for mips64Martynas Venckus
2011-04-25Document amd64/i386 denormalization exception; after discusion w/ tedu@.Martynas Venckus
2011-04-25fenv for sparc; mostly cloned from sparc64Martynas Venckus
2011-04-25fenv for powerpcMartynas 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-24fenv for shMartynas Venckus
2011-04-24Back out wprintf until we've determined what to do for gcc2 and gcc3 arches.Stefan Sperling