- a58f040 Add Gennady Feldman by Eric Andersen · 23 years ago
- 85dd4b3 start-stop-deamon is done by Eric Andersen · 23 years ago
- ccd96f1 Patch from Charles Steinkuehler <charles@steinkuehler.net> by Eric Andersen · 23 years ago
- 3d61b10 Major cleanup from Charles Steinkuehler <charles@steinkuehler.net>: by Eric Andersen · 23 years ago
- 950d8b4 patch from vodz: by Eric Andersen · 23 years ago
- 2c669dd patch from Giulio Orsero <giulioo@pobox.com> by Eric Andersen · 23 years ago
- ce22fee by John Beppu · 23 years ago
- 3889078 Merge test suite. by Matt Kraai · 23 years ago
- 999623e Use extended regular expressions when invoked as egrep (noted and initial by Matt Kraai · 23 years ago
- b5f2516 Add killall (noted by Giulio Orsero). by Matt Kraai · 23 years ago
- 813d88c As Aaron Lehmann just pointed out, I forgot a line... by Eric Andersen · 23 years ago
- 4acf8f8 Use error_msg() instead of fprintf(stderr, ...) by Eric Andersen · 23 years ago
- 72f9a42 Add in some (theoretical) uClinux support. Some init cleanups by Eric Andersen · 23 years ago
- 9af363f include unistd which provides off_t for the header and hence unarchive applets by Glenn L McGrath · 23 years ago
- 7134d65 Attempt to fix libc compiling error regarding off_t by Glenn L McGrath · 23 years ago
- 8e39292 Be extra pedantic about printing the correct type for an address by Eric Andersen · 23 years ago
- c265b17 Wrap exclude_file() inside a #ifdef CONFIG_FEATURE_TAR_EXCLUDE block by Eric Andersen · 23 years ago
- 087bc82 Fix up the configuration rules and update Libc5 piece for Syslogd. (copied code from logread.c) by Gennady Feldman · 23 years ago
- ee28362 Menu entry for tar creation support by Glenn L McGrath · 23 years ago
- 107c796 Recovery from previous commit by Glenn L McGrath · 23 years ago
- 9f2f854 rEcover from my previous commit by Glenn L McGrath · 23 years ago
- e9fc781 libunarchive, and recovery from my previous commit by Glenn L McGrath · 23 years ago
- 633f153 Move libbb/unarchive functions to ./archival/libunarchive by Glenn L McGrath · 23 years ago
- ef0eab5 Recovering from my previous commit by Glenn L McGrath · 23 years ago
- 0d2fb76 Modify applets to use libunarchive by Glenn L McGrath · 23 years ago
- 95ebf61 *** empty log message *** by Glenn L McGrath · 23 years ago
- 8eaa7b3 Oops. I forgot pwd_group/config.in by Eric Andersen · 23 years ago
- 2293b96 ignore .menuconfig.log by Eric Andersen · 23 years ago
- 9ae7ebd Ignore lxdialog by Eric Andersen · 23 years ago
- 258bd3d Split true and false into separate applets. by Matt Kraai · 23 years ago
- 3c2f27d Add CONFIG_FEATURE_TAR_EXCLUDE support. by Matt Kraai · 23 years ago
- 99702ab Fix variable name -- was stuck at the old RPMUNPACK value. Doh! by Eric Andersen · 23 years ago
- b78d9b5 Oops. Fix capililization by Eric Andersen · 23 years ago
- 1a10eec Fixup the location of pwd.h and grp.h by Eric Andersen · 23 years ago
- bfebd35 Fix missing BB_VER defines by Eric Andersen · 23 years ago
- a49b025 Oops. As Aaron Lehmann <aaronl@vitelus.com> just noticed, by Eric Andersen · 23 years ago
- a3483db Patch from vodz: by Eric Andersen · 23 years ago
- 3cd2760 Fixup the new buildsystem a bit. by Eric Andersen · 23 years ago
- b36e684 Ignore generated files by Eric Andersen · 23 years ago
- 28593a0 ignore generated files by Eric Andersen · 23 years ago
- ca38a29 A couple of leftovers by Eric Andersen · 23 years ago
- 9b5a953 Add in a mostly content free config help file by Eric Andersen · 23 years ago
- 4bcdd72 Oops. Forgot these.... 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
- 9260fc5 Accomodate older glibc, which also lacks the module syscalls by Eric Andersen · 23 years ago
- 1c9cebc Fix empty line substitutions (noted by Joshua Hudson). by Matt Kraai · 23 years ago
- 8470b9a Fix empty line substitutions (noted by Joshua Hudson). by Matt Kraai · 23 years ago
- 6ccdd8c Abort if scripts return value != 0 by Glenn L McGrath · 23 years ago
- c2e5b97 Add ttylinux. by Matt Kraai · 23 years ago
- 68ca35c Add slackware 8 to list by Eric Andersen · 23 years ago
- 9c93721 Add mindi linux by Eric Andersen · 23 years ago
- d63dee4 Add an option to make the shells not advertise their busybox nature by Eric Andersen · 23 years ago
- f4c2089 Remove the now unused ARITH_* defines -Erik by Eric Andersen · 23 years ago
- c2af1ee Commit the start-stop-daemon applet. This was contributed by David by Eric Andersen · 23 years ago
- bcca331 Return NULL if EOF is encountered before terminating_string. by Matt Kraai · 23 years ago
- a7512d7 Process extra empty lines correctly. by Matt Kraai · 23 years ago
- 3dd4f5e Remove xmalloc calls. by Matt Kraai · 23 years ago
- a0f0ae5 Revert that change. As Matt Kraai rightly points out, by Eric Andersen · 23 years ago
- 74400cc Scrub up some function prototypes. -Erik by Eric Andersen · 23 years ago
- 8acbf1d Make mount default to using /proc/filesystems to avoid by Eric Andersen · 23 years ago
- 11fdb8a Fix a nasty bug with variable name shadowing by Eric Andersen · 23 years ago
- 1bf25f0 Patch from Stefan Soucek <ssoucek@coactive.com> to by Eric Andersen · 23 years ago
- 4bef7b4 unarchive function changed to support both exclude and include lists, applets that use unarchive changed to match. by Glenn L McGrath · 23 years ago
- 051eee6 Reverse part of previous change.... i think it was the wrong approach... im lost by Glenn L McGrath · 23 years ago
- d642a67 Match subdirectories of included/excluded files by Glenn L McGrath · 23 years ago
- 527880e match exclude/include names with trailing '/' by Glenn L McGrath · 23 years ago
- b5937d3 Use fnmatch() to compare excluded/included files by Glenn L McGrath · 23 years ago
- 0e76618 Superficial changes to make the exclude/include code easier to understand by Glenn L McGrath · 23 years ago
- f86bbfa Fix tar segfault when include list is empty and exclude list is not. by Matt Kraai · 23 years ago
- 9b2589d Cleanup memory usage properly by Glenn L McGrath · 23 years ago
- dfa7b0e Free some variables after use by Glenn L McGrath · 23 years ago
- 30f6890 Another part of Stafan's latest patch, when replacing a pre-existing package set its status correctly. by Glenn L McGrath · 23 years ago
- f28d819 status_package_num should refer to package not status. by Glenn L McGrath · 23 years ago
- 3550753 Remove duplicate tftp -l option help by Glenn L McGrath · 23 years ago
- 1d098ce Use wfopen instead of fopen & error_msg, saves 64 bytes by Glenn L McGrath · 23 years ago
- bf265da Use xfopen, saves 32 bytes ! by Glenn L McGrath · 23 years ago
- ad117d8 Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups. by Glenn L McGrath · 23 years ago
- 24e2833 Initial support for for bunzip2.... by Glenn L McGrath · 23 years ago
- 2e772ed Change extraction/list code to use common unarchive code. by Glenn L McGrath · 23 years ago
- 4c557bf Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. by Matt Kraai · 23 years ago
- 54a992d Fix BB_FEATURE_MTAB_SUPPORT test (report and patch by Magnus Damm). by Matt Kraai · 23 years ago
- b0a0fc8 Add Magnus Damm and fix alpha sorting by Eric Andersen · 23 years ago
- a8412db Fixes with help from Stefan, Typo in prerm script, and when reinstall a package the old packages status was getting overwritten. by Glenn L McGrath · 23 years ago
- fd35de5 Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabled by Eric Andersen · 23 years ago
- 371ca19 Look for either "init" or "linuxrc" processes by Eric Andersen · 23 years ago
- f0a4ac8 Patch from Magnus Damm <damm@opensource.se> to avoid lash hanging by Eric Andersen · 23 years ago
- 3563654 Extract control.tar.gz and data.tar.gz unconditionally, another one picked up by Stefan by Glenn L McGrath · 23 years ago
- 5c72104 Fix large file support -- 2+ gig files should now actually by Eric Andersen · 23 years ago
- c9fc633 Use port 37 by default. by Matt Kraai · 23 years ago
- 524fcb9 Use xgethostbyname instead of gethostbyname (found by Erik Andersen). by Matt Kraai · 23 years ago
- 95bfe63 Fix return status, picked up by Stefan by Glenn L McGrath · 23 years ago
- 63ae661 use the pedantically correct compiler for preprocessing by Eric Andersen · 23 years ago
- b67adb0 Add Cachier. by Matt Kraai · 23 years ago
- c5bd149 List full path instead of relative path if prefix is specified (this was supposed to be in last patch) by Glenn L McGrath · 23 years ago
- dece3c5 The <package>.list file was prepending "./" to the files, fixed that. by Glenn L McGrath · 23 years ago
- b8f5adb Dont free everytime getline() is used, fix from Stefan Soucek by Glenn L McGrath · 23 years ago
- 3be3430 Fix tftp usage information (closes: #1216). by Matt Kraai · 23 years ago
- f8f6e62 Eliminate ldconfig which is no longer built by default (or needed) with uClibc. by Eric Andersen · 23 years ago
- 48cc89b Fix to make preinst run when required, from Stefan Soucek by Glenn L McGrath · 23 years ago
- e738661 Implement dpkg -l option, from Stefan Soucek (slightly modified) by Glenn L McGrath · 23 years ago