Age | Commit message (Collapse) | Author |
|
|
|
|
|
use TAILQ_*_SAFE more than might be needed.
Bulk ports build by sthen@ showed nobody sticking their fingers
so deep into the kernel.
Feedback and suggestions from millert@. ok jsing@
|
|
encryption ciphers instead of specifying them manually; ensures that
the new chacha20poly1305@openssh.com mode is tested;
ok markus@ and naddy@ as part of the diff to add
chacha20poly1305@openssh.com
|
|
on some systems portable OpenSSH is built on.
|
|
|
|
|
|
to successfully run this; ok djm@
|
|
As header scanning is back, there is always a icmp6 parameter problem
response. Add tests that hide the routing header behind an atomic
fragment header to get the RFC 5095 behaviour. One test puts the
routing header into the second fragment so that it cannot be detected
without reassembly.
|
|
|
|
are configured correctly. Add a scapy test that creates a packet
without routing header to check the setup.
|
|
close below-subsection implicit scopes that may still be open.
In the formatter, make sure indentation is reset when leaving a scope,
not only when entering the next one.
Improves the formatting of gpg(1); issue reported by jca on ports.
|
|
|
|
It is already documented in the Heirloom troff manual,
and groff handles it as well.
Bug reported by Bjarni Ingi Gislason <bjarniig at rhi dot hi dot is>
on <bug-groff at gnu dot org>. Well, admittedly, that bug was reported
against groff, but mandoc was even more broken than groff with respect
to this syntax...
|
|
|
|
New per-directory variables UTF8_TARGETS and SKIP_ASCII,
intended as subsets of REGRESS_TARGETS.
New .PHONY targets "utf8" and "utf8-clean" to only do -Tutf8 tests;
of course, "all" and "clean" also include this functionality.
While here, prefix internal variables with an underscore.
|
|
|
|
where necessary for a specific test.
|
|
|
|
|
|
|
|
|
|
|
|
the GCM ciphers.
|
|
|
|
|
|
feature. It requires two machines, the local host is running the
regression test, the remote host gets pf divert rules installed.
The diverted TCP connections are running between these hosts in
both directions. The remote host is controlled via ssh.
|
|
happens when we close the socket but the divert state remains. If
a new socket uses the same protocol and port, it will use the old
dangling state. Without searching for the correct rule, the divert-to
will fail. There are real life corner cases where this occurred.
|
|
correctly when moving the directory pointer by small distances.
This is currently failing, i will send an updated libc/gen patch
to fix this right afterwards.
Move the functions createfiles() and delfiles() to utils.{h,c} for reuse.
Minor cleanup in telldir.c.
|
|
|
|
not fail anymore if propper setup is missing.
|
|
easily. A remote machine with correct addresses, routes and pf
rules is needed for the test.
|
|
not installed. Print a warning, explain the problem and skip the
test in this case. Also skip the test if the environment has not
been configured for the remote test target machine. Fix the Makefile
to run the tests with or without an obj directory. Finally link
the netinet6 regression tests into the build.
|
|
ok guenther@
|
|
ok guenther@
|
|
|
|
|
|
|
|
"people need never hold off on adding stuff to regress" deraadt@
|
|
Use useconds_t in the ualarm() declaration.
Bump libstdc++ major to be sure there isn't ABI issues.
ok deraadt@ jca@ jmc@ millert@
ports testing by landry@
|
|
|
|
behaviour is different.
ok deraadt@ miod@
|
|
in setstat test; reported by Tim Ruehsen
|
|
man-ext macros by Eric S. Raymond, enabled by default in groff_man(7).
Usual disclaimer: You don't write new man(7) code, so you are not going
to use these, either.
Improves e.g. the bzr(1) and etherape(1) manuals.
Thanks to naddy@ for bringing these to my attention.
|
|
initial Path-MTU discovery packet.
OK bluhm@
|
|
have been *.core files for a very long time. That's a lot of unlink()
calls saved.
|
|
"oldqueue" as keyword for the transition phase
|
|
ok deraadt
|
|
|
|
thread whose execution consumed the CPU time and resulted in the profiling
timer expiring. This test currently fails and will be fixed shortly.
Feedback from guenther@
|