| Commit message (Expand) | Author | Files | Lines |
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 |
2008-07-28 | Almost complete rewrite of malloc, to have a more efficient data | otto | 1 | -1443/+835 |
2008-07-25 | i have to crank this for a ridiculous reason, to save me about 4 hours of work | deraadt | 1 | -1/+1 |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | ray | 4 | -33/+5 |
2008-06-14 | remove _thread_malloc_init prototype | otto | 1 | -2/+1 |
2008-06-13 | grammar fixes; | jmc | 1 | -3/+3 |
2008-06-13 | remove _MALLOC_LOCK_INIT; major bump; ok deraadt@ | otto | 2 | -8/+2 |
2008-06-13 | Add strtof() to libc, some ports seem to like it. Currently it's a simple | landry | 3 | -9/+64 |
2008-06-09 | fix an Xr, and use a more appropriate macro; | jmc | 1 | -4/+4 |
2008-06-08 | arc4random_stir() does not use /dev/arandom anymore, but sysctl kern.arandom | deraadt | 1 | -4/+6 |
2008-06-04 | fix math screwup that reintroduced a bias for upper_bounds in range | djm | 1 | -2/+2 |
2008-05-30 | -salt is default for "openssl enc"; from djm | jmc | 1 | -29/+19 |
2008-05-20 | kill an Xr to a non-existent man page, ulimit(1); | jmc | 1 | -5/+3 |
2008-05-19 | remove recalloc(3); it is buggy and impossible to repair without big | otto | 3 | -62/+20 |
2008-05-11 | garbage collect the portability bits for the removed select() support. | brad | 1 | -11/+1 |
2008-05-09 | try SO_BINDANY for -s, but do not insist; ok bob, reyk | markus | 1 | -2/+4 |
2008-05-07 | remove duplicates; remove des_random_key; remove unused; sort MLINKS; ok jmc@ | markus | 1 | -113/+8 |
2008-05-06 | - put the description of -O in the right place | jmc | 1 | -6/+6 |
2008-05-06 | allow setting of TCP send/receive buffer sizes; ok markus@ | djm | 2 | -5/+38 |
2008-04-18 | convert select() => poll(), saves a runtime malloc+free per retry | djm | 1 | -23/+16 |
2008-04-16 | permit _ in the middle of a DNS name component | deraadt | 1 | -2/+3 |
2008-04-13 | Improve the libc DNS resolver ID generation algorithm to be more | djm | 1 | -43/+79 |
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | djm | 2 | -4/+4 |
2008-04-04 | - do not call pthread_atfork(3) handlers when a multithreaded program | kurt | 1 | -2/+7 |
2008-04-02 | Zero state buffers on return. OK deraadt@ | millert | 1 | -1/+5 |
2008-03-19 | bcmp(3) tries to return length, which is a size_t, as an int. | ray | 1 | -4/+4 |
2008-03-16 | - add NAME entries for arc4random_buf and arc4random_uniform | jmc | 1 | -2/+4 |