- aba7546 When the .config file is missing, supply a default one and run menuconfig by Eric Andersen · 23 years ago
- fb24eb4 Cleanup make clean by Eric Andersen · 23 years ago
- 1f30a41 Add a 'make uninstall' target by Eric Andersen · 23 years ago
- 85208e2 Completely rework the config system so that it no longer annoys me to work on by Eric Andersen · 23 years ago
- 5a40651 Update dmalloc options per suggestion from Glenn by Eric Andersen · 23 years ago
- 3ec5c69 Bart Visscher noticed some spurious search and replace silliness -Erik by Eric Andersen · 23 years ago
- de2a342 Add a more verbose non-strip command. by Eric Andersen · 23 years ago
- 2423b12 Begin moving things to busybox.net -Erik by Eric Andersen · 23 years ago
- 06656f3 Minor adjustment to the strip command by Eric Andersen · 23 years ago
- 4e05da8 Add a check target. by Matt Kraai · 23 years ago
- 45784fe Some more minor build cleanups by Eric Andersen · 23 years ago
- 30fcef4 Only use -mpreferred-stack-boundary with gcc versions that support it by Eric Andersen · 23 years ago
- 5abdaa9 Force main to always be included by Eric Andersen · 23 years ago
- 1552ff7 Move usage.h to include/usage.h by Eric Andersen · 23 years ago
- 6cf47a7 Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it> by Eric Andersen · 23 years ago
- 95ebf61 *** empty log message *** by Glenn L McGrath · 23 years ago
- a49b025 Oops. As Aaron Lehmann <aaronl@vitelus.com> just noticed, by Eric Andersen · 23 years ago
- 3cd2760 Fixup the new buildsystem a bit. by Eric Andersen · 23 years ago
- ca38a29 A couple of leftovers 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
- 74400cc Scrub up some function prototypes. -Erik by Eric Andersen · 23 years ago
- 5c72104 Fix large file support -- 2+ gig files should now actually by Eric Andersen · 23 years ago
- 63ae661 use the pedantically correct compiler for preprocessing by Eric Andersen · 23 years ago
- d36cdd2 Bump version to 0.61.pre by Eric Andersen · 23 years ago
- 54eceff some minor wording changes by Eric Andersen · 23 years ago
- a7cecbc Commit Vladimir's simplify_path. by Matt Kraai · 23 years ago
- 0b7d70c Fix up some silly messups with the debian packaging, and a dumb by Eric Andersen · 23 years ago 0_60_0
- 9e6089e Ok, here we go... by Eric Andersen · 23 years ago
- be0c360 More libc5 fixups -Erik by Eric Andersen · 23 years ago
- 3450636 Latest patch from vodz. Adds a check for divide by zero in the posix by Eric Andersen · 23 years ago
- 2d91deb Allow multiple shells to be enabled. by Matt Kraai · 23 years ago
- 74bcd16 This incorporates Posix math support into ash. The Posix math support by Eric Andersen · 23 years ago
- 8d79ce8 Some patches to make dietlibc work... by Eric Andersen · 23 years ago
- 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
- 7467c8d Patch from vodz: by Eric Andersen · 23 years ago
- c59fa37 Make the obj's generated from libbb/unarchive.c depend on the by Eric Andersen · 23 years ago
- 654944f Reverse my previous change, still cant compile with dmalloc by Glenn L McGrath · 23 years ago
- c3d2f12 When compiling unarchive objects link to $(LIBRARIES) incase using dmalloc by Glenn L McGrath · 23 years ago
- 6199fa9 Update version number to 0.53pre. by Matt Kraai · 23 years ago
- b7e6f13 Some minor updates. Bump version number in preparation for release. -Erik by Eric Andersen · 23 years ago
- d28cb03 Forgot this by Eric Andersen · 23 years ago
- 10175a4 Simplify a comment by Eric Andersen · 23 years ago
- 78b0e37 Vladimir's last_patch_15 by Glenn L McGrath · 23 years ago
- 30f1eaf Fix the build process so it does not do the evil #ifdef BB_FOO stuff. by Eric Andersen · 23 years ago
- ceeff73 Rewrote mkdir (and touched lots of things in the process). by Matt Kraai · 23 years ago
- eb1c940 Reorganise unarchiving functions, more code re-use, only does single pass(no more linked lists), basis for supporting a cpio (and cheaper untar) applet, but cpio applet isnt included in this. by Glenn L McGrath · 23 years ago
- 9aff903 Reorganise archive extraction code by Glenn L McGrath · 24 years ago
- f4dd6e3 Do not purge the .cvsignore files on 'make release' so that by Eric Andersen · 24 years ago
- 8b113f9 Vladimir's last_patch13, containing several bugfixes. by Eric Andersen · 24 years ago
- f12cc4e Make hush the default shell. Ensure the applets_list gets by Eric Andersen · 24 years ago
- c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 24 years ago
- 55f9872 This patch from Adam Heath <doogie@debian.org>, makes print_file by Eric Andersen · 24 years ago
- 14d3543 Per suggestion from Vladimir, eliminate check_wildcard_match(), which by Eric Andersen · 24 years ago
- 5f265b7 Fix a segfault in lash, hush, and cmdedit. Each of these used by Eric Andersen · 24 years ago
- d283e1c Bump version to 0.52pre by Eric Andersen · 24 years ago
- da7f095 Update comment re USE_SYSTEM_PWD_GRP -Erik by Eric Andersen · 24 years ago
- abde065 Oops. The dangers of applying patches by hand... by Eric Andersen · 24 years ago
- 3f99b56 A patch from Larry to fix pristine source builds (again). by Eric Andersen · 24 years ago
- 8a63326 Made new xreadlink function for libbb and changed applets to use it instead of by Mark Whitley · 24 years ago
- defa4f9 Per suggestion by Matt, make sh.c a real target. There is no by Eric Andersen · 24 years ago
- 2bf4dad fix to applet_source_list rule so Debian package continues to build by David Kimdon · 24 years ago
- 07e462f Matt was complaining. Hopefully this helps the sh.c link situation by Eric Andersen · 24 years ago
- 0081466 Be a bit more sneaky about the sh.c symlink so you don't need to by Eric Andersen · 24 years ago
- 25f2703 This is the initial checkin of Larry Doolittle's hush.c, using his by Eric Andersen · 24 years ago
- c1bdffe Another nice cleanup from Larry. This adds a new last_char_is() function and by Eric Andersen · 24 years ago
- e559878 Applied patch from Larry Doolittle to fix pristine build breakage. by Mark Whitley · 24 years ago
- 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago
- 3676374 Cleanup more carefully after pod2html by Eric Andersen · 24 years ago
- 8810bdb Rewrote rm. by Matt Kraai · 24 years ago
- 8a24a65 Change link order so that libbb functions use libpwd.a when appropriate. by Matt Kraai · 24 years ago
- 46cd74b This has two patches. First it moves interface.c to libbb (it is by Eric Andersen · 24 years ago
- a529d88 NEw functions read_package_field and read_text_file_to_buffer by Glenn L McGrath · 24 years ago
- 6ba1a80 Use date -u instead of date --utc and consolidate version string. by Matt Kraai · 24 years ago
- a6ce670 use tmpfile() and revert my previous changes... convert() belongs here by Glenn L McGrath · 24 years ago
- 4949faf copy_file_chunk uses streams now. by Glenn L McGrath · 24 years ago
- 7fd9294 Move unzip, gz_open, gz_close to libbb by Glenn L McGrath · 24 years ago
- d22e560 Move deb_extract() to libbb, dpkg now independent of dpkg-deb by Glenn L McGrath · 24 years ago
- 9d53c8a Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c by Glenn L McGrath · 24 years ago
- b9af894 Fix up the uClibc compiler name (its format was recently changed slightly) by Eric Andersen · 24 years ago
- e5dfced Apply Vladimir's latest cleanup patch. -Erik by Eric Andersen · 24 years ago
- a75e286 Bump version number to 0.51 by Eric Andersen · 24 years ago
- 94e5054 by John Beppu · 24 years ago
- a2a978a Some further syscall adjustments. Split the module syscalls out of by Eric Andersen · 24 years ago
- 0607053 Failed to name "Electric-fence" explicitly by Eric Andersen · 24 years ago
- b2e3e9b Seems that stupid libc5 doesn't implement daemon(), so conditionally by Eric Andersen · 24 years ago
- 24073c7 Add in easy-to-use electric-fence support. -Erik by Eric Andersen · 24 years ago
- c0c502e Fix for bug 1143 from Larry Doolittle -Erik by Eric Andersen · 24 years ago
- c4cef5a Move the mtab support stuff into libbb -Erik by Eric Andersen · 24 years ago
- 2b549c3 Fixed the Makefile so busybox can link against libc5 again. Putting libbb.a at by Mark Whitley · 24 years ago
- 36eff9a Bump version number to 0.51pre by Eric Andersen · 24 years ago
- 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 24 years ago
- b183dfa Split error messages into separate files. by Eric Andersen · 24 years ago
- c75586e Split libbb/pwd_grp_wrappers.c into 5 different libbb/my_* files. -Erik by Eric Andersen · 24 years ago
- aad1a88 Convert utility.c into libbb.a. It is now a whole pile of .c by Eric Andersen · 24 years ago
- 53b55ac Fix the make release target. by Eric Andersen · 24 years ago
- 0d5051d Update files and version number prepratory to cutting a release. -Erik by Eric Andersen · 24 years ago
- bdc8db9 Use the system passwd and group stuff by default by Eric Andersen · 24 years ago
- b3d6e2d Update the lash shell (hopefully the last time...) so things like by Eric Andersen · 24 years ago
- d2117e9 Created new regression testing framework with a number of testcases (many more by Mark Whitley · 24 years ago
- dd91724 patch from Larry to fix pristine source builds by Eric Andersen · 24 years ago