summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
discussed with schwarze@
2015-01-02update currency exchange rates;Jason McIntyre
2015-01-02uppercase for place names, and one "t" in british;Jason McIntyre
from carson chittom
2015-01-02Remove ifdef statements for TIMES and USE_TOD; they don't do anything,Lawrence Teo
apart from introducing a bug where the -elapsed option is not listed in the usage output when it should be. feedback/ok bcook@ jsing@
2015-01-02Add some additional i.MX6 board types from Bitrig.Jonathan Gray
CompuLab Utilite, SolidRun HummingBoard/CuBox-i and UDOO.
2015-01-01Enable 'ifconfig -C' (list dynamic interface types) on installKenneth R Westerback
media. Use this feature in install scripts to eliminate manually maintained list of dynamic interface types. '-C' brought to my attention by reyk@, tweaks to install script to use -C in get_ifdevs() from rpe@. ok rpe@ deraadt@
2015-01-01"The logging of errors SHOULD be restricted to conflicting informationFlorian Obser
that causes hosts to switch from one value to another with each received advertisement." (RFC 4861) Receiving of RAs on non-advertising interfaces is not a conflicting information; don't log it. "Mike." (the.lists AT mgm51 DOT com) reported that this leads to excessive logging with certain cable providers in 2013. Recently reported again by Aaron Riekenberg (aaron.riekenberg AT gmail DOT com). Thanks! OK bluhm@
2015-01-01Test that syslogd sending over TCP does not leak a file descriptorAlexander Bluhm
when it receives a SIGHUP.
2015-01-01Inline the .cpsetup pseudo-statement in rcrt0 to avoid saving the "old" gpMiod Vallat
value, which we have no use for. ok kettenis@
2015-01-01Fix a buffer overrun triggered by a trailing backslash at EOF inIngo Schwarze
an unclosed conditional body. If the memory contained the byte sequence "\}" after the end of the buffer before the next NUL, this could even write beyond the end of the buffer, specifically '&' to the location of the '}'. Found by jsg@ with afl.
2015-01-01Fix a read buffer overrun triggered by trailing \s- or trailing \s+Ingo Schwarze
without the required subsequent argument; found by jsg@ with afl.
2014-08-20Run syslogd regressions tests. As only one syslogd can run perAlexander Bluhm
machine, each test kills any syslogd first. At the end the system's syslogd gets restarted. The test framework runs a client, and a server, and a syslogd. The messages are passed via the log socket or via UDP from the client to syslogd. From there UDP transport is used to reach the server. All processes write log files where the message has to show up. The test arguments are kept in the args-*.pl files. The content of a log file, the data sent to a pipe process and what the server received are checked. The invocation of the sendsyslog(2) syscall is checked with ktrace, the open file descriptors of syslogd are checked with fstat.
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
subscripts, superscripts, or "from" or "to" arguments. Found by jsg@ with afl.
2015-01-01Merge error page changes from httpd: send Content-Length:, changeReyk Floeter
Date: from asctime to the preferred HTTP/1.1 format, and use the popular "Comic Sans" style (can be changed in the configuration).
2015-01-01Provide option types for binary AND, binary OR and silently discarding anJoel Sing
option.
2015-01-01Use the recommended HTML5 doctype in error pages.Reyk Floeter
OK validator.w3.org (This document was successfully checked as HTML5!)
2015-01-01Use the HTML5 doctype for error and auto index pages because it isReyk Floeter
shorter, newer, and the recommendation. From James Jerkins. Exclude the charset for now because it is not explicitly handled by httpd. OK validator.w3.org (This document was successfully checked as HTML5!)
2015-01-01Convert the openssl(1) enc command to the new option parsing and usage.Joel Sing
With input from doug@
2015-01-01Revert previous; tls_accept_socket() was intentionally undocumentedIngo Schwarze
because the API design isn't fully settled. Requested by jsing@ and tedu@.
2015-01-01If man(1) only has one single argument, always interpret it as a name,Ingo Schwarze
never as a section. Who would have thought that people call their manual pages 7z(1), 9c(1), 9p(1), and 9p(3)... Patch from Sebastien Marie <semarie dash openbsd at latrappe dot fr>.
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
in mandoc(1). So practice some recursive programming to make sure it doesn't get broken.
2015-01-01minimally document tls_accept_socket();Ingo Schwarze
patch from Sunil at Nimmagadda dot net
2015-01-01Get rid of .Tn; from Kaspars at Bankovskis dot net, tweaked by me.Ingo Schwarze
While here, stop calling the Internet "the ARPA Internet".
2015-01-01Even though i personally consider 8-bit-characters in filenames unwise,Ingo Schwarze
technically, filenames are not restricted to ASCII. Patch from Kaspars at Bankovskis dot net, no opposition when shown on tech@.
2015-01-01Remove an unnecessary freeaddrinfo() call, since errx() would free allLawrence Teo
the memory including the one allocated by the earlier getaddrinfo() (pointed out by claudio@). feedback from claudio@ ok bluhm@
2015-01-01Always drain the write buffer on pte sync. Needed for Cortex A7/A15Jonathan Gray
which have integrated L2 so changes will get flushed to memory ASAP. From Patrick Wildt in Bitrig via rapha@ ok miod@
2014-12-31Do not take sh to STATICPIE yet. That will happen once matchingTheo de Raadt
snapshots exist. That is why mips64 is still held up (arranged with kettenis)
2014-12-31describe .Ql more precisely;Ingo Schwarze
defect pointed out by Steffen Nurpmeso <sdaoden at yandex dot com>
2014-12-31recent changes broke alignment requirements on arm.Ted Unangst
simplify a bit more, swapping only aligned values and then using memcpy to fill the digest. fix confirmed by jsg. ok jsg kettenis millert
2014-12-31When showing more than one formatted manual page, insert horizontal linesIngo Schwarze
between pages. Suggested by Theo Buehler <theo at math dot ethz dot ch>. Even in UTF-8 output mode, do not use fancy line drawing characters such that you can easily use /^--- to skip to the next manual in your pager.
2014-12-31adventure requires deterministic random for its internal dataTed Unangst
"obfuscation" scheme to work (words fail me), but we can use arc4random for the in game fun. from theo buehler
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
families. ok jmc@ schwarze@ bluhm@
2014-12-31Implement sending syslog messages over TCP streams.Alexander Bluhm
test and OK jasper@ jca@
2014-12-31add entries for xmpp, mdns and puppetJasper Lievisse Adriaanse
ok aja@
2014-12-31Correct evcount_attach argument on cbus(4).Kenji Aoyama
The third argument of evcount_attach() should point some permanent variable, not an automatic variable. Now "vmstat -i" correctly prints C-bus interrupt level number as irq, on C-bus devices. ok miod@
2014-12-31Mention previously missing '/etc/apm/hibernate' actionDavid Coppa
From Alessandro DE LAURENZIS <just22_dot_adl_at_gmail_dot_com> tweak and ok jmc@
2014-12-31Create CA and certificates for TLS tests consistently. BetterAlexander Bluhm
logging of SSL errors. Do not import unneeded Socket constants.
2014-12-30Use a 1MB realloc() increment instead of an 8KB one for the configTodd C. Miller
connection buffer. Significantly speeds up spamd-setup for lage blacklists. Also free the buffer when we are done with it so memory can be returned to the system (as it can grow quite large). OK deraadt@
2014-12-30Remove some checks that will always evaluate to true. Noticed by a veryBrian Callahan
recent clang. ok schwarze@ lum@
2014-12-30fix wrong paths below FILES; from Theo Buehler <theo at math dot ethz dot ch>Ingo Schwarze