Age | Commit message (Expand) | Author |
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 |
2017-01-23 | Mark a bunch of stuff static | Philip Guenther |
2017-01-23 | The functionality of _dl_allocate_tib() is used internally, so rename | Philip Guenther |
2017-01-23 | Slow down the churn and continue using old pledge name "ioctl" instead | Theo de Raadt |
2017-01-23 | regen | Mark Kettenis |
2017-01-23 | Add /dev/openprom. | Mark Kettenis |
2017-01-23 | Build on arm64. | Mark Kettenis |
2017-01-23 | openprom(4) | Mark Kettenis |
2017-01-23 | Synchronize with the arm version of this file. | Mark Kettenis |
2017-01-23 | More rototilling, make rib_new and rib_find return a point to struct rib_desc | Claudio Jeker |
2017-01-23 | We are supposed to be mapped on a 128 MB block, so skip the first | Patrick Wildt |
2017-01-23 | Now rename struct rib_tree to struct rib. Again OK gcc | Claudio Jeker |
2017-01-23 | Rename struct rib to struct rib_desc. Mechanical change, OK gcc | Claudio Jeker |
2017-01-23 | Flag pseudo-interfaces as such in order to call add_net_randomness() | Martin Pieuchot |
2017-01-23 | Refactor a bit to make it look a bit more like the rde_update_update code. | Claudio Jeker |
2017-01-23 | Add LLVM_ARCHS description as well, to make more clear the distinction | Vadim Zhukov |
2017-01-23 | hook malloc_general to the tests | Otto Moerbeek |
2017-01-23 | test malloc/realloc/free with some flag combo's | Otto Moerbeek |
2017-01-23 | Wrap function declarations with __{BEGIN,END}_HIDDEN_DECLS to reduce | Philip Guenther |
2017-01-23 | sync | Theo de Raadt |
2017-01-23 | Nuke extraneous whitespace and tabs. | Frederic Cambus |