oweals/busybox.git
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...
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
next