| Commit message (Expand) | Author | Age | Files | Lines |
* | Make consistent the syscall stubs for the syscalls that got special | guenther | 2011-10-16 | 1 | -1/+16 |
* | Make struct chunk_info a variable sized struct, wasting less | otto | 2011-10-06 | 1 | -28/+55 |
* | some minor tweaks; | jmc | 2011-09-03 | 1 | -2/+2 |
* | make -column lists pretty again; | jmc | 2011-09-03 | 1 | -3/+3 |
* | in column lists, enforce the following ordering: | jmc | 2011-08-30 | 1 | -3/+3 |
* | 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 |
* | 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 |
* | switch to installing source manuals (base part) | schwarze | 2011-06-23 | 1 | -262/+246 |
* | 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 |
* | 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 |
* | Tweak the description of the optional parts around =. Found this in my | otto | 2011-04-27 | 1 | -5/+7 |
* | Fix spacing nit. | matthew | 2011-04-19 | 1 | -3/+3 |
* | Add AI_FQDN flag to getaddrinfo(3). Prompted by discussions with djm@ | matthew | 2011-04-05 | 2 | -22/+46 |
* | Add a wcswidth man page (based on FreeBSD), and fix the implementation | stsp | 2011-04-04 | 3 | -5/+68 |
* | back out previous commit. | beck | 2011-03-25 | 1 | -665/+0 |
* | Add the following certs: | dhill | 2011-03-25 | 1 | -0/+665 |
* | This script doesn't need write access to $curdir. Just check existence. | matthieu | 2011-03-24 | 1 | -3/+3 |
* | tweak for clarity, ok millert@, jmc@ | espie | 2011-03-21 | 1 | -4/+4 |