| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid generate SIGTTOU when restoring the terminal mode. If we get |  millert | 2016-10-18 | 1 | -1/+5 |
* | If BN_div_word() fails (by returning (BN_ULONG)-1) or if the division |  guenther | 2016-10-17 | 1 | -4/+8 |
* | Add missing argument names for pcap_offline_filter. |  lteo | 2016-10-17 | 1 | -3/+3 |
* | Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS, |  tb | 2016-10-16 | 2 | -3/+6 |
* | 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 |
* | unify tmp depend generation. |  espie | 2016-10-15 | 1 | -5/+8 |
* | zap trailing whitespace; |  jmc | 2016-10-15 | 1 | -3/+3 |
* | 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 |
* | Fixup the example for msgbuf_write() and imsg_read() to check the |  reyk | 2016-10-10 | 1 | -5/+11 |
* | 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 |
* | Fix some broken .Xr links, loosely based on a diff |  schwarze | 2016-10-05 | 1 | -13/+12 |
* | Use the userspace-visible thread register directly in __cerror instead |  guenther | 2016-10-04 | 1 | -6/+8 |
* | Simplify code that sets up a stack frame for running .init code to be more |  kettenis | 2016-10-03 | 1 | -5/+3 |
* | use the same type for buf as the return type in tls_load_file |  bcook | 2016-10-03 | 1 | -2/+3 |
* | Add va_nlink information to struct kinfo_file (so bump the shlib minor) |  guenther | 2016-10-02 | 5 | -5/+12 |
* | Check for and handle failure of HMAC_{Update,Final} or EVP_DecryptUpdate() |  guenther | 2016-10-02 | 1 | -5/+11 |
* | Detect zero-length encrypted session data early, instead of when malloc(0) |  guenther | 2016-10-02 | 1 | -2/+2 |
* | In X509_cmp_time(), pass asn1_time_parse() the tag of the field being |  guenther | 2016-10-02 | 1 | -2/+3 |
* | 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 |
* | Now that vax has been removed, nothing defined MD_NO_CLEANUP anymore. |  kettenis | 2016-09-26 | 1 | -5/+1 |
* | 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 |
* | Append to CLEANFILES instead of replacing it, so libcrypto.pc is |  natano | 2016-09-23 | 1 | -2/+2 |
* | remove lib/libsqlite3, it has moved back to ports |  sthen | 2016-09-23 | 319 | -285178/+0 |
* | Unhook sqlite3. |  sthen | 2016-09-23 | 1 | -2/+2 |
* | s/alloctaed/allocated/ in comment |  guenther | 2016-09-23 | 1 | -2/+2 |
* | Simplify mips64 GOTSYM bits to eliminate a couple temp files |  guenther | 2016-09-22 | 1 | -17/+7 |
* | Add copyright |  guenther | 2016-09-22 | 1 | -1/+16 |
* | 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 |
* | Improve on code from the previous commit. |  jsing | 2016-09-22 | 1 | -7/+5 |
* | Avoid unbounded memory growth, which can be triggered by a client |  jsing | 2016-09-22 | 1 | -9/+20 |
* | Check for packet with truncated DTLS cookie. |  guenther | 2016-09-22 | 1 | -12/+17 |
* | Improve ticket validity checking when tlsext_ticket_key_cb() callback |  guenther | 2016-09-22 | 1 | -4/+25 |
* | revert documentation update for the clearning behavior we already reverted |  bcook | 2016-09-22 | 1 | -5/+1 |
* | 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 |