oweals/busybox.git
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 Eric AndersenCleanup more carefully after pod2html
2001-04-24 Eric AndersenSeveral cleanups from Larry.
2001-04-24 Matt KraaiRewrote rm.
2001-04-24 Eric AndersenSplit up chmod_chown_chgrp.c into 3 separate apps....
2001-04-24 Matt KraaiUpdate applet define from BB_CP_MV to BB_CP and BB_MV.
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 Mark WhitleyApplied patch from Larry Doolittle to remove some strle...
2001-04-23 Matt KraaiRemove file obsoleted by cp/mv rewrite.
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 Matt KraaiChange link order so that libbb functions use libpwd...
2001-04-23 Eric AndersenSome patches from Gennady Feldman. Fixed a glob proble...
2001-04-23 Eric AndersenA patch from Marc Karasek and Kanoj (kernel serial...
2001-04-23 Glenn L McGrathSimplify file_prefix handling, and use of *dir variable.
2001-04-23 Matt KraaiSimplify pathname building, in which a bug was noted...
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 Mark WhitleyFixed a buglet where an extra newline was being added...
2001-04-20 Mark WhitleyMade a correction to a bad test expression. Props to...
2001-04-20 Mark WhitleyApplied patch from Larry Doolittle to give users the...
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-19 Matt KraaiFix buffer underrun noted and solved by Larry Doolittle.
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 KraaiEliminate spurious warning, convert to getopt, and...
2001-04-18 Matt KraaiFix a number of problems with argument handling.
2001-04-18 Matt KraaiEliminate a segfault when called on an existing file...
2001-04-18 Matt KraaiEliminated seeks so that we work correctly on pipes...
2001-04-18 Glenn L McGrathFix zcat/gunzip when reading from stdin
2001-04-17 John Beppu- updated busybox_header.pod by adding adjtimex to...
2001-04-17 Mark WhitleyApplied patch from I.Q. to add sort -u as a feature.
2001-04-17 Mark WhitleyChanged line[strlen(line) - 1] = '\0'; to chomp(line);
2001-04-17 Mark WhitleyApplied a patch from Laurence Anderson to fix the wget...
2001-04-17 Mark WhitleyApplied patch from I.Q. to fix problem with sort -n.
2001-04-17 Mark WhitleyAdded some help messages.
2001-04-17 Mark WhitleyThe tiniest of bracket-placement fixes.
2001-04-17 John Beppu- usage.h
2001-04-17 Matt KraaiConvert mount to use getopt.
2001-04-17 Matt KraaiFurther cleanup of mount option handling.
2001-04-17 Matt KraaiFix -a support (broken by previous patch).
2001-04-17 Matt KraaiFix segfault on `mount -t nfs' reported by Gratien...
2001-04-16 Eric AndersenSeveral fixes from Sterling Huxley for the vi applet.
2001-04-16 Glenn L McGrathWrite full status file
2001-04-16 Glenn L McGrathdpkg improvements, use full package struct, avoid extra...
2001-04-15 Glenn L McGrathDocument new dpkg-deb funtions
2001-04-15 Glenn L McGrathuntar changed to allow deb_extract to extract to memory...
2001-04-15 Glenn L McGrathNEw functions read_package_field and read_text_file_to_...
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-14 Eric AndersenHandle endian-ness. Patch from Paul J.Y. Lahaie <pjlah...
2001-04-13 Matt KraaiFix infinite loop and reallocate if too many modules.
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 Matt KraaiFix return code and don't output spurious newlines.
2001-04-12 Matt KraaiAnother banner consolidation from Larry Doolittle ...
2001-04-12 Matt KraaiFix comment.
2001-04-12 Matt KraaiUse date -u instead of date --utc and consolidate versi...
2001-04-12 Glenn L McGrathUpdates, fixes for handling contents, verbose extract.
2001-04-12 Glenn L McGrathRename variable that shadows global
2001-04-12 Matt KraaiFix handling of '' and "".
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 McGrathuse tmpfile() and revert my previous changes... convert...
2001-04-12 Glenn L McGrathdos2unix and unix2dos are now independent
2001-04-12 Glenn L McGrathMove convert to libbb
2001-04-12 Glenn L McGrathconvert() is used by dos2unix and unix2dos
2001-04-12 Glenn L McGrathMoved from dos2unix
2001-04-11 Matt KraaiUse putc, and write to stderr as the rest of the progre...
2001-04-11 Matt KraaiOnly finish with a newline if we are displaying the...
2001-04-11 Matt KraaiFix behavior when extracting to stdout. Report and...
2001-04-11 Glenn L McGrathVladimir's patch to reverse previous patch
2001-04-11 Glenn L McGrathreadTarFile changed from exter nto static
2001-04-11 Glenn L McGrathSeek to start of an entry inside an ar file
2001-04-11 Glenn L McGrathdpkg, dpkg_deb dont depend on any other applets now
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 McGrathreplace getOctal with strtol( , NULL, 8)
2001-04-11 Glenn L McGrathdpkg only dependeds on tar
2001-04-11 Glenn L McGrathGzip is indepenedent of gunzip
2001-04-11 Glenn L McGrathRemove dpkg-deb applet dependencies, still depends...
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 AndersenPut in a paragraph break
2001-04-10 Mark WhitleyAdded a chart of busybox's growth by Larry Doolittle...
2001-04-10 Eric AndersenDoc update for the 0.51 release. 0_51
2001-04-10 Eric AndersenFix up changelog for 0.51 release
2001-04-10 Eric AndersenBring Debian config files into sync with the master...
2001-04-10 Eric AndersenHa. Regression testing found a bug with uClibc support...
next