hush (a Bourne-style shell) for the GNO multitasking environment on the Apple IIgs
Go to file
Eric Andersen cb6e25655f More stuff
1999-10-16 15:48:40 +00:00
applets More stuff 1999-10-13 21:12:06 +00:00
archival More stuff 1999-10-16 15:48:40 +00:00
console-tools Latest and greatest. 1999-10-12 15:42:48 +00:00
coreutils Fixed cp -[aR] and some other stuf. 1999-10-14 22:16:57 +00:00
examples Initial revision 1999-10-05 16:24:54 +00:00
findutils More stuff... 1999-10-12 22:26:06 +00:00
init More stuff 1999-10-16 15:48:40 +00:00
miscutils More stuff... 1999-10-12 22:26:06 +00:00
procps More stuff... 1999-10-12 22:26:06 +00:00
util-linux More stuff 1999-10-16 15:48:40 +00:00
.cvsignore Initial revision 1999-10-05 16:24:54 +00:00
busybox_functions.h Initial revision 1999-10-05 16:24:54 +00:00
busybox.c More stuff 1999-10-13 21:12:06 +00:00
busybox.def.h More stuff 1999-10-16 15:48:40 +00:00
busybox.mkll More stuff. 1999-10-06 20:25:32 +00:00
busybox.sh Forgot this file. 1999-10-06 05:21:54 +00:00
busybox.spec Initial revision 1999-10-05 16:24:54 +00:00
cat.c More stuff... 1999-10-12 22:26:06 +00:00
Changelog Latest and greatest. 1999-10-12 15:42:48 +00:00
chmod_chown_chgrp.c More stuff 1999-10-13 21:12:06 +00:00
chroot.c Latest and greatest. 1999-10-12 15:42:48 +00:00
clear.c Latest and greatest. 1999-10-12 15:42:48 +00:00
cp.c Fixed cp -[aR] and some other stuf. 1999-10-14 22:16:57 +00:00
date.c Latest and greatest. 1999-10-12 15:42:48 +00:00
dd.c Fixed dd 1999-10-13 00:53:55 +00:00
df.c More stuff 1999-10-13 18:01:10 +00:00
dmesg.c More stuff... 1999-10-12 22:26:06 +00:00
dutmp.c More stuff... 1999-10-12 22:26:06 +00:00
fdflush.c More stuff 1999-10-13 21:12:06 +00:00
find.c More stuff. 1999-10-09 00:25:00 +00:00
grep.c More stuff... 1999-10-12 22:26:06 +00:00
gzip.c More stuff 1999-10-16 15:48:40 +00:00
halt.c Initial revision 1999-10-05 16:24:54 +00:00
init.c More stuff 1999-10-16 15:48:40 +00:00
internal.h More stuff 1999-10-13 21:12:06 +00:00
kill.c More stuff... 1999-10-12 22:26:06 +00:00
length.c Initial revision 1999-10-05 16:24:54 +00:00
LICENSE Initial revision 1999-10-05 16:24:54 +00:00
ln.c More stuff 1999-10-13 21:12:06 +00:00
loadkmap.c Initial revision 1999-10-05 16:24:54 +00:00
losetup.c Initial revision 1999-10-05 16:24:54 +00:00
ls.c Fixed cp -[aR] and some other stuf. 1999-10-14 22:16:57 +00:00
makedevs.c Initial revision 1999-10-05 16:24:54 +00:00
Makefile More stuff 1999-10-16 15:48:40 +00:00
math.c More stuff 1999-10-13 21:12:06 +00:00
mkdir.c More stuff 1999-10-13 21:12:06 +00:00
mknod.c Initial revision 1999-10-05 16:24:54 +00:00
mkswap.c Initial revision 1999-10-05 16:24:54 +00:00
mnc.c Latest and greatest. 1999-10-12 15:42:48 +00:00
more.c More fixes 1999-10-13 18:04:51 +00:00
mount.c More stuff 1999-10-16 15:48:40 +00:00
mt.c Initial revision 1999-10-05 16:24:54 +00:00
mv.c More stuff. 1999-10-09 00:25:00 +00:00
printf.c Initial revision 1999-10-05 16:24:54 +00:00
pwd.c More stuff... 1999-10-12 22:26:06 +00:00
README Initial revision 1999-10-05 16:24:54 +00:00
reboot.c More stuff... 1999-10-12 22:26:06 +00:00
rm.c Initial revision 1999-10-05 16:24:54 +00:00
rmdir.c More stuff 1999-10-13 21:12:06 +00:00
sleep.c More stuff... 1999-10-12 22:26:06 +00:00
smtpout Initial revision 1999-10-05 16:24:54 +00:00
swapoff.c Initial revision 1999-10-05 16:24:54 +00:00
swapon.c Initial revision 1999-10-05 16:24:54 +00:00
sync.c Initial revision 1999-10-05 16:24:54 +00:00
tar.c More stuff 1999-10-13 21:12:06 +00:00
touch.c more stuff 1999-10-07 08:30:23 +00:00
umount.c Fixed cp -[aR] and some other stuf. 1999-10-14 22:16:57 +00:00
update.c Initial revision 1999-10-05 16:24:54 +00:00
utility.c Fixed cp -[aR] and some other stuf. 1999-10-14 22:16:57 +00:00
zcat.c More stuff. 1999-10-06 20:25:32 +00:00

Please see the LICENSE file for copyright information.

Busybox is a multicall binary used to provide a minimal subset of 
POSIX style commands and specialized functions.

It is geared toward 'mini-systems' like boot floppies. Specifically
it is used in the Debian Rescue/Install system (which caused the 
original busybox to be made), the Linux Router Project, and others.

As of version 0.20 there is a version number. : )
Also as of version 0.20, BB is modularized to allow an easy build of
only the BB parts you need, to reduce binary size.

Edit the file busybox.def.h and comment out the parts you do not need
using C++ comments (//)

After the build is complete a busybox.links file is generated to allow
you to easily make the sym/hard links to the busybox binary.

Note the modular system is Makefile based, and purposly very
simplistic. It does no dependency checking. That is left for you
to figure out by trial and error.

Please feed patches back to:
	Dave Cinege <dcinege@psychosis.com>
and:
	Enrique Zanardi <ezanardi@ull.es>