Another update from Larry:
[oweals/busybox.git] / libbb /
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...
2001-04-15 Glenn L McGrathRead a FILE* till an empty line or eof and return it...
2001-04-13 Glenn L McGrathdpkg-deb -f and partial -I commands, adds 600 bytes
2001-04-12 Matt KraaiFix dos2unix/tr problem noted by Larry Doolittle.
2001-04-12 Glenn L McGrathUpdates, fixes for handling contents, verbose extract.
2001-04-12 Glenn L McGrathNew dpkg-deb function -t, stands for --fsys-tarfile
2001-04-12 Glenn L McGrathChange size to unsinged long long, so if -1 is passed...
2001-04-12 Glenn L McGrathdpkg-deb -c works now
2001-04-12 Glenn L McGrathFix dpkg-deb, enum's are cool
2001-04-12 Glenn L McGrathremove unused clearerr statements
2001-04-12 Glenn L McGrathThis belongs in dos2unix.c
2001-04-12 Glenn L McGrathconvert() is used by dos2unix and unix2dos
2001-04-12 Glenn L McGrathMoved from dos2unix
2001-04-11 Glenn L McGrathSeek to start of an entry inside an ar file
2001-04-11 Glenn L McGrathcopy_file_chunk uses streams now.
2001-04-11 Glenn L McGrathThis is primarily to allow deb_extract to be independen...
2001-04-11 Glenn L McGrathRemove unneeded printf statment
2001-04-11 Glenn L McGrathDisable sigterm
2001-04-11 Glenn L McGrathMove unzip, gz_open, gz_close to libbb
2001-04-11 Glenn L McGrathMove deb_extract() to libbb, dpkg now independent of...
2001-04-11 Glenn L McGrathMove get_ar_headers to libbb, make dpkg_deb.c independe...
2001-04-10 Eric AndersenDoc update for the 0.51 release. 0_51
2001-04-10 Eric AndersenPatch from Valdimir to reduce stack usage, since recurs...
2001-04-09 Eric AndersenUpdate how we detect if libc5 is in use.
2001-04-09 Eric AndersenApply Vladimir's latest cleanup patch.
2001-04-05 Eric Andersenmore FILE_OFFSET_BITS == 64 adjustments.
2001-04-05 Eric AndersenA first pass at making D_FILE_OFFSET_BITS=64 work,...
2001-04-05 Eric AndersenHandle glibc 2.0.7 as well
2001-04-05 Eric AndersenBe more generic for libc5. We don't need to know struc...
2001-04-05 Eric AndersenAnother iteration -- adjust the init_module syscall...
2001-04-05 Eric Andersen*** empty log message ***
2001-04-05 Eric AndersenSome further syscall adjustments. Split the module...
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-04-04 Eric AndersenPatch from Larry Doolittle to eliminate needless thrashing
2001-04-04 Eric AndersenFix a warning with libc5.
2001-04-04 Eric AndersenSeems that stupid libc5 doesn't implement daemon()...
2001-04-03 Eric AndersenPlace a temporary bandaid on the ls/du/df human-readabl...
2001-04-03 Eric Andersenif strlen(s) was 0, it would then end up using s[-1...
2001-04-01 Eric AndersenMove the mtab support stuff into libbb
2001-03-28 Matt KraaiPatch bass ackwards behavior of hr flag.
2001-03-28 Matt KraaiRewrite to fix bug #1140 and make it slightly smaller.
2001-03-23 Eric Andersenincludes cleanup from Jeff Garzik
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-03-19 Eric AndersenSplit error messages into separate files.
2001-03-19 Eric AndersenSplit libbb/pwd_grp_wrappers.c into 5 different libbb...
2001-03-17 Eric Andersenupdate .cvsignore files to note new location of loop.h
2001-03-17 Eric AndersenPatch from Pierre PEIFFER <pierre.peiffer@sxb.bsf.alcat...
2001-03-16 Eric AndersenConvert utility.c into libbb.a. It is now a whole...
2001-02-17 Eric AndersenUpdate the build system for pristine source directory...
2000-09-21 Eric AndersenMore portable handling of loop header files, as done...