Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-27 | Fix comment regarding suspected problem when handling large negative integers. | rob | |
2019-04-27 | Tweak previous. | rob | |
2019-04-27 | Regress testing for int (long long). Two's complement is eating my brain. | rob | |
2019-04-26 | a bit more evil | Bob Beck | |
2019-04-26 | /usr/include/machine is a good one. | Bob Beck | |
2019-04-24 | Do not check for working go executable during make clean cleandir obj. | Alexander Bluhm | |
reminded by jsing@ | |||
2019-04-24 | Do not check for working go executable during make clean cleandir obj. | Alexander Bluhm | |
2019-04-23 | Report slot types recursively for recursive PTE entries | Philip Guenther | |
2019-04-23 | Improve usage message | Philip Guenther | |
2019-04-23 | Simplify presentation of attributes to eliminate duplication | Philip Guenther | |
2019-04-23 | Add a header to explain fields | Philip Guenther | |
2019-04-23 | Add -u for getting pagetables of pid 1 | Philip Guenther | |
User PAGE_SIZE macro | |||
2019-04-23 | Utility useful for debugging amd64 page tables | Philip Guenther | |
2019-04-21 | When calling an empty macro, do not clobber existing arguments. | Ingo Schwarze | |
Fixing a bug found with the groffer(1) version 1.19 manual page following a report from Jan Stary. | |||
2019-04-21 | Implement the roff .break request (break out of a .while loop). | Ingo Schwarze | |
Jan Stary <hans at stare dot cz> found it in an ancient groffer(1) manual page (version 1.19) on MacOS X Mojave. Having .break not implemented wasn't a particularly bright idea because obviously, it tended to cause infinite loops. | |||
2019-04-19 | Start a realpath(2) regress test, currently not enabled. | Bob Beck | |
This will extend as I add more cases to it. It will come into use once an in-kernel version of realpath(2) becomes a real thing | |||
2019-04-18 | Add tests for sshd -T -C with Match. | Darren Tucker | |
2019-04-13 | Add a test for the bn_to_string() function introduced in v3_utl.c r1.32. | Theo Buehler | |
2019-04-08 | Check that pf and IPv6 stack handle two ping6 fragments with different | Alexander Bluhm | |
extension headers correctly and produce a echo reply. | |||
2019-04-07 | exitting -> exiting | Theo Buehler | |
From Michael Scovetta, PR #108 | |||
2019-04-05 | whitespace consistency | Theo Buehler | |
2019-04-05 | Add SERVER_HELLO_RETRY state | Theo Buehler | |
2019-04-04 | I forgot to mark some targets as .PHONY | Theo Buehler | |
2019-04-04 | Use correct define. | Joel Sing | |
2019-04-04 | Add an update target to regenerate the expected results. | Alexander Bluhm | |
OK krw@ | |||
2019-04-03 | Don't test the behavior of ^L as it depends on $TERM | Jeremie Courreges-Anglas | |
Suggested by anton@ | |||
2019-04-03 | Update *.ok files to reflect recent modifications to | Kenneth R Westerback | |
the auto allocation tables. | |||
2019-04-01 | Adjust bgpd conf output because of change of moving neighbors into a real TAILQ | Claudio Jeker | |
2019-03-31 | Make ART data structure definitions visible to userland, in order to fix | Martin Pieuchot | |
netstat(1) inspection of routing tables. From Naoki Fukaumi, ok yasuoka@ | |||
2019-03-31 | Fix white space and add an snmp test. | rob | |
2019-03-31 | Tweak ldap related tests. | rob | |
2019-03-30 | tweak comment lines. | YASUOKA Masahiko | |
2019-03-30 | Add a test case for | asou | |
- adding 0.0.0.0 route ok yasuoka | |||
2019-03-30 | Add 5 test cases for | asou | |
- adding default route with "deault" - adding default route with "0.0.0.0/0" - adding 0.0.0.0 route - adding routes with mask ok yasuoka | |||
2019-03-29 | Fix a compiler warning. Also use srandom_deterministic(3) since using | YASUOKA Masahiko | |
random(3) intentionally is to repeat the test failure if it happens. | |||
2019-03-28 | Enable GOST cipher selection test after libssl has been fixed. | Alexander Bluhm | |
2019-03-27 | Tweak output and correct a comment. | rob | |
2019-03-27 | Modify a test to stress embedded ber elements in ber_printf_elements(). Also | rob | |
cleanup some output. | |||
2019-03-27 | Replace "garbage" test with an explicit test of an incorrect length (i.e. not | rob | |
enough data). Expects a failure (with errno = ECANCELED). | |||
2019-03-27 | Check errno on expected failures. Also fix some output wording. | rob | |
2019-03-27 | Only perform position and memory checks on short form encoding (i.e. short | rob | |
form tagging and short form length encoding). Add two tests for long form length encoding. | |||
2019-03-27 | Cleanup output and main return code. | rob | |
2019-03-26 | Fix white space. | rob | |
2019-03-26 | Add ber api regress. Assumes that ber has been built into libutil. | rob | |
Not hooked up to the build. | |||
2019-03-25 | Update regress following sigalgs changes. | Joel Sing | |
2019-03-24 | Make stat(2) and access(2) need UNVEIL_READ instead of UNVEIL_INSPECT | Bob Beck | |
UNVEIL_INSPECT is a hack we added to get chrome/glib working. It silently adds permission for stat(2), access(2), and readlink(2) to be used on all path components of any unveil'ed path. robert@ has sucessfully now fixed chrome/glib to not require exessive TOC vs TOU stat(2) and access(2) calls on the paths it uses, so that this no longer needed there. readlink(2) is the sole call that is now permitted by UNVEIL_INSPECT, and this is only needed so that realpath(3) can work. Going forward we will likely make a realpath(2), after which we can completely deprecate UNVEIL_INSPECT. ok deraadt@ | |||
2019-03-22 | Add route origin validation test | denis | |
2019-03-21 | Test that "calendar -A 0" on a Friday doesn't include weekend events. | Todd C. Miller | |
From Andy Bradford | |||
2019-03-21 | Fix typo in usage and comment. | Alexander Bluhm | |
2019-03-21 | Do not run keyboard and mouse device detection during make clean, | Alexander Bluhm | |
cleandir, obj. Eliminates a X11 keyboard problem seen by claudio@ during make build. OK anton@ deraadt@ |