Age | Commit message (Expand) | Author |
2001-01-24 | Make insmod understand (and ignore) -L, and convert it to use getopt. | Eric Andersen |
2001-01-24 | Update comments re netkit-tiny... | Eric Andersen |
2001-01-24 | Remove the warning messages. By consensus, netkit-tiny doesn't | Eric Andersen |
2001-01-24 | Fix spelling. s/maintainence/maintenance/ | Eric Andersen |
2001-01-24 | - Added a section on avoiding static buffers, per mailing list discussions | Mark Whitley |
2001-01-23 | Fixed tiny typo. | Mark Whitley |
2001-01-23 | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley |
2001-01-23 | Bug fix. | Eric Andersen |
2001-01-22 | Remove host* applets from the default build. | Eric Andersen |
2001-01-22 | Fix silly typo | Eric Andersen |
2001-01-22 | Warn about apps that will be going away in release 0.50 | Eric Andersen |
2001-01-22 | Add HUMAN_READABLE define for -m and -h support in du, df, and ls | Richard June |
2001-01-22 | Use getopt (or getopt_long). | Matt Kraai |
2001-01-22 | Fixed listed files to extract to be more like GNU. Reported by Deon George. | Matt Kraai |
2001-01-22 | Patch from Larry Doolittle to close bug #1086. | Eric Andersen |
2001-01-21 | Update time | Eric Andersen |
2001-01-20 | Fix naming to reflect reality | Eric Andersen |
2001-01-20 | Move \n to inside TRIVIAL_HELP, to save a few bytes for the default case. | Eric Andersen |
2001-01-20 | djust debian build targets | Eric Andersen |
2001-01-20 | lean up a potential error, thanks to Vladimir N. Oleynik <dzo@simtreas.ru>. | Eric Andersen |
2001-01-20 | Clarify the statusbar config option so it states which applet it applies to. | Eric Andersen |
2001-01-20 | Adjust the default feature set a wee bit | Eric Andersen |
2001-01-20 | Apply a patch from Vladimir N. Oleynik <dzo@simtreas.ru>, | Eric Andersen |
2001-01-20 | Close files before exit | Glenn L McGrath |
2001-01-20 | More printf cleanups | Eric Andersen |
2001-01-20 | Close unused pipe handle before fork (for tar -z). | Glenn L McGrath |
2001-01-18 | All files include busybox.h, which includes applets.h, so the Makefile | Matt Kraai |
2001-01-18 | Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to | Matt Kraai |
2001-01-17 | Complicate truncate behavior. | Matt Kraai |
2001-01-17 | Fix the exit status of umount -a, a casualty of the TRUE/FALSE normalization. | Matt Kraai |
2001-01-16 | Show an example of how to compile with uClibc. | Eric Andersen |
2001-01-13 | Fix ownership of extracted directories. | Matt Kraai |
2001-01-09 | Removed unused, unneeded, Lineo-specific script. | Mark Whitley |
2001-01-05 | Needs to be NULL at init in all cases. | Eric Andersen |
2001-01-05 | Changelog update/cleanup from larry. | Eric Andersen |
2001-01-05 | Patch from larry doolittle to be ever so careful to cleanup | Eric Andersen |
2001-01-05 | Better label the globals. | Eric Andersen |
2001-01-05 | Patch from Larry Doolittle to set values to static variables that live in the | Eric Andersen |
2001-01-05 | Turned some #define constants into static const ints. | Mark Whitley |
2001-01-05 | Rewrote tail. | Matt Kraai |
2001-01-05 | Fix a segfault by only constructing the prompt when we need to. If we don't | Matt Kraai |
2001-01-04 | Changed email address to codepoet.org, updated list of applets / docs I | Mark Whitley |
2001-01-04 | Included name of Larry Doolittle's build test script. Shameless self-crediting | Mark Whitley |
2001-01-04 | Update to changelog -- mostly from Larry Doolittle. | Eric Andersen |
2001-01-04 | Fixed -qv interaction (thanks to a report and patch from David Douthitt). | Matt Kraai |
2001-01-04 | Move window size handling to cmdedit.c. Move prompt setup to setup_prompt_st... | Eric Andersen |
2001-01-04 | Update interface per what now exists... | Eric Andersen |
2001-01-04 | Cleanup -- move win handling to cmdedit.c, static-ify many functions. | Eric Andersen |
2001-01-04 | Fix symbol table manipulation (report and fix by Larry Doolittle). | Matt Kraai |
2001-01-04 | Added new script from Larry Doolittle that builds each applet individually. | Mark Whitley |