summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-03Fix the condition of finding SMBIOS. Found by gerhard@.YASUOKA Masahiko
2015-09-02Make pmap_kenter_pa(9) and pmap_kremove(9) mpsafe. This required me toMark Kettenis
2015-09-02Use the pointer we got back from alloc() when calling free() instead ofMark Kettenis
2015-09-02Replace dtls1_client_hello() with ssl3_client_hello() - both are basicallyJoel Sing
2015-09-02Fewer magic numbers - we already have defines for the header lengths, soJoel Sing
2015-09-02Log pane which received input data.Nicholas Marriott
2015-09-02A one line helper function is a little silly.Nicholas Marriott
2015-09-02We no longer need the terminal service class, so don't bother asking for it.Nicholas Marriott
2015-09-02Fix indentation of grid_string_cells_fg.Nicholas Marriott
2015-09-02correct sizes for free(), sighTheo de Raadt
2015-09-02sync commentChristian Weisgerber
2015-09-02sizes for free()Theo de Raadt
2015-09-02simple size for free()Theo de Raadt
2015-09-02use _PATH_RESCONFTheo de Raadt
2015-09-02remove a bunch of orphaned prototypes and unused functions; ok miodMike Belopuhov
2015-09-02To make logging to local syslog reliable, log a message about failedAlexander Bluhm
2015-09-02Revert the two uses of rtisvalid(9) for the moment, it breaks dhclient(8)Martin Pieuchot
2015-09-02Add missing copyright.YASUOKA Masahiko
2015-09-02Fix occurrences of "r = func() != 0" which result in the wrong errorJonathan Gray
2015-09-02copy from mdec to reldirTheo de Raadt
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