2001-01-24 |
Eric Andersen | Fix spelling. s/maintainence/maintenance/ |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Mark Whitley | - Added a section on avoiding static buffers, per... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Mark Whitley | Fixed tiny typo. |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Mark Whitley | #define -> static const int. Also got rid of some big... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Eric Andersen | Bug fix. |
commit | commitdiff | tree | snapshot |
2001-01-22 |
Eric Andersen | Remove host* applets from the default build. |
commit | commitdiff | tree | snapshot |
2001-01-22 |
Eric Andersen | Fix silly typo |
commit | commitdiff | tree | snapshot |
2001-01-22 |
Eric Andersen | Warn about apps that will be going away in release... |
commit | commitdiff | tree | snapshot |
2001-01-22 |
Richard June | Add HUMAN_READABLE define for -m and -h support in... |
commit | commitdiff | tree | snapshot |
2001-01-22 |
Matt Kraai | Use getopt (or getopt_long). |
commit | commitdiff | tree | snapshot |
2001-01-22 |
Matt Kraai | Fixed listed files to extract to be more like GNU.... |
commit | commitdiff | tree | snapshot |
2001-01-22 |
Eric Andersen | Patch from Larry Doolittle to close bug #1086. |
commit | commitdiff | tree | snapshot |
2001-01-21 |
Eric Andersen | Update time |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Eric Andersen | Fix naming to reflect reality |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Eric Andersen | Move \n to inside TRIVIAL_HELP, to save a few bytes... |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Eric Andersen | djust debian build targets |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Eric Andersen | lean up a potential error, thanks to Vladimir N. Oleyni... |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Eric Andersen | Clarify the statusbar config option so it states which... |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Eric Andersen | Adjust the default feature set a wee bit |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Eric Andersen | Apply a patch from Vladimir N. Oleynik <dzo@simtreas... |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Glenn L McGrath | Close files before exit |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Eric Andersen | More printf cleanups |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Glenn L McGrath | Close unused pipe handle before fork (for tar -z). |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Matt Kraai | All files include busybox.h, which includes applets... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Matt Kraai | Eliminate calls of the form "fprintf(stdout,". Thanks... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Matt Kraai | Complicate truncate behavior. |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Matt Kraai | Fix the exit status of umount -a, a casualty of the... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Eric Andersen | Show an example of how to compile with uClibc. |
commit | commitdiff | tree | snapshot |
2001-01-13 |
Matt Kraai | Fix ownership of extracted directories. |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Mark Whitley | Removed unused, unneeded, Lineo-specific script. |
commit | commitdiff | tree | snapshot |
2001-01-05 |
Eric Andersen | Needs to be NULL at init in all cases. |
commit | commitdiff | tree | snapshot |
2001-01-05 |
Eric Andersen | Changelog update/cleanup from larry. |
commit | commitdiff | tree | snapshot |
2001-01-05 |
Eric Andersen | Patch from larry doolittle to be ever so careful to... |
commit | commitdiff | tree | snapshot |
2001-01-05 |
Eric Andersen | Better label the globals. |
commit | commitdiff | tree | snapshot |
2001-01-05 |
Eric Andersen | Patch from Larry Doolittle to set values to static... |
commit | commitdiff | tree | snapshot |
2001-01-05 |
Mark Whitley | Turned some #define constants into static const ints. |
commit | commitdiff | tree | snapshot |
2001-01-05 |
Matt Kraai | Rewrote tail. |
commit | commitdiff | tree | snapshot |
2001-01-05 |
Matt Kraai | Fix a segfault by only constructing the prompt when... |
commit | commitdiff | tree | snapshot |
2001-01-04 |
Mark Whitley | Changed email address to codepoet.org, updated list... |
commit | commitdiff | tree | snapshot |
2001-01-04 |
Mark Whitley | Included name of Larry Doolittle's build test script... |
commit | commitdiff | tree | snapshot |
2001-01-04 |
Eric Andersen | Update to changelog -- mostly from Larry Doolittle. |
commit | commitdiff | tree | snapshot |
2001-01-04 |
Matt Kraai | Fixed -qv interaction (thanks to a report and patch... |
commit | commitdiff | tree | snapshot |
2001-01-04 |
Eric Andersen | Move window size handling to cmdedit.c. Move prompt... |
commit | commitdiff | tree | snapshot |
2001-01-04 |
Eric Andersen | Update interface per what now exists... |
commit | commitdiff | tree | snapshot |
2001-01-04 |
Eric Andersen | Cleanup -- move win handling to cmdedit.c, static-ify... |
commit | commitdiff | tree | snapshot |
2001-01-04 |
Matt Kraai | Fix symbol table manipulation (report and fix by Larry... |
commit | commitdiff | tree | snapshot |
2001-01-04 |
Mark Whitley | Added new script from Larry Doolittle that builds each... |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Matt Kraai | Behave like GNU tar when matching excluded files. |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Matt Kraai | Prevent / doubling and shrink parse_url. |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Glenn L McGrath | Fix warning for unused variable |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Glenn L McGrath | enable is_direcotry() for dpkg-deb |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Glenn L McGrath | Add dpkg-deb documentation |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Eric Andersen | Disable a bunch of less common stuff by default. This... |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Eric Andersen | Logger forgot to NULL terminate strings from stdin. |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Glenn L McGrath | really add dpkg-deb.c this time |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Glenn L McGrath | add dpkg-deb command |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Matt Kraai | Update logger usage information. |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Matt Kraai | Log stdin when no message given and use getopt. |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Eric Andersen | I just whipped up support for arbitrary regex delimiter... |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Eric Andersen | Better dmalloc handling |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Eric Andersen | Be more careful about dmalloc handling |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Matt Kraai | Improvements from Vladimir N. Oleynik. |
commit | commitdiff | tree | snapshot |
2000-12-26 |
Matt Kraai | Fix lower casing for weird locales. |
commit | commitdiff | tree | snapshot |
2000-12-22 |
Eric Andersen | Cleanup from Gennady Feldman <gfeldman@mail.com> |
commit | commitdiff | tree | snapshot |
2000-12-22 |
Matt Kraai | Use busybox error handling functions wherever possible. |
commit | commitdiff | tree | snapshot |
2000-12-21 |
Eric Andersen | Another sh.c patch from Larry Doolittle. This makes... |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Eric Andersen | Make more things be static (like they are supposed... |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Eric Andersen | Bump the version number to 0.49pre |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Eric Andersen | Turns out, md5sum was broken anyways. It uses backward... |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Eric Andersen | Fix a warning in sh.c. Remove use of getline() in... |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Mark Whitley | Some corrections, some additions, some embellishments. |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Matt Kraai | Rewrote. |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Eric Andersen | Fix a stupid naming error. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Matt Kraai | Be sure to read from the given path, not the one used... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Mark Whitley | More spelling fixes from Larry Doolittle. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Mark Whitley | Added a paragraph from Larry Dolittle, made some more... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Mark Whitley | New applet HOWTO. Written by Matt Kraai with some forma... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Matt Kraai | Fix tar handling of absolute paths and excluded directo... |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Matt Kraai | Rewrote dd. |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Eric Andersen | Doc update from Matt Kraai, better describing the init... |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Eric Andersen | Ok, this is a pretty major update to sh.c. I renamed... |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Matt Kraai | Change calls to error_msg.* and strerror to use perror_... |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Matt Kraai | Add missing newlines to error messages. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Matt Kraai | Rewrite nc to be simpler, smaller, and to check syscall... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Matt Kraai | Only say mailing list once. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Glenn L McGrath | Remove defines for ar that arent needed |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Glenn L McGrath | Rewrite, fix a bug with multiple long filenames, simpli... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Matt Kraai | Rewrite argv munger. |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Eric Andersen | Add in mkCDrec - make CD-ROM recovery project. |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Matt Kraai | Simplify error handling. |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Matt Kraai | Shutdown sending on the socket when stdin closes. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Mark Whitley | Added some necessary brackets, removed debug noise. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Matt Kraai | Ran aspell. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Eric Andersen | Formatting fix 0_48 |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Eric Andersen | Website update for the release |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Eric Andersen | Add a few folks to Authors |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Eric Andersen | A few more updates |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Eric Andersen | Document gzip -d |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Eric Andersen | Add GNU compatibile gzip -d |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Eric Andersen | Update the version number to 0.48 (no longer pre). |
commit | commitdiff | tree | snapshot |
next |