NetBSD/usr.bin
cjs 59a47ce7be Remove tracking of file size by how many characters were output.
This succumbs to a race condition where data are written to the
file while the sleep is occurring. If a stat is done immediately
after, lastsize is updated but the file pointer wasn't pointing at
the end of the file, so the number of bytes between the current
pointer and the end of the file is added to the lastsize when
lastsize already points to the end of the file.
1998-09-18 01:42:54 +00:00
..
apply Principally, change foo(N) to .Xr foo N 1998-04-28 04:07:04 +00:00
apropos Since GLOB_NOCHECK is not set, explicitly check for a return value of 1998-07-06 14:23:31 +00:00
asa
at Add CWARNFLAGS+=-Wno-format-y2k. 1998-08-25 15:13:16 +00:00
audio/ctl Fix thinko in last commit. 1998-08-21 19:52:39 +00:00
audioctl Fix thinko in last commit. 1998-08-21 19:52:39 +00:00
banner use CPPFLAGS instead of CFLAGS 1997-10-24 09:00:17 +00:00
basename Add ".Sh DIAGNOSTICS" 1997-11-15 20:16:16 +00:00
bdes RCS Id Police. 1998-01-09 08:03:16 +00:00
biff __AUDIT__ cleanup. 1998-07-28 19:22:54 +00:00
bzip2 Fix MLINKS. Define LDADD and DPADD. 1998-09-14 05:34:41 +00:00
bzip2recover NetBSD rcs id keyword. 1998-09-14 04:42:45 +00:00
cal __AUDIT__ cleanup. 1998-07-28 19:22:54 +00:00
calendar __AUDIT__ cleanup. 1998-07-28 19:22:54 +00:00
cap_mkdb Increase the initial hash table size. 1998-07-28 19:27:00 +00:00
checknr sort xrefs 1997-11-15 20:55:51 +00:00
chflags
chpass We need to initialize the "save" member in the list for GECOS fields. 1998-08-10 23:21:05 +00:00
cksum add missing .Nm sections. 1997-11-11 14:39:59 +00:00
cmp Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
col
colcrt
colrm
column __AUDIT__ cleanup. 1998-07-28 19:22:54 +00:00
comm
compress Attempt to restore a file's flags using chflags() only if the original file 1998-03-10 12:45:44 +00:00
crontab WARNSify 1998-02-22 12:08:33 +00:00
crunch Teach crunchgen to play nice in a cross-compiling environment. Make 1998-09-13 05:32:18 +00:00
ctags Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
cut Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
dirname
du Add an `-r' flag (which is a no-op) to meet XPG4.2 requirements. 1998-02-15 17:08:17 +00:00
eject Assign my copyrights to TNF. 1998-09-05 17:31:44 +00:00
elf2aout macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
elf2ecoff bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-10 02:57:23 +00:00
elfstrip
env
error remove unused extern. 1998-03-30 02:19:45 +00:00
expand
false
fdformat macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
file Add entries for Alpha, ARM, PARISC, SPARC V9, IA64, and others 1998-08-12 17:48:35 +00:00
find eliminate a duplicated -X entry 1998-05-27 13:15:30 +00:00
finger Print login time left justified as suggested by Wolfgang Helbig in 1998-09-09 17:22:31 +00:00
fmt abs() numeric parameters to allow portable invocations in scripts. 1998-02-12 21:11:00 +00:00
fold fix compiler warnings on the sparc. minor KNF. 1997-10-20 10:20:52 +00:00
fpr
from
fsplit
fstat const propagation. 1998-07-28 21:25:35 +00:00
ftp replace command(buf) with command("%s", buf) in quote1(), thus preventing 1998-09-01 14:25:52 +00:00
gencat Clean up some quote handling 1998-04-28 15:28:49 +00:00
getconf Add support to query _POSIX_SYNCHRONIZED_IO, _POSIX_SYNC_IO and IOV_MAX; 1998-08-03 14:48:40 +00:00
getopt <stdlib.h> -> <unistd.h> to fix compiler warning 1998-02-03 03:44:22 +00:00
gprof Fix erroneous prototypes. 1998-06-09 17:07:12 +00:00
head Remove __GNUC__ ifdef, and make usage string consistent with other programs. 1998-01-31 20:42:07 +00:00
hexdump Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
id Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
indent Support indenting standard input. When indenting standard input, write output to standard output. 1998-09-06 20:17:30 +00:00
ipcrm
ipcs use a buffer the size we fill. ensure another buffer is nul-terminated (ok in this code) 1998-07-06 10:16:40 +00:00
join Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
jot Reformat in mandoc. 1997-11-01 04:58:39 +00:00
kdump Update for signal handling changes. 1998-09-11 23:09:31 +00:00
ktrace Make "ktrace -f" work again. Slightly klugy because of the 1998-07-14 01:39:59 +00:00
lam
last Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
lastcomm Need <time.h> for ctime() prototype. 1998-04-02 10:22:03 +00:00
ldd Assign my copyrights to TNF. 1998-09-05 13:08:38 +00:00
leave Need <time.h> for time(), localtime() and ctime() prototypes. 1998-04-02 10:23:01 +00:00
less const poisoning. 1998-07-26 15:13:14 +00:00
lex .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, 1998-04-09 00:32:31 +00:00
locate Mention /usr/libexec/locate.updatedb, weekly.conf(5) 1998-08-08 14:49:23 +00:00
lock const poisoning. 1998-07-26 21:58:46 +00:00
logger WARNSify, fix .Nm usage, getopt returns -1 not EOF, deprecate register, bcopy 1997-10-19 04:16:47 +00:00
login Execute ttyaction on termination of rlogind/telnetd sessions. 1998-08-29 17:31:55 +00:00
logname WARNSify, fix .Nm usage, getopt returns -1 not EOF, deprecate register 1997-10-19 04:20:06 +00:00
look Change occurrences of "UNIX" to .Ux or .At as appropriate. 1998-04-28 06:00:51 +00:00
lorder per PR#4304 no need to set PATH (especially after testing it!) 1998-04-09 05:28:07 +00:00
m4 add -Dunix to CPPFLAGS to suppress cpp warning. 1998-09-01 03:16:48 +00:00
machine WARNSify, fix .Nm usage 1997-10-19 04:41:01 +00:00
mail messages are in /var/mail, not /usr/spool/mail 1998-08-27 21:24:41 +00:00
make - Add {.,}[s-]include for silent include file failures 1998-08-06 13:42:22 +00:00
man Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
menuc Put back "return value" meaning in option actions accidentally removed 1998-07-23 17:56:00 +00:00
mesg fix up .Nm usage 1997-10-19 05:09:03 +00:00
midiplay Handle SYSEX events. 1998-08-13 21:01:53 +00:00
mixerctl Fix thinko in last commit. 1998-08-21 19:52:39 +00:00
mkdep per PR#4304 no need to set PATH (especially after testing it!) 1998-04-09 05:59:35 +00:00
mkfifo WARNSify, fix .Nm usage 1997-10-19 05:11:52 +00:00
mkstr remove comment about pi (we don't ship it) and ex (nvi doesn't use mkstr) 1998-06-08 12:05:34 +00:00
modstat revoke priviledges when no longer needed. 1998-07-06 11:58:51 +00:00
msgc .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, 1998-04-09 00:32:31 +00:00
msgs Don't core dump if the uid is invalid. 1998-07-26 22:14:34 +00:00
netstat Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
newsyslog Remove conditional strdup() compiled if OSF isn't defined, and -DOSF 1998-07-29 01:31:50 +00:00
nfsstat - change setgid kmem programs (that lend themselves to this) so setegid(getgid()) 1998-07-06 07:50:18 +00:00
nice WARNSify, fix .Nm usage 1997-10-19 06:28:02 +00:00
nohup Change = to == in exit return code expression. From Chris Engebretson. 1997-12-23 18:21:34 +00:00
pagesize fix .Nm usage, add rcsid 1997-10-19 11:53:01 +00:00
passwd const poisoning. 1998-07-26 22:15:38 +00:00
paste add <unistd.h> to fix compiler warning 1998-02-03 03:56:44 +00:00
patch WARNSify 1998-02-22 12:55:44 +00:00
pr Need <time.h> for localtime() and strftime() prototypes. 1998-04-02 10:42:51 +00:00
printenv WARNSify, fix .Nm usage, getopt returns -1 not EOF 1997-10-19 12:44:21 +00:00
printf \e generates an escape character but is not listed in the manpage. Fixed. 1998-08-22 14:54:48 +00:00
quota Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
rdist Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
renice WARNSify, fix .Nm usage, deprecate register, use warn 1997-10-19 14:01:33 +00:00
rev WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOF 1997-10-19 14:03:29 +00:00
rlogin bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-10 02:57:23 +00:00
rpcgen Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
rpcinfo revert; we can't break the existing ABI and API 1998-02-12 03:52:12 +00:00
rs RCS Id Police. 1998-01-09 08:03:16 +00:00
rsh Add xrefs to new hosts.equiv(5)/rhosts(5) man page. 1997-11-26 18:06:51 +00:00
rup add includes to fix compiler warning 1998-02-03 04:04:58 +00:00
ruptime Print sane values on uptime >1 year, per PR 5318 by Heiko Rupp 1998-04-19 19:52:33 +00:00
rusers Get idle time right, per PR 5699 by Urban Boquist <boquist@cs.chalmers.se> 1998-07-03 18:35:35 +00:00
rwall const poisoning. 1998-07-26 22:15:38 +00:00
rwho Need <time.h> for time() and ctime() prototypes. 1998-04-02 11:00:10 +00:00
script Need <time.h> for time() and ctime() prototypes. 1998-04-02 11:00:10 +00:00
sed Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
shar Implement a new manual page category ``SECURITY CONSIDERATIONS'' 1998-06-08 12:41:41 +00:00
shlock RCS Id Police. 1998-01-09 08:03:16 +00:00
showmount No need to include <socketvar.h>. 1998-04-02 11:10:52 +00:00
skey one last thing for PR#5820 1998-08-11 09:07:15 +00:00
skeyinfo cosmetic change 1997-11-08 09:37:44 +00:00
skeyinit const poisoning. 1998-07-26 22:21:02 +00:00
soelim change includes to fix compiler warning 1998-02-03 04:08:01 +00:00
split WARNSify, fix .Nm usage, getopt returns -1 not EOF 1997-10-19 23:26:56 +00:00
strip Fill in missing (default) mmap(2) flags. 1998-02-20 09:27:18 +00:00
su Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
systat Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
tail Remove tracking of file size by how many characters were output. 1998-09-18 01:42:54 +00:00
talk const poisoning. 1998-07-26 22:26:29 +00:00
tcopy Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
tee WARNSify, fix .Nm usage, deprecate register 1997-10-20 00:35:14 +00:00
telnet distclean is a synonym for cleandir 1998-09-05 14:57:41 +00:00
tftp const poisoning. 1998-07-26 15:23:39 +00:00
time WARNSify, deprecate register, getopt returns -1, fix .Nm usage 1997-10-20 03:28:20 +00:00
tip Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
tn3270 remove -Dunix and #ifdef unix where it is only used to select 1998-09-06 02:54:47 +00:00
touch Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
tput add missing .Nm sections. 1997-11-11 14:39:59 +00:00
tr macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
true fix .Nm usage 1997-10-20 01:00:41 +00:00
tset Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
tsort Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
tty WARNSify, fix .Nm usage 1997-10-20 01:10:38 +00:00
ul remove WARNS=0 1997-10-20 02:09:46 +00:00
uname WARNSify, fix .Nm usage 1997-10-20 02:16:38 +00:00
unexpand WARNSify, fix .Nm usage 1997-10-20 02:20:41 +00:00
unifdef WARNSify, fix .Nm usage, KNFify 1997-10-20 02:23:13 +00:00
uniq WARNSify, fix .Nm usage, deprecate register, getopt returns -1, use <err.h> 1997-10-20 02:27:04 +00:00
units change includes to fix compiler warning 1998-02-03 04:08:01 +00:00
unvis change includes to fix compiler warning 1998-02-03 04:08:01 +00:00
usbhidctl Make the /dev/ part of the device name optional. 1998-07-23 13:48:59 +00:00
users change includes to fix compiler warning 1998-02-03 04:19:15 +00:00
uudecode WARNSify, deprecate register, getopt returns -1, use ANSI string.h funcs 1997-10-20 02:46:37 +00:00
uuencode Nuke trailing comma in SEE ALSO section. 1997-11-01 06:32:13 +00:00
vacation const poisoning. 1998-07-26 23:03:30 +00:00
vgrind WARNSify, fix .Nm usage, deprecate register 1997-10-20 03:01:26 +00:00
vi const poisoning. 1998-07-26 23:14:40 +00:00
vis WARNSify, deprecate register, getopt returns -1, fix .Nm usage 1997-10-20 03:06:47 +00:00
vmstat bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-10 02:57:23 +00:00
w - change setgid kmem programs (that lend themselves to this) so setegid(getgid()) 1998-07-06 07:50:18 +00:00
wall const poisoning. 1998-07-26 23:14:40 +00:00
wc macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
what deprecate register, fix .Nm usage 1997-10-20 03:16:30 +00:00
whatis Since GLOB_NOCHECK is not set, explicitly check for a return value of 1998-07-06 14:23:31 +00:00
whereis macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
which fix .Nm usage 1997-10-20 03:19:23 +00:00
who fix .Nm usage, deprecate register, use ANSI string.h stuff 1997-10-20 03:20:27 +00:00
whois deprecate register, fix .Nm, use err.h, use ANSI string.h 1997-10-20 03:23:37 +00:00
window Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
write Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
xargs error message improvement per PR#4378 1998-04-14 09:26:33 +00:00
xinstall Fill in missing (default) mmap(2) flags. 1998-02-20 09:27:18 +00:00
xlint If the return value is sometimes discarded, output `sometimes ignored' rather 1998-07-28 05:12:00 +00:00
xstr WARNSify; deprecate register; clean up .Nm 1997-10-20 01:21:45 +00:00
yacc Add { and } to shut up egcs. Reformat the more questionable code. 1998-08-25 20:59:36 +00:00
yes fix .Nm usage 1997-10-20 03:42:10 +00:00
ypcat sort SEE ALSO by section 1997-11-09 23:03:06 +00:00
ypmatch sort SEE ALSO by section 1997-11-09 23:03:06 +00:00
ypwhich document non-zero exit status if -m fails 1997-11-05 13:36:31 +00:00
Makefile distclean is a synonym for cleandir 1998-09-05 14:57:41 +00:00
Makefile.inc WARNS=1 is now the default for usr.bin! Thanks to mrg for assistance -- lukem 1997-10-20 03:54:16 +00:00