freebsd-dev/usr.bin
Andrey A. Chernov d2b6c8e037 Speed matching code never successful, because ospeed range is [0..17]
but termios speed range is [0..115200]. Of cource ospeed initialized
with wrong value too which cann affects terminals with padding, fixed.
57600,115200 added.
1994-09-09 03:11:15 +00:00
..
apply BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
apropos BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
ar More merry makefile munging for man page compatability. 1994-08-05 19:00:04 +00:00
at Changed reference from NetBSD to FreeBSD 1994-01-05 01:10:24 +00:00
banner More merry makefile munging for man page compatability. 1994-08-05 19:00:04 +00:00
basename BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
bdes BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
biff BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
cal BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
calendar BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
cap_mkdb BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
checknr BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
chflags BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
chpass Add a beforeinstall rule to turn off the immutable flag on chpass so you 1994-05-30 14:03:53 +00:00
cksum BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
cmp I don't like what they did to cmp(1) in 4.4 Lite; now it whines all 1994-08-20 11:14:07 +00:00
col BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
colcrt BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
colrm BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
column BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
comm BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
compress Don't use Berkeley zcat, use more powerful gzip zcat. 1994-08-05 21:05:31 +00:00
cpp Define __GNUC__ as 2 same as cc -E would do. 1994-09-05 13:58:58 +00:00
ctags BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
cut BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
diff BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
dirname BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
du The last commit was bogus...the putenv doesn't affect the parent process, 1994-08-12 10:19:05 +00:00
env BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
error BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
expand BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
f2c Added the y.tab.h file to the CLEANFILE target. 1994-02-06 01:12:15 +00:00
false BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
file Shell script containing the steps followed in importing file(1). 1994-09-03 23:08:40 +00:00
find BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
finger Add code to pull options out of FINGER environment variable if present. 1994-09-08 19:27:06 +00:00
fmt BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
fold BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
fpr BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
from BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
fsplit BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
fstat Converted 'vmunix' to 'kernel'. 1994-08-05 09:14:37 +00:00
ftp Fixed stupid bug which prevented any command line options from being 1994-08-31 17:20:12 +00:00
gcore Add dependencies on libraries to DPADD. Someday this should be done 1994-08-28 18:49:06 +00:00
getopt Added README which explains the copyright status of getopt(1) 1993-07-27 17:24:17 +00:00
gprof New flag -u to suppress functions whose name does not begin with an 1994-09-05 16:14:54 +00:00
grep/egrep Add dependencies on libraries to DPADD. Someday this should be done 1994-08-28 18:49:06 +00:00
head BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
hexdump Change .0 man extents to .1, as reported by Julian Elischer. Whoops, 1994-08-13 05:00:39 +00:00
id More merry makefile munging for man page compatability. 1994-08-05 19:00:04 +00:00
indent BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
join BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
jot BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
kdump move #include of <sys/errno.h> so that #defining KERNEL actually has an effect, 1994-08-22 14:28:54 +00:00
key Move skey.h to /usr/include so other packages will be able to use 1994-06-02 20:25:30 +00:00
keyinfo 1) Added s/key support . 1994-05-19 18:13:11 +00:00
keyinit 1. Removed duplicate include of <stdio.h> 1994-06-04 07:11:51 +00:00
ktrace Reviewed by: 1994-08-28 15:49:55 +00:00
lam BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
last BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
lastcomm BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
ld BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
ldd Remove reference to the ld.so man page - ain't no such animal. 1994-06-17 17:22:16 +00:00
leave BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
lex Change references to flex(1) and flexdoc(1) to lex(1) and 1994-08-27 10:00:14 +00:00
locate Fix a longstanding bogon with setenv usage. 1994-09-07 08:45:39 +00:00
lock Add dependencies on libraries to DPADD. Someday this should be done 1994-08-28 18:49:06 +00:00
logger BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
login Problem: 1994-09-07 01:42:29 +00:00
logname BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
look BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
lorder More merry makefile munging for man page compatability. 1994-08-05 19:00:04 +00:00
m4 Somewhere in the shuffle this lost its man page. Use the 1.1.5 1994-08-11 01:06:29 +00:00
mail BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
make Use gnumalloc. 1994-08-29 17:01:06 +00:00
man BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
mesg BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
mkdep Use cc -E instead of cpp for the preprocessor by default. cc -E is 1994-08-30 16:36:49 +00:00
mkfifo BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
mklocale u_long -> unsigned long so that we don't depend on namespace pollution 1994-09-05 14:02:42 +00:00
mkstr BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
modstat Kill explicit OS specification. 1994-08-19 13:39:20 +00:00
more From 1.1.5.1 1994-09-08 21:30:51 +00:00
msgs BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
mt BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
netstat Tell netstat about the new multicast forwarding statistics. For the moment, 1994-09-08 00:07:12 +00:00
nfsstat Converted 'vmunix' to 'kernel'. 1994-08-05 09:14:37 +00:00
nice BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
nm BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
nohup BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
pagesize More merry makefile munging for man page compatability. 1994-08-05 19:00:04 +00:00
passwd LDADD= -lcrypt 1994-08-20 21:19:46 +00:00
paste BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
patch BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
pr BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
printenv BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
printf BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
quota BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
ranlib More merry makefile munging for man page compatability. 1994-08-05 19:00:04 +00:00
rdist BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
renice Add renice's correct man page to the Makefile. 1994-08-11 01:33:22 +00:00
rev BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
rlogin Reviewed by: 1994-09-06 11:17:30 +00:00
rpcgen Move RPC stub generator program over from 1.1.5. 1994-08-07 18:01:39 +00:00
rpcinfo Move rpcinfo program over from 1.1.5. Based on original work by J.T. Conklin 1994-08-07 18:23:25 +00:00
rs BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
rsh Don't use kerberos yet, we aren't ready for it. 1994-08-05 20:40:56 +00:00
rup rup from FreeBSD 1.1.5.1 1994-08-28 15:01:31 +00:00
ruptime BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
rusers rusers from FreeBSD 1.1.5.1 1994-08-28 15:06:02 +00:00
rwall rwall from FreeBSD 1.1.5.1 1994-08-28 15:11:02 +00:00
rwho BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
sccs BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
script BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
sed BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
shar More merry makefile munging for man page compatability. 1994-08-05 19:00:04 +00:00
showmount Use the right man page. 1994-08-11 01:38:23 +00:00
size BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
soelim BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
sort BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
split BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
strings BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
strip Don't exit early if malloc() fails (never exit early now; the `fatal' 1994-09-08 12:27:08 +00:00
su LDADD= -lcrypt 1994-08-20 21:29:33 +00:00
symorder Christoph Robitschko manual page fixes to correct the references to vmunix 1993-10-08 01:36:20 +00:00
systat Make the %zfod display make more sense by comparing zfod versus the total 1994-08-07 00:16:29 +00:00
tail BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
talk BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
tcopy BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
tee BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
telnet Fix big f*ckup by doing "make nocrypt" 1994-08-27 15:46:29 +00:00
tftp BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
time BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
tip Reviewed by: 1994-09-04 16:52:12 +00:00
tn3270 LDADD= -lcrypt 1994-08-20 21:29:33 +00:00
touch BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
tput BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
tr BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
true BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
tset Speed matching code never successful, because ospeed range is [0..17] 1994-09-09 03:11:15 +00:00
tsort BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
tty BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
ul BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
uname BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
unexpand BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
unifdef BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
uniq BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
unvis BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
users BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
uucp More merry makefile munging for man page compatability. 1994-08-05 19:00:04 +00:00
uudecode BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
uuencode More merry makefile munging for man page compatability. 1994-08-05 19:00:04 +00:00
vacation BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
vgrind Build database at build time instead of at install time. 1994-09-05 14:07:37 +00:00
vi Also create a link "view" to nvi, in stead of nview solely. 1994-08-24 20:09:47 +00:00
vis BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
vmstat More merry makefile munging for man page compatability. 1994-08-05 19:00:04 +00:00
w Make it set-uid until procfs is fixed. 1994-08-11 20:11:00 +00:00
wall BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
wc BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
what BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
whatis BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
whereis BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
who BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
whois BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
window More merry makefile munging for man page compatability. 1994-08-05 19:00:04 +00:00
write BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
xargs BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
xinstall Reviewed by: 1994-09-04 22:35:27 +00:00
xstr BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
yacc Fix man extents from .0 to .1 1994-08-11 01:42:28 +00:00
yes BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
ypcat Move more YP user programs over. 1994-08-08 01:13:35 +00:00
ypmatch Move more YP user programs over. 1994-08-08 01:13:35 +00:00
ypwhich Move more YP user programs over. 1994-08-08 01:13:35 +00:00
Makefile Changes to file(1) for FreeBSD: 1994-09-03 19:31:29 +00:00
Makefile.inc BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00