aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sigh. Seems I screwed up last time. This fixed detectingandersen2000-09-012-8/+6
* Add an extra sanity check in parse_modeandersen2000-09-011-0/+3
* Fix a spelling errorandersen2000-08-311-1/+1
* Fix spelling errorandersen2000-08-312-2/+2
* Rewritten by mistake.kraai2000-08-282-176/+64
* Removed dead regular expression code.kraai2000-08-282-86/+0
* Compile xstrdup and xstrndup iff they are needed.kraai2000-08-261-1/+3
* ar.c now uses a linked list to process headers, uses getopt, new internal fun...bug12000-08-258-585/+335
* Fix tab stops for sed usage.andersen2000-08-252-4/+4
* Fixed a warning about a label not being usedproski2000-08-222-8/+8
* Fixed misuse of type "char"proski2000-08-222-2/+2
* From Ken Chalmers <chalmers@norscan.com>:proski2000-08-222-2/+4
* Fix a unterminated string.andersen2000-08-222-6/+6
* Note the chmod fix.andersen2000-08-221-2/+5
* Fix an option parsing bug where things likeandersen2000-08-221-6/+9
* Some additional tips and formatting changes.markw2000-08-221-28/+56
* Fix a silly bug so it compiles up properlyandersen2000-08-211-1/+2
* Oops. Forgot to commit rdate.c.andersen2000-08-212-0/+270
* Script to do regression test, by combining all possible options.andersen2000-08-211-0/+1
* Script to do regression test, by combining all possible options.andersen2000-08-211-0/+0
* Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.andersen2000-08-219-2/+73
* Turn off some debug noise.andersen2000-08-213-6/+6
* Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>andersen2000-08-218-2/+939
* Removed since this patch is now in the current 2.4.x kernelandersen2000-08-211-66/+0
* Applied patch from Mark Ferrell <mferrell@mvista.com> to use the 'p' option inmarkw2000-08-213-18/+81
* Oops. Forgot to add in reset.c. Doh!andersen2000-08-212-0/+68
* Fix a thinko, thanks to Klaasjan <klaasjan@europe.com>andersen2000-08-211-1/+1
* Add in the "reset" command.andersen2000-08-218-3/+52
* Yet another patch to fixup lsmodandersen2000-08-211-1/+1
* Some leftover stuff I forgot to commit for the lsmod change.andersen2000-08-213-14/+11
* lsmod now uses the query_module syscall, rather then /procandersen2000-08-213-20/+145
* syslogd was leaking processes that could forever busyloop. Fixed.andersen2000-08-202-2/+8
* Minor fixups.andersen2000-08-193-3/+3
* Better 'mt' docs, thanks to Kent Robotti <robotti@metconnect.com>andersen2000-08-112-0/+10
* Fix to make 'ar xv' work, thanks to Kent Robotti <robotti@metconnect.com>andersen2000-08-112-2/+2
* Minor link updateandersen2000-08-111-1/+1
* Add optional ls file sorting, thanks to a patch fromandersen2000-08-114-2/+179
* Added fix from David Vrabel <dvrabel@arcom.co.uk> for aandersen2000-08-111-1/+1
* Some #include updates.andersen2000-08-1053-57/+12
* Applied patch from Mark Ferrell <mferrell@mvista.com> to fix sed '1,$p' wheremarkw2000-08-102-4/+4
* We complained if the total number of arguments was greater than 3 andkraai2000-08-061-1/+1
* Exit with the appropriate value when grepping multiple files.kraai2000-08-062-8/+12
* Cleaner way to handle -NUM and +NUM, reduces the mem usage as well.andersen2000-08-022-48/+50
* Fixed the "-f" option.andersen2000-08-022-6/+2
* Merge in two patches from Dave Cinege:andersen2000-08-029-186/+206
* Minor cleanup thingy. fprintf(stderr, ...) -> errorMsg().markw2000-08-022-4/+2
* Brand, new version of cut. This fixes the bugs in the old cut, is smaller, andmarkw2000-08-022-616/+342
* Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net>andersen2000-08-025-199/+221
* Minor fix to clean targetandersen2000-08-011-3/+2
* Fix bug 1017, which reports that insmod segfaults when /lib/modules doesn'tkraai2000-08-013-9/+11