summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-06Add syslogd tests for dropped messages.Alexander Bluhm
2015-02-06To 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-05Use 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-05Remove some unneeded <uvm/uvm_extern.h> inclusions.Martin Pieuchot
ok deraadt@, miod@
2015-02-05Whitespace.Masao Uebayashi
2015-02-05Use octeon_xkphys_*_8().Masao Uebayashi
2015-02-05Expand STACKGAP_RANDOM to 2MB on machines with large user VATheo de Raadt
ok kettenis
2015-02-05backout previous for now; issues seen with "tar: Directory vanished beforeStuart Henderson
restoring mode and times: ..." (and an error exit code, which breaks at least building ports). krw@ agrees.
2015-02-05snippit/snippetStuart Henderson
2015-02-05tweak previousIngo Schwarze
2015-02-05Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@Todd C. Miller
2015-02-05Include sys/stdint.h for SIZE_MAX. OK deraadt@ miod@Todd C. Miller
2015-02-05Add missing check for stdint.h, needed for SIZE_MAX in xsize.h.Todd C. Miller
OK deraadt@
2015-02-05unbreak after previous macro removal.Martin Pieuchot
2015-02-05Do what the comments suggest and check for port-[ab]-ignore-cd properties,Miod Vallat
and if so, force soft carrier mode.
2015-02-05Reset bracket paste mode on detach.Nicholas Marriott
2015-02-05Fix potential NULL pointer dereference.Reyk Floeter
2015-02-05compat for check-lib-dependsMarc Espie
2015-02-05Add missing error case to free allocated server_config on failure.Reyk Floeter
2015-02-05add some (untested) examples of usePeter Hessler
2015-02-05Remove a couple of now-unused variables.Nicholas Marriott
2015-02-05implement "ifconfig <if> -inet", removing all inet addressesHenning Brauer
for symmetry with -inet6 mostly. ok phessler theo
2015-02-05Wrap all the individual format_* calls in a single format_defaultsNicholas Marriott
functions.
2015-02-05implement SIOCIFAFATTACH and SIOCIFAFDETACH for AF_INETHenning Brauer
SIOCIFAFATTACH is a noop SIOCIFAFDETACH calls in_ifdetach(), thus removing all AF_INET addresses ok phessler theo
2015-02-05There is no need to save the guard state because the function checks itNicholas Marriott
again anyway.
2015-02-05typosStuart Henderson
2015-02-05The pf table process should die if the pipe to the dhcpd process isKenneth R Westerback
closed. e.g. dhcpd has been killed. ok henning@
2015-02-05unbreak the tree, oupsPeter Hessler
2015-02-05start documenting routing tables and routing domainsPeter Hessler
general acceptance of the room
2015-02-05For 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-05Convert 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-05macro fixes from Kaspars at Bankovskis dot net;Ingo Schwarze
also fixing one typo in fts(3) while here
2015-02-05fix handling of empty .An macrosIngo Schwarze
2015-02-05Declare the x509_(mem|file|dir)_lookup symbols as static because theyReyk 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-05Make 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-05Simplify 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-04potential double free in while-loopHenning Brauer
Benjamin Baier <ben at netzbasis dot de>
2015-02-04Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0().Ingo Schwarze
Discard empty .Bk blocks. Improve related diagnostics.
2015-02-04Replace realloc() with reallocarray() in libkeynote. Do not freeAlexander Bluhm
keynote_lex_list after it has been reallocated. Found by Benjamin Baier with llvm/scan-build; OK florian@
2015-02-04Fix potentional double free in do-while-loop.Alexander Bluhm
Found by Benjamin Baier with llvm/scan-build; OK florian@
2015-02-04improve diagnostics regarding arguments of .An .Pp .Lp .br .spIngo Schwarze
in particular, get rid of check_count(..., CHECK_EQ, 0)
2015-02-04fix column numbers of macro arguments in messagesIngo Schwarze
2015-02-04discard .Rs head arguments and improve .Rs diagnosticsIngo Schwarze
2015-02-04more specific .Nd diagnostics, allowing to get rid of enum check_lvlIngo Schwarze
and the respective argument of check_count()
2015-02-04TypoFlorian Obser
From Michael (lesniewskister AT gmail), thanks!
2015-02-04Kill annoying comments about ether_input()Martin Pieuchot
2015-02-04Return 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-03fix odd error recovery (noticed by kili@): fw_update -d with !installedMarc Espie
driver should just say it's not installed and not try to install it.
2015-02-03Make 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-03reduce indentation for better readabilityIngo Schwarze