| Commit message (Expand) | Author | Files | Lines |
| 2017-01-24 | add support for multiple transmit ifqueues per network interface. |  dlg | 17 | -160/+305 |
| 2017-01-24 | only send the rt msg on timeout failure if bfd is not down |  phessler | 1 | -3/+5 |
| 2017-01-24 | Fix typo in brainpool curve name within a comment. |  jsing | 1 | -2/+2 |
| 2017-01-24 | sync |  deraadt | 1 | -1/+1 |
| 2017-01-24 | Modernize and unify test idioms for the sake of readability and |  tb | 1 | -9/+8 |
| 2017-01-24 | Add /etc/installurl to changelist. |  ajacoutot | 1 | -1/+2 |
| 2017-01-24 | There is no point returning then breaking... |  jsing | 1 | -2/+1 |
| 2017-01-24 | Zap a "true ;" that is there for no good reason. |  tb | 1 | -2/+1 |
| 2017-01-24 | unifdef OPENSSL_NO_BIO - we do not support this in any form. |  jsing | 1 | -15/+1 |
| 2017-01-24 | move setting the IP TOS from the listening socket to the sending socket |  phessler | 1 | -12/+12 |
| 2017-01-24 | Unbreak $ORIGIN support when only one of DT_RUNPATH and DT_RPATH is used |  guenther | 1 | -5/+7 |
| 2017-01-24 | Use header <sys/atomic.h> rather than <machine/atomic.h> in MI code. |  visa | 5 | -10/+10 |
| 2017-01-24 | Introduce ticket support. To enable them it is enough to set a positive |  claudio | 6 | -14/+251 |
| 2017-01-24 | ssl_cert_free() checks for NULL itself. |  jsing | 1 | -10/+5 |
| 2017-01-24 | Remove a "free up if allocated" comment that exists before code that frees |  jsing | 1 | -2/+1 |
| 2017-01-24 | sk_SSL_CIPHER_free() checks for NULL so do not bother doing the same from |  jsing | 4 | -27/+16 |
| 2017-01-24 | Fix passing &_DYNAMIC to _dl_boot_bind; makes -static -pie work. |  kettenis | 1 | -2/+3 |
| 2017-01-24 | ssl_sess_cert_free() checks for NULL, so do not bother doing it at the |  jsing | 2 | -6/+8 |
| 2017-01-24 | There is no point in zeroing fields that exist within a struct that is |  jsing | 1 | -3/+1 |
| 2017-01-24 | Add missing documentation for tls_config_set_verify_depth |  claudio | 1 | -1/+5 |
| 2017-01-24 | Whitespace. |  ajacoutot | 1 | -3/+3 |
| 2017-01-24 | The /p modifier now takes a TID, while here add a missing argument |  mpi | 1 | -5/+5 |
| 2017-01-24 | Rename pfind(9) into tfind(9) to reflect that it deals with threads. |  mpi | 14 | -41/+46 |
| 2017-01-24 | Fix typo in variable name. |  bluhm | 5 | -5/+5 |
| 2017-01-24 | Shuffle the deck chairs to bring them back in order. |  claudio | 1 | -9/+9 |
| 2017-01-24 | remove unused junk definitions |  deraadt | 1 | -6/+1 |
| 2017-01-24 | Introduce rt_report() a function that generates a route message from an |  claudio | 1 | -97/+114 |
| 2017-01-24 | tls_config_add_keypair_mem is the function to add additional keypairs and |  claudio | 1 | -5/+5 |
| 2017-01-23 | Interpolate a 'make cleandir' if KEEPKERNELS is set to a non-empty string, |  tb | 1 | -4/+6 |
| 2017-01-23 | File descriptor passing internalizes fd's into an mbuf-stored array of |  deraadt | 2 | -33/+44 |
| 2017-01-23 | Mission accomplished, bgpctl is now fatal free. |  claudio | 1 | -32/+1 |
| 2017-01-23 | Kill the timer.c reacharound it is not needed. |  claudio | 1 | -2/+2 |
| 2017-01-23 | cleanup log* functions that break with bgpd reacharound |  benno | 1 | -22/+15 |
| 2017-01-23 | Make util.c fatal() free by allowing undefined behaviour in prefix_compare. |  claudio | 1 | -6/+8 |
| 2017-01-23 | Allocate all memory chunks, and potentially sleeping, before freeing |  mpi | 1 | -6/+11 |
| 2017-01-23 | For testing http redirect unset http_proxy, not ftp_proxy. |  bluhm | 1 | -2/+2 |
| 2017-01-23 | Rename rib pointer in struct prefix to re since it points to a rib_entry. |  claudio | 3 | -21/+21 |
| 2017-01-23 | Introduce a struct rib sitting between struct rib_desc and struct rib_tree. |  claudio | 4 | -66/+77 |
| 2017-01-23 | enable bcmdog on armv7 as well |  jsg | 2 | -2/+4 |
| 2017-01-23 | move default_passwd_cb and default_passwd_cb_userdata back into |  beck | 4 | -30/+35 |
| 2017-01-23 | Avoid curproc dance in dupfdopen(), by passing a struct proc * |  deraadt | 3 | -11/+13 |
| 2017-01-23 | The ftp program is only verbose by default, if stdin is a tty. As |  bluhm | 1 | -3/+4 |
| 2017-01-23 | When run as root, fstat prints the pcb pointer instead of 0x0. |  bluhm | 1 | -5/+8 |
| 2017-01-23 | The function raw_input() has not been called since netiso has been |  bluhm | 6 | -95/+8 |
| 2017-01-23 | remove line that slipped in with rev 1.77 but doesn't belong there; ok sthen@ |  naddy | 1 | -2/+1 |
| 2017-01-23 | Move options and mode from SSL_CTX and SSL to internal, since these can be |  jsing | 12 | -66/+70 |
| 2017-01-23 | Enable bcmdog on RAMDISK as well so it can reboot. |  jsg | 1 | -1/+2 |
| 2017-01-23 | Add bcmdog(4), a watchdog timer for the Raspberry Pi. |  kettenis | 3 | -2/+163 |
| 2017-01-23 | Remove duplicate $OpenBSD$ tag. |  kettenis | 1 | -2/+1 |
| 2017-01-23 | Enter UKC when built with BOOT_CONFIG and -c is specified. |  jsg | 1 | -1/+9 |