| Commit message (Expand) | Author | Age | Files | Lines |
* | MFCOPENBSD_5_0 | djm | 2012-04-22 | 4 | -14/+65 |
* | This commit was manufactured by cvs2git to create branch 'OPENBSD_5_0'. | cvs2svn | 2011-08-03 | 932 | -296990/+0 |
* | Add support for hppa64 based on the defaults for 64-bit HP-UX as found in the | kettenis | 2011-08-03 | 1 | -0/+253 |
* | tweak previous; | jmc | 2011-07-25 | 3 | -6/+6 |
* | update HISTORY and SEE ALSO for all of string(3), together with various | schwarze | 2011-07-25 | 53 | -237/+642 |
* | occured -> occurred; | jmc | 2011-07-24 | 1 | -2/+2 |
* | Recent Single Unix will malloc memory if the second argument of realpath() | miod | 2011-07-24 | 2 | -17/+52 |
* | Sync wcslcpy and wcslcat with strlcpy and strlcat. OK deraadt@ | millert | 2011-07-24 | 2 | -50/+26 |
* | Show (in the example) that < and > can be used multiple times; ok jmc@ | otto | 2011-07-22 | 1 | -4/+5 |
* | - add a MALLOC_OPTIONS section header. the content is already there, but having | jasper | 2011-07-21 | 1 | -3/+3 |
* | - Replace digicert 2nd-level cert with the root which issued it. | sthen | 2011-07-20 | 1 | -114/+247 |
* | on malloc flag S, set cache size to 0; will catch even more | otto | 2011-07-12 | 1 | -2/+6 |
* | Minor function name tweaks. | nicm | 2011-07-09 | 3 | -8/+8 |
* | Instead of documenting all the wide string functions in wmemchr(3), add | nicm | 2011-07-09 | 18 | -139/+1327 |
* | No need to set CFLAGS+=-DOPENSSL_IA32_SSE2 on amd64. Nothing uses it. | mpf | 2011-07-08 | 1 | -2/+1 |
* | After a certain amount of fighting with the mbstowcs API, remove L from | nicm | 2011-07-08 | 1 | -4/+12 |
* | Pass CFLAGS (which contains -DOPENSSL_IA32_SSE2) to the perlasm | mpf | 2011-07-08 | 1 | -3/+3 |
* | timed's time is up. use ntpd(8). Even our own fossil developers | deraadt | 2011-07-07 | 1 | -2/+2 |
* | no more math(3); | jmc | 2011-07-07 | 9 | -32/+23 |
* | Fix some awful code in the example, pointed out by millert@. | nicm | 2011-07-05 | 1 | -3/+3 |
* | Add wcsdup(), from NetBSD. | nicm | 2011-07-04 | 3 | -3/+120 |
* | Include tests of 80-bit long double precision (on platforms that | martynas | 2011-07-03 | 1 | -1/+6 |
* | Add cephes. | martynas | 2011-07-02 | 1 | -2/+2 |
* | Import Steve Moshier's printf/scanf tester. | martynas | 2011-07-02 | 13 | -0/+6335 |
* | switch to installing source manuals (base part) | schwarze | 2011-06-23 | 1 | -262/+246 |
* | Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudio | mikeb | 2011-06-21 | 1 | -2/+2 |
* | as man page states, lower case undoes upper case. add support for little s, | tedu | 2011-06-20 | 1 | -1/+5 |
* | Add the following certs: | dhill | 2011-06-15 | 1 | -0/+563 |
* | fix wcscasecmp() parameters; <wchar.h> was correct | naddy | 2011-06-01 | 1 | -2/+2 |
* | 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 | 3 | -5/+82 |
* | remove hack to test and create /usr/lib/pkgconfig/ if needed, it's been six | jasper | 2011-05-26 | 1 | -3/+1 |
* | 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 |
* | 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 |
* | Move MALLOC_STATS code to bottom of file, so the real stuff is more at the top. | otto | 2011-05-08 | 1 | -137/+141 |
* | Make this script more generic and minimize differences between | jasper | 2011-05-05 | 1 | -8/+23 |
* | Up until now, malloc scanned the bits of the chunk bitmap from | otto | 2011-05-05 | 1 | -32/+24 |
* | Adjust to explicitly list ${libdir}. | jasper | 2011-05-03 | 1 | -4/+4 |
* | Pull in <string.h> for memset() | guenther | 2011-05-01 | 1 | -1/+2 |
* | Make the regress setup not assume the umask is 022 | guenther | 2011-05-01 | 1 | -3/+3 |
* | 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 |
* | uncomment fwprintf and wprintf tests | stsp | 2011-04-29 | 1 | -4/+4 |
* | Tweak the description of the optional parts around =. Found this in my | otto | 2011-04-27 | 1 | -5/+7 |
* | Regression test for floating point format directives in wprintf. | stsp | 2011-04-24 | 2 | -0/+223 |
* | Fix spacing nit. | matthew | 2011-04-19 | 1 | -3/+3 |