platform/upstream/busybox.git
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...
2001-04-10 Eric AndersenFix up the uClibc compiler name (its format was recentl...
2001-04-10 Eric AndersenThis patch from Laurence Anderson <laurence@zxmail...
2001-04-10 Eric AndersenPatch from Valdimir to reduce stack usage, since recurs...
2001-04-10 Matt KraaiFix double quote handling.
2001-04-09 Eric Andersen"I will always compile before I commit" x 100
2001-04-09 Eric AndersenUpdate how we detect if libc5 is in use.
2001-04-09 Matt KraaiFix warning generated by pod2html about unterminated...
2001-04-09 Eric AndersenMake 'grep -l' work
2001-04-09 Mark WhitleyFixed option parsing. Grep would continue grepping...
2001-04-09 Eric AndersenApply Vladimir's latest cleanup patch.
2001-04-09 Eric AndersenBump version number to 0.51
2001-04-09 Eric AndersenEnable freeramdisk and pivot_root, disable lash for...
2001-04-09 Eric Andersenmake sure we auto-close debian bug #91758
2001-04-09 Eric Andersenupdate the changelog, prepatory to the 0.51 release...
2001-04-09 Eric AndersenUpdate changelog
2001-04-09 Eric Andersenuse 'USE_SYSTEM_PWD_GRP=false' for the Debian packages...
2001-04-08 Glenn L McGrathReorganise status field to use 3 chars instead of one...
2001-04-08 Glenn L McGrathUse create_path instead of mkdir
2001-04-08 Glenn L McGrathIt now correctly backs up the (still corrupt) status...
2001-04-08 Glenn L McGrathSome fixes, but still broken... (cont)
2001-04-07 Glenn L McGrathIgnore SIGTERM prior to gz_close()
2001-04-07 Glenn L McGrathFix warning
2001-04-06 Eric AndersenNote that insmod now also supports powerpc and mips...
2001-04-06 Eric AndersenAn optimization from Vladimir
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 AndersenAdd support of /W prompts
2001-04-05 Eric AndersenHandle glibc 2.0.7 as well
2001-04-05 Eric AndersenA patch from Dmitry Zakharov <dmit@crp.bank.gov.ua...
2001-04-05 Eric AndersenSome cleanups/fixes for the syslogd circular buffer...
2001-04-05 John Beppu- autodocifier.pl :: continuation() was modified such...
2001-04-05 John Beppu- use docs/autodocifier.pl to merge POD together
2001-04-05 John Beppu- split busybox.pod into a header and footer.
2001-04-05 John Beppu- documentation updates and a minor tweak to POD generation
2001-04-05 Eric AndersenIt seems all the stdout munging was useless anyways...
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 Andersendpkg_deb had not been updated for the new gunzip interf...
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
next