summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2022-06-26In groff commit 78e66624 on May 7 20:15:33 2021 +1000,Ingo Schwarze
2022-06-19Make expected output match reality again.Theo Buehler
2022-06-19Since rtsock.c -r1.329 routes sent via sysctl(2) are now marked RTF_DONE.Theo Buehler
2022-06-08Surprisingly, every escape sequence can also be used as an argumentIngo Schwarze
2022-06-07Split the excessively generic diagnostic message "invalid escape sequence"Ingo Schwarze
2022-06-06adjust two desired error messages after roff_escape.c rev. 1.11Ingo Schwarze
2022-06-05With the improved escape sequence parser, it becomes easy to also improveIngo Schwarze
2022-06-03oops, update forgotten date in the footerIngo Schwarze
2022-06-03During identifier parsing, handle undefined escape sequencesIngo Schwarze
2022-06-03test setenv in both client and server, test first-match-wins tooDamien Miller
2022-05-30Dummy implementation of the roff(7) \V (interpolate environment variable)Ingo Schwarze
2022-05-20Re-classify the roff(7) \r (reverse line feed) escape sequenceIngo Schwarze
2022-05-20Test the handling of some additional one-character escape sequencesIngo Schwarze
2022-05-19following the fixed parsing direction of roff_expand() in roff.c rev. 1.260,Ingo Schwarze
2022-05-19Adjust a column number in an error messageIngo Schwarze
2022-05-19fix a wrong column number that got fixed as a side effectIngo Schwarze
2022-05-19remove a bogus warning that went away as a side effectIngo Schwarze
2022-05-15regress test for in-place transfers and clobbering larger files withDamien Miller
2022-05-01Split a new function roff_parse_comment() out of roff_expand() because thisIngo Schwarze
2022-04-30Provide a new function roff_req_or_macro() to parse and handle a requestIngo Schwarze
2022-04-28The syntax of the roff(7) .mc request is quite specialIngo Schwarze
2022-04-28oops, fix wrong .TH nameIngo Schwarze
2022-04-28Element next-line scopes may nest, so man_breakscope() may have toIngo Schwarze
2022-04-27The .AT, .DT, and .UC macros are allowed inside next-line scopeIngo Schwarze
2022-04-27Fix three bugs regarding the interaction of \z and \h:Ingo Schwarze
2022-04-26typo in example text: unsused -> unused; noticed by tb@Ingo Schwarze
2022-04-26At the end of every tbl(7) cell, clear the \z state.Ingo Schwarze
2022-04-26If a node is tagged explicitly, skip implicit tagging for that node.Ingo Schwarze
2022-04-24If a .shift request has a negative argument, do not use a negative arrayIngo Schwarze
2022-04-22Remove some of the workarounds for the tests by inputing the right numbersOtto Moerbeek
2022-04-22arm64 has real IEEE quads, it needs more digits when reading theOtto Moerbeek
2022-04-22Only run agent-ptrace.sh if gdb is available as all architectures do notAnton Lindqvist
2022-04-21It looks like we can't completely avoid waiting for processes toDarren Tucker
2022-04-20Use ssh -f and ControlPersist to start up test forwards and ssh -O stopDarren Tucker
2022-04-20Simplify forward-control test. Since we no longer need to support SSH1Darren Tucker
2022-04-13To prevent infinite recursion while expanding eqn(7) definitions,Ingo Schwarze
2022-04-13Do not die on an assertion if an input file contains no sectionIngo Schwarze
2022-04-13Surprisingly, groff supports multiple copy mode escapes at theIngo Schwarze
2022-03-31regression test for sftp cp commandDamien Miller
2022-03-01ci(1) populates the author keyword using getlogin(2), therefore favorAnton Lindqvist
2022-02-23Interface index 1 doesn't need to have an lladdr.Martijn van Duren
2022-02-20Aproximate realpath on the expected output by deduping leading slashes.Darren Tucker
2022-02-06Add test for empty hostname with port.Darren Tucker
2022-02-05Adapt appstest.sh for the new TLS_ names.Theo Buehler
2022-02-04Add unit tests for hpdelim.Darren Tucker
2022-02-01test 'ssh-keygen -Y find-principals' with wildcard principals;Damien Miller
2022-01-21Enable all supported ciphers and macs in the server before tryingDarren Tucker
2022-01-19Mark regress set requests as expected failure now that snmpd(8) doesn'tMartijn van Duren
2022-01-13Set LC_ALL in both local and remote shells so that sorted outputDarren Tucker
2022-01-13Avoid %'s in commands (not used in OpenBSD, but used in -portable'sDarren Tucker