summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-23Mission accomplished, bgpctl is now fatal free.Claudio Jeker
2017-01-23Kill the timer.c reacharound it is not needed.Claudio Jeker
2017-01-23cleanup log* functions that break with bgpd reacharoundSebastian Benoit
2017-01-23Make util.c fatal() free by allowing undefined behaviour in prefix_compare.Claudio Jeker
2017-01-23Allocate all memory chunks, and potentially sleeping, before freeingMartin Pieuchot
2017-01-23For testing http redirect unset http_proxy, not ftp_proxy.Alexander Bluhm
2017-01-23Rename rib pointer in struct prefix to re since it points to a rib_entry.Claudio Jeker
2017-01-23Introduce a struct rib sitting between struct rib_desc and struct rib_tree.Claudio Jeker
2017-01-23enable bcmdog on armv7 as wellJonathan Gray
2017-01-23move default_passwd_cb and default_passwd_cb_userdata back intoBob Beck
2017-01-23Avoid curproc dance in dupfdopen(), by passing a struct proc *Theo de Raadt
2017-01-23The ftp program is only verbose by default, if stdin is a tty. AsAlexander Bluhm
2017-01-23When run as root, fstat prints the pcb pointer instead of 0x0.Alexander Bluhm
2017-01-23The function raw_input() has not been called since netiso has beenAlexander Bluhm
2017-01-23remove line that slipped in with rev 1.77 but doesn't belong there; ok sthen@Christian Weisgerber
2017-01-23Move options and mode from SSL_CTX and SSL to internal, since these can beJoel Sing
2017-01-23Enable bcmdog on RAMDISK as well so it can reboot.Jonathan Gray
2017-01-23Add bcmdog(4), a watchdog timer for the Raspberry Pi.Mark Kettenis
2017-01-23Remove duplicate $OpenBSD$ tag.Mark Kettenis
2017-01-23Enter UKC when built with BOOT_CONFIG and -c is specified.Jonathan Gray
2017-01-23Enable USBVERBOSE on both the GENERIC and RAMDISK kernel.Patrick Wildt
2017-01-23Make the RAMDISK kernel actually try to boot the ramdisk.Patrick Wildt
2017-01-23Create a mapping for the FDT if it happens to be on a different 1 GiBPatrick Wildt
2017-01-23Initialize DDB if compiled with option DDB.Patrick Wildt
2017-01-23In comparison to _start, where we only need the address of thePatrick Wildt
2017-01-23Split 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 alignPatrick Wildt
2017-01-23Whoops, lost the adjustment of DT_RUNPATH value as a DT_STRTAB value.Philip Guenther
2017-01-23Revert the struct rib_tree rename. I need a struct in between because ofClaudio Jeker
2017-01-23Enable simplefb(4).Mark Kettenis
2017-01-23Mark a bunch of stuff staticPhilip Guenther
2017-01-23The functionality of _dl_allocate_tib() is used internally, so renamePhilip Guenther
2017-01-23Slow down the churn and continue using old pledge name "ioctl" insteadTheo de Raadt
2017-01-23regenMark Kettenis
2017-01-23Add /dev/openprom.Mark Kettenis
2017-01-23Build on arm64.Mark Kettenis
2017-01-23openprom(4)Mark Kettenis
2017-01-23Synchronize with the arm version of this file.Mark Kettenis
2017-01-23More rototilling, make rib_new and rib_find return a point to struct rib_descClaudio Jeker
2017-01-23We are supposed to be mapped on a 128 MB block, so skip the firstPatrick Wildt
2017-01-23Now rename struct rib_tree to struct rib. Again OK gccClaudio Jeker
2017-01-23Rename struct rib to struct rib_desc. Mechanical change, OK gccClaudio Jeker
2017-01-23Flag pseudo-interfaces as such in order to call add_net_randomness()Martin Pieuchot
2017-01-23Refactor a bit to make it look a bit more like the rde_update_update code.Claudio Jeker
2017-01-23Add LLVM_ARCHS description as well, to make more clear the distinctionVadim Zhukov
2017-01-23hook malloc_general to the testsOtto Moerbeek
2017-01-23test malloc/realloc/free with some flag combo'sOtto Moerbeek
2017-01-23Wrap function declarations with __{BEGIN,END}_HIDDEN_DECLS to reducePhilip Guenther
2017-01-23syncTheo de Raadt
2017-01-23Nuke extraneous whitespace and tabs.Frederic Cambus