hush (a Bourne-style shell) for the GNO multitasking environment on the Apple IIgs
Go to file
Eric Andersen fad04fdd12 More cleanups.
-Erik
2000-07-14 06:49:52 +00:00
applets Be more pedantic aboutthe terminating null applet. 2000-07-14 06:29:10 +00:00
archival Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
console-tools Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
coreutils More cleanups. 2000-07-14 06:49:52 +00:00
debian Final updates for release. 2000-07-11 18:18:40 +00:00
docs Changed verbiage. 2000-07-11 23:06:48 +00:00
editors Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
examples Final updates for release. 2000-07-11 18:18:40 +00:00
findutils Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
init Use global applet_name instead of local versions. 2000-07-12 15:38:49 +00:00
miscutils Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
modutils Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
networking More cleanups. 2000-07-14 06:49:52 +00:00
procps More cleanups. 2000-07-14 06:49:52 +00:00
scripts Update the sample inittab to add the "ctrlaltdel" action. 2000-02-09 04:40:25 +00:00
shell More cleanups. 2000-07-14 06:49:52 +00:00
sysklogd Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
tests Remove trailing space char. 2000-06-14 22:16:59 +00:00
util-linux A couple of minor warning cleanups. 2000-07-14 06:19:41 +00:00
.cvsignore Stuf 1999-10-23 07:09:58 +00:00
ar.c Always report the applet name when doing error reporting. 2000-07-12 17:02:35 +00:00
AUTHORS Added in Matt Kraai. 2000-07-07 20:53:16 +00:00
basename.c Remove unused variable. 2000-07-10 20:08:09 +00:00
busybox.c Be more pedantic aboutthe terminating null applet. 2000-07-14 06:29:10 +00:00
busybox.def.h Added 'dumpkmap' to allow people to dump a binary keymap, which can then be 2000-07-11 17:29:36 +00:00
busybox.mkll Fix sed regexp replacement, which I had hosed (thanks to 2000-04-06 07:37:35 +00:00
busybox.sh Use gcc -E instead of cpp to enhance portability for brain 2000-04-06 00:10:39 +00:00
busybox.spec Final updates for release. 2000-07-11 18:18:40 +00:00
cat.c Correct argument parsing and other minor cleanups. 2000-07-13 06:33:12 +00:00
Changelog Final update for the release. 2000-07-11 18:06:01 +00:00
chmod_chown_chgrp.c uid and gid were unsigned, but were compared vs signed values (-1) 2000-07-14 06:27:54 +00:00
chroot.c Always report the applet name when doing error reporting. 2000-07-12 17:02:35 +00:00
chvt.c Update files to reduce dependance on kernel version... 2000-07-08 18:55:24 +00:00
clear.c Updates to a number of apps to remove warnings/compile errors under libc5. 2000-06-19 17:25:40 +00:00
cmdedit.c Fix some stupid memory bugs. 2000-07-14 01:13:37 +00:00
cmdedit.h Naming fix 2000-07-07 20:37:12 +00:00
cp_mv.c A couple of minor warning cleanups. 2000-07-14 06:19:41 +00:00
cut.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
date.c Always report the applet name when doing error reporting. 2000-07-12 17:02:35 +00:00
dc.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
dd.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
deallocvt.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
define.sh + this is a small script for helping TargetWizard auto-generate 2000-02-23 18:17:35 +00:00
df.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
dirname.c Updates to a number of apps to remove warnings/compile errors under libc5. 2000-06-19 17:25:40 +00:00
dmesg.c Forgot to commit these cleanups it seems. 2000-07-11 17:52:22 +00:00
du.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
dumpkmap.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
dutmp.c Updates to a number of apps to remove warnings/compile errors under libc5. 2000-06-19 17:25:40 +00:00
echo.c * Fix to tr so it recognizes standard escape sequences. Merged common 2000-07-05 17:26:35 +00:00
fbset.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
fdflush.c Update files to reduce dependance on kernel version... 2000-07-08 18:55:24 +00:00
find.c Removed unnecessary #include "regexp.h" line from find.c as per Matt Kraai's 2000-07-10 19:29:09 +00:00
free.c Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in 2000-06-26 10:45:52 +00:00
freeramdisk.c Always report the applet name when doing error reporting. 2000-07-12 17:02:35 +00:00
fsck_minix.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
grep.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
gunzip.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
gzip.c Always report the applet name when doing error reporting. 2000-07-12 17:02:35 +00:00
halt.c Updates to a number of apps to remove warnings/compile errors under libc5. 2000-06-19 17:25:40 +00:00
head.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
hostid.c Updates to a number of apps to remove warnings/compile errors under libc5. 2000-06-19 17:25:40 +00:00
hostname.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
id.c Updates to a number of apps to remove warnings/compile errors under libc5. 2000-06-19 17:25:40 +00:00
init.c Use global applet_name instead of local versions. 2000-07-12 15:38:49 +00:00
insmod.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
install.sh Fix creation of /linuxrc 2000-04-18 23:32:10 +00:00
internal.h More cleanups. 2000-07-14 06:49:52 +00:00
kill.c Use global applet_name instead of local versions. 2000-07-12 15:38:49 +00:00
lash.c More cleanups. 2000-07-14 06:49:52 +00:00
length.c Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP 2000-05-12 19:41:47 +00:00
LICENSE Fixed spelling of my name. Geez. 1999-12-11 23:25:59 +00:00
ln.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
loadacm.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
loadfont.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
loadkmap.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
logger.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
logname.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
ls.c Comment on kernel stuff 2000-07-10 22:57:14 +00:00
lsmod.c Updates to a number of apps to remove warnings/compile errors under libc5. 2000-06-19 17:25:40 +00:00
makedevs.c Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP 2000-05-12 19:41:47 +00:00
Makefile Final updates for release. 2000-07-11 18:18:40 +00:00
md5sum.c Always report the applet name when doing error reporting. 2000-07-12 17:02:35 +00:00
messages.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
mkdir.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
mkfifo.c Updates to a number of apps to remove warnings/compile errors under libc5. 2000-06-19 17:25:40 +00:00
mkfs_minix.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
mknod.c Updates to a number of apps to remove warnings/compile errors under libc5. 2000-06-19 17:25:40 +00:00
mkswap.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
mktemp.c Updates to a number of apps to remove warnings/compile errors under libc5. 2000-06-19 17:25:40 +00:00
more.c Cleaned up some #ifdef spiderwebs. 2000-06-21 22:53:16 +00:00
mount.c A couple of minor warning cleanups. 2000-07-14 06:19:41 +00:00
mt.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
mtab.c Some formatting updates (ran the code through indent) 2000-02-08 19:58:47 +00:00
nc.c Always report the applet name when doing error reporting. 2000-07-12 17:02:35 +00:00
nfsmount.c A couple of minor warning cleanups. 2000-07-14 06:19:41 +00:00
nfsmount.h Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009. 2000-07-10 23:39:44 +00:00
nslookup.c Updates to a number of apps to remove warnings/compile errors under libc5. 2000-06-19 17:25:40 +00:00
ping.c More cleanups. 2000-07-14 06:49:52 +00:00
poweroff.c Updates to a number of apps to remove warnings/compile errors under libc5. 2000-06-19 17:25:40 +00:00
printf.c printf now compiles cleanly under both libc5 and libc6. 2000-06-19 17:52:17 +00:00
ps.c More cleanups. 2000-07-14 06:49:52 +00:00
pwd.c Always report the applet name when doing error reporting. 2000-07-12 17:02:35 +00:00
README More doc updates 2000-06-22 00:19:33 +00:00
reboot.c Updates to a number of apps to remove warnings/compile errors under libc5. 2000-06-19 17:25:40 +00:00
rm.c Updates to a number of apps to remove warnings/compile errors under libc5. 2000-06-19 17:25:40 +00:00
rmdir.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
rmmod.c Forgot to commit these cleanups it seems. 2000-07-11 17:52:22 +00:00
sed.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
setkeycodes.c Update files to reduce dependance on kernel version... 2000-07-08 18:55:24 +00:00
sh.c More cleanups. 2000-07-14 06:49:52 +00:00
sleep.c Updates to a number of apps to remove warnings/compile errors under libc5. 2000-06-19 17:25:40 +00:00
sort.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
swaponoff.c Use global applet_name instead of local versions. 2000-07-12 15:38:49 +00:00
sync.c Updates to a number of apps to remove warnings/compile errors under libc5. 2000-06-19 17:25:40 +00:00
syslogd.c Forgot to commit these cleanups it seems. 2000-07-11 17:52:22 +00:00
tail.c More cleanups. 2000-07-14 06:49:52 +00:00
tar.c Always report the applet name when doing error reporting. 2000-07-12 17:02:35 +00:00
tee.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
telnet.c Integrate Tomi Ollila's telnet. Costs 3k. :) 2000-06-14 20:42:57 +00:00
test.c More cleanups. 2000-07-14 06:49:52 +00:00
TODO Remove stuff now moved into the bug tracking system. 2000-06-27 18:12:19 +00:00
touch.c Always report the applet name when doing error reporting. 2000-07-12 17:02:35 +00:00
tr.c More cleanups. 2000-07-14 06:49:52 +00:00
true_false.c Updates to a number of apps to remove warnings/compile errors under libc5. 2000-06-19 17:25:40 +00:00
tty.c Updates to a number of apps to remove warnings/compile errors under libc5. 2000-06-19 17:25:40 +00:00
umount.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
uname.c Updates to a number of apps to remove warnings/compile errors under libc5. 2000-06-19 17:25:40 +00:00
uniq.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
update.c Forgot to commit these cleanups it seems. 2000-07-11 17:52:22 +00:00
uptime.c Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in 2000-06-26 10:45:52 +00:00
usleep.c Updates to a number of apps to remove warnings/compile errors under libc5. 2000-06-19 17:25:40 +00:00
utility.c More cleanups. 2000-07-14 06:49:52 +00:00
uudecode.c Always report the applet name when doing error reporting. 2000-07-12 17:02:35 +00:00
uuencode.c Always report the applet name when doing error reporting. 2000-07-12 17:02:35 +00:00
wc.c Fix argument parsing. 2000-07-14 06:47:33 +00:00
which.c Updates to a number of apps to remove warnings/compile errors under libc5. 2000-06-19 17:25:40 +00:00
whoami.c Use errorMsg rather than fprintf. 2000-07-14 01:51:25 +00:00
yes.c Pavel fixed a segfault in yes. 2000-06-02 17:51:39 +00:00

Please see the LICENSE file for copyright information.
    
BusyBox combines tiny versions of many common UNIX utilities into a single
small executable. It provides minimalist replacements for most of the utilities
you usually find in fileutils, shellutils, findutils, textutils, grep, gzip,
tar, etc. BusyBox provides a fairly complete POSIX environment for any small or
emdedded system. The utilities in BusyBox generally have fewer options then
their full featured GNU cousins; however, the options that are included provide
the expected functionality and behave very much like their GNU counterparts.

BusyBox has been written with size-optimization and limited resources in mind.
It is also extremely modular so you can easily include or exclude commands (or
features) at compile time. This makes it easy to customize your embedded
systems. To create a working system, just add a kernel, a shell (such as ash),
and an editor (such as elvis-tiny or ae).

Busybox was originally written 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,
BusyBox is now modularized to easily allow you to build only the components you
need, thereby reducing binary size. To turn off unwanted Busybox components,
simply edit the file busybox.def.h and comment out the components 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`/_install unless you have defined the PREFIX environment
variable (i.e. make PREFIX="/tmp/foo" install)

----------------
Getting help:
When you find you need help, you can check out the BusyBox mailing list
archives at http://opensource.lineo.com/lists/busybox/ or even join
the mailing list if you are interested.

----------------
Bugs:
If you find bugs, follow the instructions at http://bugs.lineo.com/Reporting.html
and submit a bug report.  This way, we can be sure nothing falls through the 
cracks...

----------------
FTP:
Source for the latest released version can always be downloaded from 
    ftp://ftp.lineo.com/pub/busybox. 

----------------
CVS:
BusyBox now has its own publically browsable CVS tree at:
    http://opensource.lineo.com/cgi-bin/cvsweb/busybox/

Anonymous CVS access is available.  For instructions, check out:
    http://opensource.lineo.com/cvs_anon.html

For those that are actively contributing there is even CVS write access:
    http://opensource.lineo.com/cvs_write.html


----------------

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

<blatent plug>
Many thanks to go to Lineo for paying me to work on busybox. 
</blatent plug>