Age | Commit message (Expand) | Author |
2015-02-09 | Move consistency check within #ifdef DIAGNOSTIC | Miod Vallat |
2015-02-09 | correct copyright, upon approval from paul vixie via todd miller. the | Theo de Raadt |
2015-02-09 | _LKM leftovers | Miod Vallat |
2015-02-09 | typo | Miod Vallat |
2015-02-09 | Whitespace. | Masao Uebayashi |
2015-02-09 | Error messages form libtls have changed, adapt syslogd tests. | Alexander Bluhm |
2015-02-09 | correctly reset max_win if the SYN-ACK lacks a wscale option. pf | Markus Friedl |
2015-02-09 | Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and | Joel Sing |
2015-02-09 | Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and | Joel Sing |
2015-02-09 | BN_CTX_get() can fail - consistently check its return value. | Joel Sing |
2015-02-09 | Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and | Joel Sing |
2015-02-09 | uncast | Ted Unangst |
2015-02-09 | it is not strictly necessary to cast the "return value" of free() to void. | Ted Unangst |
2015-02-09 | - register int idays; /* unsigned would be so 2003 */ | Ted Unangst |
2015-02-09 | always define ALL_STATE (which, contrary to the name is not about all | Ted Unangst |
2015-02-09 | more decasting | Ted Unangst |
2015-02-09 | delete lots of unnecessary or incorrect casts, including among other minor | Ted Unangst |
2015-02-09 | we are not interested in warnings about what pre-1998 zic could not handle | Ted Unangst |
2015-02-09 | the one true type of time_t is a signed integer | Ted Unangst |
2015-02-09 | sync | Theo de Raadt |
2015-02-09 | getrtable() can operate NOLOCK; ok guenther | Theo de Raadt |
2015-02-09 | remove INITIALIZE macro and do it the hard way. | Ted Unangst |
2015-02-09 | unifdef the rest of the HAVEs and HAVE nots | Ted Unangst |
2015-02-09 | make sigprocmask(2) not take the kernel lock | Martin Pelikan |
2015-02-09 | unifdef have gettext. don't have it, won't have it. | Ted Unangst |
2015-02-09 | you need atomic.h to do atomic things. | David Gwynne |
2015-02-09 | oops, accidental commit | Theo de Raadt |
2015-02-09 | Otto is a proper name, sort Jean-Pierre in the right spot | Otto Moerbeek |
2015-02-09 | sync | Theo de Raadt |
2015-02-09 | getdtablecount() can go NOLOCK | Theo de Raadt |
2015-02-09 | move include lines around a bit | Ted Unangst |
2015-02-09 | trim down some of the ifndef redefine madness | Ted Unangst |
2015-02-09 | be clear that we want the secret libc tzfile.h, not the usual /usr/include | Ted Unangst |
2015-02-09 | build with warnings | Ted Unangst |
2015-02-09 | replace homegrown is_digit with correct calls to isdigit() | Ted Unangst |
2015-02-09 | deregister | Ted Unangst |
2015-02-09 | Entries in the window list can be NULL, prompted by a crash seen by Ben | Nicholas Marriott |
2015-02-09 | sort | uniq includes, and use <> instead of quotes | Ted Unangst |
2015-02-09 | Trim blank lines. | Masao Uebayashi |
2015-02-09 | move zic and zdump source to appropriate directories | Ted Unangst |
2015-02-09 | use atomic ops to increment and decrement the device ref count in | David Gwynne |
2015-02-09 | Add SOCK_CLOEXEC | SOCK_NONBLOCK to two more socket calls. | Claudio Jeker |
2015-02-09 | Get rid of another KVM reader and convert the multicast output to use | Claudio Jeker |
2015-02-09 | Implement 2 sysctl to retrieve the multicast forwarding cache (mf6c) and the | Claudio Jeker |
2015-02-09 | Implement 2 sysctl to retrieve the multicast forwarding cache (mfc) and the | Claudio Jeker |
2015-02-09 | More session_socket_blockmode() removal. While there make the main UDP | Claudio Jeker |
2015-02-09 | provide a net.inet6.ip6.ifq sysctl so people can see and fiddle | David Gwynne |
2015-02-09 | sort includes correctly | Theo de Raadt |
2015-02-09 | More SOCK_NONBLOCK | SOCK_CLOEXEC love and one less session_socket_blockmode | Claudio Jeker |
2015-02-09 | Initialise a variable to please gcc. | Claudio Jeker |