- 610c4c3 applet_tables: save space by removing applet name offsets by Ron Yorston · 9 years ago
- 32f774c *: declare strings with ALIGN1, as appropriate by Michael Tokarev · 12 years ago
- 6ec1510 applet_tables: do not include libbb.h, that header ir for target builds by Denys Vlasenko · 14 years ago
- b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
- d4d289a tweaks to build system, mainly making menuconfig text and order clearer by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 8fa1f5d hush: fix faloout from previous commit by Denys Vlasenko · 14 years ago
- 6d48d3e rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes. by Denys Vlasenko · 15 years ago
- f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 16 years ago
- 98636eb Use intra-DSO calls when we build libbusybox. No-op for normal build. by Denis Vlasenko · 17 years ago
- 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
- 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- 745cd17 Further optimize applet tables; prettify build output by Denis Vlasenko · 17 years ago
- 1aa7e47 reorganize applet table. Eliminates pointers to names. by Denis Vlasenko · 17 years ago
- 15cb4a4 fix a problem with two different applet_name's by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- 724d196 Move applets/applet.c into libbb, allows to get rid of --whole-archive by Denis Vlasenko · 17 years ago
- 642a52d make --help work for "individual applets" too. by Denis Vlasenko · 17 years ago
- d62fd84 libbusybox: move (possibly compressed) help stuff into libbusybox. by Denis Vlasenko · 17 years ago
- 03fc408 fix typo in comment by Denis Vlasenko · 18 years ago
- 80d14be Rename two config options: by Denis Vlasenko · 18 years ago
- 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 18 years ago
- c44ab01 Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets by Denis Vlasenko · 18 years ago
- 32b633a merge busybox.c into applets.c by Denis Vlasenko · 18 years ago
- c7ba8b9 do not put all <applet>_main() declarations by Denis Vlasenko · 18 years ago
- 765996a Cleanup usage messages (-200 bytes). by Denis Vlasenko · 18 years ago
- 0ee3999 random tiny size savings by Denis Vlasenko · 18 years ago
- 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
- 6ba8bbe add ordering warning on enum Location by Paul Fox · 19 years ago
- b623a54 Header file cleanup. platform.h apparently needs to be included early on so it by Rob Landley · 19 years ago
- e00fc16 - move libc checks from busybox.h to platform.h by Bernhard Reutner-Fischer · 19 years ago
- 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 19 years ago
- dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
- 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
- 843c5ef reorder include <sys/types.h> and <sys/types.h>. by "Vladimir N. Oleynik" · 19 years ago
- d4cffd1 - make sure to include dmalloc.h at the very end of busybox.h or libbb.h. by Bernhard Reutner-Fischer · 19 years ago
- 193c8c7 #ifdef reduction infrastructure, based on an argument between Shaun Jackman, by Rob Landley · 19 years ago
- ca1b6fc newlib fixe from Shaun Jackman by Mike Frysinger · 20 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- 68474f3 Make sure stdlib.h is always included before dmalloc.h to avoid problems by Manuel Novoa III · 21 years ago
- 7c87b67 Patch from Bastian Blank, allow the buildtime to be overriden with a by Glenn L McGrath · 21 years ago
- 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
- a88cb50 Patch from mathuria, compatability with solaris by Glenn L McGrath · 22 years ago
- 60a22ad Remove unwanted comments, run through indent by Glenn L McGrath · 22 years ago
- c9aca45 Implement two types of suid/sgid support for BusyBox: by Robert Griebl · 23 years ago
- 38ddbed Try to pull in PATH_MAX properly by Eric Andersen · 23 years ago
- 20d739a If PATH_MAX isn't defined, define it outselves by Eric Andersen · 23 years ago
- bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
- c1cda4a Add a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.c by Matt Kraai · 23 years ago
- 9ff9325 Move applet_name declaration from busybox.h to libbb.h. by Matt Kraai · 24 years ago
- 3e310ac Applied patch from Larry Doolittle to give users the third option of putting by Mark Whitley · 24 years ago
- 6ba1a80 Use date -u instead of date --utc and consolidate version string. by Matt Kraai · 24 years ago
- 5cd2a2d In fact, socklen_t *is* defined by libc5. by Mark Whitley · 24 years ago
- aad1a88 Convert utility.c into libbb.a. It is now a whole pile of .c by Eric Andersen · 24 years ago
- 2b1c367 Amazing the difference between an "and" and an "or". by Eric Andersen · 24 years ago
- c319601 Some updates for libc5 by Eric Andersen · 24 years ago
- e0bf91d Applied patch from Christophe Boyanique to add -i support to rm. by Mark Whitley · 24 years ago
- 6317c4b Applied patch from Gennady Feldman to split up syslogd.c into syslogd and by Mark Whitley · 24 years ago
- 13d1fa1 Add in 'trim' routine. Fix up sh.c so it works when wordexp by Eric Andersen · 24 years ago
- 4cc8f31 Changed KILOBYTE, MEGABYTE, and GIGABYTE from #define to enum. by Mark Whitley · 24 years ago
- ae5612c Some minor cleanups to df.c. Also, with Erik's blessing, changed name of by Mark Whitley · 24 years ago
- 39842de Applied patch from David Douthitt to fix build error in df.c when by Mark Whitley · 24 years ago
- 4142d4d Patch from Vladimir N. Oleynik to save 128 bytes by moving error by Eric Andersen · 24 years ago
- c163e51 Turn off the printf attribute for the ?error_msg* functions, since it by Eric Andersen · 24 years ago
- 7e9276b Another update to the way usage messages are done by Evin Robertson by Eric Andersen · 24 years ago
- 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
- ec45595 Add in ifconfig and route by Eric Andersen · 24 years ago
- fc83c4c Several cleanups from Manuel Novoa III. by Eric Andersen · 24 years ago
- a164c64 Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. by Matt Kraai · 24 years ago
- f2cc276 Create find_applet_by_name function. Save 32 bytes. by Matt Kraai · 24 years ago
- 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 24 years ago
- ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
- d35c215 Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. -Erik by Eric Andersen · 24 years ago
- 6d0921c Add HUMAN_READABLE define for -m and -h support in du, df, and ls by Richard June · 24 years ago
- 01bda5d Better dmalloc handling by Eric Andersen · 24 years ago
- a1f9775 Fix tar handling of absolute paths and excluded directories. by Matt Kraai · 24 years ago
- 24ac017 Rewrote dd. by Matt Kraai · 24 years ago
- bfa7967 Rewrite nc to be simpler, smaller, and to check syscalls for errors. by Matt Kraai · 24 years ago
- f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
- ab147f6 Removed isBlank and isWildCard macros that were totally unused (should anyone by Mark Whitley · 24 years ago
- 4758368 Fixed the comments to match the code and renamed the function to a (hopefully) by Mark Whitley · 24 years ago
- 2187adc Flag day warning! by Eric Andersen · 24 years ago
- 8755982 Remove #ifdef __STDC__ junk. We don't do K&R round these parts, by Eric Andersen · 24 years ago
- 8c725e6 Patch from Larry Doolittle (with minor touchups from me so everything compiles by Eric Andersen · 24 years ago
- e500d20 Apply a patch fromkent robotti: by Eric Andersen · 24 years ago
- a683ee8 "I will always compile before I commit." by Eric Andersen · 24 years ago
- e5aef92 Fix up builtin overrides, and hack in the binary search for finding by Eric Andersen · 24 years ago
- ef5529b Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE by Matt Kraai · 24 years ago
- 324a778 Added a fatalPerror function to simplify error handling. by Matt Kraai · 24 years ago
- 6050618 Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] by Mark Whitley · 24 years ago
- 872138d Added cmp and readlink applets from Matt Kraai. by Mark Whitley · 24 years ago
- c0321f9 Rewrote head to perservere when it can't open a file, and share code with cat. by Matt Kraai · 24 years ago
- e0bcce0 Rewrote uniq to be less than a third of the size, and fixed some other by Matt Kraai · 24 years ago
- f6b7139 Add in busybox.h. I renamed it, and forgot to commit the newky named version. by Eric Andersen · 24 years ago