Age | Commit message (Collapse) | Author |
|
|
|
|
|
were displayed "on the fly". But prepare+log means the display happens later
in any case, so they can be done as part of regular plist.
Also, mark known manpage dirs for even more verbiage reduction...
|
|
and old packages. Rationale being you don't need to display UNMESSAGE if the
new package has the exact same one. And likewise, you don't need to display
MESSAGE if the old package had the exact same one.
|
|
ok deraadt@ tedu@
|
|
|
|
rename variable and index accordingly.
|
|
Fixes a pfctl crash with an anchor name containing
an embedded nul found with the afl fuzzer.
pfctl parse.y patch from and ok deraadt@
|
|
noticed by deraadt@
|
|
|
|
your software on noexec filesystems...
|
|
slightly tweaked version of an earlier diff ok'd by djm@ and miod@
|
|
fixes a crash found by the afl fuzzer
ok djm@ miod@
|
|
ip_print() and others.
Allows code deciding on a minimum length to memmove()
to work as intended, preventing various crashes found
with the afl fuzzer. Callers of ip6_print() should of
course be fixed to provide sane lengths as well.
ok deraadt@ djm@
|
|
|
|
- Removed 'increased limit open files' log message that is written
to console. It is only written on verbosity 4 and higher.
This keeps system bootup console cleaner.
- Fix #627: SSL_CTX_load_verify_locations return code not properly
checked.
- Fix that CD flag disables DNS64 processing, returning the DNSSEC
signed AAAA denial.
- Fix cdflag dns64 processing.
ok sthen@
|
|
|
|
|
|
These are the direct sources from NLnet Labs upstream, minus these:
compat contrib libunbound/python pythonmod testcode testdata winrc
ok deraadt@ jakob@
|
|
|
|
kernel struct vnode defintion, and the only consumer (pstat) still needs
kvm to read much of the required information. no great loss to always use
kvm until there's a better replacement interface.
ok deraadt millert uebayasi
|
|
ok doug@ millert@
|
|
|
|
This should be equivalent to the statistics available
via the various relaydctl show commands
okay benno@ reyk@
|
|
snmp requests are now packaged into pseudo-continuations
to allow for being dispatched to seperate processes;
lightly tested for interoperability with NetSNMP, but
doesn't implement the complete set of AgentX messages
while here, clean up return types of mps_get* functions,
and make smi_insert refuse to insert duplicate OIDs
okay benno@ reyk@
|
|
|
|
ok deraadt@ millert@ tedu@
|
|
brad@
|
|
PKG_TMPDIR to be on a fs mounted with noexec); remove a reference to CAVEATS
from the section talking about PKG_TMPDIR. ok espie@
|
|
ok stsp
|
|
|
|
|
|
format string, create a temporary message.
OK doug@
|
|
Instead of creating a temporary format string, create a temporary
message.
OK doug@
|
|
PROT_NONE, PROT_READ, PROT_WRITE, and PROT_EXEC from mman.h.
PROT_MASK is introduced as the one true way of extracting those bits.
Remove UVM_ADV_* wrapper, using the standard names.
ok doug guenther kettenis
|
|
|
|
troff displays these as typographic quotes, but nroff implementations
almost always print them literally, which rarely has the intended effect
with modern fonts, even in stock xterm.
These uses of `` '' can be replaced either with more semantic alternatives
or with Dq, which prints typographic quotes in a UTF-8 locale (but will
automatically fall back to `` '' in an ASCII locale).
improvements and ok schwarze@
|
|
to a single line and print to stderr instead of stdout. This makes it
easier to follow the debug output again. Also, as a rule of thumb, it
is OK to exceed 80 chars for these kinds of developer debug messages.
OK blambert@
|
|
No yyerror() calls needed to be changed.
ok bluhm@
|
|
"just go ahead" deraadt@
|
|
since it was logically reverse.
|
|
the pool to be deleted, then the PPP session is to be deleted. But the
internal radish tree had kept the deleted session. This causes
"use-after-free", and it had made npppd crash.
|
|
|
|
|
|
less threatening and more informative.
e.g.
DHCPACK on <null address> to 5c:51:4f:56:81:c3 via em0
changes to
DHCPACK to 192.168.19.62 (3c:97:0e:0c:0c:d7) via em0
Issue noted and diff tested by Marc Peters. Thanks!
ok yasuoka@ millert@
|
|
fixed as /logs within the chroot. As this httpd is properly privesp'ed this
has the nice property of allowing us to put the logs outside the chroot if
we want to.
ok reyk@
|
|
This should return the proper length again.
OK phessler, benno
|
|
to ASPLAIN.
Of course, you can still input AS numbers in either format.
OK henning@, claudio@, benno@, sthen@
|
|
|
|
use them.
ok reyk@
|