summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-02Delete 3 more stderr messages, right before returning a proper error.Theo de Raadt
2015-09-02Fix the bios boot to pass the bootargs properly.YASUOKA Masahiko
2015-09-02syncTheo de Raadt
2015-09-02ship BOOTX64.EFI BOOTX86.EFITheo de Raadt
2015-09-02enter efibootTheo de Raadt
2015-09-02alloca() no longer neededTheo de Raadt
2015-09-02Bring the boot changes on amd64 to i386. alloca is deleted.YASUOKA Masahiko
2015-09-02fairly easy size for free()Theo de Raadt
2015-09-02only enter deeper on amd64Theo de Raadt
2015-09-02do not printf() on error from libc; ok millertTheo de Raadt
2015-09-02Initial commit of uefi boot loader of OpenBSD.YASUOKA Masahiko
2015-09-01Replace sockaddr casts with the proper satosin(), ... calls.Alexander Bluhm
2015-09-01Remove all bogus writes to stderr. Only explicit requests shouldTheo de Raadt
2015-09-01Display the correct source address when using a non-default routingFlorian Obser
2015-09-01Tweak some error messages/comments.Nicholas Marriott
2015-09-01Log the whole new input buffer once rather than each byte.Nicholas Marriott
2015-09-01Pass logging through vis(3).Nicholas Marriott
2015-09-01- route-to, dup-to, reply-to should not override the block actionAlexandr Nedvedicky
2015-09-01Fix a spelling error, sesson -> session.Nicholas Marriott
2015-09-01the special check logic for /usr/share/nls/../libc.cat became failureTheo de Raadt
2015-09-01Bind the *:514 UDP socket of syslogd with SO_REUSEADDR. This avoidsAlexander Bluhm
2015-09-01syncTheo de Raadt
2015-09-01no need to check for null argv anymore. from Martijn van DurenTed Unangst
2015-09-01stop defining a local copy of perror(); libc/rpc no longer uses it.Theo de Raadt
2015-09-01Remove calls to perror(); the error returns are sufficient, and theseTheo de Raadt
2015-09-01Kill unused ``ia_net'' field in the struct in6_ifaddr, bad copyMartin Pieuchot
2015-09-01Add an initial TLS client regress, which currently covers ClientHelloJoel Sing
2015-09-01Always call readdoslabel() before readgptlabel(). Doubly always call themKenneth R Westerback
2015-09-01increment the line number after the line continuation; ok teduMike Belopuhov
2015-09-01syncTheo de Raadt
2015-09-01Remove duplicate prototype for SSL_get_selected_srtp_profile().Joel Sing
2015-09-01Increase transfer FIFOs for dwc2, to improve USB performance. The newVisa Hankala
2015-09-01Convert ip{,6}_output() (cached) route entry checks to rtisvalid(9).Martin Pieuchot
2015-09-01space between macro args and punctuation;Jason McIntyre
2015-09-01Remove the ssl_prepare_{client,server}hello_tlsext() functions, which areJoel Sing
2015-09-01Make it always safe to call CBB_cleanup() providing that CBB_init() orJoel Sing
2015-09-01only need to restrict exec path if the rule specifies a command.Ted Unangst
2015-09-01remove casts and null checks before free. from Michael McConvilleTed Unangst
2015-09-01Introduce rtisvalid(9) a function to check if a (cached) route entryMartin Pieuchot
2015-09-01ditch a few prototypes for non-existant functionsMike Belopuhov
2015-09-01Remove dead_clients which is no longer used.Nicholas Marriott
2015-09-01Work out config file when needed not at startup.Nicholas Marriott
2015-09-01Do not try to find a possible ``ifa'' in rt_ifal_del(9) and trust theMartin Pieuchot
2015-09-01Move initial conf load into cfg.c.Nicholas Marriott
2015-09-01Reject USB requests that could damage the bus integrity, just like itMartin Pieuchot
2015-09-01Use the correct free(9) size for the RX ring.Martin Pieuchot
2015-09-01All the cmd_*_entry declarations do not need to be in tmux.h.Nicholas Marriott
2015-09-01Corrects a use-after-free in tame_namei().Sebastien Marie
2015-09-01Sync bus_dmamap_load_raw(9) with amd64/i386 in order to respect theMartin Pieuchot
2015-09-01Push down the KERNEL_LOCK/KERNEL_UNLOCK calls into the back-end allocatorMark Kettenis