- 4b541a8 Moved some #ifdefs down below #include "busybox.h" where they belong. by Mark Whitley · 24 years ago
- 67d7fe6 Sync'ed up the olympus section between this and stock Config.h by Mark Whitley · 24 years ago
- 4f3558a Fixed a BB_MTAB #define buglet reported by Magnus Damm. by Mark Whitley · 24 years ago
- 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago
- 3676374 Cleanup more carefully after pod2html by Eric Andersen · 24 years ago
- f227815 Several cleanups from Larry. by Eric Andersen · 24 years ago
- 8810bdb Rewrote rm. by Matt Kraai · 24 years ago
- 9f0fedb Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunately by Eric Andersen · 24 years ago
- 3a4aef5 Update applet define from BB_CP_MV to BB_CP and BB_MV. by Matt Kraai · 24 years ago
- 0144103 Use generic flag names. by Matt Kraai · 24 years ago
- 9ff9325 Move applet_name declaration from busybox.h to libbb.h. by Matt Kraai · 24 years ago
- af03049 Applied patch from Larry Doolittle to remove some strlen calls, and add one by Mark Whitley · 24 years ago
- de1b262 Remove file obsoleted by cp/mv rewrite. by Matt Kraai · 24 years ago
- 91b2855 Rewrite cp and mv to be SUSv2 compliant. by Matt Kraai · 24 years ago
- 4e9267d Reversed last patch; unnecessary. by Mark Whitley · 24 years ago
- 4b66dab Added a sanity check to fix weird bug exposed when sourcing in commands from a by Mark Whitley · 24 years ago
- 8a24a65 Change link order so that libbb functions use libpwd.a when appropriate. by Matt Kraai · 24 years ago
- ed424db Some patches from Gennady Feldman. Fixed a glob problem such that by Eric Andersen · 24 years ago
- d886292 A patch from Marc Karasek and Kanoj (kernel serial.c maintainer) by Eric Andersen · 24 years ago
- f5c358b Simplify file_prefix handling, and use of *dir variable. by Glenn L McGrath · 24 years ago
- 782ab3c Simplify pathname building, in which a bug was noted by Larry Doolittle, by Matt Kraai · 24 years ago
- ee0d93e Fix horrible, horrible memmory leak. I wondered why processes were dying ! by Glenn L McGrath · 24 years ago
- 89dc02d Clearly define out exclude list code, as recommended by Larry Doolittle by Glenn L McGrath · 24 years ago
- 56c14a6 Fixed a buglet where an extra newline was being added after an insert command by Mark Whitley · 24 years ago
- 497ef46 Made a correction to a bad test expression. Props to Larry Doolittle for by Mark Whitley · 24 years ago
- 3e310ac Applied patch from Larry Doolittle to give users the third option of putting by Mark Whitley · 24 years ago
- 6ebd633 Set permissions of created file by Glenn L McGrath · 24 years ago
- 46cd74b This has two patches. First it moves interface.c to libbb (it is by Eric Andersen · 24 years ago
- 3ce7933 Fix buffer underrun noted and solved by Larry Doolittle. by Matt Kraai · 24 years ago
- 0a3bda2 Move real_loop.h to libbb, where it belongs. -Erik by Eric Andersen · 24 years ago
- b5ec61e Add types for the inline funcs, thanks to Ralph Siemsen <ralphs@netwinder.org> by Eric Andersen · 24 years ago
- 5326554 Eliminate spurious warning, convert to getopt, and eliminate redundant check. by Matt Kraai · 24 years ago
- 96dcd19 Fix a number of problems with argument handling. by Matt Kraai · 24 years ago
- 5465223 Eliminate a segfault when called on an existing file with out an extension: by Matt Kraai · 24 years ago
- b181056 Eliminated seeks so that we work correctly on pipes, and removed reliance on by Matt Kraai · 24 years ago
- bcfeb2a Fix zcat/gunzip when reading from stdin by Glenn L McGrath · 24 years ago
- 2771d1a by John Beppu · 24 years ago
- fccaa36 Applied patch from I.Q. to add sort -u as a feature. by Mark Whitley · 24 years ago
- 6e808ca Changed line[strlen(line) - 1] = '\0'; to chomp(line); by Mark Whitley · 24 years ago
- 30ac01c Applied a patch from Laurence Anderson to fix the wget statusbar and a patch by Mark Whitley · 24 years ago
- 3828dbe Applied patch from I.Q. to fix problem with sort -n. by Mark Whitley · 24 years ago
- 31868b8 Added some help messages. by Mark Whitley · 24 years ago
- 59a86ca The tiniest of bracket-placement fixes. by Mark Whitley · 24 years ago
- 5d81768 by John Beppu · 24 years ago
- a3045df Convert mount to use getopt. by Matt Kraai · 24 years ago
- 1240082 Further cleanup of mount option handling. by Matt Kraai · 24 years ago
- 24ed3be Fix -a support (broken by previous patch). by Matt Kraai · 24 years ago
- 3d406da Fix segfault on `mount -t nfs' reported by Gratien D'haese. by Matt Kraai · 24 years ago
- 1c0d311 Several fixes from Sterling Huxley for the vi applet. by Eric Andersen · 24 years ago
- ae1c704 Write full status file by Glenn L McGrath · 24 years ago
- 33431eb dpkg improvements, use full package struct, avoid extracting to tmp dir, rename variable. by Glenn L McGrath · 24 years ago
- 3136904 Document new dpkg-deb funtions by Glenn L McGrath · 24 years ago
- 685f5fd untar changed to allow deb_extract to extract to memory, allows better operation of dpkg-deb -f by Glenn L McGrath · 24 years ago
- a529d88 NEw functions read_package_field and read_text_file_to_buffer by Glenn L McGrath · 24 years ago
- 5faef74 Reads a field from a debian control (status or available) file, handles multi-line fields. by Glenn L McGrath · 24 years ago
- 65708e4 Read a FILE* till an empty line or eof and return it as a char buffer. by Glenn L McGrath · 24 years ago
- 4a2e463 Handle endian-ness. Patch from Paul J.Y. Lahaie <pjlahaie@linuxcare.com> -Erik by Eric Andersen · 24 years ago
- 0f50bca Fix infinite loop and reallocate if too many modules. by Matt Kraai · 24 years ago
- 445fb95 dpkg-deb -f and partial -I commands, adds 600 bytes by Glenn L McGrath · 24 years ago
- 1e04ea3 Fix dos2unix/tr problem noted by Larry Doolittle. by Matt Kraai · 24 years ago
- d6cde0b Fix return code and don't output spurious newlines. by Matt Kraai · 24 years ago
- 4ef40c0 Another banner consolidation from Larry Doolittle <ldoolitt@recycle.lbl.gov>. by Matt Kraai · 24 years ago
- 8fc364e Fix comment. by Matt Kraai · 24 years ago
- 6ba1a80 Use date -u instead of date --utc and consolidate version string. by Matt Kraai · 24 years ago
- 5a65413 Updates, fixes for handling contents, verbose extract. More updates to come by Glenn L McGrath · 24 years ago
- 47fd219 Rename variable that shadows global by Glenn L McGrath · 24 years ago
- be66ad3 Fix handling of '' and "". by Matt Kraai · 24 years ago
- 3e2ab88 New dpkg-deb function -t, stands for --fsys-tarfile by Glenn L McGrath · 24 years ago
- c9cac5b Change size to unsinged long long, so if -1 is passed it will read as much as possible. by Glenn L McGrath · 24 years ago
- 6785b51 dpkg-deb -c works now by Glenn L McGrath · 24 years ago
- 359c106 Fix dpkg-deb, enum's are cool by Glenn L McGrath · 24 years ago
- 46079a1 remove unused clearerr statements by Glenn L McGrath · 24 years ago
- 3271751 This belongs in dos2unix.c by Glenn L McGrath · 24 years ago
- a6ce670 use tmpfile() and revert my previous changes... convert() belongs here by Glenn L McGrath · 24 years ago
- 2709297 dos2unix and unix2dos are now independent by Glenn L McGrath · 24 years ago
- 50b787c Move convert to libbb by Glenn L McGrath · 24 years ago
- a283157 convert() is used by dos2unix and unix2dos by Glenn L McGrath · 24 years ago
- c8d9e06 Moved from dos2unix by Glenn L McGrath · 24 years ago
- da160c0 Use putc, and write to stderr as the rest of the progressmeter does. by Matt Kraai · 24 years ago
- 90d7f69 Only finish with a newline if we are displaying the progress indicator. by Matt Kraai · 24 years ago
- 65317ea Fix behavior when extracting to stdout. Report and patch by by Matt Kraai · 24 years ago
- ed897e5 Vladimir's patch to reverse previous patch by Glenn L McGrath · 24 years ago
- 2975a34 readTarFile changed from exter nto static by Glenn L McGrath · 24 years ago
- b3f23d4 Seek to start of an entry inside an ar file by Glenn L McGrath · 24 years ago
- 988be10 dpkg, dpkg_deb dont depend on any other applets now by Glenn L McGrath · 24 years ago
- 4949faf copy_file_chunk uses streams now. by Glenn L McGrath · 24 years ago
- 5b20d02 This is primarily to allow deb_extract to be independent of the tar applet. by Glenn L McGrath · 24 years ago
- 9e966ff Remove unneeded printf statment by Glenn L McGrath · 24 years ago
- f70f6ce Disable sigterm by Glenn L McGrath · 24 years ago
- 48081f8 replace getOctal with strtol( , NULL, 8) saves 100 Bytes by Glenn L McGrath · 24 years ago
- 7dc8d22 dpkg only dependeds on tar by Glenn L McGrath · 24 years ago
- 528ef50 Gzip is indepenedent of gunzip by Glenn L McGrath · 24 years ago
- a121319 Remove dpkg-deb applet dependencies, still depends on tar by Glenn L McGrath · 24 years ago
- 7fd9294 Move unzip, gz_open, gz_close to libbb by Glenn L McGrath · 24 years ago
- d22e560 Move deb_extract() to libbb, dpkg now independent of dpkg-deb by Glenn L McGrath · 24 years ago
- 9d53c8a Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c by Glenn L McGrath · 24 years ago
- 93ffa95 Put in a paragraph break by Eric Andersen · 24 years ago
- efcfe87 Added a chart of busybox's growth by Larry Doolittle and put a news by Mark Whitley · 24 years ago
- 0958093 Doc update for the 0.51 release. -Erik by Eric Andersen · 24 years ago
- 3c34305 Fix up changelog for 0.51 release by Eric Andersen · 24 years ago