Age | Commit message (Expand) | Author |
2015-09-03 | Fix the condition of finding SMBIOS. Found by gerhard@. | YASUOKA Masahiko |
2015-09-02 | Make pmap_kenter_pa(9) and pmap_kremove(9) mpsafe. This required me to | Mark Kettenis |
2015-09-02 | Use the pointer we got back from alloc() when calling free() instead of | Mark Kettenis |
2015-09-02 | Replace dtls1_client_hello() with ssl3_client_hello() - both are basically | Joel Sing |
2015-09-02 | Fewer magic numbers - we already have defines for the header lengths, so | Joel Sing |
2015-09-02 | Log pane which received input data. | Nicholas Marriott |
2015-09-02 | A one line helper function is a little silly. | Nicholas Marriott |
2015-09-02 | We no longer need the terminal service class, so don't bother asking for it. | Nicholas Marriott |
2015-09-02 | Fix indentation of grid_string_cells_fg. | Nicholas Marriott |
2015-09-02 | correct sizes for free(), sigh | Theo de Raadt |
2015-09-02 | sync comment | Christian Weisgerber |
2015-09-02 | sizes for free() | Theo de Raadt |
2015-09-02 | simple size for free() | Theo de Raadt |
2015-09-02 | use _PATH_RESCONF | Theo de Raadt |
2015-09-02 | remove a bunch of orphaned prototypes and unused functions; ok miod | Mike Belopuhov |
2015-09-02 | To make logging to local syslog reliable, log a message about failed | Alexander Bluhm |
2015-09-02 | Revert the two uses of rtisvalid(9) for the moment, it breaks dhclient(8) | Martin Pieuchot |
2015-09-02 | Add missing copyright. | YASUOKA Masahiko |
2015-09-02 | Fix occurrences of "r = func() != 0" which result in the wrong error | Jonathan Gray |
2015-09-02 | copy from mdec to reldir | Theo de Raadt |
2015-09-02 | Delete 3 more stderr messages, right before returning a proper error. | Theo de Raadt |
2015-09-02 | Fix the bios boot to pass the bootargs properly. | YASUOKA Masahiko |
2015-09-02 | sync | Theo de Raadt |
2015-09-02 | ship BOOTX64.EFI BOOTX86.EFI | Theo de Raadt |
2015-09-02 | enter efiboot | Theo de Raadt |
2015-09-02 | alloca() no longer needed | Theo de Raadt |
2015-09-02 | Bring the boot changes on amd64 to i386. alloca is deleted. | YASUOKA Masahiko |
2015-09-02 | fairly easy size for free() | Theo de Raadt |
2015-09-02 | only enter deeper on amd64 | Theo de Raadt |
2015-09-02 | do not printf() on error from libc; ok millert | Theo de Raadt |
2015-09-02 | Initial commit of uefi boot loader of OpenBSD. | YASUOKA Masahiko |
2015-09-01 | Replace sockaddr casts with the proper satosin(), ... calls. | Alexander Bluhm |
2015-09-01 | Remove all bogus writes to stderr. Only explicit requests should | Theo de Raadt |
2015-09-01 | Display the correct source address when using a non-default routing | Florian Obser |
2015-09-01 | Tweak some error messages/comments. | Nicholas Marriott |
2015-09-01 | Log the whole new input buffer once rather than each byte. | Nicholas Marriott |
2015-09-01 | Pass logging through vis(3). | Nicholas Marriott |
2015-09-01 | - route-to, dup-to, reply-to should not override the block action | Alexandr Nedvedicky |
2015-09-01 | Fix a spelling error, sesson -> session. | Nicholas Marriott |
2015-09-01 | the special check logic for /usr/share/nls/../libc.cat became failure | Theo de Raadt |
2015-09-01 | Bind the *:514 UDP socket of syslogd with SO_REUSEADDR. This avoids | Alexander Bluhm |
2015-09-01 | sync | Theo de Raadt |
2015-09-01 | no need to check for null argv anymore. from Martijn van Duren | Ted Unangst |
2015-09-01 | stop defining a local copy of perror(); libc/rpc no longer uses it. | Theo de Raadt |
2015-09-01 | Remove calls to perror(); the error returns are sufficient, and these | Theo de Raadt |
2015-09-01 | Kill unused ``ia_net'' field in the struct in6_ifaddr, bad copy | Martin Pieuchot |
2015-09-01 | Add an initial TLS client regress, which currently covers ClientHello | Joel Sing |
2015-09-01 | Always call readdoslabel() before readgptlabel(). Doubly always call them | Kenneth R Westerback |
2015-09-01 | increment the line number after the line continuation; ok tedu | Mike Belopuhov |
2015-09-01 | sync | Theo de Raadt |