aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rewritten by mistake.kraai2000-08-282-176/+64
| | | | git-svn-id: svn://busybox.net/trunk/busybox@986 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed dead regular expression code.kraai2000-08-282-86/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@985 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Compile xstrdup and xstrndup iff they are needed.kraai2000-08-261-1/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@984 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ar.c now uses a linked list to process headers, uses getopt, new internal ↵bug12000-08-258-585/+335
| | | | | | | | | | | | | function extractAr(srcFD, dstFd, filename) to make it easily accessable to other busybox functions. moved copySubFile from ar.c to utilities.c modified dd.c to use fullWrite modified copyFile in utilities.c to use copySubFile git-svn-id: svn://busybox.net/trunk/busybox@983 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix tab stops for sed usage.andersen2000-08-252-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@982 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed a warning about a label not being usedproski2000-08-222-8/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@981 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed misuse of type "char"proski2000-08-222-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@980 69ca8d6d-28ef-0310-b511-8ec308f3f277
* From Ken Chalmers <chalmers@norscan.com>:proski2000-08-222-2/+4
| | | | | | | | The current CVS mount.c is missing a semicolon, causing building to fail if NFS is enabled (#define BB_NFSMOUNT). git-svn-id: svn://busybox.net/trunk/busybox@979 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a unterminated string.andersen2000-08-222-6/+6
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@978 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Note the chmod fix.andersen2000-08-221-2/+5
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@977 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix an option parsing bug where things likeandersen2000-08-221-6/+9
| | | | | | | | | chmod -r /tmp/file wholdn't work (since it thought -r was an option). Doh! -Erik git-svn-id: svn://busybox.net/trunk/busybox@976 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some additional tips and formatting changes.markw2000-08-221-28/+56
| | | | git-svn-id: svn://busybox.net/trunk/busybox@975 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a silly bug so it compiles up properlyandersen2000-08-211-1/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@974 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops. Forgot to commit rdate.c.andersen2000-08-212-0/+270
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@973 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Script to do regression test, by combining all possible options.andersen2000-08-211-0/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@972 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Script to do regression test, by combining all possible options.andersen2000-08-211-0/+0
| | | | | | | | Run this to check for combinitorial type build errors. -Erik git-svn-id: svn://busybox.net/trunk/busybox@971 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.andersen2000-08-219-2/+73
| | | | | | | | I added the docs, and made behavior identical to the GNU version. -Erik git-svn-id: svn://busybox.net/trunk/busybox@970 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Turn off some debug noise.andersen2000-08-213-6/+6
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@969 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>andersen2000-08-218-2/+939
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@967 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed since this patch is now in the current 2.4.x kernelandersen2000-08-211-66/+0
| | | | | | | | tree. -Erik git-svn-id: svn://busybox.net/trunk/busybox@966 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Mark Ferrell <mferrell@mvista.com> to use the 'p' option inmarkw2000-08-213-18/+81
| | | | | | | substitution expressions. git-svn-id: svn://busybox.net/trunk/busybox@965 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops. Forgot to add in reset.c. Doh!andersen2000-08-212-0/+68
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@964 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a thinko, thanks to Klaasjan <klaasjan@europe.com>andersen2000-08-211-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@963 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in the "reset" command.andersen2000-08-218-3/+52
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@962 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yet another patch to fixup lsmodandersen2000-08-211-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@961 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some leftover stuff I forgot to commit for the lsmod change.andersen2000-08-213-14/+11
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@960 69ca8d6d-28ef-0310-b511-8ec308f3f277
* lsmod now uses the query_module syscall, rather then /procandersen2000-08-213-20/+145
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@959 69ca8d6d-28ef-0310-b511-8ec308f3f277
* syslogd was leaking processes that could forever busyloop. Fixed.andersen2000-08-202-2/+8
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@958 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor fixups.andersen2000-08-193-3/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@957 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Better 'mt' docs, thanks to Kent Robotti <robotti@metconnect.com>andersen2000-08-112-0/+10
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@956 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix to make 'ar xv' work, thanks to Kent Robotti <robotti@metconnect.com>andersen2000-08-112-2/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@955 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor link updateandersen2000-08-111-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@954 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add optional ls file sorting, thanks to a patch fromandersen2000-08-114-2/+179
| | | | | | | | Sterling Huxley <sterling@europa.com> -Erik git-svn-id: svn://busybox.net/trunk/busybox@953 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added fix from David Vrabel <dvrabel@arcom.co.uk> for aandersen2000-08-111-1/+1
| | | | | | | | buffer overrun in find_real_root_device(), fixing bug #1019 -Erik git-svn-id: svn://busybox.net/trunk/busybox@951 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some #include updates.andersen2000-08-1053-57/+12
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@946 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Mark Ferrell <mferrell@mvista.com> to fix sed '1,$p' wheremarkw2000-08-102-4/+4
| | | | | | | sed was only printing the first line and then exiting. git-svn-id: svn://busybox.net/trunk/busybox@945 69ca8d6d-28ef-0310-b511-8ec308f3f277
* We complained if the total number of arguments was greater than 3 andkraai2000-08-061-1/+1
| | | | | | | | the destination wasn't a directory. We should only complain if the there are multiple sources and target isn't a directory. git-svn-id: svn://busybox.net/trunk/busybox@944 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Exit with the appropriate value when grepping multiple files.kraai2000-08-062-8/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@943 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleaner way to handle -NUM and +NUM, reduces the mem usage as well.andersen2000-08-022-48/+50
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@939 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed the "-f" option.andersen2000-08-022-6/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@938 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Merge in two patches from Dave Cinege:andersen2000-08-029-186/+206
| | | | | | | | | | | | | the first is a cleanup of tar --exclude the second changes mount so mtab works more as it should, and also allows mount to use the traditional short form (i.e. 'mount / -o remount,rw' now works. While inside tar, I changed it to use getopt... -Erik git-svn-id: svn://busybox.net/trunk/busybox@937 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor cleanup thingy. fprintf(stderr, ...) -> errorMsg().markw2000-08-022-4/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@936 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Brand, new version of cut. This fixes the bugs in the old cut, is smaller, andmarkw2000-08-022-616/+342
| | | | | | | is a sight easier to understand than the Minix cut. git-svn-id: svn://busybox.net/trunk/busybox@935 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net>andersen2000-08-025-199/+221
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@934 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor fix to clean targetandersen2000-08-011-3/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@933 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix bug 1017, which reports that insmod segfaults when /lib/modules doesn'tkraai2000-08-013-9/+11
| | | | | | | exist. Also allow early search termination (per the comments). git-svn-id: svn://busybox.net/trunk/busybox@931 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Commit the rewrite of tail by Allen Soardandersen2000-07-314-2240/+495
| | | | | | | | | <esp-software@mail.hypermart.net>. Thanks Allen for you work at getting this into shape, -Erik git-svn-id: svn://busybox.net/trunk/busybox@923 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New variable WARNINGS to hold all warning optionsproski2000-07-281-2/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@922 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed to pass -Wundefproski2000-07-284-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@921 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Disabled debugging outputproski2000-07-282-16/+12
| | | | | | | | Fine-grained checks for possible errors instead of "set -e" The standard output shows what is being linked to what git-svn-id: svn://busybox.net/trunk/busybox@920 69ca8d6d-28ef-0310-b511-8ec308f3f277