| Commit message (Expand) | Author | Age | Files | Lines |
* | WARNINGS -> CAVEATS, and a little neccessary cleanup; | jmc | 2010-04-01 | 2 | -24/+24 |
* | Modify example not to use an assignment in the if statement. We shouldn't | kettenis | 2010-03-24 | 1 | -3/+4 |
* | It's unsetenv() that doesn't like `=' in the argument, not putenv(). | kili | 2010-03-10 | 1 | -3/+3 |
* | Use size_t in appropriate places; fixes sorting of big arrays; | otto | 2010-02-08 | 1 | -9/+10 |
* | use size_t to index arrays; avoids big array bugs; ok millert@ guenther@ | otto | 2010-02-08 | 1 | -1/+1 |
* | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | miod | 2010-02-03 | 4 | -17/+17 |
* | stucture -> structure; | jmc | 2010-01-25 | 1 | -3/+3 |
* | New options 'S', as a shorthand for the options most suitable as an | otto | 2010-01-13 | 2 | -3/+9 |
* | replace a few remaining UNIX terms with .Ux macros; this diff | sobrado | 2009-12-29 | 1 | -4/+4 |
* | save calls to arc4random() by using a nibble at a time; not because | otto | 2009-12-16 | 1 | -24/+27 |
* | No point in refreshing the pid from inside arc4_stir() when that | guenther | 2009-12-15 | 1 | -6/+15 |
* | Make userland malloc use __LDPGSZ granularity on mips, regardless of the | miod | 2009-12-07 | 1 | -1/+3 |
* | missing word; | jmc | 2009-12-05 | 1 | -3/+3 |
* | Switch the chunk_info lists to doubly-linked lists and use the queue | otto | 2009-11-27 | 1 | -51/+34 |
* | Don't forget to fill region from the cache with junk if needed in one case; | otto | 2009-11-27 | 1 | -1/+3 |
* | No need to clear a mmapped region; from Fabien Romano and Jonathan | otto | 2009-11-27 | 1 | -2/+1 |
* | More shrinkage, a bit for ramdisks but mostly for static binaries: | guenther | 2009-11-18 | 5 | -392/+445 |
* | permit -DMALLOC_STATS to compile again | todd | 2009-11-02 | 1 | -2/+2 |
* | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | sobrado | 2009-10-31 | 1 | -2/+2 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | deraadt | 2009-10-27 | 1 | -5/+1 |
* | Check mmap return value against MAP_FAILED not NULL. | pirofti | 2009-10-20 | 1 | -2/+2 |
* | teach gdtoa & its subroutines that malloc can fail; in which case | martynas | 2009-10-16 | 2 | -2/+6 |
* | rewrite the history section, prompted by Paul Stoeber; ok deraadt@ jmc@ | otto | 2009-10-10 | 1 | -25/+28 |
* | make getaddrinfo(3) accept numeric servname when ai_socktype is not | fgsch | 2009-09-02 | 1 | -4/+2 |
* | various MLINK fixes from Alan R. S. Bueno; | jmc | 2009-08-13 | 1 | -3/+3 |
* | promote correct style for error checking | eric | 2009-07-09 | 1 | -7/+7 |
* | abs conforms c99 -> imaxabs conforms c99. ok millert@ | martynas | 2009-06-21 | 1 | -3/+3 |
* | quieten compiler by converting pointers to uintptr_t before truncating them | deraadt | 2009-06-08 | 1 | -5/+5 |
* | compare and shift buffer against a fixed length not strlen derived values. | pyr | 2009-06-05 | 1 | -6/+6 |
* | simplify the 'family' option parser and make it more evident what we're | pyr | 2009-06-04 | 2 | -25/+18 |
* | Don't assume that we can overwrite strings in the environment. | millert | 2009-06-04 | 1 | -1/+3 |
* | Add a resolv.conf option to specify the order in which getaddrinfo | pyr | 2009-06-04 | 2 | -8/+63 |
* | Make putenv(), setenv() and unsetenv() standards compliant. The | millert | 2009-06-03 | 5 | -86/+117 |
* | - define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13) | jasper | 2009-06-02 | 2 | -3/+7 |
* | Document AI_NUMERICSERV; feedback and ok millert@ | jacekm | 2009-05-06 | 1 | -2/+9 |
* | document that no leading whitespace is permitted between the option and | okan | 2009-04-12 | 1 | -3/+5 |
* | correct argument type for swap64(); from Thomas Pfaff | jmc | 2009-03-17 | 1 | -3/+3 |
* | kill whitespace at eol; | jmc | 2009-02-13 | 1 | -2/+2 |
* | decribe 'F' better and mention flags are debugging aids; ok tedu@ jmc@ | otto | 2009-02-13 | 1 | -8/+10 |
* | correct function definitions; from Markus Bergkvist | jmc | 2009-02-10 | 1 | -4/+4 |
* | reintroduce extra malloc protections, but avoiding the use of | djm | 2009-01-03 | 1 | -164/+229 |
* | PAGE_SIZE is not a valid symbol to use in that way. In particular, | deraadt | 2008-12-31 | 1 | -235/+164 |
* | Remove mprotecting of struct dir_info introduced in previous commit | djm | 2008-12-30 | 2 | -46/+4 |
* | extra paranoia for malloc(3): | djm | 2008-12-29 | 2 | -165/+278 |
* | repair the ARC4 story; ok jmc djm millert | deraadt | 2008-12-23 | 1 | -5/+7 |
* | The example for detecting malicious PTR records could be easily misinterpreted. | jacekm | 2008-12-22 | 1 | -5/+4 |
* | shave off more bytes than you expect by declaring a few const local arrays | otto | 2008-12-15 | 1 | -4/+4 |
* | fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soon | otto | 2008-12-09 | 2 | -7/+7 |
* | Document that ethers_aton returns NULL for invalid addresses. | weerd | 2008-12-07 | 1 | -2/+4 |
* | Fix typo, okay jmc@. | pedro | 2008-11-26 | 1 | -3/+3 |