Age | Commit message (Expand) | Author |
2017-01-24 | Unbreak $ORIGIN support when only one of DT_RUNPATH and DT_RPATH is used | Philip Guenther |
2017-01-24 | Use header <sys/atomic.h> rather than <machine/atomic.h> in MI code. | Visa Hankala |
2017-01-24 | Introduce ticket support. To enable them it is enough to set a positive | Claudio Jeker |
2017-01-24 | ssl_cert_free() checks for NULL itself. | Joel Sing |
2017-01-24 | Remove a "free up if allocated" comment that exists before code that frees | Joel Sing |
2017-01-24 | sk_SSL_CIPHER_free() checks for NULL so do not bother doing the same from | Joel Sing |
2017-01-24 | Fix passing &_DYNAMIC to _dl_boot_bind; makes -static -pie work. | Mark Kettenis |
2017-01-24 | ssl_sess_cert_free() checks for NULL, so do not bother doing it at the | Joel Sing |
2017-01-24 | There is no point in zeroing fields that exist within a struct that is | Joel Sing |
2017-01-24 | Add missing documentation for tls_config_set_verify_depth | Claudio Jeker |
2017-01-24 | Whitespace. | Antoine Jacoutot |
2017-01-24 | The /p modifier now takes a TID, while here add a missing argument | Martin Pieuchot |
2017-01-24 | Rename pfind(9) into tfind(9) to reflect that it deals with threads. | Martin Pieuchot |
2017-01-24 | Fix typo in variable name. | Alexander Bluhm |
2017-01-24 | Shuffle the deck chairs to bring them back in order. | Claudio Jeker |
2017-01-24 | remove unused junk definitions | Theo de Raadt |
2017-01-24 | Introduce rt_report() a function that generates a route message from an | Claudio Jeker |
2017-01-24 | tls_config_add_keypair_mem is the function to add additional keypairs and | Claudio Jeker |
2017-01-23 | Interpolate a 'make cleandir' if KEEPKERNELS is set to a non-empty string, | Theo Buehler |
2017-01-23 | File descriptor passing internalizes fd's into an mbuf-stored array of | Theo de Raadt |
2017-01-23 | Mission accomplished, bgpctl is now fatal free. | Claudio Jeker |
2017-01-23 | Kill the timer.c reacharound it is not needed. | Claudio Jeker |
2017-01-23 | cleanup log* functions that break with bgpd reacharound | Sebastian Benoit |
2017-01-23 | Make util.c fatal() free by allowing undefined behaviour in prefix_compare. | Claudio Jeker |
2017-01-23 | Allocate all memory chunks, and potentially sleeping, before freeing | Martin Pieuchot |
2017-01-23 | For testing http redirect unset http_proxy, not ftp_proxy. | Alexander Bluhm |
2017-01-23 | Rename rib pointer in struct prefix to re since it points to a rib_entry. | Claudio Jeker |
2017-01-23 | Introduce a struct rib sitting between struct rib_desc and struct rib_tree. | Claudio Jeker |
2017-01-23 | enable bcmdog on armv7 as well | Jonathan Gray |
2017-01-23 | move default_passwd_cb and default_passwd_cb_userdata back into | Bob Beck |
2017-01-23 | Avoid curproc dance in dupfdopen(), by passing a struct proc * | Theo de Raadt |
2017-01-23 | The ftp program is only verbose by default, if stdin is a tty. As | Alexander Bluhm |
2017-01-23 | When run as root, fstat prints the pcb pointer instead of 0x0. | Alexander Bluhm |
2017-01-23 | The function raw_input() has not been called since netiso has been | Alexander Bluhm |
2017-01-23 | remove line that slipped in with rev 1.77 but doesn't belong there; ok sthen@ | Christian Weisgerber |
2017-01-23 | Move options and mode from SSL_CTX and SSL to internal, since these can be | Joel Sing |
2017-01-23 | Enable bcmdog on RAMDISK as well so it can reboot. | Jonathan Gray |
2017-01-23 | Add bcmdog(4), a watchdog timer for the Raspberry Pi. | Mark Kettenis |
2017-01-23 | Remove duplicate $OpenBSD$ tag. | Mark Kettenis |
2017-01-23 | Enter UKC when built with BOOT_CONFIG and -c is specified. | Jonathan Gray |
2017-01-23 | Enable USBVERBOSE on both the GENERIC and RAMDISK kernel. | Patrick Wildt |
2017-01-23 | Make the RAMDISK kernel actually try to boot the ramdisk. | Patrick Wildt |
2017-01-23 | Create a mapping for the FDT if it happens to be on a different 1 GiB | Patrick Wildt |
2017-01-23 | Initialize DDB if compiled with option DDB. | Patrick Wildt |
2017-01-23 | In comparison to _start, where we only need the address of the | Patrick Wildt |
2017-01-23 | Split most of SSL_METHOD out into an internal variant, which is opaque. | Joel Sing |
2017-01-23 | _end should be on a 64-bit boundary, so make sure to align | Patrick Wildt |
2017-01-23 | Whoops, lost the adjustment of DT_RUNPATH value as a DT_STRTAB value. | Philip Guenther |
2017-01-23 | Revert the struct rib_tree rename. I need a struct in between because of | Claudio Jeker |
2017-01-23 | Enable simplefb(4). | Mark Kettenis |