Mirror of busybox

Eric Andersen 1fb759908f trim whitespace 19 rokov pred
applets 2c12d435e5 output busybox help to stdout, not stderr 19 rokov pred
archival 348e84c202 change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) 19 rokov pred
console-tools 7daa076d3e egor duda writes: 20 rokov pred
coreutils 8deb686d2e Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTMP options 19 rokov pred
debian 075dd81c44 Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof 20 rokov pred
debianutils 348e84c202 change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) 19 rokov pred
docs 6eb1e41674 Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use 19 rokov pred
e2fsprogs fc379ba077 rip out all the non-linux code and ugly workarounds 19 rokov pred
editors ed830e8693 Patch from Dmitry Zakharov: 19 rokov pred
examples ad8071f582 David Brownell submitted a new applet, zcip, based on RFC 3927. This is 19 rokov pred
findutils 14f5c8d764 Patch from Bernhard Fischer to make a bunch of symbols static 19 rokov pred
include 6eb1e41674 Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use 19 rokov pred
init 10427ab528 move var decls around a little to help gcc make smaller code 19 rokov pred
libbb 348e84c202 change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) 19 rokov pred
libpwdgrp 7daa076d3e egor duda writes: 20 rokov pred
loginutils b381009740 2005-06-30 Shaun Jackman <sjackman@gmail.com> 19 rokov pred
miscutils 8deb686d2e Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTMP options 19 rokov pred
modutils 4f65360a5f Tweak the "pretty lsmod for 2.6" patch to be seperately selectable. 19 rokov pred
networking 778ee6da60 - remove extra/unneeded function call. testing svn 19 rokov pred
patches 3d9256225f About time to just apply this and kill off the patches 19 rokov pred
procps 60158cb93e A patch from Takeharu KATO to update/fix SE-Linux support. 19 rokov pred
scripts bae38db8e4 Updated to match trunk/uClibc/extra/config as of r10132, and thus 19 rokov pred
shell 0fcd9430ce This one's from me. Fix ash "standalone shell". 19 rokov pred
sysdeps 5043ea1986 Enabling runtime SUID/SGID configuration via /etc/busybox.conf 19 rokov pred
sysklogd f547d672cf fix typoe (buildddir -> builddir) 19 rokov pred
testsuite 93850a56b2 Patch from Colin Watson (mangled slightly by Rob Landley): 19 rokov pred
util-linux 576db48ef0 applets specified as _BB_SUID_ALWAYS in applets.h should also select 19 rokov pred
.cvsignore c9f20d9fb9 Yet another major rework of the BusyBox config system, using the considerably 22 rokov pred
.indent.pro 40bfc76385 First revision of the Busybox Style Guide and an accompanying .indent.pro 24 rokov pred
AUTHORS 6eb1e41674 Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use 19 rokov pred
Changelog 9395ca4f68 prepare for release 20 rokov pred
INSTALL c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 rokov pred
LICENSE cb81e6484d Update a bunch of docs. Run a script to update my email addr. 21 rokov pred
Makefile e9903cfa0f move config.h requirement to the actual .depend target rather than the depend alias 19 rokov pred
README fdfa09b5c7 Fix the supported architectures section 20 rokov pred
Rules.mak 90d3317fbf Bump version 20 rokov pred
TODO 1fb759908f trim whitespace 19 rokov pred

README

Please see the LICENSE file for details on copying and usage.

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 GNU coreutils, util-linux, etc. The utilities in BusyBox
generally have fewer options than 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 /dev, /etc, and a Linux kernel.
BusyBox provides a fairly complete POSIX environment for any small or embedded
system.

BusyBox is extremely configurable. This allows you to include only the
components you need, thereby reducing binary size. Run 'make config' or
'make menuconfig' to select the functionality that you wish to enable.

After the build is complete, a busybox.links file is generated. This is
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')

If you wish to install hard links, rather than symlinks, you can use
'make PREFIX=/tmp/foo install-hardlinks' instead.

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

Supported architectures:

BusyBox in general will build on any architecture supported by gcc.
Kernel module loading for 2.2 and 2.4 Linux kernels is currently
limited to ARM, CRIS, H8/300, x86, ia64, x86_64, m68k, MIPS, PowerPC,
S390, SH3/4/5, Sparc, v850e, and x86_64 for 2.4.x kernels. For 2.6.x
kernels, kernel module loading support should work on all architectures.


Supported C Libraries:

uClibc and glibc are supported. People have been looking at newlib and
dietlibc, but they are currently considered unsupported, untested, or
worse. Linux-libc5 is no longer supported -- you should probably use uClibc
instead if you want a small C library.

Supported kernels:

Full functionality requires Linux 2.2.x or better. A large fraction of the
code should run on just about anything. While the current code is fairly
Linux specific, it should be fairly easy to port the majority of the code
to support, say, FreeBSD or Solaris, or Mac OS X, or even Windows (if you
are into that sort of thing).

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

Getting help:

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

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

Bugs:

If you find bugs, please submit a detailed bug report to the BusyBox mailing
list at busybox@mail.busybox.net. A well-written bug report should include a
transcript of a shell session that demonstrates the bad behavior and enables
anyone else to duplicate the bug on their own machine. The following is such
an example:

To: busybox@mail.busybox.net
From: diligent@testing.linux.org
Subject: /bin/date doesn't work

Package: BusyBox
Version: 1.00

When I execute BusyBox 'date' it produces unexpected results.
With GNU date I get the following output:

$ date
Fri Oct 8 14:19:41 MDT 2004

But when I use BusyBox date I get this instead:

$ date
illegal instruction

I am using Debian unstable, kernel version 2.4.25-vrs2 on a Netwinder,
and the latest uClibc from CVS. Thanks for the wonderful program!

-Diligent

Note the careful description and use of examples showing not only what BusyBox
does, but also a counter example showing what an equivalent GNU app does. Bug
reports lacking such detail may never be fixed... Thanks for understanding.

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

Downloads:

Source for the latest released version, as well as daily snapshots, can always
be downloaded from
http://busybox.net/downloads/

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

CVS:

BusyBox now has its own publicly browsable CVS tree at:
http://busybox.net/cgi-bin/cvsweb/busybox/

Anonymous CVS access is available. For instructions, check out:
http://busybox.net/cvs_anon.html

For those that are actively contributing there is even CVS write access:
http://busybox.net/cvs_write.html

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

Please feed suggestions, bug reports, insults, and bribes back to:
Erik Andersen