aboutsummaryrefslogtreecommitdiff
path: root/mt.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-01-20Adjust the default feature set a wee bitandersen1-2/+2
2001-01-20Apply a patch from Vladimir N. Oleynik <dzo@simtreas.ru>,andersen2-38/+36
2001-01-20Close files before exitbug12-0/+2
2001-01-20More printf cleanupsandersen5-29/+29
2001-01-20Close unused pipe handle before fork (for tar -z).bug12-2/+8
2001-01-18All files include busybox.h, which includes applets.h, so the Makefilekraai1-2/+2
2001-01-18Eliminate calls of the form "fprintf(stdout,". Thanks for the idea tokraai20-108/+102
2001-01-17Complicate truncate behavior.kraai2-14/+26
2001-01-17Fix the exit status of umount -a, a casualty of the TRUE/FALSE normalization.kraai2-8/+8
2001-01-16Show an example of how to compile with uClibc.andersen1-2/+10
2001-01-13Fix ownership of extracted directories.kraai2-4/+10
2001-01-09Removed unused, unneeded, Lineo-specific script.markw1-23/+0
2001-01-05Needs to be NULL at init in all cases.andersen3-3/+3
2001-01-05Changelog update/cleanup from larry.andersen1-7/+8
2001-01-05Patch from larry doolittle to be ever so careful to cleanupandersen3-48/+216
2001-01-05Better label the globals.andersen3-6/+21
2001-01-05Patch from Larry Doolittle to set values to static variables that live in theandersen3-6/+45
2001-01-05Turned some #define constants into static const ints.markw2-4/+4
2001-01-05Rewrote tail.kraai2-506/+406
2001-01-05Fix a segfault by only constructing the prompt when we need to. If we don'tkraai3-6/+6
2001-01-04Changed email address to codepoet.org, updated list of applets / docs Imarkw9-10/+10
2001-01-04Included name of Larry Doolittle's build test script. Shameless self-creditingmarkw1-1/+5
2001-01-04Update to changelog -- mostly from Larry Doolittle.andersen1-1/+30
2001-01-04Fixed -qv interaction (thanks to a report and patch from David Douthitt).kraai2-0/+10
2001-01-04Move window size handling to cmdedit.c. Move prompt setup to setup_prompt_st...andersen3-159/+99
2001-01-04Update interface per what now exists...andersen2-26/+0
2001-01-04Cleanup -- move win handling to cmdedit.c, static-ify many functions.andersen2-30/+60
2001-01-04Fix symbol table manipulation (report and fix by Larry Doolittle).kraai2-6/+8