..
apply
- Don't understand why use union wait pstat.w_status...
1998-11-06 22:28:15 +00:00
apropos
char -> unsigned char
1998-11-06 22:29:44 +00:00
asa
…
at
KNF nits.
1999-01-31 09:30:31 +00:00
audio /ctl
Make the copyright header conform to the NetBSD template.
1998-11-25 22:17:06 +00:00
audioctl
Make the copyright header conform to the NetBSD template.
1998-11-25 22:17:06 +00:00
banner
…
basename
…
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
char -> unsigned char
1998-11-06 22:49:30 +00:00
calendar
- factor out common code
1998-11-06 22:56:38 +00:00
cap_mkdb
Increase the initial hash table size.
1998-07-28 19:27:00 +00:00
checknr
char -> unsigned char
1998-11-06 22:57:55 +00:00
chflags
highlight that ls -o lists the flags
1999-01-03 01:36:34 +00:00
chpass
Set close-on-exec on all opened files. Partially from OpenBSD.
1998-12-19 02:23:46 +00:00
cksum
…
cmp
Add { and } to shut up egcs. Reformat the more questionable code.
1998-08-25 20:59:36 +00:00
col
…
colcrt
…
colrm
…
column
- include <termios.h> for winsize
1998-11-06 22:59:12 +00:00
comm
…
compress
Init style to quiet compiler.
1998-10-08 01:56:28 +00:00
crontab
WARNSify
1998-02-22 12:08:33 +00:00
crunch
In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration
1999-01-11 22:39:59 +00:00
ctags
char -> unsigned char
1998-11-06 23:06:38 +00:00
cut
char -> unsigned char
1998-11-06 23:06:38 +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
Take advantage of the recent changes to sd/cd and DIOCEJECT:
1999-02-08 16:35:33 +00:00
elf2aout
Truncate the output file before writing to it, and silence the verbose
1998-11-27 05:09:49 +00:00
elf2ecoff
In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration
1999-01-11 22:39:59 +00:00
env
…
error
char -> unsigned char
1998-11-06 23:06:38 +00:00
expand
char -> unsigned char
1998-11-06 23:06:38 +00:00
false
…
fdformat
0 errors
1999-01-13 21:00:16 +00:00
fgen
Warn about parser stack discrepancies at the end of colon definitions.
1998-11-12 00:55:58 +00:00
file
Add "mp3" audio file information to file(1)/magic
1998-11-25 07:54:21 +00:00
find
Don't choke on file size specifications (legitimately) exceeding LONG_MAX.
1999-02-04 16:41:17 +00:00
finger
char -> unsigned char
1998-12-19 16:01:21 +00:00
fmt
char -> unsigned char
1998-12-19 16:01:21 +00:00
fold
Fix fold not to break line too early in word boundary (-s) mode.
1999-02-07 12:14:32 +00:00
fpr
…
from
char -> unsigned char
1998-12-19 16:37:28 +00:00
fsplit
char -> unsigned char
1998-12-19 16:37:28 +00:00
fstat
const propagation.
1998-07-28 21:25:35 +00:00
ftp
whitespace
1999-02-08 05:27:56 +00:00
gencat
The range of the argument of ctype(3) functions is not that of "char",
1998-10-09 17:00:56 +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
Re-enable binutils-based gprof for i386, and disable old gprof on i386.
1999-02-03 00:17:35 +00:00
head
char -> unsigned char
1998-12-19 16:37:28 +00:00
hesinfo
add hesinfo (from hesiod 3.0.2 distribution)
1999-01-25 22:45:55 +00:00
hexdump
char -> unsigned char
1998-12-19 16:37:28 +00:00
id
use sysconf to get the max number of groups instead of NGROUPS.
1998-12-19 16:55:21 +00:00
indent
char -> unsigned char, braces for gcc-2.8.1
1998-12-19 17:00:08 +00:00
ipcrm
portability in printf args.
1998-12-19 17:04:11 +00:00
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
gcc-2.8.1 wants more braces
1998-12-19 17:05:30 +00:00
jot
char -> unsigned char
1998-12-19 17:06:20 +00:00
kdump
Adjust to Eric's recent errno renaming.
1998-10-24 19:04:51 +00:00
ktrace
In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration
1999-01-11 22:39:59 +00:00
lam
…
last
Avoid bogus warnings produced by gcc-2.8.1 where it wants field widths to be
1998-12-19 17:38:39 +00:00
lastcomm
Need <time.h> for ctime() prototype.
1998-04-02 10:22:03 +00:00
ldd
Build ldd.1, and make it work with the extra directory depth.
1998-12-17 22:34:55 +00:00
leave
char -> unsigned char
1998-12-19 17:44:22 +00:00
less
Use off_t for file size descriptions rather than long; from Tero Kivinen
1999-02-04 17:05:35 +00:00
lex
Lint fixes:
1999-01-18 22:18:17 +00:00
locate
Mention /usr/libexec/locate.updatedb, weekly.conf(5)
1998-08-08 14:49:23 +00:00
lock
portability in printf format, and support for svr4 timezone.
1998-12-19 19:30:57 +00:00
logger
char -> unsigned char
1998-12-19 19:45:09 +00:00
login
Correct documentation of /etc/nologin to note that it does not
1999-01-13 10:51:07 +00:00
logname
…
look
Change occurrences of "UNIX" to .Ux or .At as appropriate.
1998-04-28 06:00:51 +00:00
lorder
Convert the evil sed crap to 3 separate invocations of sed.
1998-11-09 04:52:44 +00:00
m4
char -> unsigned char
1998-12-19 19:54:26 +00:00
machine
…
mail
Fix preprocessor logic bogon; from Michael Eriksson <eramer@era-t.ericsson.se>
1999-01-06 15:53:39 +00:00
make
When giving the -v option to /bin/sh, also give the new -q option so that
1999-02-04 00:40:55 +00:00
man
char -> unsigned char
1998-11-06 22:29:44 +00:00
menuc
don't install in /usr/share if NOSHARE is defined
1998-09-27 17:22:03 +00:00
mesg
…
midiplay
Make the copyright header conform to the NetBSD template.
1998-11-25 22:17:06 +00:00
mixerctl
Make the copyright header conform to the NetBSD template.
1998-11-25 22:17:06 +00:00
mkdep
Because neither the original shell script nor the new C program can
1999-01-28 20:19:42 +00:00
mkfifo
…
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
don't install in /usr/share if NOSHARE is defined
1998-09-27 17:22:03 +00:00
msgs
we don't have d_namlen in svr4, and char -> unsigned char
1998-12-19 20:08:03 +00:00
netstat
fix dumping of pcbs
1999-02-08 11:34:36 +00:00
newsyslog
char -> unsigned char and portable printf formats.
1998-12-19 20:10:08 +00:00
nfsstat
- change setgid kmem programs (that lend themselves to this) so setegid(getgid())
1998-07-06 07:50:18 +00:00
nice
char -> unsigned char
1998-12-19 20:11:20 +00:00
nohup
Change = to == in exit return code expression. From Chris Engebretson.
1997-12-23 18:21:34 +00:00
pagesize
…
passwd
const poisoning.
1998-07-26 22:15:38 +00:00
paste
include unistd.h
1998-10-13 17:02:16 +00:00
patch
char -> unsigned char
1998-11-06 22:40:13 +00:00
pr
char -> unsigned char
1998-12-19 20:11:20 +00:00
printenv
…
printf
brace pollution, and char -> unsigned char
1998-12-19 20:21:44 +00:00
quota
Add { and } to shut up egcs. Reformat the more questionable code.
1998-08-25 20:59:36 +00:00
rdist
ensure buffers for pathnames, etc., are PATH_MAX, etc., long.
1999-01-31 10:02:25 +00:00
renice
Overhaul...
1998-12-19 21:07:12 +00:00
rev
…
rlogin
bzero->memset, bcopy->memcpy, bcmp->memcmp
1998-08-10 02:57:23 +00:00
rpcgen
extra braces, char -> unsigned char
1998-12-19 21:19:11 +00:00
rpcinfo
revert previous cast.
1998-12-19 21:31:37 +00:00
rs
RCS Id Police.
1998-01-09 08:03:16 +00:00
rsh
…
rup
If up for one minute, report "1 min, " not "1 mins,".
1999-01-10 08:19:23 +00:00
ruptime
brace police
1998-12-19 21:44:31 +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
small cast.
1998-12-19 21:50:45 +00:00
rwho
include <fcntl.h> for O_RDONLY, and remove decls of optind and optarg.
1998-12-19 21:52:00 +00:00
script
don't use union wait; an int is good enough.
1998-12-19 21:53:56 +00:00
sed
Punctuation character are magic to -mdoc and can't be used directly
1998-12-24 02:07:36 +00:00
shar
Implement a new manual page category ``SECURITY CONSIDERATIONS''
1998-06-08 12:41:41 +00:00
shlock
portable printf args.
1998-12-19 22:14:30 +00:00
showmount
No need to include <socketvar.h>.
1998-04-02 11:10:52 +00:00
shuffle
Add missing newline in usage string.
1999-02-03 16:22:16 +00:00
skey
Don't include <sgtty.h>! Nothing uses it.
1999-02-02 12:34:56 +00:00
skeyinfo
…
skeyinit
portability in printf args.
1998-12-19 22:18:00 +00:00
soelim
change includes to fix compiler warning
1998-02-03 04:08:01 +00:00
split
…
strip
Fill in missing (default) mmap(2) flags.
1998-02-20 09:27:18 +00:00
su
ifdef the pw_change and pw_expire stuff with BSD4_4
1998-12-19 22:24:18 +00:00
systat
swap areas are not compiled into the kernel, from erik bertelsen, PR#6892
1999-01-28 03:28:53 +00:00
tail
KNF
1998-12-19 22:27:54 +00:00
talk
sigvec->sigaction
1998-12-19 22:36:11 +00:00
tcopy
*** empty log message ***
1998-10-08 02:15:14 +00:00
tee
…
telnet
Descend on obj, as well as clean, etc.
1999-01-03 21:57:49 +00:00
tftp
char -> unsigned char
1998-12-19 22:41:21 +00:00
time
Silence -Wall by casting to (long) in printf formats.
1998-10-14 00:57:40 +00:00
tip
char -> unsigned char
1998-12-19 23:02:21 +00:00
tn3270
- prototype tgetstr()
1998-11-06 22:14:58 +00:00
touch
Add { and } to shut up egcs. Reformat the more questionable code.
1998-08-25 20:59:36 +00:00
tput
…
tr
macroize BSD, NetBSD, FreeBSD and misc cleanup
1998-02-06 05:54:12 +00:00
true
…
tset
char -> unsigned char
1998-12-19 23:19:45 +00:00
tsort
Add { and } to shut up egcs. Reformat the more questionable code.
1998-08-25 20:59:36 +00:00
tty
…
ul
braces
1998-12-19 23:21:24 +00:00
uname
Add a -p option to uname(1), which returns the machine's processor
1998-11-09 13:24:05 +00:00
unexpand
…
unifdef
char -> unsigned char
1998-12-19 23:22:51 +00:00
uniq
char -> unsigned char
1998-12-19 23:22:51 +00:00
units
don't install in /usr/share if NOSHARE is defined
1998-09-27 17:22:03 +00:00
unvis
include stdlib.h
1998-10-13 17:02:53 +00:00
usbhidctl
Remove two garbage characters in the table.
1999-01-13 23:14:33 +00:00
users
appease gcc-2.8.1
1998-12-19 23:35:24 +00:00
uudecode
Allow filename at "begin" line to contain spaces. Patch submitted by
1999-01-20 15:59:00 +00:00
uuencode
…
vacation
char -> unsigned char
1998-12-19 23:37:14 +00:00
vgrind
char -> unsigned char
1998-12-19 23:41:53 +00:00
vi
Add Gtags support from shigio@wafu.netgate.net (PR 5978). Gtags are produced
1999-01-08 06:16:54 +00:00
vis
…
vmstat
Nuke all mentions of vmstat -t. PR #6433 , Geoff Wing.
1999-01-11 23:03:06 +00:00
w
Use correct buffer in kvm_openfiles().
1999-01-29 14:17:21 +00:00
wall
const poisoning.
1998-07-26 23:14:40 +00:00
wc
Use unsigned long instead of ulong
1998-10-13 17:03:39 +00:00
what
…
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
…
who
cast field sizes to ints.
1998-12-20 14:53:24 +00:00
whois
Allow port number for the server to be specified ("-h server:port").
1998-11-24 01:33:47 +00:00
window
BADSIG -> SIG_ERR
1998-12-20 15:03:15 +00:00
write
char -> unsigned char
1998-12-20 15:04:40 +00:00
xargs
bump date too
1999-01-12 00:07:20 +00:00
xinstall
PR/2936: Brian C. Grayson: Avoid truncating precious files when installing
1999-02-04 11:56:48 +00:00
xlint
char -> unsigned char
1998-12-20 19:05:19 +00:00
xstr
char -> unsigned char
1998-12-20 19:05:19 +00:00
yacc
char -> unsigned char
1998-12-19 20:03:49 +00:00
yes
…
ypcat
…
ypmatch
…
ypwhich
…
Makefile
add hesinfo
1999-01-25 22:47:54 +00:00
Makefile.inc
…