aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xinstall
Commit message (Expand)AuthorAgeFilesLines
* Allow xinstall and makefs to be crossbuilt on Linux and MacAlex Richardson2018-01-162-1/+23
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* xinstall: plug an infinite loop in directory creationMateusz Guzik2017-10-121-2/+4
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Adopt SRCTOP in usr.binWarner Losh2017-03-121-3/+3
* Restore some of the error message text accidentally removed in r315098Enji Cooper2017-03-121-2/+2
* Add 3 more testcases demonstrating how install -l sr worksEnji Cooper2017-03-121-0/+66
* Clarify src vs dest path mismatch in :symbolic_link_{absolute,relative}_bodyEnji Cooper2017-03-121-2/+10
* DIRDEPS_BUILD: Add some missing dirctories to the build.Bryan Drewery2016-08-311-0/+11
* Squelch a false-positive Clang static analyzer warning.Bryan Drewery2016-08-101-0/+1
* Fix -b failure not restoring flags on the destination file.Bryan Drewery2016-08-101-2/+16
* Fix -S with -l not being atomic.Bryan Drewery2016-08-101-3/+0
* Support -v for -l.Bryan Drewery2016-08-101-1/+14
* Fix -S with -b not atomically updating the destination file.Bryan Drewery2016-08-101-2/+8
* Trim out excessive / with -v when target directory ends with a trailing '/'.Bryan Drewery2016-08-101-1/+2
* Pull a copy of the input string before calling basename() and dirname().Ed Schouten2016-07-281-3/+8
* install: When preserving timestamps, also copy the nanoseconds part.Jilles Tjoelker2016-06-092-17/+20
* install: Revert utimensat usage (r299850).Jilles Tjoelker2016-05-162-20/+17
* install: When preserving timestamps, also copy the nanoseconds part.Jilles Tjoelker2016-05-152-17/+20
* install: Add some tests.Jilles Tjoelker2016-05-083-0/+349
* META MODE: Remove unneeded libmd.host dependency for xinstall.host.Bryan Drewery2015-11-251-12/+0
* META MODE: Fix 'make bootstrap-tools'.Bryan Drewery2015-11-251-1/+0
* install: do not follow symlinksBaptiste Daroussin2015-11-201-11/+5
* Remove unneeded libmd from bootstrap-tools (reverting r246784).Bryan Drewery2015-11-181-2/+0
* xinstall: renumber UCB clauses to avoid skipping #3Ed Maste2015-09-252-2/+2
* short circuit install -l rsBaptiste Daroussin2015-06-261-0/+8
* new dependsSimon J. Gerraty2015-06-161-0/+1
* Add META_MODE support.Simon J. Gerraty2015-06-132-0/+32
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-082-4/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-2/+15
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-5/+10
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge headSimon J. Gerraty2014-04-281-31/+36
| |\ \
| * \ \ Merge from headSimon J. Gerraty2013-09-051-1/+1
| |\ \ \
| * \ \ \ sync from headSimon J. Gerraty2013-04-121-2/+4
| |\ \ \ \
| * | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+2
| * | | | | Sync with HEAD.David E. O'Brien2013-02-083-78/+798
| |\ \ \ \ \
| * \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-041-5/+20
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | install: re-check failed mkdir for EEXISTMateusz Guzik2014-09-231-5/+10
| |_|_|_|_|/ |/| | | | |
* | | | | | install: Use posix_spawnp() for starting strip and improve error messages.Jilles Tjoelker2014-03-081-20/+29
* | | | | | revert sign changes to buffers used in invocation of digest_update()Sean Bruno2013-10-301-14/+9
* | | | | | Queisce sign errors by using unsigned char * and casting MAP_FAILED as unsignedSean Bruno2013-10-291-6/+7
| |_|_|_|/ |/| | | |
* | | | | New install flags were merged to 9-STABLE and will appear in FreeBSD-9.2.Brooks Davis2013-06-051-1/+1
| |_|_|/ |/| | |
* | | | - Fix libmd dependency. It is needed in the bootstrap library list becauseHiroki Sato2013-02-141-2/+4
| |_|/ |/| |