aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xinstall
Commit message (Expand)AuthorAgeFilesLines
* install: Fix two bugs in stdin codeDag-Erling Smørgrav2026-08-262-10/+20
* xinstall: Const correctness for C23Lexi Winter2026-08-031-1/+2
* install: Fix typoDag-Erling Smørgrav2026-07-221-1/+1
* install: Code cleanupDag-Erling Smørgrav2026-07-211-104/+106
* install: Allow installing stdinDag-Erling Smørgrav2026-07-213-18/+73
* install: Explicitly include sys/param.h for MAXPATHLENMark Johnston2026-06-221-0/+1
* install: drop obsolete file size limit for -CAleksandr Rybalko2026-06-113-71/+47
* install.1: Convert link flags to a tableEd Maste2026-06-031-10/+13
* install.1: Document options incompatible with -sEd Maste2026-06-031-1/+5
* xinstall: Do not allow -l and -s togetherEd Maste2026-06-032-0/+9
* xinstall: Add test for -d -s not allowed togetherEd Maste2026-06-031-0/+7
* install: Bump compare size limit (128MB) to support large binariesAleksandr Rybalko2026-05-271-1/+1
* install: add -z <max_cmp_size> optionAleksandr Rybalko2026-05-273-7/+26
* install: Expect EINTR while copyingDag-Erling Smørgrav2026-02-112-22/+60
* xinstall: Don't use UF_SETTABLE to infer whether st_flags is presentJessica Clarke2025-05-061-1/+1
* install: Fix METALOG ouptut for numeric -o and -g argsEd Maste2025-01-211-4/+16
* install: print directory name instead of file name if mkstemp failsAhmad Khalifa2024-11-292-1/+11
* Remove residual blank line at start of MakefileWarner Losh2024-07-152-2/+0
* 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