Only compile the files in this dir if the IP applet is enabled
[oweals/busybox.git] / libbb /
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:
2001-05-14 Eric AndersenPer suggestion from Vladimir, eliminate check_wildcard_...
2001-05-11 Eric AndersenFix a segfault in lash, hush, and cmdedit. Each of...
2001-05-11 Matt KraaiFix symlink removal problem noted by Erik Andersen.
2001-05-07 Eric AndersenThis syncs things with Vladimir's latest patches. ...
2001-05-07 Eric AndersenThis is Vladimir's update to last_char_is(). Since...
2001-05-07 Eric AndersenA patch from Vladimir to simplify chomp()
2001-05-07 Eric AndersenA patch from Vladimir to simplify concat_path_file...
2001-05-07 Eric AndersenPer some comments from Lars Kellogg-Stedman <lars@larss...
2001-05-05 Glenn L McGrathinclude libbb.h after other includes
2001-05-04 Eric AndersenLarry suggested using concat_path_file() would be an...
2001-04-30 Eric AndersenOops. I was a bit too hasty and also changed applet_name.
2001-04-30 Mark WhitleyMade new xreadlink function for libbb and changed apple...
2001-04-30 Eric AndersenThese messages can be .rodata, so make them even more...
2001-04-30 Matt KraaiFix user permissions of copied directories.
2001-04-30 Matt KraaiSimplify permission handling for FIFOs.
2001-04-30 Matt KraaiFix exit status when there is an error copying a file.
2001-04-27 Matt KraaiTerminate source correctly when copying symlink. Repor...
2001-04-26 Eric AndersenAnother nice cleanup from Larry. This adds a new last_...
2001-04-25 Mark Whitleylibbb.h now includes ../busybox.h. This way, files...
2001-04-25 Mark WhitleyFixed a BB_MTAB #define buglet reported by Magnus Damm.
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-24 Matt KraaiRewrote rm.
2001-04-24 Matt KraaiUse generic flag names.
2001-04-24 Matt KraaiMove applet_name declaration from busybox.h to libbb.h.
2001-04-23 Matt KraaiRewrite cp and mv to be SUSv2 compliant.
2001-04-23 Mark WhitleyReversed last patch; unnecessary.
2001-04-23 Mark WhitleyAdded a sanity check to fix weird bug exposed when...
2001-04-23 Glenn L McGrathSimplify file_prefix handling, and use of *dir variable.
2001-04-21 Glenn L McGrathFix horrible, horrible memmory leak. I wondered why...
2001-04-21 Glenn L McGrathClearly define out exclude list code, as recommended...
2001-04-20 Glenn L McGrathSet permissions of created file
2001-04-19 Eric AndersenThis has two patches. First it moves interface.c to...
2001-04-18 Eric AndersenMove real_loop.h to libbb, where it belongs.
2001-04-18 Eric AndersenAdd types for the inline funcs, thanks to Ralph Siemsen...
2001-04-18 Matt KraaiEliminated seeks so that we work correctly on pipes...
2001-04-16 Glenn L McGrathdpkg improvements, use full package struct, avoid extra...
2001-04-15 Glenn L McGrathuntar changed to allow deb_extract to extract to memory...
2001-04-15 Glenn L McGrathReads a field from a debian control (status or availabl...
next