| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix some awful code in the example, pointed out by millert@. |  nicm | 2011-07-05 | 1 | -3/+3 |
* | from Tim van der Molen: |  jmc | 2011-07-05 | 1 | -5/+12 |
* | Move arm to the 'MI' softfloat code instead of the arm version. |  drahn | 2011-07-05 | 30 | -7173/+7 |
* | Add stubs for signals and forks. |  pirofti | 2011-07-05 | 21 | -120/+26 |
* | tweak previous; |  jmc | 2011-07-04 | 1 | -2/+3 |
* | Add ia64 libc support. |  pirofti | 2011-07-04 | 29 | -0/+645 |
* | Add wcsdup(), from NetBSD. |  nicm | 2011-07-04 | 4 | -4/+121 |
* | Implement an idle timeout for the socket splicing. A new `sp_idle' |  mikeb | 2011-07-04 | 1 | -6/+15 |
* | "it's" -> "its" in a couple of comments. |  krw | 2011-07-03 | 1 | -3/+3 |
* | Recognize %a, %A format specifiers, per C99. |  martynas | 2011-07-03 | 2 | -17/+12 |
* | Swap bitmask values around so that STRTOG_Neg doesn't get affected |  martynas | 2011-07-03 | 1 | -6/+6 |
* | Properly implement the long double (%Lf) scanf without the precision |  martynas | 2011-07-03 | 1 | -8/+10 |
* | Trick lint into recording the right prototypes in the llib-lc.ln |  martynas | 2011-07-02 | 8 | -31/+58 |
* | Rebase on gdtoa-20110428; contains fixes for absurdly long inputs |  martynas | 2011-07-02 | 14 | -612/+696 |
* | Enable the knob to dynamically allocate (large) state structures. |  millert | 2011-07-01 | 1 | -1/+2 |
* | document HW_ALLOWPOWERDOWN; reminded by and ok jmc@ |  naddy | 2011-06-27 | 1 | -2/+11 |
* | as man page states, lower case undoes upper case. add support for little s, |  tedu | 2011-06-20 | 1 | -1/+5 |
* | - The 0x1p514 was wrong on VAX, but remove FP_SUBNORMAL, FP_INFINITE, |  martynas | 2011-06-08 | 2 | -20/+6 |
* | +.Xr hcreate 3 , |  jmc | 2011-06-03 | 1 | -2/+3 |
* | fix wcscasecmp() parameters; <wchar.h> was correct |  naddy | 2011-06-01 | 1 | -2/+2 |
* | Make printf-like and scanf-like functions marked as such in llib-lc.ln |  martynas | 2011-05-30 | 15 | -15/+34 |
* | Trick lint into recording the right prototypes in the llib-lc.ln |  martynas | 2011-05-30 | 8 | -49/+79 |
* | tweak previous (my fault); |  jmc | 2011-05-28 | 1 | -4/+4 |
* | wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@ |  espie | 2011-05-28 | 4 | -6/+83 |
* | On PowerPC we cannot manipulate FPSCR[VX]--it's a summary of all |  martynas | 2011-05-25 | 1 | -2/+6 |
* | save errno dance in wrterror() and malloc_dump(); prompted by and ok deraadt@ |  otto | 2011-05-20 | 1 | -2/+6 |
* | introduce symbolic constant for initial number of regions |  otto | 2011-05-18 | 1 | -2/+3 |
* | zap regions_bits and rework MALLOC_MAXSHIFT a bit; ok djm@ |  otto | 2011-05-18 | 1 | -14/+8 |
* | remove Xr for a page we don;t yet have; ok stsp |  jmc | 2011-05-16 | 1 | -4/+3 |
* | Avoid fp computations for stats, this make calling malloc_dump() safe in more |  otto | 2011-05-12 | 1 | -10/+7 |
* | fix comment, the bitmap is an array of u_short now |  otto | 2011-05-12 | 1 | -2/+2 |
* | Introduce leak detection code for MALLOC_STATS |  otto | 2011-05-12 | 1 | -25/+165 |
* | When the max number of items for a directory has reached GLOB_LIMIT_READDIR |  pyr | 2011-05-12 | 1 | -2/+3 |
* | Add a wprintf(3) man page based on FreeBSD's page. Help and ok schwarze jmc |  stsp | 2011-05-09 | 2 | -2/+592 |
* | Always free the multibyte->wchar conversion buffer allocated in __mbsconv(). |  stsp | 2011-05-09 | 1 | -1/+3 |
* | Move MALLOC_STATS code to bottom of file, so the real stuff is more at the top. |  otto | 2011-05-08 | 1 | -137/+141 |
* | Up until now, malloc scanned the bits of the chunk bitmap from |  otto | 2011-05-05 | 1 | -32/+24 |
* | forgotten in previous; |  jmc | 2011-05-02 | 1 | -2/+2 |
* | document SO_RTABLE; with suggestions and ok jmc, claudio |  mikeb | 2011-05-02 | 1 | -2/+11 |
* | no need to escape `|'; as discussed with schwartze |  jmc | 2011-05-02 | 2 | -20/+6 |
* | Now that we use an array of u_short for the chunk bitmap change a few |  otto | 2011-04-30 | 1 | -5/+5 |
* | More efficient scanning for free chunks while not losing any randomization; |  otto | 2011-04-30 | 1 | -21/+25 |
* | Add BUGS section explaining that these functions do not cover the entire |  stsp | 2011-04-29 | 1 | -2/+5 |
* | remove dead Xrs to update.8; |  jmc | 2011-04-29 | 2 | -10/+7 |
* | Bring back wprintf. We've sorted out what to do for gcc2 and gcc3. |  stsp | 2011-04-28 | 9 | -4/+1807 |
* | Tweak the description of the optional parts around =. Found this in my |  otto | 2011-04-27 | 1 | -5/+7 |
* | spring cleanup: |  schwarze | 2011-04-26 | 1 | -17/+9 |
* | Document amd64/i386 denormalization exception; after discusion w/ tedu@. |  martynas | 2011-04-25 | 1 | -2/+3 |
* | Teach sysconf(_SC_GETGR_R_SIZE_MAX) the correct size of a buffer for the |  sthen | 2011-04-25 | 2 | -4/+5 |
* | Update to tzcode2011g from elsie.nci.nih.gov. |  millert | 2011-04-25 | 5 | -69/+165 |