aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xinstall
Commit message (Expand)AuthorAgeFilesLines
* install: Fix a compiler warning when bootstrappingMark Johnston2024-04-191-0/+2
* install: Assorted nitpickery.Dag-Erling Smørgrav2024-04-171-23/+17
* install: Remove the mmap(2) option.Dag-Erling Smørgrav2024-04-172-148/+67
* install: Don't skip syncing in the common case.Dag-Erling Smørgrav2024-04-121-7/+5
* install: Simplify path construction.Dag-Erling Smørgrav2024-04-122-13/+29
* install: Always use a temporary file.Dag-Erling Smørgrav2024-04-122-124/+33
* install: Prefer strsnvis() to strsvis().Dag-Erling Smørgrav2024-03-271-8/+11
* install(1): Fix typo in usr.bin/xinstall/xinstall.cLO WEN-CHIEN2024-02-131-1/+1
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-10/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-273-6/+0
* install: handle -m +X more accuratelyKyle Evans2023-10-192-2/+26
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-165-5/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* xinstall: do not use copy_file_range(2) when BOOTSTRAPPINGMartin Matuska2023-07-082-0/+9
* xinstall: use copy_file_range(2) with fallback to previous behaviorMartin Matuska2023-07-081-0/+21
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* xinstall: alphabetize: upper case precedes lower.Dag-Erling Smørgrav2022-08-041-7/+7
* xinstall: use dynamic bufsize as in cat(1) / cp(1).Dag-Erling Smørgrav2022-08-031-5/+53
* xinstall: make md5 and ripemd160 conditionalDag-Erling Smørgrav2022-08-032-1/+34
* xinstall: fix dounpriv logic, add testsDag-Erling Smørgrav2022-08-032-8/+87
* pkgbase: Put more binaries/lib in runtimeEmmanuel Vadot2021-12-211-0/+2
* xinstall: fix invocation of llvm-stripMitchell Horne2021-08-301-5/+15
* install(1): Avoid unncessary fstatfs() calls and use mmap() based on sizeAlex Richardson2020-10-141-23/+21
* Allow install(1)'s create_tempfile() to work on Linux hostsAlex Richardson2020-07-152-5/+5
* install(1): another correction after r363064Eugene Grosbein2020-07-121-9/+16
* Fix the tests for install(1): add support for STRIPBIN's -o option.Eugene Grosbein2020-07-101-2/+6
* install(1): addition to r363067Eugene Grosbein2020-07-101-1/+1
* install(1): correction after r363064Eugene Grosbein2020-07-101-1/+1
* Optimize install(1) a bit.Eugene Grosbein2020-07-101-23/+50
* Allow boostrapping xinstall on LinuxAlex Richardson2019-11-202-1/+11
* install.1: Add missing arguments to option descriptionsMateusz Piotrowski2019-08-121-13/+9
* install(1): Fix relative path calculation with partial common dest/srcKyle Evans2019-01-312-2/+37
* When doing a -S "safe copy", the install command should do anKirk McKusick2018-08-271-0/+6
* 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