summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some awful code in the example, pointed out by millert@.nicm2011-07-051-3/+3
* from Tim van der Molen:jmc2011-07-051-5/+12
* Move arm to the 'MI' softfloat code instead of the arm version.drahn2011-07-0530-7173/+7
* Add stubs for signals and forks.pirofti2011-07-0521-120/+26
* tweak previous;jmc2011-07-041-2/+3
* Add ia64 libc support.pirofti2011-07-0429-0/+645
* Add wcsdup(), from NetBSD.nicm2011-07-044-4/+121
* Implement an idle timeout for the socket splicing. A new `sp_idle'mikeb2011-07-041-6/+15
* "it's" -> "its" in a couple of comments.krw2011-07-031-3/+3
* Recognize %a, %A format specifiers, per C99.martynas2011-07-032-17/+12
* Swap bitmask values around so that STRTOG_Neg doesn't get affectedmartynas2011-07-031-6/+6
* Properly implement the long double (%Lf) scanf without the precisionmartynas2011-07-031-8/+10
* Trick lint into recording the right prototypes in the llib-lc.lnmartynas2011-07-028-31/+58
* Rebase on gdtoa-20110428; contains fixes for absurdly long inputsmartynas2011-07-0214-612/+696
* Enable the knob to dynamically allocate (large) state structures.millert2011-07-011-1/+2
* document HW_ALLOWPOWERDOWN; reminded by and ok jmc@naddy2011-06-271-2/+11
* as man page states, lower case undoes upper case. add support for little s,tedu2011-06-201-1/+5
* - The 0x1p514 was wrong on VAX, but remove FP_SUBNORMAL, FP_INFINITE,martynas2011-06-082-20/+6
* +.Xr hcreate 3 ,jmc2011-06-031-2/+3
* fix wcscasecmp() parameters; <wchar.h> was correctnaddy2011-06-011-2/+2
* Make printf-like and scanf-like functions marked as such in llib-lc.lnmartynas2011-05-3015-15/+34
* Trick lint into recording the right prototypes in the llib-lc.lnmartynas2011-05-308-49/+79
* tweak previous (my fault);jmc2011-05-281-4/+4
* wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@espie2011-05-284-6/+83
* On PowerPC we cannot manipulate FPSCR[VX]--it's a summary of allmartynas2011-05-251-2/+6
* save errno dance in wrterror() and malloc_dump(); prompted by and ok deraadt@otto2011-05-201-2/+6
* introduce symbolic constant for initial number of regionsotto2011-05-181-2/+3
* zap regions_bits and rework MALLOC_MAXSHIFT a bit; ok djm@otto2011-05-181-14/+8
* remove Xr for a page we don;t yet have; ok stspjmc2011-05-161-4/+3
* Avoid fp computations for stats, this make calling malloc_dump() safe in moreotto2011-05-121-10/+7
* fix comment, the bitmap is an array of u_short nowotto2011-05-121-2/+2
* Introduce leak detection code for MALLOC_STATSotto2011-05-121-25/+165
* When the max number of items for a directory has reached GLOB_LIMIT_READDIRpyr2011-05-121-2/+3
* Add a wprintf(3) man page based on FreeBSD's page. Help and ok schwarze jmcstsp2011-05-092-2/+592
* Always free the multibyte->wchar conversion buffer allocated in __mbsconv().stsp2011-05-091-1/+3
* Move MALLOC_STATS code to bottom of file, so the real stuff is more at the top.otto2011-05-081-137/+141
* Up until now, malloc scanned the bits of the chunk bitmap fromotto2011-05-051-32/+24
* forgotten in previous;jmc2011-05-021-2/+2
* document SO_RTABLE; with suggestions and ok jmc, claudiomikeb2011-05-021-2/+11
* no need to escape `|'; as discussed with schwartzejmc2011-05-022-20/+6
* Now that we use an array of u_short for the chunk bitmap change a fewotto2011-04-301-5/+5
* More efficient scanning for free chunks while not losing any randomization;otto2011-04-301-21/+25
* Add BUGS section explaining that these functions do not cover the entirestsp2011-04-291-2/+5
* remove dead Xrs to update.8;jmc2011-04-292-10/+7
* Bring back wprintf. We've sorted out what to do for gcc2 and gcc3.stsp2011-04-289-4/+1807
* Tweak the description of the optional parts around =. Found this in myotto2011-04-271-5/+7
* spring cleanup:schwarze2011-04-261-17/+9
* Document amd64/i386 denormalization exception; after discusion w/ tedu@.martynas2011-04-251-2/+3
* Teach sysconf(_SC_GETGR_R_SIZE_MAX) the correct size of a buffer for thesthen2011-04-252-4/+5
* Update to tzcode2011g from elsie.nci.nih.gov.millert2011-04-255-69/+165