summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-09Move consistency check within #ifdef DIAGNOSTICMiod Vallat
2015-02-09correct copyright, upon approval from paul vixie via todd miller. theTheo de Raadt
2015-02-09_LKM leftoversMiod Vallat
2015-02-09typoMiod Vallat
2015-02-09Whitespace.Masao Uebayashi
2015-02-09Error messages form libtls have changed, adapt syslogd tests.Alexander Bluhm
2015-02-09correctly reset max_win if the SYN-ACK lacks a wscale option. pfMarkus Friedl
2015-02-09Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible andJoel Sing
2015-02-09Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible andJoel Sing
2015-02-09BN_CTX_get() can fail - consistently check its return value.Joel Sing
2015-02-09Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible andJoel Sing
2015-02-09uncastTed Unangst
2015-02-09it 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-09always define ALL_STATE (which, contrary to the name is not about allTed Unangst
2015-02-09more decastingTed Unangst
2015-02-09delete lots of unnecessary or incorrect casts, including among other minorTed Unangst
2015-02-09we are not interested in warnings about what pre-1998 zic could not handleTed Unangst
2015-02-09the one true type of time_t is a signed integerTed Unangst
2015-02-09syncTheo de Raadt
2015-02-09getrtable() can operate NOLOCK; ok guentherTheo de Raadt
2015-02-09remove INITIALIZE macro and do it the hard way.Ted Unangst
2015-02-09unifdef the rest of the HAVEs and HAVE notsTed Unangst
2015-02-09make sigprocmask(2) not take the kernel lockMartin Pelikan
2015-02-09unifdef have gettext. don't have it, won't have it.Ted Unangst
2015-02-09you need atomic.h to do atomic things.David Gwynne
2015-02-09oops, accidental commitTheo de Raadt
2015-02-09Otto is a proper name, sort Jean-Pierre in the right spotOtto Moerbeek
2015-02-09syncTheo de Raadt
2015-02-09getdtablecount() can go NOLOCKTheo de Raadt
2015-02-09move include lines around a bitTed Unangst
2015-02-09trim down some of the ifndef redefine madnessTed Unangst
2015-02-09be clear that we want the secret libc tzfile.h, not the usual /usr/includeTed Unangst
2015-02-09build with warningsTed Unangst
2015-02-09replace homegrown is_digit with correct calls to isdigit()Ted Unangst
2015-02-09deregisterTed Unangst
2015-02-09Entries in the window list can be NULL, prompted by a crash seen by BenNicholas Marriott
2015-02-09sort | uniq includes, and use <> instead of quotesTed Unangst
2015-02-09Trim blank lines.Masao Uebayashi
2015-02-09move zic and zdump source to appropriate directoriesTed Unangst
2015-02-09use atomic ops to increment and decrement the device ref count inDavid Gwynne
2015-02-09Add SOCK_CLOEXEC | SOCK_NONBLOCK to two more socket calls.Claudio Jeker
2015-02-09Get rid of another KVM reader and convert the multicast output to useClaudio Jeker
2015-02-09Implement 2 sysctl to retrieve the multicast forwarding cache (mf6c) and theClaudio Jeker
2015-02-09Implement 2 sysctl to retrieve the multicast forwarding cache (mfc) and theClaudio Jeker
2015-02-09More session_socket_blockmode() removal. While there make the main UDPClaudio Jeker
2015-02-09provide a net.inet6.ip6.ifq sysctl so people can see and fiddleDavid Gwynne
2015-02-09sort includes correctlyTheo de Raadt
2015-02-09More SOCK_NONBLOCK | SOCK_CLOEXEC love and one less session_socket_blockmodeClaudio Jeker
2015-02-09Initialise a variable to please gcc.Claudio Jeker