Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-06 | Add syslogd tests for dropped messages. | Alexander Bluhm | |
2015-02-06 | To get reliable TCP and TLS logging, report when messages get lost. | Alexander Bluhm | |
If the log server refuses to receive messages and the buffer gets full, count the dropped messages. Log the counter when the server accepts messages again. If there are messages in the buffer when a signal is received, count and log them. tested sthen@; OK henning@ | |||
2015-02-05 | Use sizeof(struct X) rather than sizeof(*p) in calloc() invocations. | Kenneth R Westerback | |
History indicates this is slightly less error prone. Inconsistant usage pointed out by Benjamin Baier. | |||
2015-02-05 | Remove some unneeded <uvm/uvm_extern.h> inclusions. | Martin Pieuchot | |
ok deraadt@, miod@ | |||
2015-02-05 | Whitespace. | Masao Uebayashi | |
2015-02-05 | Use octeon_xkphys_*_8(). | Masao Uebayashi | |
2015-02-05 | Expand STACKGAP_RANDOM to 2MB on machines with large user VA | Theo de Raadt | |
ok kettenis | |||
2015-02-05 | backout previous for now; issues seen with "tar: Directory vanished before | Stuart Henderson | |
restoring mode and times: ..." (and an error exit code, which breaks at least building ports). krw@ agrees. | |||
2015-02-05 | snippit/snippet | Stuart Henderson | |
2015-02-05 | tweak previous | Ingo Schwarze | |
2015-02-05 | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ | Todd C. Miller | |
2015-02-05 | Include sys/stdint.h for SIZE_MAX. OK deraadt@ miod@ | Todd C. Miller | |
2015-02-05 | Add missing check for stdint.h, needed for SIZE_MAX in xsize.h. | Todd C. Miller | |
OK deraadt@ | |||
2015-02-05 | unbreak after previous macro removal. | Martin Pieuchot | |
2015-02-05 | Do what the comments suggest and check for port-[ab]-ignore-cd properties, | Miod Vallat | |
and if so, force soft carrier mode. | |||
2015-02-05 | Reset bracket paste mode on detach. | Nicholas Marriott | |
2015-02-05 | Fix potential NULL pointer dereference. | Reyk Floeter | |
2015-02-05 | compat for check-lib-depends | Marc Espie | |
2015-02-05 | Add missing error case to free allocated server_config on failure. | Reyk Floeter | |
2015-02-05 | add some (untested) examples of use | Peter Hessler | |
2015-02-05 | Remove a couple of now-unused variables. | Nicholas Marriott | |
2015-02-05 | implement "ifconfig <if> -inet", removing all inet addresses | Henning Brauer | |
for symmetry with -inet6 mostly. ok phessler theo | |||
2015-02-05 | Wrap all the individual format_* calls in a single format_defaults | Nicholas Marriott | |
functions. | |||
2015-02-05 | implement SIOCIFAFATTACH and SIOCIFAFDETACH for AF_INET | Henning Brauer | |
SIOCIFAFATTACH is a noop SIOCIFAFDETACH calls in_ifdetach(), thus removing all AF_INET addresses ok phessler theo | |||
2015-02-05 | There is no need to save the guard state because the function checks it | Nicholas Marriott | |
again anyway. | |||
2015-02-05 | typos | Stuart Henderson | |
2015-02-05 | The pf table process should die if the pipe to the dhcpd process is | Kenneth R Westerback | |
closed. e.g. dhcpd has been killed. ok henning@ | |||
2015-02-05 | unbreak the tree, oups | Peter Hessler | |
2015-02-05 | start documenting routing tables and routing domains | Peter Hessler | |
general acceptance of the room | |||
2015-02-05 | For directories whose times or mode will be fixed up in the clean-up pass, | Philip Guenther | |
record their dev+ino and then use open(O_DIRECTORY)+fstat() to verify that we're updating the correct directory before using futimens() and fchmod(). ok millert@ | |||
2015-02-05 | Convert various rtrequest1(RTM_DELETE,...) calls to rtdeletemsg(9). | Martin Pieuchot | |
This unify some code and notify userland for free. blambert@ agrees, ok bluhm@ | |||
2015-02-05 | macro fixes from Kaspars at Bankovskis dot net; | Ingo Schwarze | |
also fixing one typo in fts(3) while here | |||
2015-02-05 | fix handling of empty .An macros | Ingo Schwarze | |
2015-02-05 | Declare the x509_(mem|file|dir)_lookup symbols as static because they | Reyk Floeter | |
shouldn't be used directly. They aren't part of the API; each module (file, dir, mem) provides an actual function to export the now-static object. OK miod@ | |||
2015-02-05 | Make sure pf(4) does not see embedded scopes. | Martin Pieuchot | |
Packets destinated to link-local addresses are looped back with embedded scopes because we cannot restore them using the receiving interface (lo0). Embedded scopes are needed by the routing table to match RTF_LOCAL routes, but pf(4) never saw them and existing rules are likely to break without teaching the rule engine about them, found by dlg@ the hard way. So save and restore embedded scopes around pf_test() for packets going through loopback. ok dlg@, mikeb@ | |||
2015-02-05 | Simplify by deleting the "lastline" member of struct mdoc_node. | Ingo Schwarze | |
Minus one struct member, minus 17 lines of code, no functional change. | |||
2015-02-04 | potential double free in while-loop | Henning Brauer | |
Benjamin Baier <ben at netzbasis dot de> | |||
2015-02-04 | Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0(). | Ingo Schwarze | |
Discard empty .Bk blocks. Improve related diagnostics. | |||
2015-02-04 | Replace realloc() with reallocarray() in libkeynote. Do not free | Alexander Bluhm | |
keynote_lex_list after it has been reallocated. Found by Benjamin Baier with llvm/scan-build; OK florian@ | |||
2015-02-04 | Fix potentional double free in do-while-loop. | Alexander Bluhm | |
Found by Benjamin Baier with llvm/scan-build; OK florian@ | |||
2015-02-04 | improve diagnostics regarding arguments of .An .Pp .Lp .br .sp | Ingo Schwarze | |
in particular, get rid of check_count(..., CHECK_EQ, 0) | |||
2015-02-04 | fix column numbers of macro arguments in messages | Ingo Schwarze | |
2015-02-04 | discard .Rs head arguments and improve .Rs diagnostics | Ingo Schwarze | |
2015-02-04 | more specific .Nd diagnostics, allowing to get rid of enum check_lvl | Ingo Schwarze | |
and the respective argument of check_count() | |||
2015-02-04 | Typo | Florian Obser | |
From Michael (lesniewskister AT gmail), thanks! | |||
2015-02-04 | Kill annoying comments about ether_input() | Martin Pieuchot | |
2015-02-04 | Return the correct report ID when hitting a "collection" item. | Martin Pieuchot | |
Collection are reported before their corresponding report ID, so bring back the trick from old parser and do not return them until we find a report ID or another start or end of collection. Fix a regression introduced by last parser backport from FreeBSD reported by Benjamin Baier, thanks! | |||
2015-02-03 | fix odd error recovery (noticed by kili@): fw_update -d with !installed | Marc Espie | |
driver should just say it's not installed and not try to install it. | |||
2015-02-03 | Make the mandoc test suite completely silent. | Ingo Schwarze | |
Not even i looked at the 966 mandoc command lines and the 787 diff command lines it was spewing, and it was almost unusable without REGRESS_FAIL_EARLY because any errors got lost among all the noise. If you want to debug the Makefiles, use "make -dl". If you want to see the -Tman TODOs, use "grep -RF SKIP_TMAN". | |||
2015-02-03 | reduce indentation for better readability | Ingo Schwarze | |