aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Turned off ls file-sorting till it can be fixed.Eric Andersen2000-09-011-2/+2
* updated some usage info from a patch from robotti@metconnect.comEric Andersen2000-09-014-9/+23
* Argh. I *will* compile before checking in.Matt Kraai2000-09-012-2/+2
* Don't unlink files if we are extracting to stdout.Matt Kraai2000-09-012-6/+6
* Correct the stdin/stdout behavior when no args are provided.Eric Andersen2000-09-012-10/+10
* Sigh. Seems I screwed up last time. This fixed detectingEric Andersen2000-09-012-8/+6
* Add an extra sanity check in parse_modeEric Andersen2000-09-011-0/+3
* Fix a spelling errorEric Andersen2000-08-311-1/+1
* Fix spelling errorEric Andersen2000-08-312-2/+2
* Rewritten by mistake.Matt Kraai2000-08-282-176/+64
* Removed dead regular expression code.Matt Kraai2000-08-282-86/+0
* Compile xstrdup and xstrndup iff they are needed.Matt Kraai2000-08-261-1/+3
* ar.c now uses a linked list to process headers, uses getopt, new internal fun...Glenn L McGrath2000-08-258-585/+335
* Fix tab stops for sed usage.Eric Andersen2000-08-252-4/+4
* Fixed a warning about a label not being usedPavel Roskin2000-08-222-8/+8
* Fixed misuse of type "char"Pavel Roskin2000-08-222-2/+2
* From Ken Chalmers <chalmers@norscan.com>:Pavel Roskin2000-08-222-2/+4
* Fix a unterminated string.Eric Andersen2000-08-222-6/+6
* Note the chmod fix.Eric Andersen2000-08-221-2/+5
* Fix an option parsing bug where things likeEric Andersen2000-08-221-6/+9
* Some additional tips and formatting changes.Mark Whitley2000-08-221-28/+56
* Fix a silly bug so it compiles up properlyEric Andersen2000-08-211-1/+2
* Oops. Forgot to commit rdate.c.Eric Andersen2000-08-212-0/+270
* Script to do regression test, by combining all possible options.Eric Andersen2000-08-211-0/+1
* Script to do regression test, by combining all possible options.Eric Andersen2000-08-211-0/+0
* Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.Eric Andersen2000-08-219-2/+73
* Turn off some debug noise.Eric Andersen2000-08-213-6/+6
* Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>Eric Andersen2000-08-218-2/+939
* Removed since this patch is now in the current 2.4.x kernelEric Andersen2000-08-211-66/+0
* Applied patch from Mark Ferrell <mferrell@mvista.com> to use the 'p' option inMark Whitley2000-08-213-18/+81
* Oops. Forgot to add in reset.c. Doh!Eric Andersen2000-08-212-0/+68
* Fix a thinko, thanks to Klaasjan <klaasjan@europe.com>Eric Andersen2000-08-211-1/+1
* Add in the "reset" command.Eric Andersen2000-08-218-3/+52
* Yet another patch to fixup lsmodEric Andersen2000-08-211-1/+1
* Some leftover stuff I forgot to commit for the lsmod change.Eric Andersen2000-08-213-14/+11
* lsmod now uses the query_module syscall, rather then /procEric Andersen2000-08-213-20/+145
* syslogd was leaking processes that could forever busyloop. Fixed.Eric Andersen2000-08-202-2/+8
* Minor fixups.Eric Andersen2000-08-193-3/+3
* Better 'mt' docs, thanks to Kent Robotti <robotti@metconnect.com>Eric Andersen2000-08-112-0/+10
* Fix to make 'ar xv' work, thanks to Kent Robotti <robotti@metconnect.com>Eric Andersen2000-08-112-2/+2
* Minor link updateEric Andersen2000-08-111-1/+1
* Add optional ls file sorting, thanks to a patch fromEric Andersen2000-08-114-2/+179
* Added fix from David Vrabel <dvrabel@arcom.co.uk> for aEric Andersen2000-08-111-1/+1
* Some #include updates.Eric Andersen2000-08-1053-57/+12
* Applied patch from Mark Ferrell <mferrell@mvista.com> to fix sed '1,$p' whereMark Whitley2000-08-102-4/+4
* We complained if the total number of arguments was greater than 3 andMatt Kraai2000-08-061-1/+1
* Exit with the appropriate value when grepping multiple files.Matt Kraai2000-08-062-8/+12
* Cleaner way to handle -NUM and +NUM, reduces the mem usage as well.Eric Andersen2000-08-022-48/+50
* Fixed the "-f" option.Eric Andersen2000-08-022-6/+2
* Merge in two patches from Dave Cinege:Eric Andersen2000-08-029-186/+206