NetBSD/usr.bin
wiz 30e99be8f8 Fix downloads of local files using file:// URLs
Previously it would error out in copyurlinfo() when copying a NULL port.
2016-01-05 11:41:00 +00:00
..
apply
apropos
asa Change some standard exit status text to ".Ex -std" 2014-04-13 01:45:34 +00:00
at
audio rename struct write_info as struct track_info, and the variable name 'wi' 2015-08-05 06:54:39 +00:00
audiocfg Add more __dead. 2013-08-12 14:03:18 +00:00
banner
basename
bdes Use more static and __dead. 2013-08-15 20:48:56 +00:00
biff
bthset Sort sections. From Henning Petersen in PR 49222. 2014-09-19 16:02:58 +00:00
btkey Sort sections. From Henning Petersen in PR 49222. 2014-09-19 16:02:58 +00:00
btpin Sort sections. From Henning Petersen in PR 49222. 2014-09-19 16:02:58 +00:00
bzip2
bzip2recover
cal fix some error handling. 2015-06-16 22:54:10 +00:00
calendar typo 2015-11-06 12:49:06 +00:00
cap_mkdb Change some standard exit status text to ".Ex -std" 2014-04-13 01:45:34 +00:00
cdplay more stray \n 2015-06-17 00:01:59 +00:00
checknr Add more __dead. 2013-08-12 14:03:18 +00:00
chflags In all man pages that say: 2013-12-17 09:54:08 +00:00
chpass Fixed memory leak (CID 978341) 2015-10-27 14:47:45 +00:00
cksum fix some error handling. 2015-06-16 22:54:10 +00:00
cleantags
cmp Explicitly include <stdint.h> for uintmax_t; from Eitan Adler. 2013-11-20 17:19:14 +00:00
col PR/49291: Henning Petersen: Problem with half-line feeds in input stream. 2014-10-18 14:56:14 +00:00
colcrt
colrm
column
comm Change some standard exit status text to ".Ex -std" 2014-04-13 01:45:34 +00:00
compress
config A few more. 2015-11-22 01:20:36 +00:00
crunch Use :Q instead of " to quote make vars DBG and LDSTATIC 2015-05-16 02:33:12 +00:00
csplit Correct number of output files in example. 2014-02-04 19:48:48 +00:00
ctags Change some standard exit status text to ".Ex -std" 2014-04-13 01:45:34 +00:00
cut From Igor Sobrado in private email (based on his OpenBSD commit): 2014-02-03 20:22:19 +00:00
db
deroff fix unused variable warnings 2013-10-18 20:47:06 +00:00
dirname
du
eject
elf2aout Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
elf2ecoff remove unused variables 2013-11-10 17:14:25 +00:00
env
error Remove unnecessary fclose(3) call 2015-08-09 09:49:25 +00:00
expand
extattr Use returned size and not buffer max length when displaying attribute 2014-06-20 15:22:01 +00:00
false
fdformat Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
fgen fix unused variable warnings 2013-10-18 20:47:06 +00:00
fincore
find src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
finger fix format 2015-11-21 15:22:17 +00:00
flock mention that -x is the default. 2014-08-18 09:45:52 +00:00
fmt
fold
fpr
from
fsplit fix some error handling. 2015-06-16 22:54:10 +00:00
fstat Add rnd ops. 2015-12-30 18:15:38 +00:00
ftp Fix downloads of local files using file:// URLs 2016-01-05 11:41:00 +00:00
gcore use macro for OS name when first introduced 2014-01-21 02:53:30 +00:00
genassym - use just the basename for program name 2014-01-06 22:43:15 +00:00
gencat Use LIST_FOREACH, LIST_NEXT, etc., instead of direct access to 2013-11-27 17:38:11 +00:00
getaddrinfo need bsd.own.mk 2014-04-29 01:21:02 +00:00
getconf Change some standard exit status text to ".Ex -std" 2014-04-13 01:45:34 +00:00
getent
getopt
gettext From William Orr: 2015-07-12 11:40:52 +00:00
gprof Reorg docs, part 1: 2014-07-05 19:22:41 +00:00
grep fix type, from enh at google dot com 2014-07-14 21:56:03 +00:00
gzip port across the change from freebsd rev 290024: 2015-10-27 07:36:18 +00:00
head
hesinfo
hexdump don't read random garbage from the stack 2013-10-18 20:19:03 +00:00
iconv Save errno around fwrite(), which can otherwise trash it; PR 47813. 2013-10-07 02:00:46 +00:00
id
indent port the -ut / -nut options from freebsd. -ut (default) enables tabs 2014-09-04 04:06:07 +00:00
infocmp Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
innetgr
ipcrm
ipcs Remove KVM support. 2014-06-11 14:57:55 +00:00
join
jot Bump date for previous 2016-01-04 23:55:36 +00:00
kdump Cast register_t to unsigned long before printf'ing it with %lx. 2016-01-04 08:24:42 +00:00
klist
ktrace Omit no longer existing l, m from default trace points. 2015-01-08 22:03:42 +00:00
ktruss Put -Isys after the ioctl Makefile has a chance to add other paths first. 2015-09-26 13:31:27 +00:00
lam Bump date for previous 2016-01-04 23:55:36 +00:00
last
lastcomm
ldd Do not set MLIBDIR if MKCOMPAT=no 2015-06-13 20:38:52 +00:00
leave
locale
locate Synchronise several shell_quote implementations, and: 2014-08-04 21:56:30 +00:00
lock fix unused variable warnings 2013-10-18 20:47:06 +00:00
logger
login - Added error checks for initgroups(3) and setgroups(2). 2015-10-29 11:31:52 +00:00
logname
look
lorder
m4 use strtoi instead of strtonum, since this is a tool. 2015-01-29 19:26:20 +00:00
machine
mail PR/50360: Thomas Klausner: Fix MKREPRO issue 2015-11-25 01:12:03 +00:00
make Suff_ClearSuffixes() needs to re-initialize suffNull, 2015-12-20 22:44:10 +00:00
man change _whatdb => _mandb as that is the correct keyword here, 2015-04-07 10:17:21 +00:00
menuc avoid redefinitions 2013-10-18 20:19:36 +00:00
mesg
midiplay if not playing (-q mode), don't call ioctl() or try to use the results. 2015-03-22 22:47:43 +00:00
midirecord add "-R <roundbeats>" option, to round beat counts to be aligned to 2015-09-23 05:31:01 +00:00
mixerctl
mkcsmapper fix some error handling. 2015-06-16 22:54:10 +00:00
mkdep fix some error handling. 2015-06-16 22:54:10 +00:00
mkesdb fix error statement 2015-06-16 23:44:44 +00:00
mkfifo
mklocale fix some error handling. 2015-06-16 22:54:10 +00:00
mkstr
mktemp minor wording nits and a typo fix 2014-11-10 07:33:31 +00:00
mkubootimage Use An in AUTHORS section. 2014-09-30 10:30:35 +00:00
moduli
msgc avoid redefinitions 2013-10-18 20:19:36 +00:00
msgs Avoid leaking a file handle on error opening the next file. From 2015-12-31 01:16:47 +00:00
nbperf Most CPUs implement shifts modulo the width, but ARM doesn't. Don't 2014-04-30 21:04:58 +00:00
nbsvtool
netgroup
netstat query the window size and use it instead of assuming 24 lines. 2015-09-20 00:30:04 +00:00
newgrp PR/47319 use addgrp_ret_t instead of magic values 2014-06-23 06:57:31 +00:00
newsyslog Revert previous, it was wrong. 2013-12-20 17:01:39 +00:00
nfsstat PR/48426: Dimitris Karagkasidis: Make nfsstat use unsigned numbers. 2014-04-24 18:40:35 +00:00
nice
nl Improve description. 2013-09-24 22:08:06 +00:00
nohup
pagesize
passwd
paste
patch Explain what "-V none" does. 2015-11-07 18:26:55 +00:00
pathchk
pkill Simplify code so that gcc 4.8 can understand it. 2015-01-09 12:45:32 +00:00
pmap use ecalloc 2015-12-14 03:15:10 +00:00
pmc Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
pr
printenv
printf fix some error handling. 2015-06-16 22:54:10 +00:00
progress Retry read() on EINTR. Fixes premature exit of 2015-01-17 10:57:51 +00:00
pwait add flag that let's you not wait for all the processes specified. 2015-03-04 16:36:12 +00:00
pwhash
qsubst Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
quota Remove leftover #if 0 code from before the libquota rework. 2014-07-13 01:46:04 +00:00
radioctl
rdist more clobbering fixes. 2013-10-18 20:43:45 +00:00
renice
rev
revoke
rfcomm_sppd Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
rlogin Added missing sa_mask initialization (CID 979636) 2015-10-28 08:15:53 +00:00
rpcgen Delete extra declaration of svc_fdset... And some commented out code. 2015-11-08 01:59:31 +00:00
rpcinfo passes WARNS=5, don't set it to 4. 2013-08-21 21:05:29 +00:00
rs Bump date for previous 2016-01-04 23:55:36 +00:00
rsh Changes done in rsh.c rev. 1.36 was incomplete. As chuq pointed 2014-11-26 23:44:21 +00:00
rump_allserver Sort options in SYNOPSIS. 2015-11-05 14:02:07 +00:00
rump_dhcpclient fix some error handling. 2015-06-16 22:54:10 +00:00
rump_halt Use autoconf for rump kernel posix hypercall layer. 2014-11-04 19:05:17 +00:00
rump_server Move sysproxy support into a separate component, rumpkern_sysproxy, 2015-01-07 22:24:03 +00:00
rump_wmd Clarify that -l params must be given after options. 2014-01-28 14:02:54 +00:00
rup src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
ruptime Remove second copy for RCS Id. 2014-01-04 15:43:27 +00:00
rusers
rwall
rwho
script
sdiff use strtonum from libc (Kamil Rytarowski) 2015-01-29 03:28:19 +00:00
sdpquery update several profiles, bringing up to date decoding of all the 2015-12-11 21:05:18 +00:00
sed The latest refactoring changes broke sed -i: 2015-03-12 12:40:41 +00:00
seq
shar
shlock Fix casts which are inconsistent with *printf() formats and remove the 2015-04-10 09:34:43 +00:00
shmif_dumpbus Use autoconf for rump kernel posix hypercall layer. 2014-11-04 19:05:17 +00:00
showmount src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
shuffle
skey
skeyinfo
skeyinit
sockstat Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
soelim
sort add a description about what was being attempted to failed writes messages. 2015-08-05 07:10:03 +00:00
sortinfo switch to getline(3) 2015-12-21 16:17:09 +00:00
spell Spell NULL pointer as NULL. 2013-11-18 19:55:59 +00:00
split
stat Change some standard exit status text to ".Ex -std" 2014-04-13 01:45:34 +00:00
su Do not use pamh after pam_end. It's cosmetic change since pam_strerror 2015-08-09 09:39:21 +00:00
systat if you change display types, the "Showing %s, refresh every %d seconds." 2015-08-23 18:33:15 +00:00
tabs Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
tail PR/50322: Timo Buhrmester: tail -F <file> misbehaves with stdin closed 2015-10-09 17:51:26 +00:00
talk fix some error handling. 2015-06-16 22:54:10 +00:00
tcopy
tee
telnet
tftp
tic use hdestroy1 now that hdestroy does not free the key. 2014-07-20 20:20:16 +00:00
time
timeout Fix overflow check. From Kamil Rytarowski. 2014-08-05 08:20:02 +00:00
tip Put back -n 2016-01-03 15:38:29 +00:00
touch Don't truncate at microseconds while preserving timestamps. 2015-03-02 03:17:24 +00:00
tpfmt
tput
tr Whitespace. 2013-08-11 01:54:35 +00:00
true
tset Restore logic for setting the VERASE character. 2015-06-21 08:23:22 +00:00
tsort
tty
ul
uname
unexpand
unifdef
uniq
units Add tera- and peta-bytes. 2015-09-20 15:09:06 +00:00
unvis
unzip From FreeBSD: 2015-12-21 17:17:02 +00:00
usbhidaction - PR/50291: Fix memory leak 2015-09-29 14:27:00 +00:00
usbhidctl Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
users
utoppya filesystem -> file system. 2015-06-21 12:05:11 +00:00
uudecode
uuencode Sort sections. Remove trailing whitespace. 2014-09-06 21:21:36 +00:00
uuidgen
vacation
vgrind Sort sections. From Henning Petersen in PR 49222. 2014-09-19 16:02:58 +00:00
videoctl
vis Add -N (VIS_NOLOCALE), sort. 2015-05-24 19:42:39 +00:00
vmstat Update stats-keeping in sys/kern/vfs_cache.c to remove (most) 2014-12-24 20:01:21 +00:00
vndcompress Fix vndcompress restart failure fallback when input is a pipe. 2014-11-18 03:48:17 +00:00
w Move enough additional 'w' code into 'uptime' to keep the latter 2014-12-22 15:24:14 +00:00
wall PR/50454: Timo Buhrmester: Fix wrong allocation for wall(1) -g 2015-11-21 14:59:51 +00:00
wc Sort sections. From Henning Petersen in PR 49222. 2014-09-19 16:02:58 +00:00
what Clarify that SCCS is a specific thing and not a generic thing. 2015-12-12 09:52:40 +00:00
whatis
whereis Sort sections. From Henning Petersen in PR 49222. 2014-09-19 16:02:58 +00:00
who WARNS=6 2015-11-21 15:01:43 +00:00
whois
write
xargs
xinstall Don't assume HAVE_POSIX_SPAWN when building a host prog. From Joachim 2015-10-10 22:54:03 +00:00
xlint Handle function symbol renames. 2016-01-02 17:44:33 +00:00
xstr
yes
ypcat
ypmatch
ypwhich src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
Makefile add sortinfo 2015-12-18 18:56:47 +00:00
Makefile.inc