| Commit message (Expand) | Author | Age | Files | Lines |
* | Roll back uintptr_t cast changes after discussions with tedu, otto and |  dtucker | 2016-10-16 | 3 | -24/+7 |
* | Wrap _malloc_init() so internal calls go directly |  guenther | 2016-10-15 | 2 | -2/+6 |
* | Cast pointers to uintptr_t to avoid potential signedness errors. |  dtucker | 2016-10-14 | 3 | -7/+24 |
* | 0xd0 -> 0xdb; ok deraadt@ millert@ tedu@ |  otto | 2016-10-14 | 1 | -3/+3 |
* | optimize canary code a bit by storing offset of sizes table instead of |  otto | 2016-10-12 | 1 | -5/+7 |
* | make clear the length printed is the requested length |  otto | 2016-10-08 | 1 | -3/+3 |
* | sort; |  jmc | 2016-10-07 | 1 | -5/+5 |
* | introduce a sysctl to hijack dns sockets. when set to a port number, |  tedu | 2016-10-07 | 1 | -2/+6 |
* | rss limit is no longer enforced. noticed by Raimo Niskanen |  tedu | 2016-10-07 | 1 | -5/+3 |
* | grammar fix previous; |  jmc | 2016-10-07 | 1 | -2/+2 |
* | document "chunk canary corrupted" error |  otto | 2016-10-07 | 1 | -2/+7 |
* | stray tab |  otto | 2016-10-07 | 1 | -2/+2 |
* | Beter implementation of chunk canaries: store size in chunk meta data |  otto | 2016-10-07 | 1 | -61/+63 |
* | Use the userspace-visible thread register directly in __cerror instead |  guenther | 2016-10-04 | 1 | -6/+8 |
* | Make read(2) return EISDIR on directories. |  jca | 2016-09-30 | 1 | -4/+6 |
* | use the same template for describing securelevel interaction; |  jmc | 2016-09-28 | 1 | -11/+15 |
* | document kern.allowkmem; ok deraadt |  jmc | 2016-09-28 | 1 | -2/+10 |
* | sigsetmask() and sigblock() are no longer used by any setjmp implementation |  guenther | 2016-09-26 | 2 | -5/+3 |
* | Fix matching when all of user, host and domain are specified. |  millert | 2016-09-24 | 1 | -10/+8 |
* | s/alloctaed/allocated/ in comment |  guenther | 2016-09-23 | 1 | -2/+2 |
* | Switch from calling obsolete sig{block,setmask} to directly using the |  guenther | 2016-09-22 | 3 | -76/+42 |
* | m88k switched to RELRO |  guenther | 2016-09-22 | 1 | -6/+0 |
* | Simplify __cerror now that %r27 is always the TCB pointer. |  guenther | 2016-09-22 | 3 | -54/+40 |
* | no more KERN_ARND; ok deraadt |  jmc | 2016-09-21 | 1 | -10/+2 |
* | Delete casts to off_t and size_t that are implied by assignments |  guenther | 2016-09-21 | 35 | -114/+106 |
* | gmtime_r() should return NULL on failure, not the struct tm * result |  millert | 2016-09-19 | 1 | -3/+2 |
* | move page junking tp unmap(), right before we stick the region in the cache; |  otto | 2016-09-18 | 1 | -6/+6 |
* | Use unified syntax such that this compiles with both gcc and clang. |  kettenis | 2016-09-18 | 1 | -2/+4 |
* | unbreak the build by including stddef.h for the definition of NULL |  jsg | 2016-09-18 | 1 | -1/+2 |
* | Add an interface to find the ARM.exidx table for use by the ARM EHABI unwinder. |  kettenis | 2016-09-17 | 5 | -2/+88 |
* | Restore warnings about multiple process waiting on same fd |  guenther | 2016-09-17 | 2 | -4/+16 |
* | spelling; from Frank Schoep |  deraadt | 2016-09-13 | 1 | -4/+4 |
* | Don't declare select() in <unistd.h> |  guenther | 2016-09-12 | 1 | -2/+1 |
* | document that running a W^X violating binary from file system mounted |  schwarze | 2016-09-12 | 1 | -2/+11 |
* | Clang ignores a .weak directive before a function is actually defined. So |  kettenis | 2016-09-10 | 2 | -4/+4 |
* | Remove usermount remnants. ok tedu |  natano | 2016-09-07 | 1 | -5/+2 |
* | Trivial cleanup: Pass pointers of the correct types to the private |  schwarze | 2016-09-07 | 1 | -9/+7 |
* | trivial cleanup: delete inline attribute on static function, |  schwarze | 2016-09-07 | 1 | -3/+3 |
* | trivial cleanup: |  schwarze | 2016-09-07 | 2 | -79/+70 |
* | Make sure attributes are applied to function declarations before they're |  guenther | 2016-09-06 | 4 | -18/+58 |
* | Implement dl_iterate_phdr() for static PIE executables using info extracted |  guenther | 2016-09-06 | 3 | -4/+74 |
* | Remove branch prediction hints from conditional branch instructions. These |  kettenis | 2016-09-06 | 1 | -3/+3 |
* | correct wording; from rob@2keys.ca |  deraadt | 2016-09-05 | 1 | -3/+3 |
* | Delete some abstraction that we don't and won't need. |  schwarze | 2016-09-05 | 15 | -405/+67 |
* | fix Dt; |  jmc | 2016-09-04 | 1 | -2/+2 |
* | Set errno more consistently, and fix a warning, ok tedu |  nicm | 2016-09-04 | 1 | -21/+29 |
* | rm |  tedu | 2016-09-04 | 1 | -68/+0 |
* | oops, name file after main function |  tedu | 2016-09-04 | 1 | -0/+68 |
* | it doesn't say anything yet, but start adding a man page |  tedu | 2016-09-04 | 1 | -0/+68 |
* | Make the key sizes and offsets arrays const, ok tedu |  nicm | 2016-09-04 | 1 | -2/+2 |