summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-04delete tokens that have never been used.Sebastian Benoit
2017-07-04rename fetch_state() to fetch_ifstate(). The word "state" is a bitSebastian Benoit
2017-07-04Fix some variable alignment whitespace.Sebastian Benoit
2017-07-04It turns out association of tbl spans with layout rows is simpler thanIngo Schwarze
2017-07-04if configured, set the ttl (IPV6_UNICAST_HOPS) for ipv6 tcp checks.Sebastian Benoit
2017-07-04Detect upfront whether we have a particular set installed and if not, do *not*Antoine Jacoutot
2017-07-04make relayd not crash in relay_udp_server() when using a dns relay.Sebastian Benoit
2017-07-04Switch reorder_kernel() from sending emails to logging via syslogRobert Peichaer
2017-07-04Do not add isakmpd obj directory to .PATH. We must compile someAlexander Bluhm
2017-07-04some of this code was written in an era when spaces cost extra.Ted Unangst
2017-07-04calculate multiples of 4 smarter; from Klemens NanniFlorian Obser
2017-07-04It does not make sense to use ioctl(FIONREAD) with TLS as libtlsAlexander Bluhm
2017-07-04replace perror(3) with err(3); from Klemens NanniFlorian Obser
2017-07-041. mild deprecation noticeIngo Schwarze
2017-07-04zap .o, put both .c at deraadt@'s requestMarc Espie
2017-07-04Messages of the -Wbase level now print STYLE:. Since thisIngo Schwarze
2017-07-04Printing "BASE:" in messages about violations of base system conventionsIngo Schwarze
2017-07-04Enable the use of futex(2) in librthread on mips64.Visa Hankala
2017-07-04Revert previous, it exposed two edge cases still requiring theMartin Pieuchot
2017-07-04Should have committed this two days ago, last part that ran during dependMarc Espie
2017-07-04Always hold the socket lock when calling sblock().Martin Pieuchot
2017-07-04Assert that the socket lock is held when `so_state' is modified.Martin Pieuchot
2017-07-04Assert that the socket lock is held when `so_qlen' is modified.Martin Pieuchot
2017-07-04consistently use the evtimer wrappers around the connection timeout.Florian Obser
2017-07-04Include stdarg.h explicitly instead of relying on event.h to bring it in.Florian Obser
2017-07-04complete "nodepend" in sourceMarc Espie
2017-07-04Handle 0 size of preview box in caller.Nicholas Marriott
2017-07-04Backout previous due to a bug discovered by zhuk@ that requires some tinkeringanton
2017-07-04Add GRACEFUL_SHUTDOWN example to bgpd.confjob
2015-01-29reorg tbl(7) test suiteIngo Schwarze
2015-01-01eqn(7) testsIngo Schwarze
2017-07-04Export our atomic definitions to userland instead of gcc builtins.Martin Pieuchot
2017-07-04generate the parser directly instead of fucking aroundMarc Espie
2017-07-04Add support for pattern substitution to variables in ksh using a common syntaxanton
2017-07-04consistently use the evtimer wrappers around the connection timeout.David Gwynne
2017-07-04include stdarg.h explicitly instead of relying on event.h to bring it in.David Gwynne
2017-07-04let BUILDFIRST just build first, using the same trick guenther@ did inMarc Espie
2017-07-04properly adjust the ttl of replies instead of freezing them in timeTed Unangst
2017-07-03blacklist MSI on intel m.2 optane parts. it just doesnt work there.David Gwynne
2017-07-03Do not grab the socket lock in doaccept() twice. Pass NOTE_SUBMITAlexander Bluhm
2017-07-03Change session and window preview so that the current window or pane isNicholas Marriott
2017-07-03no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingMarc Espie
2017-07-03sizeof(struct sockaddr_in) != sizeof(struct in_addr).Kenneth R Westerback
2017-07-03Add more checks and debug info to identify the sporadic test failures.Alexander Bluhm
2017-07-03Both PF_ROUTE and PF_KEY need to start to take care of their own PCB listClaudio Jeker
2017-07-03s/log_warn/log_warnx/ where errno is not setFlorian Obser
2017-07-03Remove obvious clear_config() comments and misleading state_change() comments.Sebastian Benoit
2017-07-03Generate source and header files for regress on demand.Alexander Bluhm
2017-07-03report trailing delimiters after macros where they are usually a mistake;Ingo Schwarze
2017-07-03Use copyin32() instead of copyin() in RDHWR emulation.Visa Hankala