freebsd-dev/usr.bin
Warner Losh f39dd6a978 one-true-awk: import 20210221 (1e4bc42c53a1) which fixes a number of bugs
Import the latest bsd-features branch of the one-true-awk upstream:

o Move to bison for $YACC
o Set close-on-exec flag for file and pipe redirects that aren't std*
o lots of little fixes to modernize ocde base
o free sval member before setting it
o fix a bug where a{0,3} could match aaaa
o pull in systime and strftime from NetBSD awk
o pull in fixes from {Net,Free,Open}BSD (normalized our code with them)
o add BSD extensions and, or, xor, compl, lsheift, rshift (mostly a nop)

Also revert a few of the trivial FreeBSD changes that were done slightly
differently in the upstreaming process. Also, our PR database may have
been mined by upstream for these fixes, and Mikolaj Golub may deserve
credit for some of the fixes in this update.

Suggested by:		Mikolaj Golub <to.my.trociny@gmail.com>
PR:			143363,143365,143368,143369,143373,143375,214782
Sponsored by:		Netflix
2021-07-07 19:25:43 -06:00
..
addr2line DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
alias
apply apply(1): Fix magic number substitution with magic character ' ' 2018-08-08 21:21:28 +00:00
ar Fix some common typos in comments 2021-03-13 18:26:15 +01:00
asa various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
at at(1): Markup environment variables with proper macros 2020-07-19 14:42:13 +00:00
atm DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
awk one-true-awk: import 20210221 (1e4bc42c53a1) which fixes a number of bugs 2021-07-07 19:25:43 -06:00
backlight Improve the wording for showing the brightness level 2021-03-12 09:45:14 -07:00
banner banner: Correct history. 2021-06-21 08:40:54 -06:00
basename basename: fix history 2021-06-21 08:40:54 -06:00
bc Sync with OpenBSD. 2019-01-12 12:35:02 +00:00
biff General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
bluetooth pkgbase: Add a FreeBSD-bluetooth package 2019-07-19 15:10:03 +00:00
bmake Update to bmake-20210621 2021-06-25 16:02:40 -07:00
brandelf Update Makefile.depend files 2019-12-11 17:37:53 +00:00
bsdcat bsdcat,cpio,tar: derive version string from archive.h 2020-12-29 14:21:50 -08:00
bsdiff bsdiff: fix off-by-one error 2020-11-16 18:41:49 +00:00
bzip2 Install all bzip2.1 MLINKs from the same place. 2019-08-28 21:01:51 +00:00
bzip2recover Install all bzip2.1 MLINKs from the same place. 2019-08-28 21:01:51 +00:00
c89 various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
c99 various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
caesar DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
calendar usr.bin/calendar: do not treat // in text as comment 2021-06-07 15:55:23 +02:00
cap_mkdb General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
chat Fix a few mandoc issues 2020-10-09 14:03:45 +00:00
chkey Update Makefile.depend files 2019-12-11 17:37:53 +00:00
chpass usr.bin/chpass: Correct manpage regarding path to temp files 2021-05-25 16:23:20 +01:00
cksum General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
clang Merge llvm-project 12.0.0 release 2021-06-13 22:01:15 +02:00
cmp cmp: fix -s (silent) when used with skip offsets 2021-01-10 19:02:56 -05:00
col col(1): Add EXAMPLES section 2020-10-21 16:30:34 +00:00
colrm colrm.1: Add a missing colon 2020-06-23 10:27:41 +00:00
column Free data after we're done with it. 2017-12-28 05:33:44 +00:00
comm comm(1): Add EXAMPLES section 2020-07-27 16:51:23 +00:00
compile_et DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
compress compress(1): warn about link handling 2021-03-04 14:52:12 +01:00
cpio bsdcat,cpio,tar: derive version string from archive.h 2020-12-29 14:21:50 -08:00
cpuset cpuset(1): Fix a typo 2020-10-10 13:01:04 +00:00
csplit various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
ctags General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
ctlstat Flush stdout after each iteration. 2019-03-06 15:19:04 +00:00
cut cut: Fix out of boundary write on illegal list argument 2018-05-23 09:16:20 +00:00
cxxfilt DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
dc Adjust history, info source from v1's manuals 2019-09-04 13:44:46 +00:00
diff usr.bin/diff: fix UBSan error in readhash 2021-07-06 12:16:40 +01:00
diff3 Replace homemade getline(3) by actual getline(3) 2019-12-17 11:03:32 +00:00
dirname Convert cap_enter() < 0 && errno != ENOSYS to caph_enter() < 0. 2018-06-19 23:43:14 +00:00
dpv Fix a few mandoc issues 2020-10-09 19:12:44 +00:00
drill Rename NO_WERROR -> MK_WERROR=no 2021-01-07 09:31:03 +00:00
dtc dtc: remove unknown option printf, since getopt will print it 2020-02-20 21:29:59 +00:00
du du_test: Skip three tests if sparse files are not supported 2021-02-03 17:06:07 +00:00
ee DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
elfctl elfctl: avoid touching file if no change made 2021-05-26 10:12:12 -04:00
elfdump elfdump: use designated array initialization for note types 2019-01-31 16:49:06 +00:00
enigma enigma(1) Remove reference to PGP; modernize a bit 2018-05-09 07:46:57 +00:00
env env: style(9) fix, add a space 2021-03-03 14:21:56 -06:00
etdump Update release version of FreeBSD. 2018-04-25 18:56:27 +00:00
expand [expand] add __dead2 annotation to usage 2018-05-11 06:55:02 +00:00
factor Fix the way 'factor' behaves when using OpenSSL to match the description 2020-01-12 20:25:11 +00:00
false General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
fetch fetch(1): Fix style 2020-10-30 09:48:41 +00:00
file DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
file2c DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
find find(1): Document the -f option 2021-05-13 10:10:22 +02:00
finger various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
fmt Fix some common typos in comments 2021-03-13 18:26:15 +01:00
fold fold(1): Add EXAMPLES section 2020-10-29 18:39:04 +00:00
fortune freebsd-tips: Fix the description of fetch(1) to match the command 2021-07-05 10:14:25 +08:00
from General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
fstat fstat(1): Add EXAMPLES section 2020-11-19 19:05:16 +00:00
fsync pkgbase: Put a lot of binaries and lib in FreeBSD-runtime 2019-09-05 14:13:08 +00:00
ftp DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
gcore gcore: add option to dump core using kernel facility 2021-05-03 19:18:26 +03:00
gencat SPDX: Fix some cases wrongly attributed to MIT. 2017-11-30 15:10:11 +00:00
getaddrinfo DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
getconf Do a sweep and remove most WARNS=6 settings 2020-10-01 01:10:51 +00:00
getent getent(1): Add EXAMPLES section 2020-10-24 16:40:34 +00:00
getopt Convert cap_enter() < 0 && errno != ENOSYS to caph_enter() < 0. 2018-06-19 23:43:14 +00:00
gh-bc [bc] Update to version 4.0.0 2021-04-06 11:57:07 +02:00
gprof gprof: Retire a.out support 2020-12-26 11:47:47 -05:00
grdc Remove remnant from the pre LIBADD era 2019-09-13 14:51:00 +00:00
grep Fix zgrep --version 2021-04-18 10:20:11 +02:00
gzip fts_read: Handle error from a NULL return better. 2020-12-08 23:38:26 +00:00
head Update Makefile.depend files 2019-12-11 17:37:53 +00:00
hesinfo
hexdump hexdump(1): Add EXAMPLES section 2020-06-29 15:15:14 +00:00
host DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
iconv iconv(1): Add EXAMPLE 2020-11-29 18:22:14 +00:00
id id: sanitize arguments better 2021-06-15 06:51:16 -06:00
ident ident(1): Normalizing date format 2020-12-19 12:54:00 +00:00
indent Fix a few mandoc issues 2020-10-09 19:12:44 +00:00
ipcrm Fix build post r330299 2018-03-02 23:31:55 +00:00
ipcs ipcs(1): drop obsolete error checking 2019-02-07 14:29:45 +00:00
iscsictl iscsi.conf(5): Fix a mandoc warning 2020-11-20 16:41:32 +00:00
join join(1): Add EXAMPLES section 2020-06-20 11:27:59 +00:00
jot jot.1: Explain default argument values more precisely 2019-09-21 15:01:11 +00:00
kdump kdump: use VIS_NOLOCALE when printing output 2021-06-16 16:28:27 +01:00
keylogin DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
keylogout DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
killall killall(1): Clarify -d, -s and -v options 2020-06-27 11:28:11 +00:00
ktrace Make it clear what the userland traces are in the ktrace(1) man page. 2019-08-26 10:18:19 +00:00
ktrdump Fix warning about signed comparison and drop WARNS for ktrdump(8). 2021-03-24 10:51:25 +03:00
kyua Simplify and speed up the kyua build 2021-07-02 09:21:05 +01:00
lam The lam(1) man page is unclear about the uppercase versions of the flags 2019-01-04 02:48:43 +00:00
last last(1): Add EXAMPLES section 2021-01-09 18:37:25 +01:00
lastcomm various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
ldd Fix ldd to work with more ELF files. 2021-01-29 10:53:50 -08:00
ldd32 libcompat: Correct rtld MLINKS 2019-11-12 22:31:59 +00:00
leave Add extremely useful calendar(1) application to FreeBSD 2020-03-03 00:20:08 +00:00
less less: upgrade to v581. 2021-04-18 19:46:19 -07:00
lessecho DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
lesskey DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
lex usr.bin/lex: regenerate bootstrap files after d37f81e35b 2021-04-21 10:56:29 +01:00
limits limits(1): Add EXAMPLES section 2020-06-25 16:46:27 +00:00
locale locale: exit 1 if unknown keyword was specified 2020-06-13 08:37:24 +00:00
localedef localedef: Fix bootstrapping on Ubuntu 16.04 2021-02-10 16:41:35 +00:00
locate Fix a grammar error on locate(1). 2020-12-11 08:04:54 +00:00
lock lock(1): Add EXAMPLES section 2020-12-11 19:27:21 +00:00
lockf Remove whitespace which accidentaly snuck into r364831. 2020-08-26 19:28:30 +00:00
logger logger: temporarily disable Capsicum when a host is provided 2020-04-08 18:43:00 +00:00
login usr.bin/login: send errors to console if syslog isn't running 2021-07-06 10:51:16 +01:00
logins various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
logname Convert cap_enter() < 0 && errno != ENOSYS to caph_enter() < 0. 2018-06-19 23:43:14 +00:00
look look(1): Add EXAMPLES section 2020-12-29 21:48:12 +01:00
lorder General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
lsvfs lsvfs(1): Add EXAMPLES section 2020-12-29 21:35:24 +01:00
lzmainfo DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
m4 m4(1): Add a SEE ALSO section and reference an AT&T manual 2021-04-08 21:16:54 +02:00
mail Replace literal uses of /usr/local in C sources with _PATH_LOCALBASE 2020-10-27 11:29:11 +00:00
man man(1): Bump .Dd 2021-01-09 18:22:08 +01:00
mandoc Ensure that the makewhatis symlink is added in the bootstrap-tools stage 2020-09-10 15:37:29 +00:00
mesg General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
minigzip Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel. 2019-05-08 08:43:15 +00:00
ministat Minor cleanups to allow handing vast datasets. 2020-02-03 20:46:31 +00:00
mkcsmapper mkcsmapper: Fix UBSan signed shift error 2020-09-21 19:03:17 +00:00
mkcsmapper_static DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
mkdep General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
mkesdb various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
mkesdb_static DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
mkfifo General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
mkimg mkimg: Add fat32lba partition type 2021-06-21 21:04:58 -04:00
mkstr General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
mktemp various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
mkuzip geom_uzip(4), mkuzip(8): Add Zstd image mode 2019-08-13 23:32:56 +00:00
morse morse(6): update documentation 2018-01-06 15:52:28 +00:00
msgs Switch the default pager for most commands to less 2018-08-08 19:24:20 +00:00
mt Add the LTO-9 density code to libmt and the mt(1) man page. 2020-12-10 21:06:06 +00:00
nc Add -M option to nc(1), which makes it print the TCP connection 2019-12-14 10:53:52 +00:00
ncal Remove spurious transition from Julian to Gregorian for country 2020-03-29 04:18:27 +00:00
ncurses ncurses: Add support for terminfo database 2021-02-25 14:25:11 +01:00
netstat netstat: Fix typo 2021-07-02 08:42:34 +02:00
newgrp various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
newkey newkey(8): fix 'tmpname' memory leak (always) and input file descriptor leak 2019-02-08 14:31:44 +00:00
nfsstat pkgbase: Create a FreeBSD-nfs package 2021-06-19 17:49:50 +02:00
nice General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
nl nl(1): Add EXAMPLES section 2020-06-18 08:26:26 +00:00
nm Update Makefile.depend files 2019-12-11 17:37:53 +00:00
nohup Cross-reference nohup(1) and daemon(8). 2018-11-09 13:47:06 +00:00
number DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
objcopy remove doubled name in objcopy manpage 2018-09-11 20:32:57 +00:00
ofed ofed: fix the WITH_OFED_EXTRA build 2021-01-29 23:52:13 -06:00
opieinfo DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
opiekey DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
opiepasswd DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
pagesize General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
pamtest DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
passwd pkgbase: Put a lot of binaries and lib in FreeBSD-runtime 2019-09-05 14:13:08 +00:00
paste Fix confusing example in paste(1) 2021-05-31 16:12:44 -06:00
patch usr.bin/patch: remove unneeded header. 2021-05-02 09:27:32 -07:00
pathchk various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
perror various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
pom pom: Fix fencepost bugs. 2018-11-20 00:06:53 +00:00
posixshmcontrol Do a sweep and remove most WARNS=6 settings 2020-10-01 01:10:51 +00:00
pr Drop "All rights reserved" from the files I own 2019-03-11 22:23:56 +00:00
primes Fix the way 'factor' behaves when using OpenSSL to match the description 2020-01-12 20:25:11 +00:00
printenv Convert cap_enter() < 0 && errno != ENOSYS to caph_enter() < 0. 2018-06-19 23:43:14 +00:00
printf printf(1): Add EXAMPLES section 2020-07-01 16:33:32 +00:00
proccontrol proccontrol(1): implement 'nonewprivs' 2021-07-02 08:50:36 +01:00
procstat procstat: distinguish vm map guards in procstat vm output. 2021-02-14 03:24:58 +02:00
protect Do a sweep and remove most WARNS=6 settings 2020-10-01 01:10:51 +00:00
quota Add a workaround for servers which respond RPC_PROGNOTREGISTERED 2019-09-21 00:17:40 +00:00
random random(6): Re-add undocumented support for floating point denominators 2020-02-15 19:13:37 +00:00
rctl Drop "All rights reserved" from all my stuff. This includes 2020-10-28 13:46:11 +00:00
readelf readelf: Add -z decompression support 2020-10-31 15:27:45 +00:00
renice renice(8): Clarify "who" parameters. 2020-10-27 12:32:17 +00:00
resizewin DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
rev rev(1): Add EXAMPLES section 2020-06-27 11:19:18 +00:00
revoke various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
rpcgen rpcgen: make compiler arglist allocation dynamic 2019-10-15 16:05:17 +00:00
rpcinfo DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
rs Add basic tests for ctfconvert(1), fold(1) and rs(1) 2017-11-27 20:01:58 +00:00
rup rup: Fix -Wcast-align warnings 2018-07-03 19:09:46 +00:00
ruptime Remove extra spaces for the load average of machines that are down. 2020-04-04 12:07:36 +00:00
rusers rusers: modernize a bit 2018-06-25 11:44:56 +00:00
rwall spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
rwho capsicum: use a new capsicum helpers in tools 2018-11-04 19:24:49 +00:00
script Add some examples to script.1 2021-01-05 16:32:27 +01:00
sdiff sdiff(1) can now be built defaults warning level 2017-12-06 20:10:05 +00:00
sdiotool SPDX: license IDs for some ISC-related files. 2017-12-08 15:57:29 +00:00
sed sed(1): Add a reference for a 4.4BSD manual document 2021-04-08 21:07:31 +02:00
seq seq(1): complete EXAMPLES section 2020-06-20 11:24:29 +00:00
shar Shar files may be seen as binary by grep. 2019-01-31 23:21:18 +00:00
showmount [showmount] implement long options 2019-12-12 05:11:53 +00:00
size Update Makefile.depend files 2019-12-11 17:37:53 +00:00
smbutil DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
sockstat sockstat: use cap_pwd 2021-06-18 18:08:30 +02:00
soelim DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
sort usr.bin/sort: Avoid UBSan errors 2021-07-06 10:51:05 +01:00
split split(1): Add EXAMPLES section 2020-06-18 15:14:10 +00:00
ssh-copy-id my copyright: some minor adjustments 2018-05-19 20:35:15 +00:00
stat Unbreak the tests after r347002. 2019-05-01 19:35:45 +00:00
stdbuf various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
strings Update Makefile.depend files 2019-12-11 17:37:53 +00:00
su Do not use macros in -width 2020-03-26 17:58:52 +00:00
systat Clean up copyright messages. 2021-05-10 23:14:35 -07:00
tabs various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
tail tail: fix "tail -F" file rotation detection 2021-02-01 16:21:14 -08:00
talk Use a private definition of osockaddr rather then relying on type 2019-01-18 21:30:06 +00:00
tar bsdcat,cpio,tar: derive version string from archive.h 2020-12-29 14:21:50 -08:00
tcopy Free inb on error return. 2017-12-28 05:33:39 +00:00
tee tee.1: Add a missing article 2020-06-23 10:22:58 +00:00
telnet Update Makefile.depend files 2019-12-11 17:37:53 +00:00
tests Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
tftp Fix a few mandoc issues 2020-10-09 14:03:45 +00:00
time time(1): Add EXAMPLES section 2020-07-07 16:07:39 +00:00
timeout sys/*/conf/*, docs: fix links to handbook 2021-05-20 09:27:10 +01:00
tip tip: Fix pointer-vs-integer confusion 2021-06-08 18:30:59 +01:00
top top(1): support command name and argument grepping 2021-06-29 17:51:18 -06:00
touch touch.1: Update to conform to POSIX 2004 2018-06-01 22:34:59 +00:00
tr Convert cap_enter() < 0 && errno != ENOSYS to caph_enter() < 0. 2018-06-19 23:43:14 +00:00
true General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
truncate truncate(1): Add EXAMPLES section 2020-07-27 15:25:04 +00:00
truss truss: minor cleanup and pedantic warning fixes 2021-06-16 16:35:55 +01:00
tsort tsort(1): Add EXAMPLES section 2020-08-30 17:37:56 +00:00
tty General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
ul ul(1): Remove references to colcrt(1) and nroff(1) 2020-10-07 14:43:16 +00:00
uname uname(1): Fix a typo in the man page date 2020-12-19 12:55:27 +00:00
unexpand General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
unifdef Re-apply fixed r354847 2019-11-20 19:43:34 +00:00
uniq Add EXAMPLES to cover all flags except -f since it is analogous to -s. 2020-06-07 13:21:47 +00:00
units Tell the world how to convert gigabytes to bytes with units(1) easily 2020-03-17 10:02:59 +00:00
unvis DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
unzip unzip: Sync with NetBSD upstream. 2021-01-02 10:50:08 +09:00
usbhidaction Correct USB HID item in examples 2020-10-28 08:29:31 +00:00
usbhidctl Include item position in report descriptor dump in usbhidctl(1). 2019-08-17 08:29:22 +00:00
users Only set WARNS if not defined 2020-09-11 13:28:37 +00:00
uudecode General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
uuencode Make outfile constant. 2018-11-12 07:14:34 +00:00
vacation DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
vgrind Normalize deployment tools usage and definitions by putting into one place 2020-04-07 02:46:22 +00:00
vi import nvi 2.2.0-3bbdfe4 2021-05-21 22:51:21 +02:00
vis DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
vmstat vmstat: correct history 2021-06-21 08:40:54 -06:00
vtfontcvt Document automatic handling of font height for BDF files 2020-08-02 16:41:36 +00:00
w w(1): Add EXAMPLES to man page 2020-08-24 17:57:08 +00:00
wall Add RFC 5424 syslog message output to syslogd. 2018-04-15 08:34:16 +00:00
wc wc(1): document SIGINFO handling in the manual page. 2020-04-11 08:16:35 +00:00
what pkgbase: Put a lot of binaries and lib in FreeBSD-runtime 2019-09-05 14:13:08 +00:00
whereis whereis: remove gnu/libexec from source search paths 2020-02-19 14:40:53 +00:00
which Fix typo and environment variable macro 2020-09-24 16:42:17 +00:00
who who(1): Add EXAMPLES section 2020-08-30 17:40:59 +00:00
whois whois: Handle referrals to rwhois servers. 2020-07-09 17:27:14 +00:00
write Remove extraneous setutxent() calls in write(1). 2019-01-23 20:02:17 +00:00
xargs xargs: compile yesexpr as ERE 2020-12-12 15:38:32 +00:00
xinstall install(1): Avoid unncessary fstatfs() calls and use mmap() based on size 2020-10-14 12:28:41 +00:00
xo Allow proper builds of libxo's CSV encoder: 2019-12-16 22:05:03 +00:00
xohtml Import libxo-1.4.0: 2020-01-25 21:16:45 +00:00
xolint Merge libxo-0.8.2: 2017-06-16 06:29:21 +00:00
xopo Merge libxo-0.8.2: 2017-06-16 06:29:21 +00:00
xstr General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
xz DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
xzdec DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
yacc MFV: r362513 2020-07-14 01:54:24 +00:00
yes Convert cap_enter() < 0 && errno != ENOSYS to caph_enter() < 0. 2018-06-19 23:43:14 +00:00
ypcat various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
ypmatch various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
ypwhich various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
zstd Only set WARNS if not defined 2020-09-11 13:28:37 +00:00
Makefile Revert "Remove lib/kyua from the build" 2021-07-02 10:17:03 +01:00
Makefile.amd64
Makefile.arm
Makefile.i386
Makefile.inc build: provide a default WARNS for all in-tree builds 2020-09-18 17:17:46 +00:00
Makefile.powerpc