aboutsummaryrefslogtreecommitdiff
path: root/usage.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.andersen2000-09-201-0/+27
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1076 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New dd behaviourbug12000-09-111-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1031 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updated to match new -R ar functionalitybug12000-09-091-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1022 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Changed getopt so that options can be grouped together, the sourcebug12000-09-091-1/+1
| | | | | | | | | archive is now assumed to be the first non parameter. This is how GNU ar behaves. git-svn-id: svn://busybox.net/trunk/busybox@1020 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New ls sorting patch, as written by Sterling Huxley, and then updatedandersen2000-09-071-17/+54
| | | | | | | | | by kent robotti. I then updated it to use my_getpwuid and my_getgrgid (per busybox policy). -Erik git-svn-id: svn://busybox.net/trunk/busybox@1017 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added expr, from Edward Betts <edward@debian.org>, with some fixupsandersen2000-09-051-0/+38
| | | | | | | | and docs added by me. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1008 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Forgot this part of wgetandersen2000-09-041-0/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1006 69ca8d6d-28ef-0310-b511-8ec308f3f277
* updated some usage info from a patch from robotti@metconnect.comandersen2000-09-011-4/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@994 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ar.c now uses a linked list to process headers, uses getopt, new internal ↵bug12000-08-251-6/+6
| | | | | | | | | | | | | 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-251-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@982 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.andersen2000-08-211-0/+12
| | | | | | | | 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
* Add in the "reset" command.andersen2000-08-211-0/+10
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@962 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Better 'mt' docs, thanks to Kent Robotti <robotti@metconnect.com>andersen2000-08-111-0/+5
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@956 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Merge in two patches from Dave Cinege:andersen2000-08-021-2/+2
| | | | | | | | | | | | | 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
* Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net>andersen2000-08-021-25/+17
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@934 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>andersen2000-07-211-0/+12
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@897 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed usage info for "cut"proski2000-07-211-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@892 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Took -V out of the sed_usage string.markw2000-07-201-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@891 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * syslogd can now log messages to a remote host -- patch thanksandersen2000-07-201-0/+3
| | | | | | | | to Gyepi Sam <gyepi@praxis-sw.com> -Erik git-svn-id: svn://busybox.net/trunk/busybox@890 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added some missing declarations and fixed some typos. I have tokraai2000-07-191-0/+1
| | | | | | | remember to compile *before* committing. git-svn-id: svn://busybox.net/trunk/busybox@882 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add usage messages for applets without them.kraai2000-07-191-0/+89
| | | | git-svn-id: svn://busybox.net/trunk/busybox@881 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Extract usage information into a separate file.kraai2000-07-161-0/+1204
git-svn-id: svn://busybox.net/trunk/busybox@864 69ca8d6d-28ef-0310-b511-8ec308f3f277