oweals/busybox.git
2001-01-26 Eric AndersenAdd errno.h
2001-01-26 Eric AndersenMake ls understand termios.
2001-01-26 Eric AndersenFix a stupid bug I introduced yesterday. Doh!
2001-01-26 Eric AndersenUpdate some comments to clarify things.
2001-01-25 Eric AndersenCommit Larry Doolittle's buffers-on-stack/buffers-via...
2001-01-25 Eric AndersenAdd in spoon's watchdog timer app.
2001-01-25 Mark WhitleyBecause you demanded it, source tree snapshots are...
2001-01-25 Mark WhitleyAdded Linux on nanoEngine to the list of known users.
2001-01-25 Eric AndersenUpdate contact info.
2001-01-25 Eric AndersenApply a patch from Brent Priddy <brent.priddy@adtran...
2001-01-25 Eric AndersenI just wrote 'insmod -o' to close bug#1049.
2001-01-25 Eric AndersenTar, by itself, could fail.
2001-01-25 Eric AndersenCleanup from Larry Doolittle
2001-01-25 Eric AndersenFix for dpkg-deb, courtesy of Larry Doolittle.
2001-01-25 Eric AndersenAdd in Larry's CUSTOMIZED_BANNER patchlet, and let...
2001-01-25 Eric AndersenMore regression testing found buglets
2001-01-24 Eric AndersenBug fix and small create_module cleanup from Larry...
2001-01-24 Eric AndersenOops. I am an idiot. Put CFLAGS_EXTRA back. Sorry...
2001-01-24 Eric AndersenMore regression-found bug fixes
2001-01-24 Eric Andersenmore bugs fixed -- found doing regression testing
2001-01-24 Eric AndersenCleanup for build problem found using regression script
2001-01-24 Eric AndersenFix _old_ bug so that the regression test actually...
2001-01-24 Eric AndersenSome behavioral updates to wget so it acts a bit nicer.
2001-01-24 Eric AndersenFix up insmod usage info to mention -L
2001-01-24 Eric AndersenMake insmod understand (and ignore) -L, and convert...
2001-01-24 Eric AndersenUpdate comments re netkit-tiny...
2001-01-24 Eric AndersenRemove the warning messages. By consensus, netkit...
2001-01-24 Eric AndersenFix spelling. s/maintainence/maintenance/
2001-01-24 Mark Whitley - Added a section on avoiding static buffers, per...
2001-01-23 Mark WhitleyFixed tiny typo.
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-23 Eric AndersenBug fix.
2001-01-22 Eric AndersenRemove host* applets from the default build.
2001-01-22 Eric AndersenFix silly typo
2001-01-22 Eric AndersenWarn about apps that will be going away in release...
2001-01-22 Richard JuneAdd HUMAN_READABLE define for -m and -h support in...
2001-01-22 Matt KraaiUse getopt (or getopt_long).
2001-01-22 Matt KraaiFixed listed files to extract to be more like GNU....
2001-01-22 Eric AndersenPatch from Larry Doolittle to close bug #1086.
2001-01-21 Eric AndersenUpdate time
2001-01-20 Eric AndersenFix naming to reflect reality
2001-01-20 Eric AndersenMove \n to inside TRIVIAL_HELP, to save a few bytes...
2001-01-20 Eric Andersendjust debian build targets
2001-01-20 Eric Andersenlean up a potential error, thanks to Vladimir N. Oleyni...
2001-01-20 Eric AndersenClarify the statusbar config option so it states which...
2001-01-20 Eric AndersenAdjust the default feature set a wee bit
2001-01-20 Eric AndersenApply a patch from Vladimir N. Oleynik <dzo@simtreas...
2001-01-20 Glenn L McGrathClose files before exit
2001-01-20 Eric AndersenMore printf cleanups
2001-01-20 Glenn L McGrathClose unused pipe handle before fork (for tar -z).
2001-01-18 Matt KraaiAll files include busybox.h, which includes applets...
2001-01-18 Matt KraaiEliminate calls of the form "fprintf(stdout,". Thanks...
2001-01-17 Matt KraaiComplicate truncate behavior.
2001-01-17 Matt KraaiFix the exit status of umount -a, a casualty of the...
2001-01-16 Eric AndersenShow an example of how to compile with uClibc.
2001-01-13 Matt KraaiFix ownership of extracted directories.
2001-01-09 Mark WhitleyRemoved unused, unneeded, Lineo-specific script.
2001-01-05 Eric AndersenNeeds to be NULL at init in all cases.
2001-01-05 Eric AndersenChangelog update/cleanup from larry.
2001-01-05 Eric AndersenPatch from larry doolittle to be ever so careful to...
2001-01-05 Eric AndersenBetter label the globals.
2001-01-05 Eric AndersenPatch from Larry Doolittle to set values to static...
2001-01-05 Mark WhitleyTurned some #define constants into static const ints.
2001-01-05 Matt KraaiRewrote tail.
2001-01-05 Matt KraaiFix a segfault by only constructing the prompt when...
2001-01-04 Mark WhitleyChanged email address to codepoet.org, updated list...
2001-01-04 Mark WhitleyIncluded name of Larry Doolittle's build test script...
2001-01-04 Eric AndersenUpdate to changelog -- mostly from Larry Doolittle.
2001-01-04 Matt KraaiFixed -qv interaction (thanks to a report and patch...
2001-01-04 Eric AndersenMove window size handling to cmdedit.c. Move prompt...
2001-01-04 Eric AndersenUpdate interface per what now exists...
2001-01-04 Eric AndersenCleanup -- move win handling to cmdedit.c, static-ify...
2001-01-04 Matt KraaiFix symbol table manipulation (report and fix by Larry...
2001-01-04 Mark WhitleyAdded new script from Larry Doolittle that builds each...
2001-01-03 Matt KraaiBehave like GNU tar when matching excluded files.
2001-01-03 Matt KraaiPrevent / doubling and shrink parse_url.
2001-01-03 Glenn L McGrathFix warning for unused variable
2001-01-03 Glenn L McGrathenable is_direcotry() for dpkg-deb
2001-01-03 Glenn L McGrathAdd dpkg-deb documentation
2001-01-03 Eric AndersenDisable a bunch of less common stuff by default. This...
2001-01-03 Eric AndersenLogger forgot to NULL terminate strings from stdin.
2001-01-02 Glenn L McGrathreally add dpkg-deb.c this time
2001-01-02 Glenn L McGrathadd dpkg-deb command
2001-01-02 Matt KraaiUpdate logger usage information.
2001-01-02 Matt KraaiLog stdin when no message given and use getopt.
2001-01-02 Eric AndersenI just whipped up support for arbitrary regex delimiter...
2001-01-02 Eric AndersenBetter dmalloc handling
2001-01-02 Eric AndersenBe more careful about dmalloc handling
2000-12-30 Matt KraaiImprovements from Vladimir N. Oleynik.
2000-12-26 Matt KraaiFix lower casing for weird locales.
2000-12-22 Eric AndersenCleanup from Gennady Feldman <gfeldman@mail.com>
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-21 Eric AndersenAnother sh.c patch from Larry Doolittle. This makes...
2000-12-20 Eric AndersenMake more things be static (like they are supposed...
2000-12-20 Eric AndersenBump the version number to 0.49pre
2000-12-20 Eric AndersenTurns out, md5sum was broken anyways. It uses backward...
2000-12-20 Eric AndersenFix a warning in sh.c. Remove use of getline() in...
2000-12-20 Mark WhitleySome corrections, some additions, some embellishments.
2000-12-20 Matt KraaiRewrote.
2000-12-20 Eric AndersenFix a stupid naming error.
next