Age | Commit message (Expand) | Author |
2011-07-08 | After a certain amount of fighting with the mbstowcs API, remove L from | Nicholas Marriott |
2011-07-07 | timed's time is up. use ntpd(8). Even our own fossil developers | Theo de Raadt |
2011-07-07 | no more math(3); | Jason McIntyre |
2011-07-07 | add tcp.always_keepalive; | Jason McIntyre |
2011-07-07 | Fix bit twiddling routines on ARM; where floating-point word order | Martynas Venckus |
2011-07-06 | Add sysctl net.inet.tcp.always_keepalive, when this is set the system | Stuart Henderson |
2011-07-06 | Add support for C99 %ls and %lc format directives, as been documented in | Stefan Sperling |
2011-07-06 | Speed up cgetnext() by passing the record we want to parse in to | Todd C. Miller |
2011-07-05 | Fix some awful code in the example, pointed out by millert@. | Nicholas Marriott |
2011-07-05 | from Tim van der Molen: | Jason McIntyre |
2011-07-05 | Move arm to the 'MI' softfloat code instead of the arm version. | Dale Rahn |
2011-07-05 | Add stubs for signals and forks. | Paul Irofti |
2011-07-04 | tweak previous; | Jason McIntyre |
2011-07-04 | Add ia64 libc support. | Paul Irofti |
2011-07-04 | Add wcsdup(), from NetBSD. | Nicholas Marriott |
2011-07-04 | Implement an idle timeout for the socket splicing. A new `sp_idle' | Mike Belopuhov |
2011-07-03 | "it's" -> "its" in a couple of comments. | Kenneth R Westerback |
2011-07-03 | Recognize %a, %A format specifiers, per C99. | Martynas Venckus |
2011-07-03 | Swap bitmask values around so that STRTOG_Neg doesn't get affected | Martynas Venckus |
2011-07-03 | Properly implement the long double (%Lf) scanf without the precision | Martynas Venckus |
2011-07-02 | Trick lint into recording the right prototypes in the llib-lc.ln | Martynas Venckus |
2011-07-02 | Rebase on gdtoa-20110428; contains fixes for absurdly long inputs | Martynas Venckus |
2011-07-01 | Enable the knob to dynamically allocate (large) state structures. | Todd C. Miller |
2011-06-27 | document HW_ALLOWPOWERDOWN; reminded by and ok jmc@ | Christian Weisgerber |
2011-06-20 | as 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-01 | fix wcscasecmp() parameters; <wchar.h> was correct | Christian Weisgerber |
2011-05-30 | Make printf-like and scanf-like functions marked as such in llib-lc.ln | Martynas Venckus |
2011-05-30 | Trick lint into recording the right prototypes in the llib-lc.ln | Martynas Venckus |
2011-05-28 | tweak previous (my fault); | Jason McIntyre |
2011-05-28 | wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@ | Marc Espie |
2011-05-25 | On PowerPC we cannot manipulate FPSCR[VX]--it's a summary of all | Martynas Venckus |
2011-05-20 | save errno dance in wrterror() and malloc_dump(); prompted by and ok deraadt@ | Otto Moerbeek |
2011-05-18 | introduce symbolic constant for initial number of regions | Otto Moerbeek |
2011-05-18 | zap regions_bits and rework MALLOC_MAXSHIFT a bit; ok djm@ | Otto Moerbeek |
2011-05-16 | remove Xr for a page we don;t yet have; ok stsp | Jason McIntyre |
2011-05-12 | Avoid fp computations for stats, this make calling malloc_dump() safe in more | Otto Moerbeek |
2011-05-12 | fix comment, the bitmap is an array of u_short now | Otto Moerbeek |
2011-05-12 | Introduce leak detection code for MALLOC_STATS | Otto Moerbeek |
2011-05-12 | When the max number of items for a directory has reached GLOB_LIMIT_READDIR | Pierre-Yves Ritschard |
2011-05-09 | Add a wprintf(3) man page based on FreeBSD's page. Help and ok schwarze jmc | Stefan Sperling |
2011-05-09 | Always free the multibyte->wchar conversion buffer allocated in __mbsconv(). | Stefan Sperling |
2011-05-08 | Move MALLOC_STATS code to bottom of file, so the real stuff is more at the top. | Otto Moerbeek |
2011-05-05 | Up until now, malloc scanned the bits of the chunk bitmap from | Otto Moerbeek |
2011-05-02 | forgotten in previous; | Jason McIntyre |
2011-05-02 | document SO_RTABLE; with suggestions and ok jmc, claudio | Mike Belopuhov |
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre |
2011-04-30 | Now that we use an array of u_short for the chunk bitmap change a few | Otto Moerbeek |
2011-04-30 | More efficient scanning for free chunks while not losing any randomization; | Otto Moerbeek |