hush (a Bourne-style shell) for the GNO multitasking environment on the Apple IIgs
Go to file
Eric Andersen 703c62da63 More stuff
1999-10-18 21:31:00 +00:00
applets More fixes 1999-10-18 21:22:59 +00:00
archival More stuff 1999-10-16 15:48:40 +00:00
console-tools
coreutils More stuff 1999-10-18 21:31:00 +00:00
examples
findutils More fixes 1999-10-18 19:02:32 +00:00
init More stuff 1999-10-18 21:31:00 +00:00
miscutils More stuff 1999-10-18 21:31:00 +00:00
procps
util-linux More fixes 1999-10-18 21:22:59 +00:00
.cvsignore
busybox_functions.h
busybox.c More fixes 1999-10-18 21:22:59 +00:00
busybox.def.h More stuff 1999-10-18 21:31:00 +00:00
busybox.mkll
busybox.sh
busybox.spec
cat.c
Changelog
chmod_chown_chgrp.c More fixes 1999-10-18 19:02:32 +00:00
chroot.c
clear.c
cp.c More fixes 1999-10-18 19:02:32 +00:00
date.c
dd.c
df.c More stuff 1999-10-13 18:01:10 +00:00
dmesg.c
dutmp.c
fdflush.c More stuff 1999-10-13 21:12:06 +00:00
find.c More fixes 1999-10-18 19:02:32 +00:00
grep.c
gzip.c More stuff 1999-10-16 15:48:40 +00:00
halt.c More stuff 1999-10-18 21:31:00 +00:00
init.c More stuff 1999-10-16 15:48:40 +00:00
internal.h More fixes 1999-10-18 21:22:59 +00:00
kill.c
length.c More stuff 1999-10-18 21:31:00 +00:00
LICENSE
ln.c More stuff 1999-10-13 21:12:06 +00:00
loadkmap.c
ls.c More fixes 1999-10-18 19:02:32 +00:00
makedevs.c
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
mkswap.c
mnc.c
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
mv.c More fixes 1999-10-18 19:02:32 +00:00
printf.c
pwd.c
README
reboot.c
rm.c More fixes 1999-10-18 19:02:32 +00:00
rmdir.c More stuff 1999-10-13 21:12:06 +00:00
sleep.c
smtpout
swaponoff.c More fixes 1999-10-18 21:22:59 +00:00
sync.c Fixed include 1999-10-18 20:41:33 +00:00
tar.c More stuff 1999-10-13 21:12:06 +00:00
touch.c
umount.c More fixes 1999-10-18 19:02:32 +00:00
update.c More stuff 1999-10-18 21:31:00 +00:00
utility.c More fixes 1999-10-18 19:02:32 +00:00
zcat.c

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>