summaryrefslogtreecommitdiff
path: root/usr.bin/xinstall
AgeCommit message (Expand)Author
2025-05-06xinstall: Don't use UF_SETTABLE to infer whether st_flags is presentJessica Clarke
2025-01-21install: Fix METALOG ouptut for numeric -o and -g argsEd Maste
2024-11-29install: print directory name instead of file name if mkstemp failsAhmad Khalifa
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-04-19install: Fix a compiler warning when bootstrappingMark Johnston
2024-04-17install: Assorted nitpickery.Dag-Erling Smørgrav
2024-04-17install: Remove the mmap(2) option.Dag-Erling Smørgrav
2024-04-12install: Don't skip syncing in the common case.Dag-Erling Smørgrav
2024-04-12install: Simplify path construction.Dag-Erling Smørgrav
2024-04-12install: Always use a temporary file.Dag-Erling Smørgrav
2024-03-27install: Prefer strsnvis() to strsvis().Dag-Erling Smørgrav
2024-02-13install(1): Fix typo in usr.bin/xinstall/xinstall.cLO WEN-CHIEN
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-10-18install: handle -m +X more accuratelyKyle Evans
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-09xinstall: do not use copy_file_range(2) when BOOTSTRAPPINGMartin Matuska
2023-07-08xinstall: use copy_file_range(2) with fallback to previous behaviorMartin Matuska
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-08-04xinstall: alphabetize: upper case precedes lower.Dag-Erling Smørgrav
2022-08-03xinstall: use dynamic bufsize as in cat(1) / cp(1).Dag-Erling Smørgrav
2022-08-03xinstall: make md5 and ripemd160 conditionalDag-Erling Smørgrav
2022-08-03xinstall: fix dounpriv logic, add testsDag-Erling Smørgrav
2021-12-21pkgbase: Put more binaries/lib in runtimeEmmanuel Vadot
2021-08-30xinstall: fix invocation of llvm-stripMitchell Horne
2020-10-14install(1): Avoid unncessary fstatfs() calls and use mmap() based on sizeAlex Richardson
2020-07-15Allow install(1)'s create_tempfile() to work on Linux hostsAlex Richardson
2020-07-12install(1): another correction after r363064Eugene Grosbein
2020-07-10Fix the tests for install(1): add support for STRIPBIN's -o option.Eugene Grosbein
2020-07-10install(1): addition to r363067Eugene Grosbein
2020-07-10install(1): correction after r363064Eugene Grosbein
2020-07-10Optimize install(1) a bit.Eugene Grosbein
2019-11-20Allow boostrapping xinstall on LinuxAlex Richardson
2019-08-12install.1: Add missing arguments to option descriptionsMateusz Piotrowski
2019-01-31install(1): Fix relative path calculation with partial common dest/srcKyle Evans
2018-08-27When doing a -S "safe copy", the install command should do anKirk McKusick
2018-01-16Allow xinstall and makefs to be crossbuilt on Linux and MacAlex Richardson
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-10-12xinstall: plug an infinite loop in directory creationMateusz Guzik
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-03-12Adopt SRCTOP in usr.binWarner Losh
2017-03-12Restore some of the error message text accidentally removed in r315098Enji Cooper
2017-03-12Add 3 more testcases demonstrating how install -l sr worksEnji Cooper
2017-03-12Clarify src vs dest path mismatch in :symbolic_link_{absolute,relative}_bodyEnji Cooper
2016-08-31DIRDEPS_BUILD: Add some missing dirctories to the build.Bryan Drewery
2016-08-10Squelch a false-positive Clang static analyzer warning.Bryan Drewery