summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-02give the device ref taken in vscsikqfilter to the knote, and unrefDavid Gwynne
2015-01-02store all state needed to defer probe/detach events in vscsi_devevent_task.David Gwynne
2015-01-02Add a comment about the default values being duplicated in rcctl(8).Antoine Jacoutot
2015-01-02update currency exchange rates;Jason McIntyre
2015-01-02uppercase for place names, and one "t" in british;Jason McIntyre
2015-01-02Remove ifdef statements for TIMES and USE_TOD; they don't do anything,Lawrence Teo
2015-01-02Add some additional i.MX6 board types from Bitrig.Jonathan Gray
2015-01-01Enable 'ifconfig -C' (list dynamic interface types) on installKenneth R Westerback
2015-01-01"The logging of errors SHOULD be restricted to conflicting informationFlorian Obser
2015-01-01Test that syslogd sending over TCP does not leak a file descriptorAlexander Bluhm
2015-01-01Inline the .cpsetup pseudo-statement in rcrt0 to avoid saving the "old" gpMiod Vallat
2015-01-01Fix a buffer overrun triggered by a trailing backslash at EOF inIngo Schwarze
2015-01-01Fix a read buffer overrun triggered by trailing \s- or trailing \s+Ingo Schwarze
2014-08-20Run syslogd regressions tests. As only one syslogd can run perAlexander Bluhm
2015-01-01KNF; no binary changeFlorian Obser
2015-01-01syncTheo de Raadt
2015-01-01move to 5.7-betaTheo de Raadt
2015-01-01Don't dereference NULL pointers when formatting missing denominators,Ingo Schwarze
2015-01-01Merge error page changes from httpd: send Content-Length:, changeReyk Floeter
2015-01-01Provide option types for binary AND, binary OR and silently discarding anJoel Sing
2015-01-01Use the recommended HTML5 doctype in error pages.Reyk Floeter
2015-01-01Use the HTML5 doctype for error and auto index pages because it isReyk Floeter
2015-01-01Convert the openssl(1) enc command to the new option parsing and usage.Joel Sing
2015-01-01Revert previous; tls_accept_socket() was intentionally undocumentedIngo Schwarze
2015-01-01If man(1) only has one single argument, always interpret it as a name,Ingo Schwarze
2015-01-01activate eqn(7) testsIngo Schwarze
2015-01-01eqn(7) testsIngo Schwarze
2015-01-01Drop redundant FUNCS_ONLY.Antoine Jacoutot
2015-01-01The roff(7) language is Turing-complete, even the part implementedIngo Schwarze
2015-01-01minimally document tls_accept_socket();Ingo Schwarze
2015-01-01Get rid of .Tn; from Kaspars at Bankovskis dot net, tweaked by me.Ingo Schwarze
2015-01-01Even though i personally consider 8-bit-characters in filenames unwise,Ingo Schwarze
2015-01-01Remove an unnecessary freeaddrinfo() call, since errx() would free allLawrence Teo
2015-01-01Always drain the write buffer on pte sync. Needed for Cortex A7/A15Jonathan Gray
2014-12-31Do not take sh to STATICPIE yet. That will happen once matchingTheo de Raadt
2014-12-31describe .Ql more precisely;Ingo Schwarze
2014-12-31recent changes broke alignment requirements on arm.Ted Unangst
2014-12-31When showing more than one formatted manual page, insert horizontal linesIngo Schwarze
2014-12-31adventure requires deterministic random for its internal dataTed Unangst
2014-12-31simplify poll() conversion. from patrick keshishianTed Unangst
2014-12-31copyright_year=$(date +%Y)Joel Sing
2014-12-31Adapt and add regression tests for sending syslog messages over TCP.Alexander Bluhm
2014-12-31Use the first host of the documentation ranges for both addressMark Lumsden
2014-12-31Implement sending syslog messages over TCP streams.Alexander Bluhm
2014-12-31add entries for xmpp, mdns and puppetJasper Lievisse Adriaanse
2014-12-31Correct evcount_attach argument on cbus(4).Kenji Aoyama
2014-12-31Mention previously missing '/etc/apm/hibernate' actionDavid Coppa
2014-12-31Create CA and certificates for TLS tests consistently. BetterAlexander Bluhm
2014-12-30Use a 1MB realloc() increment instead of an 8KB one for the configTodd C. Miller
2014-12-30Remove some checks that will always evaluate to true. Noticed by a veryBrian Callahan