- 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
- 4c67c59 closes bug#1215? by Tim Riker · 23 years ago
- 8d0afde Commit my changes to xxreadtoken() to reduce code size. Also set defines by Manuel Novoa III · 23 years ago
- 6a9d1f6 Commit my changes to arith.c which fixed a couple of bugs and decreased by Manuel Novoa III · 23 years ago
- f6ecacc Fix my email address. by Eric Andersen · 23 years ago
- 886b842 Lineo is no longer sponsoring busybox by Eric Andersen · 23 years ago
- 5bb1677 define IFS_BROKEN by Eric Andersen · 23 years ago
- 88cec25 Patch from vodz to make ash cope with leading redirections by Eric Andersen · 23 years ago
- 1644db9 Two patches from Magick <magick@linux-fan.com>: by Eric Andersen · 23 years ago
- b940850 Another fix from vodz by Eric Andersen · 23 years ago
- 3b1525e Don't automount things as "usbdevfs" -- patch from by Eric Andersen · 23 years ago
- 1350666 Add -p support. by Matt Kraai · 23 years ago
- 5171bf6 SUSv2 specifies that if the extension is identical to the basename, it by Matt Kraai · 23 years ago
- dcbca62 Standard typing (u_int16_t instead of u16, u_int32_t instead by Eric Andersen · 23 years ago
- 5078919 Use the correct buffer when calling dirname, improve an error message, and by Matt Kraai · 23 years ago
- 28d0ac1 Add "DutNux" by Eric Andersen · 23 years ago
- 9163101 Remove traces of rpmunpack (patch by Laurence Anderson). by Matt Kraai · 23 years ago
- 863a3e1 patch from vodz -- route cleanup to display all route entries by Eric Andersen · 23 years ago
- ab3d839 Add support for `busybox --help APPLET' by Vladimir Oleynik. by Matt Kraai · 23 years ago
- 861e624 Fix ash exec (noted by Arne Bernin). by Matt Kraai · 23 years ago
- 449377a Fix invocation of `-/bin/sh' (bug #1209). by Matt Kraai · 23 years ago
- 80f6d55 Eliminate improper consts and allow standard version to override. by Matt Kraai · 23 years ago
- ac20ce1 Canonicalize dirname(3) behavior. by Matt Kraai · 23 years ago
- 2a953ae Fix a memory leak if parent directory creation failed. by Matt Kraai · 23 years ago
- a0065d5 Fix s/[/]// handling (noted by Dumas Patrice). by Matt Kraai · 23 years ago
- 31b35a1 Merge with the stable branch by Eric Andersen · 23 years ago
- a3c8481 A patch from Jaspreet Singh <jsingh@somanetworks.com> by Eric Andersen · 23 years ago
- b76cb68 A patch from Shu-Hao Chang <shuhao_chang@trend.com.tw> to by Eric Andersen · 23 years ago
- 1071ccf Force BB_FEATURE_NEW_MODULE_INTERFACE and BB_FEATURE_OLD_MODULE_INTERFACE by Eric Andersen · 23 years ago
- c0f9d0d Add #include <sys/param.h> to ensure PATH_MAX is defined by Eric Andersen · 23 years ago
- 5d60a46 Fix a warning and potential segfault in lash when BB_FEATURE_CLEAN_UP is enabled by Eric Andersen · 23 years ago
- ac5dbd1 Fix an _old_ interface problem with a never-used feature. by Eric Andersen · 23 years ago
- 5944396 Scrub things and ditch uint64_t and use a custom type name by Eric Andersen · 23 years ago
- d36cdd2 Bump version to 0.61.pre by Eric Andersen · 23 years ago
- 39eb040 Patch from Rodney Brown <RDBrown@mira.net>, shrinking 1.5k by Eric Andersen · 23 years ago
- a07c902 Make it compile with uClibc by Eric Andersen · 23 years ago
- 75220b5 dfp might be used uninitialized. NULL it. by Eric Andersen · 23 years ago
- 994c6ff Disable the tinylogin apps by default. by Eric Andersen · 23 years ago