| Commit message (Expand) | Author | Files | Lines |
2008-12-09 | fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soon | otto | 2 | -7/+7 |
2008-12-07 | Document that ethers_aton returns NULL for invalid addresses. | weerd | 1 | -2/+4 |
2008-11-26 | Fix typo, okay jmc@. | pedro | 1 | -3/+3 |
2008-11-24 | Correctly jump over routing headers and calculate the size of the if_data | claudio | 1 | -7/+14 |
2008-11-20 | move allocations between half a page and a page as close to the end of | otto | 2 | -4/+5 |
2008-11-20 | Reduce the leeway malloc allows when moving allocations to the end of | otto | 1 | -2/+2 |
2008-11-13 | To allow for easier playing with more strict settings introduce | otto | 1 | -5/+14 |
2008-11-12 | avoid a few strlen calls for constant strings; prompted by tg; ok djm@ | otto | 1 | -10/+10 |
2008-11-06 | if the freeprot flag (F) is set, do not do delayed frees for chunks | otto | 1 | -6/+10 |
2008-11-03 | sync to openssl-0.9.8i; | jmc | 1 | -18/+22 |
2008-11-02 | fix markup of example line and description of G flag; partly from and | otto | 1 | -5/+4 |
2008-11-02 | remove distinction between warnings and errors, ok deraadt@ djm@ | otto | 2 | -73/+38 |
2008-10-29 | if MALLOC_STATS is defined, record how many "cheap reallocs" were | otto | 1 | -1/+8 |
2008-10-20 | oops, assign errno the right way. caught by david running regress tests | otto | 1 | -2/+2 |
2008-10-03 | reduce rbyte cache to 512 bytes, no measurable slowdown (even in the | otto | 1 | -2/+2 |
2008-10-03 | save and restore errno on success. while it is not stricly needed for | otto | 1 | -4/+14 |
2008-10-03 | zap __arc4_getbyte(), it was only used by the old malloc; ok millert@ | otto | 1 | -14/+1 |
2008-10-03 | when increasing the size of a larger than a page allocation try | otto | 1 | -3/+41 |
2008-10-03 | avoid spitting up regions when purging stuff from the cache, it puts | otto | 1 | -17/+10 |
2008-10-02 | Hook up fnmatch and glob regress. | millert | 1 | -5/+5 |
2008-10-01 | Regress driver for fnmatch(3). Needs more tests. | millert | 3 | -0/+58 |
2008-10-01 | Regress driver for glob(3). Needs more tests. | millert | 4 | -0/+244 |
2008-09-19 | documentation tweaks; synchronize synopsis and usage. | sobrado | 2 | -10/+11 |
2008-09-19 | fix some cause of bad TEXTREL on i386 and amd64 | otto | 10 | -28/+128 |
2008-09-13 | document strtold. ok millert@ | martynas | 2 | -11/+25 |
2008-09-13 | strtof has been introduced in c99 | martynas | 1 | -4/+6 |
2008-09-10 | use one call to arc4random_buf() instead of lots of arc4random() | djm | 2 | -16/+4 |
2008-09-08 | turn off CAST assembler code (i.e. use C implementation) as it has bad | djm | 1 | -3/+3 |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | martynas | 8 | -2504/+309 |
2008-09-07 | sparc now requires this bloated library to be -fPIC | deraadt | 1 | -1/+5 |
2008-09-07 | Fix merge botch. | kettenis | 2 | -6/+0 |
2008-09-06 | remove duplicate definition of OPENSSL_DSA_MAX_MODULUS_BITS spotted | djm | 2 | -4/+0 |
2008-09-06 | update for openssl-0.9.8h | djm | 2 | -49/+96 |
2008-09-06 | remerge local tweaks, update per-arch configuration headers, update | djm | 31 | -118/+900 |
2008-09-06 | resolve conflicts | djm | 1188 | -25827/+68210 |
2008-09-06 | import of OpenSSL 0.9.8h | djm | 564 | -10621/+67300 |
2008-09-06 | import of OpenSSL 0.9.8h | djm | 917 | -31309/+67049 |
2008-09-06 | import of OpenSSL 0.9.8h | djm | 276 | -871/+82581 |
2008-09-03 | remove now obsolete calloc implementation; prompted by miod | otto | 1 | -50/+0 |
2008-09-01 | do not overflow for large prefix len (e.g. 2147483649) | markus | 1 | -3/+3 |
2008-08-25 | Make all combinations of G, P, J and zero-fill work with as little | otto | 1 | -5/+20 |
2008-08-23 | unbreak MALLOC_OPTIONS=G that I broke in my last commit; | djm | 1 | -3/+3 |
2008-08-23 | fix calloc() for MALLOC_OPTIONS=J case: SOME_JUNK was being filled into | djm | 1 | -2/+2 |
2008-08-23 | unbreak wcschr(string, L'\0') which was incorrectly returning NULL | djm | 1 | -3/+5 |
2008-08-22 | make sure we always map and unmap multiples of MALLOC_PAGESIZE; | otto | 1 | -5/+14 |
2008-08-22 | Smarter implementation of calloc(3), which uses the fact that mmap(2) | otto | 2 | -8/+57 |
2008-08-15 | Add resolv.conf(5) option to force lookups by TCP: "options tcp" | djm | 1 | -18/+20 |
2008-08-07 | small cleanup of error/warning strings | otto | 2 | -7/+7 |
2008-07-28 | Install man pages for the BIO_* libcrypto functions, but not bio.3 | jsg | 1 | -1/+126 |
2008-07-28 | man page bits for new malloc; ok jmc@ | otto | 1 | -43/+33 |