minix/commands
David van Moolenbroek 9ba65d2ea8 This patch switches the MINIX3 ethernet driver stack from a port-based
model to an instance-based model. Each ethernet driver instance is now
responsible for exactly one network interface card. The port field in
/etc/inet.conf now acts as an instance field instead.

This patch also updates the data link protocol. This update:
- eliminates the concept of ports entirely;
- eliminates DL_GETNAME entirely;
- standardizes on using m_source for IPC and DL_ENDPT for safecopies;
- removes error codes from TASK/STAT replies, as they were unused;
- removes a number of other old or unused fields;
- names and renames a few other fields.

All ethernet drivers have been changed to:
- conform to the new protocol, and exactly that;
- take on an instance number based on a given "instance" argument;
- skip that number of PCI devices in probe iterations;
- use config tables and environment variables based on that number;
- no longer be limited to a predefined maximum of cards in any way;
- get rid of any leftover non-safecopy support and other ancient junk;
- have a correct banner protocol figure, or none at all.

Other changes:
* Inet.conf is now taken to be line-based, and supports #-comments.
  No existing installations are expected to be affected by this.
* A new, select-based asynchio library replaces the old one.
  Kindly contributed by Kees J. Bot.
* Inet now supports use of select() on IP devices.
  Combined, the last two changes together speed up dhcpd
  considerably in the presence of multiple interfaces.
* A small bug has been fixed in nonamed.
2010-05-17 22:22:53 +00:00
..
aal Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
acd Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
add_route Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
adduser Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
advent Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
arp Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
ash Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
asmconv Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
at Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
atnormalize Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
autil Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
autopart Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
awk Awk build tweaks 2010-05-13 19:29:42 +00:00
backup Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
badblocks Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
banner Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
basename Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
bigmake Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
binpackage Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
binpackages Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
binsizes Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
bzip2 Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
bzip2recover Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
cal Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
calendar Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
cat Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
cawf Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
cd Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
cdiff Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
cdprobe Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
cgrep Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
checkhier Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
chmem Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
chmod Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
chown Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
chroot Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
ci Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
cksum Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
cleantmp Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
clear Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
cmp Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
co Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
comm Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
compress Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
cp Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
crc Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
cron Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
crontab Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
cut Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
datasizes Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
date Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
dd Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
de Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
decomp16 Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
DESCRIBE Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
dev2name Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
devsize Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
df Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
dhcpd This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
dhrystone Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
diff Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
dirname Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
dis88 Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
dosread Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
du Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
dumpcore Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
easypack Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
ed Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
eject Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
elle Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
elvis Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
env Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
expand Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
factor Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
fdisk Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
fgrep Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
file Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
find Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
finger Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
fingerd Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
fix Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
fold Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
format Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
fortune Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
fsck Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
fsck1 Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
ftp101 Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
ftpd200 Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
gas2ack Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
getty Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
gomoku Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
grep Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
head Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
host Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
hostaddr Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
id Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
ifconfig Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
ifdef Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
indent Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
install Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
intr Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
ipcrm Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
ipcs Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
irdpd Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
isoread Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
join Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
kill Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
last Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
leave Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
lex Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
life Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
loadfont Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
loadkeys Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
loadramdisk Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
logger Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
login Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
look Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
lp Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
lpd Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
ls Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
lspci Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
M Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
m4 Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
mail Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
make Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
MAKEDEV Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
makewhatis Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
man Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
mdb Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
mesg Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
mined Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
mixer Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
mkdep Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
mkdir Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
mkdist Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
mkfifo Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
mkfs Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
mknod Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
mkproto Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
modem Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
mount Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
mt Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
netconf Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
newroot Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
nice Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
nm Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
nohup Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
nonamed This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
od Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
packit Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
packman Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
part Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
partition Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
passwd Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
paste Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
patch Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
pax Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
ping Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
playwave Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
postinstall Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
postmort Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
poweroff Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
pr Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
pr_routes Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
prep Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
printf Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
printroot Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
profile Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
progressbar Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
proto Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
ps Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
pwd Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
pwdauth Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
ramdisk Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
rarpd Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
rawspeed Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
rcp Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
rdate Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
readall Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
readclock Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
readfs Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
reboot Fix permissions for halt, reboot, and shutdown 2010-05-13 12:05:53 +00:00
recwave Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
remsync Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
repartition Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
rev Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
rget Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
rlogin Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
rlogind Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
rmdir Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
rotate Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
rsh Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
rshd Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
screendump Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
sdump Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
sed Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
setup Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
shar Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
size Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
sleep Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
slip Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
sort Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
spell Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
split Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
srccrc Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
stat Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
strings Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
strip Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
stty Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
su Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
sum Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
svclog Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
swapfs Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
swifi Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
sync Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
synctree Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
sysenv Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
syslogd Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
tail Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
talk Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
talkd Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
tcpd Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
tcpdp Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
tcpstat Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
tee Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
telnet Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
telnetd Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
term Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
termcap Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
tget Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
time Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
tinyhalt Fix permissions for halt, reboot, and shutdown 2010-05-13 12:05:53 +00:00
top Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
touch Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
tr Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
truncate Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
tsort Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
ttt Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
tty Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
udpstat Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
umount Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
uname Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
unexpand Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
uniq Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
unstack Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
update Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
urlget Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
uud Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
uue Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
version Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
vol Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
wc Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
whatis Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
whereis Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
which Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
who Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
whoami Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
write Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
writeisofs Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
xargs Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
yacc Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
yap Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
yes Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
zdump Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
zic Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
zmodem Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
Makefile Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
Makefile.inc Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00