NetBSD/usr.bin
rillig aadb627a71 lint: fix C99 initialization with expression of type 'struct'
This has been a long-standing limitation of lint.  Now it is almost
ready for C99, see the list of "major changes" in the foreword of C99.

One known remaining bug in the area of initialization is designators
with several levels, such as '.member[2].member.member'.  Oh, and
designators for arrays are only supported in the parser but not in the
type checker.  There's still some work to do.
2021-03-25 01:42:53 +00:00
..
apply
apropos
asa new sentence, new line 2020-01-31 00:15:38 +00:00
at
audio audioctl.1: describe foibles 2021-03-21 10:50:08 +00:00
audiocfg Add missing HISTORY and AUTHORS. Bump date. 2020-10-19 21:46:15 +00:00
banner Add history section 2020-04-07 17:57:33 +00:00
base64 base64.1: note that -w 0 disables wrapping 2020-09-03 09:41:21 +00:00
basename
bdes
biff
bthset
btkey Update for proplib(3) API changes. 2020-06-07 00:12:00 +00:00
btpin introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
bzip2
bzip2recover
c11
c89
c99
cal Use two-letter weekday abbreviations in the heading 2020-06-29 14:01:14 +00:00
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
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 Whitespace nit. 2020-08-27 01:52:04 +00:00
comm
compress
config s/implicitely/implicitly/ 2020-09-29 03:02:18 +00:00
crunch New sentence, new line. Fix typo. 2020-01-02 23:21:14 +00:00
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 dc was in v1 2019-09-01 18:15:57 +00:00
deroff
dirname
du du was in v1 2019-09-01 18:18:42 +00:00
eject
elf2aout
elf2ecoff
env Fix a typo (extra `s') 2020-02-08 11:10:08 +00:00
error use getline(3) 2020-01-10 18:35:29 +00:00
expand
extattr
false
fdformat
fgen remove unused NULL pointer that was passed to printf %s. 2020-09-06 08:18:21 +00:00
fincore
find find: use POSIX strtoll(3) instead of legacy strtoq(3) 2021-03-18 18:24:14 +00:00
finger Add lastlogx support 2020-05-07 13:40:20 +00:00
flock fix a bug gcc 8 picked up: use ~LOCK_NB to look for LOCK_UN, 2019-10-04 16:27:00 +00:00
fmt
fold
fpr
from
fsplit
fstat Support audio descriptor for fstat(1). 2020-09-13 04:14:48 +00:00
ftp ftp(1): more $https_proxy documentation 2021-01-31 08:59:40 +00:00
gcore
genassym
gencat
getaddrinfo
getconf
getent
getopt
gettext
gprof
grep
gzip
head
hesinfo
hexdump introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
iconv Switch the iconv(3) prototype to the POSIX conformant variation 2019-10-24 18:17:14 +00:00
id
indent indent: clean up check_size_comment 2021-03-14 05:26:42 +00:00
infocmp infocmp: don't crash when a terminfo description does not have an alias 2020-03-31 12:44:15 +00:00
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 Generate format after setting the prec value 2020-06-14 01:26:46 +00:00
kdump kdump: include netinet/in_var.h to access in_nbrinfo 2020-09-12 01:36:26 +00:00
klist
ktrace Sort options. 2020-11-18 20:00:15 +00:00
ktruss apply GCC_NO_ADDR_OF_PACKED_MEMBER 2020-09-07 00:26:23 +00:00
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 PR 54093: Align static TLS area to max_align_t. 2019-11-04 12:45:10 +00:00
leave
locale Fix spelling errors. 2020-04-28 22:29:32 +00:00
locate Little clean up: use getopts and don't use ``. Suggested by kre@. 2020-04-25 10:06:42 +00:00
lock
logger Remove superfluous Pp. 2020-06-26 15:46:28 +00:00
login Avoid use-after-free bug in PAM environment 2020-02-08 13:44:35 +00:00
logname
look
lorder
m4 eval: Make radix optional even if minimum result width is specified. 2020-06-27 19:18:58 +00:00
machine
mail add O_CLOEXEC 2021-02-17 21:09:39 +00:00
make make: fix typos in documentation of ModChain 2021-03-21 23:03:33 +00:00
man Exit successfully after printing the search path, stop further processing. 2020-04-06 19:53:22 +00:00
menuc Fix typo in ad clause. Ok perry@. 2019-12-03 01:45:34 +00:00
mesg mesg was in v1 2019-09-01 18:26:01 +00:00
midiplay
midirecord Sort sections. Fix date. 2020-03-14 09:01:11 +00:00
mixerctl
mkcsmapper
mkdep
mkesdb
mkfifo
mklocale use strlcpy instead of strncpy. 2019-10-13 21:12:32 +00:00
mkstr
mktemp
mkubootimage arm64_image_header->image_size must be included size of arm64_image_header. 2020-02-08 13:27:00 +00:00
moduli
msgc msg_table_add(): fix mishap in the format safety changes in r1.45 2019-11-16 17:38:09 +00:00
msgs introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
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 Skip options which rely on crypto support in getopt() argument list, if we're 2019-10-03 01:15:19 +00:00
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 Document history 2019-09-01 18:31:37 +00:00
printenv
printf Add quotes around command substitution in the example 2020-06-29 22:50:11 +00:00
progress progress: handle EINTR in writes. PR/55914 2021-01-07 12:02:52 +00:00
pwait
pwhash adding argon2 support to libcrypt. argon2 user authentication now 2019-10-21 02:36:48 +00:00
qsubst
quota Use standard Dd format. Remove superfluous Pp 2020-01-21 07:57:49 +00:00
radioctl
rdist introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
realpath Port realpath(1) from FreeBSD 2020-02-02 21:49:43 +00:00
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 PR/54435: Adjust for new kernel behavior of soreceive(9) clearing MSG_OOB 2020-05-03 16:32:16 +00:00
rpcgen introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
rpcinfo introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
rs
rsh
rump_allserver fix sun2 build 2020-05-17 19:37:15 +00:00
rump_dhcpclient
rump_halt
rump_server More nofifo 2020-05-16 12:46:57 +00:00
rump_wmd
rup introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
ruptime
rusers introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
rwall introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
rwho
script Unlike done() childwait() returns, found by clang. 2020-08-31 15:32:15 +00:00
sdiff
sdpquery Switch the iconv(3) prototype to the POSIX conformant variation 2019-10-24 18:17:14 +00:00
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
shmif_dumpbus improve error messages, minor cleanups. 2020-04-01 21:04:34 +00:00
showmount introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
shuffle
skey
skeyinfo
skeyinit
sockstat undo previous, now sockstat works without privs 2020-08-26 22:57:55 +00:00
soelim
sort introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
sortinfo
spell s/orignal/original/ 2019-12-27 10:20:01 +00:00
split
stat avoid a GCC stringop truncate warning. 2020-09-07 00:46:38 +00:00
su Remove superfluous Ns. 2019-09-01 19:12:16 +00:00
sys_info show the verbose commands for bozohttpd and calendar too 2020-07-14 01:01:05 +00:00
systat Add ${LIBUTIL} to DPADD. 2020-12-11 07:24:38 +00:00
tabs
tail Remove double 'each of' 2020-06-20 10:53:28 +00:00
talk usr.bin/talk: Suppress -Werror=stringop-truncation error. 2020-02-08 12:53:29 +00:00
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 terminfo: v3 records should create v3 aliases 2020-03-30 00:09:06 +00:00
time Add '-t' option for tcsh-style time output. 2020-04-23 07:54:53 +00:00
timeout
tip s/reseting/resetting/ 2020-07-22 01:24:39 +00:00
touch
tput
tr
true
tset
tsort tsort: fix typo in comment 2021-02-06 16:02:16 +00:00
tty Document history 2019-09-01 18:41:14 +00:00
ul
uname
unexpand Deduplicate some code I'd duplicated, shorten a couple of staircases, 2019-09-13 17:32:29 +00:00
unifdef introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
uniq
units If we're having Thai units, make them correct. A tarangwah is a square wah, 2020-04-23 09:38:17 +00:00
unvis
unzip Remove the "original line" 2021-02-18 18:06:02 +00:00
usbhidaction
usbhidctl Purge an ancient email address, use dsainty@NetBSD.org instead 2019-09-22 07:28:35 +00:00
users
utoppya introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
uudecode
uuencode
uuidgen
vacation
vgrind s/expresion/expression/ in comment. 2019-12-27 09:32:09 +00:00
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 For vmstat -h/-H, calculate the hash element size correctly instead of 2021-03-03 08:25:16 +00:00
vndcompress Since vnconfig(8) was renamed (many years ago), update some cross-refs 2020-01-24 20:20:35 +00:00
w Skip bracket processing if -n is used. 2020-08-01 17:53:38 +00:00
wall introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
wc Document history 2019-09-01 18:44:06 +00:00
what
whatis
whereis
who PR/56013: Kouichi Hashikawa: Move setutent/setutxent right before the loops. 2021-02-26 02:45:43 +00:00
whois RIPE definition no longer exists in source 2020-03-01 02:45:04 +00:00
write write was in v1 2019-09-01 18:48:01 +00:00
xargs
xinstall install(1): copy metachar table from usr.bin/make 2020-10-30 20:05:00 +00:00
xlint lint: fix C99 initialization with expression of type 'struct' 2021-03-25 01:42:53 +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