| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | mv: Add test cases for command-line options. | Dag-Erling Smørgrav | 2024-11-19 | 1 | -0/+117 |
| * | mv: Convert tests to ATF. | Dag-Erling Smørgrav | 2024-11-19 | 3 | -296/+392 |
| * | mv: More style nits. | Dag-Erling Smørgrav | 2024-11-19 | 1 | -22/+15 |
| * | mv: Type and style nits. | Dag-Erling Smørgrav | 2024-11-13 | 1 | -6/+7 |
| * | Remove residual blank line at start of Makefile | Warner Losh | 2024-07-15 | 2 | -2/+0 |
| * | mv: Set file flags after setting file times | Ricardo Branco | 2024-04-16 | 1 | -5/+6 |
| * | mv: Improve comment | Zhan-Wei | 2023-12-26 | 1 | -1/+1 |
| * | Remove copyright strings ifdef'd out | Warner Losh | 2023-11-27 | 1 | -9/+0 |
| * | bin: Remove ancient SCCS tags. | Warner Losh | 2023-11-27 | 3 | -6/+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 |
| * | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | 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 | 2 | -2/+2 |
| * | Close from_fd if malloc() fails to avoid a file descriptor leak. | Don Lewis | 2016-05-25 | 1 | -0/+1 |
| * | Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed | Enji Cooper | 2016-05-04 | 1 | -4/+0 |
| * | 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 |
| * | | First pass to fix the 'tests' packages. | Glen Barber | 2016-02-02 | 1 | -0/+4 |
| |/ | |||||
| * | Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and | Enji Cooper | 2015-10-12 | 1 | -2/+0 |
| * | mv: Improve message when moving two or more files to non-directory. | Jilles Tjoelker | 2015-06-28 | 1 | -1/+1 |
| * | 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 |
| | * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 1 | -5/+4 |
| | |\ | |/ |/| | |||||
| | * | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 1 | -4/+13 |
| | |\ | |||||
| | * | | 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 | 3 | -0/+311 |
| | |\ \ \ | |||||
| | * \ \ \ | sync from head | Simon J. Gerraty | 2013-04-12 | 2 | -2/+12 |
| | |\ \ \ \ | |||||
| | * | | | | | 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/+1 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Sync from head | Simon J. Gerraty | 2012-11-04 | 2 | -6/+36 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+19 |
| * | | | | | | | | cp,mv: Use futimens() instead of utimensat() if possible. | Jilles Tjoelker | 2015-03-23 | 1 | -1/+1 |
| * | | | | | | | | cp,mv,touch: Set timestamps with nanosecond precision. | Jilles Tjoelker | 2015-01-24 | 1 | -5/+4 |
| | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | | Check if fchflags() is needed by fstat'ing before and check | Xin LI | 2014-07-01 | 1 | -4/+13 |
| * | | | | | | | Always set UF_ARCHIVE on target (because they are by definition new files | Xin LI | 2014-06-27 | 1 | -2/+2 |
| | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | | 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 |
| * | | | | | Migrate tools/regression/bin/ tests to the new layout. | Julio Merino | 2013-12-11 | 3 | -0/+311 |
| | |_|_|/ |/| | | | |||||
| * | | | | - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of type | Pawel Jakub Dawidek | 2013-03-21 | 1 | -1/+1 |
| * | | | | Add a few examples. | Joel Dahl | 2013-03-15 | 1 | -1/+11 |
| | |_|/ |/| | | |||||
| * | | | Follow the behavior as specified in POSIX: | Eitan Adler | 2012-11-15 | 1 | -1/+1 |
| | |/ |/| | |||||
