- de9e803 Apply vodz last_patch51_2 and run through indent by Glenn L McGrath · 22 years ago
- 1ed9dd9 Remove duplicate definitions, run through indent by Glenn L McGrath · 22 years ago
- 4534af2 replace some global const ints with defines by Glenn L McGrath · 22 years ago
- 9fef17d Run through indent, fix comments by Glenn L McGrath · 22 years ago
- 3d18458 Fix dietlibc test condition by Glenn L McGrath · 22 years ago
- 938e982 Try to be a bit more dietlibc friendly by Eric Andersen · 22 years ago
- efd4983 - Forgot to cvs add bb_asprintf.c (from vodz' patch #50) by Robert Griebl · 22 years ago
- d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
- cafc103 Brad Campbell <brad@seme.com.au> notes that by Eric Andersen · 22 years ago
- 887ca79 Scrub pwd.h and grp.h handling so we don't have to play any silly games. -Erik by Eric Andersen · 22 years ago
- 0b31586 A patch from Bart Visscher <magick@linux-fan.com> to add an by Eric Andersen · 22 years ago
- 51b8bd6 This patch from Bart Visscher <magick@linux-fan.com> adds by Eric Andersen · 22 years ago
- 7234c3a Cleanup shadow.h stuff so it behaves as intended -Erik by Eric Andersen · 22 years ago
- 69d4178 Remove advertising clauses in accordance with by Aaron Lehmann · 22 years ago
- ed11993 Needs shadow.h; otherwise wont compile without CONFIG_USE_BB_SHADOW by Aaron Lehmann · 22 years ago
- 27f64e1 Port over the last of the tinylogin applets -Erik by Eric Andersen · 22 years ago
- 9ef2ea2 * libbb/copy_file.c (copy_file): Check st_dev instead of st_rdev. by Matt Kraai · 22 years ago
- 77d22c4 Patch from Gyepi SAM <gyepi@praxis-sw.com>: by Eric Andersen · 22 years ago
- ea1a63a Fix for broken handling off BusyBox's own pwd/grp implementations by Robert Griebl · 22 years ago
- 94a6a95 Support old-style compress (.Z) files via libbb / unzip( ) calls by Robert Griebl · 22 years ago
- f6495eb Support old-style compress (.Z) files via libbb / unzip( ) calls by Robert Griebl · 22 years ago
- c8459a5 Silly me by Eric Andersen · 23 years ago
- db7d5fc Stupid gcc always includes its own builtin strlen()... 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
- c7a3fb9 Fix devfs loop device support by Eric Andersen · 23 years ago
- 89de1e7 Reinitialize initial shift register value for on each pass. -Erik by Eric Andersen · 23 years ago
- 806c74f Cleanup a libc5 compatibility hack by Eric Andersen · 23 years ago
- a99b194 * libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if a zero-length buffer is by Matt Kraai · 23 years ago
- 0733e84 chomp should only remove the newline if it occurs at the end of the input. by Matt Kraai · 23 years ago
- 87ac702 unzip applet by Laurence Anderson by Glenn L McGrath · 23 years ago
- 79a466f optimize this a little bit. by Eric Andersen · 23 years ago
- 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
- ace02dc Make cp and mv optionally preserve hard links. by Matt Kraai · 23 years ago
- 14b7c5d Open the source before creating the destination. by Matt Kraai · 23 years ago
- b24d656 If find_pid_by_name() had an error, it was returning -1, but storing by Eric Andersen · 23 years ago
- db93094 More copyright and email addr cleanups by Eric Andersen · 23 years ago
- 463304e Silly cosmetic problem in the comment by Eric Andersen · 23 years ago
- b9df470 Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing by Aaron Lehmann · 23 years ago
- 249f39a Simplify unzip(), remove unused checks and unneccessary variables by Glenn L McGrath · 23 years ago
- ef03dbc Simplify CRC table generation by Glenn L McGrath · 23 years ago
- 3280f9a New version to cut size. Includes optional basename() compatibility, but by Manuel Novoa III · 23 years ago
- 38288bb gunzip was incorrectly reporting a failed crc and length (discovered by by Glenn L McGrath · 23 years ago
- 355a61b Treat NUL as the end-of-line. by Matt Kraai · 23 years ago
- 5c2bbb5 Remove unnecessary errno handling. by Matt Kraai · 23 years ago
- c223ced I forgot to add these. Part of the patch from vodz by Eric Andersen · 23 years ago
- cd8c436 Latest patch from vodz: by Eric Andersen · 23 years ago
- 6028111 Introduce od and hexdump applets 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
- 9f2f854 rEcover 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
- 0d2fb76 Modify applets to use libunarchive by Glenn L McGrath · 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
- bcca331 Return NULL if EOF is encountered before terminating_string. 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
- 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
- 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
- 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
- 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
- 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
- 6a9d1f6 Commit my changes to arith.c which fixed a couple of bugs and decreased by Manuel Novoa III · 23 years ago
- 5078919 Use the correct buffer when calling dirname, improve an error message, and 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
- c0f9d0d Add #include <sys/param.h> to ensure PATH_MAX is defined by Eric Andersen · 23 years ago
- 75220b5 dfp might be used uninitialized. NULL it. by Eric Andersen · 23 years ago
- 0a68590 Rewritten by Manuel Novoa III. by Matt Kraai · 23 years ago
- a7cecbc Commit Vladimir's simplify_path. by Matt Kraai · 23 years ago
- b373a8d Fix exclude list handling by Glenn L McGrath · 23 years ago
- be0c360 More libc5 fixups -Erik by Eric Andersen · 23 years ago
- 23b1e5c Some libc5 cleanups by Eric Andersen · 23 years ago
- 879d6c8 make_directory used mode as if it were an signed entity, but in fact by Eric Andersen · 23 years ago
- 842757d Oops. I forgot to commit this part of vodz' patch. 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
- 74bcd16 This incorporates Posix math support into ash. The Posix math support by Eric Andersen · 23 years ago
- 439e3df Add support for devfs device names. by Matt Kraai · 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
- c3fbec7 Change read_package_field interface, and rewrite using low level functions by Glenn L McGrath · 23 years ago
- 8d3b049 Fix extract_archive so it doesnt mangle filenames, dont try and extract "./" and strip leading "./" on other files by Glenn L McGrath · 23 years ago
- 6fc92a5 Fail silently on failure to read tar header, its unfortunate that many tar implementations must be adding unwanted crap to the end of their archives. by Glenn L McGrath · 23 years ago
- 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
- 51ded05 enum entry for unarchive to be used by tar by Glenn L McGrath · 23 years ago
- a868ec8 Allow the unarchive() extract_list variable to be NULL, meaning extract all by Glenn L McGrath · 23 years ago
- 3d46224 Return NULL if file doesnt open in deb_extract by Glenn L McGrath · 23 years ago
- cfeb08a Make sure there is a trailing '\0' when extracting to buffer. by Glenn L McGrath · 23 years ago
- 5e66a26 Dont setvbuff in here, must be called just after stream is initialised, glibc tolerates using it later, uclibc doesnt by Glenn L McGrath · 23 years ago
- b028e08 Move setvbuf calls from gz_open() to calling functions, setvbuf is only supposed to be called prior to opening the stream, glibc tolerates later use, uclibc doesnt. by Glenn L McGrath · 23 years ago
- 7467c8d Patch from vodz: by Eric Andersen · 23 years ago
- 3e94f72 Quiet mode, sometimes error messages arent wanted by Glenn L McGrath · 23 years ago
- c127008 Allow unarchive to redirect stdout (tobe used by dpkg applet) by Glenn L McGrath · 23 years ago
- 481d19b Fix bug where it wasnt returning the last line of a multiline field by Glenn L McGrath · 23 years ago
- daf0b78 Reverse part of my previous changes by Glenn L McGrath · 23 years ago
- 93febe6 free coniditionally, just to make it play nice with dmalloc which is incompatable with standard free() by Glenn L McGrath · 23 years ago