hush (a Bourne-style shell) for the GNO multitasking environment on the Apple IIgs
Go to file
Eric Andersen 3843e96252 Stuf
1999-11-25 07:30:46 +00:00
applets Stuf 1999-11-25 07:30:46 +00:00
archival Stuf 1999-11-19 02:38:58 +00:00
console-tools
coreutils Stuf 1999-11-23 21:38:12 +00:00
editors
examples Latest and greatest 1999-11-18 00:19:26 +00:00
findutils
init Stuf 1999-11-21 21:50:07 +00:00
miscutils
procps
sysklogd Stuf 1999-11-25 07:30:46 +00:00
util-linux Stuf 1999-11-19 05:31:45 +00:00
.cvsignore
busybox_functions.h
busybox.c Stuf 1999-11-25 07:30:46 +00:00
busybox.def.h Stuf 1999-11-25 07:30:46 +00:00
busybox.mkll
busybox.sh Stuf 1999-11-19 05:31:45 +00:00
busybox.spec Latest and greatest 1999-11-18 00:19:26 +00:00
cat.c Stuf 1999-11-23 21:38:12 +00:00
Changelog Stuf 1999-11-25 07:30:46 +00:00
chmod_chown_chgrp.c Latest and greatest 1999-11-18 00:19:26 +00:00
chroot.c
chvt.c
clear.c
cp.c Stuf 1999-11-16 00:46:00 +00:00
date.c
dd.c Bug fixes 1999-11-22 07:41:00 +00:00
deallocvt.c
df.c Latest and greatest 1999-11-12 01:30:18 +00:00
dmesg.c
dutmp.c
fdflush.c
find.c
fsck_minix.c
grep.c
gunzip.c Forgot this. 1999-11-18 00:21:59 +00:00
gzip.c Stuf 1999-11-16 00:46:00 +00:00
halt.c
init.c Stuf 1999-11-21 21:50:07 +00:00
install.sh Bug fixes 1999-11-22 07:41:00 +00:00
internal.h Stuf 1999-11-25 07:30:46 +00:00
kill.c
length.c
LICENSE Latest and greatest 1999-11-18 00:19:26 +00:00
ln.c
loadfont.c
loadkmap.c
logger.c Stuf 1999-11-25 07:30:46 +00:00
ls.c Stuf 1999-11-23 21:38:12 +00:00
makedevs.c
Makefile Stuf 1999-11-25 07:30:46 +00:00
math.c
mkdir.c Bug fixes 1999-11-22 07:41:00 +00:00
mkfs_minix.c
mknod.c
mkswap.c
mnc.c updates for the day 1999-11-13 04:47:09 +00:00
more.c Stuf 1999-11-19 05:31:45 +00:00
mount.c Updates 1999-11-15 17:33:30 +00:00
mt.c
mtab.c
mv.c Stuf 1999-11-16 00:46:00 +00:00
nfsmount.c Stuff 1999-11-18 07:58:07 +00:00
nfsmount.h Stuff 1999-11-18 07:58:07 +00:00
printf.c
ps.c
pwd.c
README Latest and greatest 1999-11-18 00:19:26 +00:00
reboot.c
regexp.c updates for the day 1999-11-13 04:47:09 +00:00
regexp.h
rm.c Stuf 1999-11-19 02:38:58 +00:00
rmdir.c
sed.c
sfdisk.c
sleep.c
swaponoff.c
sync.c
syslogd.c Stuf 1999-11-25 07:30:46 +00:00
tar.c Stuf 1999-11-19 02:38:58 +00:00
TODO Stuf 1999-11-23 21:38:12 +00:00
touch.c
true_false.c
umount.c updates for the day 1999-11-13 04:47:09 +00:00
uname.c
update.c
utility.c Bug fixes 1999-11-22 07:41:00 +00:00

Please see the LICENSE file for copyright information.

BusyBox is a suite of "tiny" Unix utilities in a multi-call binary. It
provides a pretty complete POSIX environment in a very small package.
Just add a kernel, "ash" (Keith Almquists tiny Bourne shell clone), and
an editor such as "elvis-tiny" or "ae", and you have a working system.
Busybox was begun to support the Debian Rescue/Install disks, but it
also makes an excellent environment for any small or embedded system.

As of version 0.20 there is a version number. : ) Also as of version
0.20, BB is now modularized to easily allow you to build of only the
BB parts you need, thereby reducing binary size. To turn off unwanted
Busybox components, simply edit the file busybox.def.h and comment out
the parts you do not need using C++ style (//) comments.

After the build is complete a busybox.links file is generated which is
then used by 'make install' to create symlinks to the busybox binary
for all compiled in functions.  By default, 'make install' will place
the symlink forest into `pwd`/busybox_install unless you have defined
the PREFIX environment variable.

Please feed suggestions, bug reports, insults, and bribes back to:
	Erik Andersen 
	<andersen@lineo.com>
	<andersee@deban.org>