NetBSD/usr.bin
drochner b2058e2f38 Fix handling of privileges - the gid was given up before dkinit()
was called.
Pass the gid to use for KVM access explicitely to dkinit(), the caller
decides whether to call setgid(getgid()) or not.
1998-07-19 17:47:07 +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
ar macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
asa
at Merge in changes from OpenBSD; adds support for at.allow and at.deny, plus 1998-06-27 21:15:07 +00:00
audio/ctl Fix typo. From Feico Dillema <dillema@acm.org> 1998-07-13 15:11:03 +00:00
audioctl Fix typo. From Feico Dillema <dillema@acm.org> 1998-07-13 15:11:03 +00:00
banner
basename
bdes RCS Id Police. 1998-01-09 08:03:16 +00:00
biff
cal Fix leap_year calculation (1900 wasn't a leap year) 1998-04-17 14:01:56 +00:00
calendar Need <time.h> for time(), localtime(), strftim() and mktime() prototypes. 1998-04-01 20:50:17 +00:00
cap_mkdb
checknr
chflags
chpass KNF 1998-07-05 14:26:06 +00:00
cksum
cmp make usage string match manpage 1998-01-12 08:11:19 +00:00
col
colcrt
colrm
column
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 Define NLIST_ELF32 on PowerPC. 1998-05-06 13:16:57 +00:00
ctags
cut
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 adjust to more accurately reflect the use of the -t option, per PR#5443 1998-05-11 21:45:44 +00:00
elf2aout macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
elf2ecoff This has been WARNSified.. 1998-02-22 12:17:24 +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 Recognize the new tzcode >= 1997h timezone data magic value. 1998-07-09 11:42:19 +00:00
find eliminate a duplicated -X entry 1998-05-27 13:15:30 +00:00
finger RCS Id Police. 1998-01-09 08:03:16 +00:00
fmt abs() numeric parameters to allow portable invocations in scripts. 1998-02-12 21:11:00 +00:00
fold
fpr
from
fsplit
fstat use AF_LOCAL instead of AF_UNIX 1998-07-18 05:04:35 +00:00
ftp Style police: "uses" is better than "utilizes", which is a horrible nelogism. 1998-07-13 17:16:22 +00:00
gencat Clean up some quote handling 1998-04-28 15:28:49 +00:00
getconf Add support to query PAGESIZE, PAGE_SIZE, _POSIX_FSYNC and _XOPEN_SHM via 1998-05-24 20:12:25 +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 everything has bugs; either document them or don't bother with a BUGS section 1998-06-08 12:03:23 +00:00
id Fix man to mdoc conversion mistakes, mostly of the form ^\.[A-Z][A-Z] 1998-04-28 07:19:28 +00:00
indent use static int instead of static 1998-03-30 02:25:33 +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 <unistd.h> to fix compiler warning 1998-02-03 03:47:47 +00:00
jot
kdump use static int instead of static 1998-03-30 02:25:33 +00:00
ktrace Make "ktrace -f" work again. Slightly klugy because of the 1998-07-14 01:39:59 +00:00
lam
last - use an array MAXHOSTNAMELEN+1 size to hold hostnames 1998-07-06 06:45:41 +00:00
lastcomm Need <time.h> for ctime() prototype. 1998-04-02 10:22:03 +00:00
ldd Principally, change foo(N) to .Xr foo N 1998-04-28 04:07:04 +00:00
leave Need <time.h> for time(), localtime() and ctime() prototypes. 1998-04-02 10:23:01 +00:00
less WARNSify 1998-02-22 14:57:28 +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
lock - use an array MAXHOSTNAMELEN+1 size to hold hostnames 1998-07-06 06:45:41 +00:00
logger
login do _NOT_ use system(3) in setuid programs. KNF. 1998-07-11 08:12:51 +00:00
logname
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 Need <stdlib.h> for mktemp() prototype. 1998-06-01 13:54:49 +00:00
machine
mail - use an array MAXHOSTNAMELEN+1 size to hold hostnames 1998-07-06 06:45:41 +00:00
make Fix access to freed memory; pointed out by Todd Miller. 1998-07-04 21:53:11 +00:00
man Since GLOB_NOCHECK is not set, explicitly check for a return value of 1998-07-06 14:23:31 +00:00
menuc Major restructuring of the runtime code, now supports dynamic menus. 1998-07-16 07:08:26 +00:00
mesg
mixerctl Fix typo. 1998-05-09 12:41:16 +00:00
mkdep per PR#4304 no need to set PATH (especially after testing it!) 1998-04-09 05:59:35 +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 .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 Use -ltermcap instead of -ltermlib 1998-02-05 12:15:51 +00:00
netstat use AF_LOCAL instead of AF_UNIX. support -f local as synonym for -f unix 1998-07-18 05:04:10 +00:00
newsyslog - use an array MAXHOSTNAMELEN+1 size to hold hostnames 1998-07-06 06:45:41 +00:00
nfsstat - change setgid kmem programs (that lend themselves to this) so setegid(getgid()) 1998-07-06 07:50:18 +00:00
nice
nm
nohup Change = to == in exit return code expression. From Chris Engebretson. 1997-12-23 18:21:34 +00:00
pagesize
passwd avoid print extra : as noted by Benjamin Lorenz <lorenz@ps.uni-sb.de> in bin/5745 1998-07-12 15:18:55 +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
printf add <unistd.h> to fix compiler warning 1998-02-03 03:10:15 +00:00
quota quota does not need to be setuid root. 1998-07-12 04:56:22 +00:00
ranlib change includes to fix compiler warning 1998-02-03 04:27:35 +00:00
rdist .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
renice
rev
rlogin - clean up some of the kerberos option parsing code 1998-07-11 07:17:25 +00:00
rpcgen Fix man to mdoc conversion mistakes, mostly of the form ^\.[A-Z][A-Z] 1998-04-28 07:19:28 +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
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 - use an array MAXHOSTNAMELEN+1 size to hold hostnames 1998-07-06 06:45:41 +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 use int as array index. 1998-03-30 02:29:28 +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
size
skey change includes to fix compiler warning 1998-02-03 04:08:01 +00:00
skeyinfo
skeyinit nul-terminated strftime buffer. remove duplicate call to setpriority. 1998-07-06 14:54:05 +00:00
soelim change includes to fix compiler warning 1998-02-03 04:08:01 +00:00
split
strings
strip Fill in missing (default) mmap(2) flags. 1998-02-20 09:27:18 +00:00
su fix error in previous. 1998-07-06 11:44:49 +00:00
systat Fix handling of privileges - the gid was given up before dkinit() 1998-07-19 17:47:07 +00:00
tail Use MAP_SHARED, not MAP_PRIVATE. 1998-02-20 07:34:59 +00:00
talk - use an array MAXHOSTNAMELEN+1 size to hold hostnames 1998-07-06 06:45:41 +00:00
tcopy
tee
telnet Declare ints, too, don't default them. 1998-07-09 18:32:52 +00:00
tftp Implement a new manual page category ``SECURITY CONSIDERATIONS'' 1998-06-08 12:41:41 +00:00
time
tip - KNF 1998-07-12 09:59:29 +00:00
tn3270 Declare ints, too, don't default them. 1998-07-09 18:32:52 +00:00
touch Fix the old-style date parsing code as well. 1998-01-21 00:48:44 +00:00
tput
tr macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
true
tset macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
tsort
tty
ul
uname
unexpand
unifdef
uniq
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 Add BUGS. 1998-07-13 20:58:43 +00:00
users change includes to fix compiler warning 1998-02-03 04:19:15 +00:00
uudecode
uuencode
vacation can't use fclose() in vforked() child this way. Fixes PR 5582. 1998-07-08 00:34:53 +00:00
vgrind
vi - use an array MAXHOSTNAMELEN+1 size to hold hostnames 1998-07-06 06:56:06 +00:00
vis
vmstat Fix handling of privileges - the gid was given up before dkinit() 1998-07-19 17:47:07 +00:00
w - change setgid kmem programs (that lend themselves to this) so setegid(getgid()) 1998-07-06 07:50:18 +00:00
wall ensure hostname fits and is nul-terminated. 1998-07-05 10:12:51 +00:00
wc macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +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
whois
window use AF_LOCAL instead of AF_UNIX 1998-07-18 05:04:35 +00:00
write KNF. use S_IWGRP instead of homegrown crap. ensure tty buffer is nul-terminated. 1998-07-06 11:17:30 +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 .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
xstr
yacc RCS Id Police. 1998-01-09 08:03:16 +00:00
yes
ypcat
ypmatch
ypwhich
Makefile Add usbhidctl(1) a program for manipulating USB HID devices. 1998-07-13 11:14:03 +00:00
Makefile.inc