Update the default config to not ask stuff
[oweals/busybox.git] / libbb /
2001-11-29 Glenn L McGrathgunzip was incorrectly reporting a failed crc and lengt...
2001-11-20 Matt KraaiTreat NUL as the end-of-line.
2001-11-12 Matt KraaiRemove unnecessary errno handling.
2001-11-10 Eric AndersenI forgot to add these. Part of the patch from vodz
2001-11-10 Eric AndersenLatest patch from vodz:
2001-11-02 Glenn L McGrathIntroduce od and hexdump applets
2001-10-27 Eric AndersenBe extra pedantic about printing the correct type for...
2001-10-25 Glenn L McGrathrEcover from my previous commit
2001-10-25 Glenn L McGrathMove libbb/unarchive functions to ./archival/libunarchive
2001-10-25 Glenn L McGrathModify applets to use libunarchive
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-24 Eric AndersenAccomodate older glibc, which also lacks the module...
2001-10-18 Matt KraaiReturn NULL if EOF is encountered before terminating_st...
2001-10-18 Eric AndersenRevert that change. As Matt Kraai rightly points out,
2001-10-18 Eric AndersenScrub up some function prototypes.
2001-10-18 Eric AndersenPatch from Stefan Soucek <ssoucek@coactive.com> to
2001-10-13 Glenn L McGrathunarchive function changed to support both exclude...
2001-10-13 Glenn L McGrathmatch exclude/include names with trailing '/'
2001-10-13 Glenn L McGrathUse fnmatch() to compare excluded/included files
2001-10-08 Glenn L McGrathCleanup memory usage properly
2001-10-08 Glenn L McGrathFree some variables after use
2001-10-05 Matt KraaiInvert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREF...
2001-10-04 Matt KraaiFix BB_FEATURE_MTAB_SUPPORT test (report and patch...
2001-09-24 Glenn L McGrathList full path instead of relative path if prefix is...
2001-09-11 Manuel Novoa III Commit my changes to arith.c which fixed a couple of...
2001-08-28 Matt KraaiUse the correct buffer when calling dirname, improve...
2001-08-24 Matt KraaiEliminate improper consts and allow standard version...
2001-08-24 Matt KraaiCanonicalize dirname(3) behavior.
2001-08-24 Matt KraaiFix a memory leak if parent directory creation failed.
2001-08-22 Eric AndersenAdd #include <sys/param.h> to ensure PATH_MAX is defined
2001-08-21 Eric Andersendfp might be used uninitialized. NULL it.
2001-08-14 Matt KraaiRewritten by Manuel Novoa III.
2001-08-10 Matt KraaiCommit Vladimir's simplify_path.
2001-08-04 Glenn L McGrathFix exclude list handling
2001-08-02 Eric AndersenMore libc5 fixups
2001-08-02 Eric AndersenSome libc5 cleanups
2001-08-02 Eric Andersenmake_directory used mode as if it were an signed entity...
2001-08-02 Eric AndersenOops. I forgot to commit this part of vodz' patch.
2001-08-02 Eric AndersenLatest patch from vodz. Adds a check for divide by...
2001-07-30 Eric AndersenThis incorporates Posix math support into ash. The...
2001-07-23 Matt KraaiAdd support for devfs device names.
2001-07-22 Eric AndersenSome patches to make dietlibc work...
2001-07-19 Eric AndersenSome adjustments, mostly from David McCullough <davidm...
2001-07-18 Glenn L McGrathChange read_package_field interface, and rewrite using...
2001-07-18 Glenn L McGrathFix extract_archive so it doesnt mangle filenames,...
2001-07-18 Glenn L McGrathFail silently on failure to read tar header, its unfort...
2001-07-17 Eric AndersenThis is vodz' latest patch. Sorry it took so long...
2001-07-14 Glenn L McGrathenum entry for unarchive to be used by tar
2001-07-14 Glenn L McGrathAllow the unarchive() extract_list variable to be NULL...
2001-07-13 Glenn L McGrathReturn NULL if file doesnt open in deb_extract
2001-07-13 Glenn L McGrathMake sure there is a trailing '\0' when extracting...
2001-07-13 Glenn L McGrathDont setvbuff in here, must be called just after stream...
2001-07-13 Glenn L McGrathMove setvbuf calls from gz_open() to calling functions...
2001-07-12 Eric AndersenPatch from vodz:
2001-07-12 Glenn L McGrathQuiet mode, sometimes error messages arent wanted
2001-07-11 Glenn L McGrathAllow unarchive to redirect stdout (tobe used by dpkg...
2001-07-11 Glenn L McGrathFix bug where it wasnt returning the last line of a...
2001-07-11 Glenn L McGrathReverse part of my previous changes
2001-07-11 Glenn L McGrathfree coniditionally, just to make it play nice with...
2001-07-11 Glenn L McGrathminor dmalloc inspired cleanups
2001-07-07 Eric AndersenAvoid a segfault (detected by Fabio Ferrari
2001-07-05 Matt KraaiRemoved obsolete function, strdup_substr.
2001-07-05 Eric AndersenFix a stupid thinko, and fix killall to cope with the...
2001-07-05 Eric AndersenImplement suggestion from Adam Slattery, (don't default...
2001-06-30 Eric AndersenGeneralize comment -- no longer ls specific
2001-06-30 Manuel Novoa III All-integer version (but it does use an unsigned long...
2001-06-29 Manuel Novoa III Add some missing includes to kill warnings when buildin...
2001-06-28 Eric AndersenAllow xrealloc to act as a free() when size=0, per...
2001-06-27 Eric AndersenFix a type promotion bug discivered and analyzed by...
2001-06-26 Eric AndersenMake it so we don't segfault when /proc isn't mounted...
2001-06-26 Eric AndersenDon't use void * to pass pointers of known type
2001-06-26 Glenn L McGrathVladimir's last_patch_15
2001-06-24 Glenn L McGrathNore unarchive (and doc) fixes from Laurence Anderson
2001-06-22 Glenn L McGrathcpio applet, and changes to associated code
2001-06-22 Matt KraaiRemove obsolete function declaration.
2001-06-22 Eric Andersenstdlib.h defined free(), which this needs
2001-06-22 Eric AndersenFix the build process so it does not do the evil #ifdef...
2001-06-22 Eric AndersenAdd in a missing header file
2001-06-22 Glenn L McGrathDont change date or chmod on symlinks, lchown on symlin...
2001-06-22 Glenn L McGrathremove defines around unarchive, its always used
2001-06-22 Tim Rikercomment cleanup
2001-06-22 Tim Rikercreate_path -> make_directory
2001-06-21 Matt KraaiRewrote mkdir (and touched lots of things in the process).
2001-06-20 Glenn L McGrathReorganise unarchiving functions, more code re-use...
2001-06-15 Eric AndersenWith a bit of care I was able to save about 100 bytes.
2001-06-15 Glenn L McGrathThis isnt used anymore, replaced by seek_sub_file(...
2001-06-13 Eric AndersenI reworked make_human_readable_str so it now has a...
2001-06-13 Glenn L McGrathReorganise unarchive functions, new files, removed...
2001-06-13 Glenn L McGrathReorganise archive extraction code
2001-06-11 Matt KraaiCopy files until EOF, not the reported file size, to...
2001-06-08 Matt KraaiAdd padding to struct sysinfo needed by m68k (note...
2001-06-01 Eric AndersenVladimir's last_patch13, containing several bugfixes.
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-05-23 Matt KraaiMake more robust (patch by Larry Doolittle).
2001-05-18 Matt KraaiRewrote copyfd to use library functions, terminate...
2001-05-17 Matt KraaiSwitch from hstrerror to herror for libc5 systems.
2001-05-16 Matt KraaiAdd missing include, noted by Larry Doolittle.
2001-05-16 Matt KraaiAdd xgethostbyname and herror_msg* functions.
2001-05-15 Eric AndersenThis patch from Adam Heath <doogie@debian.org>, makes...
2001-05-15 Eric AndersenPatch from Vladimir:
next