Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | framework: Remove $FreeBSD$ | Mathieu Arnold | 2021-04-06 | 1 | -2/+1 |
| | | | | Where appropriate fiddle with a few other things. | ||||
* | Add a new @touch keyword | Baptiste Daroussin | 2021-03-27 | 1 | -0/+10 |
it takes 1 pr N arguments, it creates each of the said files if they do not exist yet As it is using lua, it means it has the bonus of being cross installable, rootdir friendly and sandboxed. Reviewed by: mat, manu Differential Revision: https://reviews.freebsd.org/D29426 Notes: svn path=/head/; revision=569361 |