John Beppu 59017e80da damnit.
removed mkfifo from the TODO list.

    I didn't implement it, because I realized (too late) that
    mknod already existed, and it can do anything that mkfifo
    would have done.
1999-12-10 08:44:54 +00:00
1999-12-03 09:19:54 +00:00
1999-12-03 09:19:54 +00:00
1999-11-08 17:00:52 +00:00
1999-12-08 23:19:36 +00:00
1999-12-07 23:14:59 +00:00
1999-10-23 07:09:58 +00:00
1999-10-05 16:24:54 +00:00
1999-11-19 05:31:45 +00:00
1999-12-03 09:19:54 +00:00
1999-12-08 23:19:36 +00:00
1999-11-18 00:19:26 +00:00
1999-11-10 23:13:02 +00:00
1999-11-10 23:13:02 +00:00
1999-10-20 22:08:37 +00:00
1999-11-16 00:46:00 +00:00
1999-11-10 23:13:02 +00:00
1999-11-27 17:41:29 +00:00
1999-11-08 17:00:52 +00:00
1999-10-20 22:08:37 +00:00
1999-12-03 09:19:54 +00:00
1999-12-08 23:19:36 +00:00
1999-11-10 23:13:02 +00:00
1999-11-18 00:21:59 +00:00
1999-11-16 00:46:00 +00:00
1999-12-09 22:39:55 +00:00
1999-12-10 08:29:20 +00:00
1999-12-07 08:37:31 +00:00
1999-12-08 23:19:36 +00:00
1999-10-18 22:28:26 +00:00
1999-11-18 00:19:26 +00:00
1999-11-10 23:13:02 +00:00
1999-10-20 22:08:37 +00:00
1999-11-25 08:06:22 +00:00
1999-11-23 21:38:12 +00:00
1999-12-07 08:37:31 +00:00
1999-11-22 07:41:00 +00:00
1999-11-10 23:13:02 +00:00
1999-11-10 23:13:02 +00:00
1999-11-13 04:47:09 +00:00
1999-11-19 05:31:45 +00:00
1999-12-05 23:24:55 +00:00
1999-12-05 23:24:55 +00:00
1999-11-16 00:46:00 +00:00
1999-11-18 07:58:07 +00:00
1999-11-18 07:58:07 +00:00
1999-12-05 23:24:55 +00:00
1999-10-20 22:08:37 +00:00
1999-11-18 00:19:26 +00:00
1999-12-08 23:19:36 +00:00
1999-10-29 00:07:31 +00:00
1999-11-19 02:38:58 +00:00
1999-11-10 23:13:02 +00:00
1999-11-10 23:13:02 +00:00
1999-11-10 23:13:02 +00:00
1999-11-10 23:13:02 +00:00
1999-12-10 08:44:54 +00:00
1999-11-10 23:13:02 +00:00
1999-12-07 23:14:59 +00:00
1999-11-10 23:13:02 +00:00
1999-10-20 22:08:37 +00:00
1999-12-09 22:39:55 +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>

Description
No description provided
Readme 33 MiB
Languages
C 93.2%
Shell 4.1%
Assembly 1%
Makefile 0.7%
C++ 0.5%
Other 0.2%