aboutsummaryrefslogtreecommitdiff
path: root/tar.c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-08-11Added fix from David Vrabel <dvrabel@arcom.co.uk> for aEric Andersen1-1/+1
2000-08-10Some #include updates.Eric Andersen53-57/+12
2000-08-10Applied patch from Mark Ferrell <mferrell@mvista.com> to fix sed '1,$p' whereMark Whitley2-4/+4
2000-08-06We complained if the total number of arguments was greater than 3 andMatt Kraai1-1/+1
2000-08-06Exit with the appropriate value when grepping multiple files.Matt Kraai2-8/+12
2000-08-02Cleaner way to handle -NUM and +NUM, reduces the mem usage as well.Eric Andersen2-48/+50
2000-08-02Fixed the "-f" option.Eric Andersen2-6/+2
2000-08-02Merge in two patches from Dave Cinege:Eric Andersen9-186/+206
2000-08-02Minor cleanup thingy. fprintf(stderr, ...) -> errorMsg().Mark Whitley2-4/+2
2000-08-02Brand, new version of cut. This fixes the bugs in the old cut, is smaller, andMark Whitley2-616/+342
2000-08-02Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net>Eric Andersen5-199/+221
2000-08-01Minor fix to clean targetEric Andersen1-3/+2
2000-08-01Fix bug 1017, which reports that insmod segfaults when /lib/modules doesn'tMatt Kraai3-9/+11
2000-07-31Commit the rewrite of tail by Allen SoardEric Andersen4-2240/+495
2000-07-28New variable WARNINGS to hold all warning optionsPavel Roskin1-2/+4
2000-07-28Fixed to pass -WundefPavel Roskin4-4/+4
2000-07-28Disabled debugging outputPavel Roskin2-16/+12
2000-07-28Fix for a potential uninitialized variable, thx toEric Andersen2-0/+2
2000-07-28Clean up the nasty blunder I'd made of how different behaviors happen.Eric Andersen3-42/+48
2000-07-28Some cleanups, based on a patch from Ken ChalmersEric Andersen2-20/+26
2000-07-28Fix from Robert Kaiser for stdin behavior.Eric Andersen2-2/+2
2000-07-28Oops. Forgot an ifdefEric Andersen3-0/+6
2000-07-28Fix from Arne Bernin for return code -- now reflects whether the rmmodEric Andersen2-2/+6
2000-07-28More sh updates (with related changes to everything else). SwitchedEric Andersen11-193/+421
2000-07-27More shell features.... if-then-else-fi is now basically usable (disableEric Andersen3-339/+717
2000-07-26Fixed a syntax error & superfluous param decl that was causing the build toMark Whitley2-2/+2
2000-07-26Minor style cleanups.Eric Andersen3-24/+27
2000-07-26Better descriptionEric Andersen1-1/+2
2000-07-26Fix some bitrot.Eric Andersen2-14/+14
2000-07-25Modified print_subst_w_backrefs() so it will print backslash escapedMark Whitley2-0/+12
2000-07-25Added a note in the "Tips and Pointer" section on the correct way to test forMark Whitley1-0/+17
2000-07-25Finish off fixing up the memleaks (I think). Added the beginnings ofEric Andersen3-114/+369
2000-07-25Use BB_FEATURE_CLEAN_UP where appropriateEric Andersen12-14/+48
2000-07-25Add in BB_FEATURE_CLEAN_UP, which is whether to clean up mem leaks and closeEric Andersen1-0/+4
2000-07-25Remove some noise.Eric Andersen2-54/+0
2000-07-25Clean up $1=$prefixEric Andersen2-10/+10
2000-07-24First revision of the Busybox Style Guide and an accompanying .indent.proMark Whitley2-0/+257
2000-07-24chroot can now call the builtin shellPavel Roskin3-0/+11
2000-07-21Fixed stdin/stdout paths so things likeEric Andersen4-22/+70
2000-07-21Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>Eric Andersen11-5/+171
2000-07-21Bump version number.Eric Andersen5-5/+11
2000-07-21Add in the LinuxMagic VPN FirewallEric Andersen1-0/+1
2000-07-21Fixed usage info for "cut"Pavel Roskin4-5/+5
2000-07-20Took -V out of the sed_usage string.Mark Whitley2-2/+0
2000-07-20* syslogd can now log messages to a remote host -- patch thanksEric Andersen9-3/+239
2000-07-20As per a discussion on the mailing list between Matt and Pavel. I have removedMark Whitley2-10/+2
2000-07-20Converted option parsing to getopt(). Also added some explanatory comments.Mark Whitley2-26/+28
2000-07-20Adjusted install.sh to use relative symlinks, and to optionallyEric Andersen3-17/+80
2000-07-20Converted option parsing to using getopt(). Also managed to remove anMark Whitley2-34/+34
2000-07-20Whoops. Forgot to #include <getopt.h>.Mark Whitley2-0/+2