| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | test(1): quote closing bracket in error message | Daniel Tameling | 2024-07-29 | 1 | -1/+1 |
| * | Remove residual blank line at start of Makefile | Warner Losh | 2024-07-15 | 2 | -2/+0 |
| * | bin: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 1 | -1/+0 |
| * | bin: Remove ancient SCCS tags. | Warner Losh | 2023-11-27 | 2 | -3/+0 |
| * | Remove $FreeBSD$: one-line nroff pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 5 | -5/+0 |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | Update/fix Makefile.depend for userland | Simon J. Gerraty | 2023-04-19 | 1 | -1/+0 |
| * | Remove unused includes. | Xin LI | 2020-12-23 | 1 | -2/+0 |
| * | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
| * | Add HAS_TESTS to all Makefiles that are currently using the | Enji Cooper | 2017-08-02 | 1 | -0/+1 |
| * | Convert traditional ${MK_TESTS} conditional idiom for including test | Enji Cooper | 2017-08-02 | 1 | -3/+1 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
| * | Add history section for test(1) | Sevan Janiyan | 2016-10-05 | 1 | -1/+6 |
| * | Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed | Enji Cooper | 2016-05-04 | 1 | -4/+0 |
| * | Use NULL for pointers instead of 0. | Marcelo Araujo | 2016-04-19 | 1 | -1/+1 |
| * | MFH | Glen Barber | 2016-03-10 | 1 | -0/+11 |
| |\ | |||||
| | * | DIRDEPS_BUILD: Connect MK_TESTS. | Bryan Drewery | 2016-03-09 | 1 | -0/+11 |
| * | | Explicitly add unmarked bin/ binaries to the runtime package. | Glen Barber | 2016-02-09 | 1 | -0/+1 |
| * | | MFH | Glen Barber | 2016-02-02 | 1 | -67/+97 |
| |\| | |||||
| | * | test: Optimize operator lookup. | Jilles Tjoelker | 2016-01-30 | 1 | -67/+97 |
| * | | First pass to fix the 'tests' packages. | Glen Barber | 2016-02-02 | 1 | -0/+4 |
| |/ | |||||
| * | Clean up trailing whitespace | Enji Cooper | 2015-10-18 | 1 | -9/+9 |
| * | Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and | Enji Cooper | 2015-10-12 | 1 | -2/+0 |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+18 |
| |\ | |||||
| | * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| | * | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| | * | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| | * | Merge from head | Simon J. Gerraty | 2014-05-08 | 1 | -1/+1 |
| | |\ | |/ |/| | |||||
| | * | Merge head | Simon J. Gerraty | 2014-04-28 | 4 | -81/+294 |
| | |\ | |||||
| | * \ | Merge from head | Simon J. Gerraty | 2013-09-05 | 2 | -216/+55 |
| | |\ \ | |||||
| | * \ \ | sync from head | Simon J. Gerraty | 2013-04-12 | 2 | -27/+215 |
| | |\ \ \ | |||||
| | * | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| | * | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| | * | | | | Sync with HEAD. | David E. O'Brien | 2013-02-08 | 1 | -1/+8 |
| | |\ \ \ \ | |||||
| | * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+19 |
| * | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | Warner Losh | 2014-05-06 | 1 | -1/+1 |
| | |_|_|_|/ |/| | | | | |||||
| * | | | | | Make bsd.test.mk the only public mk fragment for the building of tests. | Julio Merino | 2014-03-14 | 1 | -1/+1 |
| * | | | | | Replace hand-crafted Kyuafiles with automatic generation. | Julio Merino | 2014-01-14 | 2 | -13/+6 |
| * | | | | | Run the sh(1) and test(1) tests as unprivileged. | Julio Merino | 2014-01-10 | 2 | -0/+13 |
| * | | | | | Migrate tools/regression/bin/ tests to the new layout. | Julio Merino | 2013-12-11 | 3 | -0/+211 |
| * | | | | | test: Avoid looking up again the type of a known binary operator. | Jilles Tjoelker | 2013-12-05 | 1 | -7/+6 |
| * | | | | | test: Simplify the code by unifying op_num and op_type. | Jilles Tjoelker | 2013-12-01 | 1 | -78/+75 |
| | |_|_|/ |/| | | | |||||
| * | | | | test(1): Add information about replacing -nt/-ot. | Jilles Tjoelker | 2013-05-31 | 1 | -0/+16 |
| * | | | | test(1): List non-standard primaries. | Jilles Tjoelker | 2013-05-31 | 1 | -1/+12 |
| * | | | | test: Remove -ntXY and -otXY primaries. | Jilles Tjoelker | 2013-05-31 | 2 | -215/+27 |
| | |_|/ |/| | | |||||
| * | | | Enhance test(1) by adding provision to compare any combination of the | Peter Jeremy | 2013-02-25 | 2 | -27/+215 |
| | |/ |/| | |||||
| * | | test(1): Document == alias for =. | Jilles Tjoelker | 2012-12-27 | 1 | -1/+8 |
| |/ | |||||
| * | Minor mdoc nits. | Joel Dahl | 2012-05-13 | 1 | -1/+1 |
| * | test: Reduce code size of ops table. | Jilles Tjoelker | 2011-11-25 | 1 | -5/+5 |
