NetBSD/usr.bin
lukem 9f8e2c9192 ftp(1): consistently use FTP for protocol use. 2021-04-25 09:09:55 +00:00
..
apply
apropos
asa
at Revert parsedate(3) XXX as per discussion with kre@. 2021-04-03 04:33:08 +00:00
audio Add an example for recording CD quality audio 2021-03-25 10:03:26 +00:00
audiocfg audiocfg(1): add examples 2021-04-07 09:58:58 +00:00
banner
base64
basename
bdes
biff
bthset
btkey
btpin
bzip2
bzip2recover
c11
c89
c99
cal
calendar Update to 2021, hopefully less errors made in this year. 2020-12-25 09:02:41 +00:00
cap_mkdb
cdplay cdplay: remove redundant parentheses around return value 2020-10-18 21:58:32 +00:00
checknr properly terminate a string after strncpy(). 2021-04-13 01:38:04 +00:00
chflags
chpass
cksum cksum: use POSIX type uint32_t instead of u_int32_t 2021-03-18 18:12:35 +00:00
cleantags
cmp cmp.c: use C99 strtoll(3) instead of legacy strtoq(3) 2021-03-20 14:27:47 +00:00
col Replace col with the FreeBSD version that adds wide char support 2020-11-01 22:27:15 +00:00
colcrt
colrm
column
comm
compress
config ensure that pointer is filled in when used upon return. 2021-04-13 03:09:42 +00:00
crunch
csplit
ctags
cut
cvslatest Handle dummy timestamp better and check for I/O errors. From khorben@ 2020-11-03 22:21:43 +00:00
db
dc
deroff
dirname
du
eject
elf2aout
elf2ecoff
env
error
expand
extattr
false
fdformat
fgen
fincore
find find: use POSIX strtoll(3) instead of legacy strtoq(3) 2021-03-18 18:24:14 +00:00
finger
flock
fmt
fold
fpr
from
fsplit
fstat
ftp ftp(1): consistently use FTP for protocol use. 2021-04-25 09:09:55 +00:00
gcore
genassym
gencat
getaddrinfo
getconf
getent
getopt
gettext
gprof
grep
gzip
head
hesinfo
hexdump
iconv
id
indent indent: don't claim that indent is "the nicest C pretty printer around" 2021-03-26 22:33:54 +00:00
infocmp
innetgr
ipcrm
ipcs ipcs.c: do not #include sys/inttypes.h header which is not necessary 2021-03-18 19:34:05 +00:00
join join.c: print usage after warning "illegal option..." as it was originally intended 2021-03-18 19:47:41 +00:00
jot
kdump
klist
ktrace Sort options. 2020-11-18 20:00:15 +00:00
ktruss
lam In the lam(1) example with a literal newline, use newish sh syntax. 2021-01-25 20:07:55 +00:00
last
lastcomm
ldd
leave
locale
locate
lock
logger
login
logname
look
lorder
m4
machine
mail Fix weekday parsing; only reset the string when parsing fail and only set 2021-04-19 17:49:28 +00:00
make make: do not complain when skipping the condition 'no >= 10' 2021-04-19 23:51:42 +00:00
man
menuc
mesg
midiplay
midirecord
mixerctl
mkcsmapper
mkdep
mkesdb
mkfifo
mklocale
mkstr
mktemp
mkubootimage
moduli
msgc
msgs
nbperf Fix sanity check to match the fixed off-by-one logic in the sizing 2021-01-28 18:52:43 +00:00
nbsvtool
nc
netgroup
netstat Remove Network ATM soft intr queue reporting, we don't have that in the 2021-03-10 00:32:15 +00:00
newgrp
newsyslog Use proper -width instead of the cargo-cult value. 2021-03-02 10:17:25 +00:00
nfsstat
nice
nl PR/55891 supress displaying separator when numbers supressed 2020-12-31 04:07:37 +00:00
nohup
pagesize
passwd
paste
patch patch(1): use PATH_MAX for the size of rejname 2021-02-20 09:17:13 +00:00
pathchk
pkill
pmap Restrict to root any command option that prints kernel addresses. 2020-11-04 01:37:55 +00:00
pr
printenv
printf make value an int to avoid all the casts and conversion warnings. 2021-04-16 18:31:28 +00:00
progress progress: handle EINTR in writes. PR/55914 2021-01-07 12:02:52 +00:00
pwait
pwhash
qsubst
quota
radioctl
rdist
realpath
renice renice: Make usage match man page more. 2020-10-23 16:16:10 +00:00
resize Only specify the dependencies if we are making the copy target. 2021-03-02 14:26:00 +00:00
rev
revoke
rfcomm_sppd
rlogin
rpcgen
rpcinfo
rs
rsh more GCC 10 fixes. 2021-04-13 06:25:48 +00:00
rump_allserver
rump_dhcpclient
rump_halt
rump_server
rump_wmd
rup
ruptime
rusers
rwall
rwho
script
sdiff
sdpquery
sed Handle \t too (RVP) 2021-03-13 15:46:54 +00:00
seq seq.c: replace non-standard `\e` with standard compliant `\x1B` 2021-03-20 22:10:17 +00:00
shar
shlock appease gcc-9 2021-04-17 00:02:19 +00:00
shmif_dumpbus
showmount
shuffle
skey
skeyinfo
skeyinit
sockstat
soelim
sort
sortinfo
spell
split
stat
su
sys_info
systat Remove SCCS workarounds. No binary change. 2021-04-17 08:34:27 +00:00
tabs
tail
talk
tcopy
tee
telnet preserve errno because we are doing system calls between error printing 2021-01-09 18:26:03 +00:00
tftp tftp: no longer need packed member warning 2021-02-03 06:51:26 +00:00
tic
time Since there is a -t option, and the option itself is documented, there 2021-04-05 23:01:55 +00:00
timeout
tip
touch
tput
tr
true
tset
tsort tsort: fix typo in comment 2021-02-06 16:02:16 +00:00
tty
ul
uname
unexpand
unifdef
uniq
units
unvis
unzip Remove the "original line" 2021-02-18 18:06:02 +00:00
usbhidaction increase the size of a buffer by 1 byte. 2021-04-13 02:07:35 +00:00
usbhidctl
users
utoppya
uudecode
uuencode
uuidgen
vacation
vgrind
videoctl videoctl: remove unnecessary code for unknown option -h 2021-02-19 11:39:11 +00:00
vis fix URL 2021-02-20 09:31:51 +00:00
vmstat Drop setgid kmem, simplify nlist setup. 2021-04-02 06:28:55 +00:00
vndcompress
w Remove SCCS workarounds. No binary change. 2021-04-17 06:14:15 +00:00
wall
wc
what
whatis
whereis
who PR/56013: Kouichi Hashikawa: Move setutent/setutxent right before the loops. 2021-02-26 02:45:43 +00:00
whois
write
xargs
xinstall install(1): copy metachar table from usr.bin/make 2020-10-30 20:05:00 +00:00
xlint lint: merge duplicate code in grammar for GCC compound expressions 2021-04-23 20:26:43 +00:00
xstr
yes
ypcat
ypmatch
ypwhich
Makefile Go into the resize directory to build/install the files since they're in the sets. 2020-12-28 03:48:41 +00:00
Makefile.inc