aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.pod (follow)
Commit message (Collapse)AuthorAgeFilesLines
* These days busybox.pod is autogenerated, so it should be removedEric Andersen2001-04-261-2549/+0
| | | | from CVS.
* - updated busybox_header.pod by adding adjtimex to the list.John Beppu2001-04-171-23/+42
| | | | | - a new busybox.pod that reflects my fixes, and todays patches to usage.h
* - usage.hJohn Beppu2001-04-171-29/+19
| | | | | | | | | | | | | | | | | | | | | | | | | o echo_example_usage needed to escape some backslashes in an inner quote o find_full_usage missing a \n at the end of the -name line ? getopt_full_usage the -o line has tab issues, but I didn't fix them. o length_example_usage removed some double-quotes that were within an inner quotes o printf_example_usage needed to escape a backslash in an inner quote o sort_example_usage needed to escape some backslashes and double quotes in an inner quote o tftp_full_usage s/nameing/naming/; o umount_full_usage remove colons after options for consistency w/ other full_usage messages o uniq_example_usage needed to escape some backslashes and double quotes in an inner quote - TODO xargs -l ? - docs/autodocifier.pl POD && comment updates - docs/busybox_footer.pod added Larry Doolittle and Sterling Huxley
* This patch from Laurence Anderson <laurence@zxmail.com> fixesEric Andersen2001-04-101-1/+2
| | | | | wget HTTP 1.1 support and addes chunked encoding so bb wget is now fully RFC compliant.
* Fix double quote handling.Matt Kraai2001-04-101-92/+66
|
* Fix warning generated by pod2html about unterminated list.Matt Kraai2001-04-091-1/+3
|
* Apply Vladimir's latest cleanup patch.Eric Andersen2001-04-091-1/+8
| | | | -Erik
* A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which addsEric Andersen2001-04-051-2/+3
| | | | | | | | | | | | | | - support for ftp downloads - HTTP basic authentication support (as an optional feature) - handling of http redirections - protocol version changed to 1.0 (to stop servers from requesting chunked encoding) - bugfix: in the case when content-length not given, wget didn't download anything - when attempting to continue an aborted download but server doesn't support restarts, reopen output file in write mode - changed assumption that existing file should restart an aborted download. Now the user must explicitly specify this with -c
* - autodocifier.pl :: continuation() was modified such that '#'John Beppu2001-04-051-14/+55
| | | | is handled correctly.
* - split busybox.pod into a header and footer.John Beppu2001-04-051-152/+180
| | | | the body will be generated by docs/autodocifier.pl
* A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. NowEric Andersen2001-04-031-9/+16
| | | | | you can specify an arbitrary behavior for 'ctrlaltdel' without that behavior needing to be a reboot.
* One tiny little missing newline that confused pod.Mark Whitley2001-03-151-5/+6
|
* - generated middle section of busybox.pod w/ autodocifier.plJohn Beppu2001-03-151-411/+351
| | | | - updated autodocifier.pl to use tab to indent example section
* Update the documentation so examples are autoincluded in the output text.Eric Andersen2001-03-151-931/+1136
| | | | | Fix up docs/busybox.pod with the latest autogenerated output. -Erik
* Add in spoon's watchdog timer app.Eric Andersen2001-01-251-5/+13
| | | | -Erik
* Apply a patch from Brent Priddy <brent.priddy@adtran.com> to addEric Andersen2001-01-251-1/+2
| | | | | 'id -n' support. -Erik
* Fix up insmod usage info to mention -LEric Andersen2001-01-241-1/+2
|
* Add dpkg-deb documentationGlenn L McGrath2001-01-031-11/+37
|
* Update logger usage information.Matt Kraai2001-01-021-2/+2
|
* Doc update from Matt Kraai, better describing the init process.Eric Andersen2000-12-181-5/+6
|
* Document gzip -dEric Andersen2000-12-131-1/+2
|
* Fix spelling error s/defaut/default/gEric Andersen2000-12-111-2/+2
|
* Reverse logic so when network logging, it by default does not log locally.Eric Andersen2000-12-111-3/+3
|
* Patch from Matt Kraai to implement uniq -[cdu]Eric Andersen2000-12-091-1/+7
|
* Update inittab docsEric Andersen2000-12-081-7/+31
|
* Make no local logging a runtime option for network logging...Eric Andersen2000-12-081-3/+4
|
* Fix typo pointed out by Michael Renzmann <renzmann@gmx.de>Eric Andersen2000-11-171-2/+2
|
* Ulp. "expr" listed as a second "echo" (oops) -- thanks to David DouthittEric Andersen2000-11-141-2/+2
| | | | for noticing....
* Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to makeEric Andersen2000-10-121-2/+2
| | | | | hostname do "--file" -Erik
* Fix up the docsEric Andersen2000-09-261-4/+4
|
* Doc updateEric Andersen2000-09-241-4/+65
|
* update docs for xargsEric Andersen2000-09-231-3/+1
|
* Use minix xargs instead, and update docs accordinglyEric Andersen2000-09-221-4/+24
| | | | -Erik
* Typo fix.Eric Andersen2000-09-211-2/+2
|
* Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.Eric Andersen2000-09-201-11/+36
| | | | -Erik
* Updated to be in sync with the current sample inittabPavel Roskin2000-09-151-8/+10
|
* + credit markw@lineo.com for his contributionsJohn Beppu2000-09-151-1/+5
|
* Added expr, from Edward Betts <edward@debian.org>, with some fixupsEric Andersen2000-09-051-1/+40
| | | | | and docs added by me. -Erik
* updated some usage info from a patch from robotti@metconnect.comEric Andersen2000-09-011-1/+5
| | | | -Erik
* Fix a silly bug so it compiles up properlyEric Andersen2000-08-211-1/+2
| | | | -Erik
* Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.Eric Andersen2000-08-211-2/+15
| | | | | I added the docs, and made behavior identical to the GNU version. -Erik
* Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>Eric Andersen2000-08-211-2/+44
| | | | -Erik
* Add in the "reset" command.Eric Andersen2000-08-211-2/+10
| | | | -Erik
* Merge in two patches from Dave Cinege:Eric 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
* Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>Eric Andersen2000-07-211-2/+12
| | | | -Erik
* Fixed usage info for "cut"Pavel Roskin2000-07-211-2/+2
|
* * syslogd can now log messages to a remote host -- patch thanksEric Andersen2000-07-201-1/+7
| | | | | to Gyepi Sam <gyepi@praxis-sw.com> -Erik
* Added 'dumpkmap' to allow people to dump a binary keymap, which can then beEric Andersen2000-07-111-2/+10
| | | | | loaded in by 'loadkmap' -- submitted by Arne Bernin <arne@matrix.loopback.org> -Erik
* Doc updates to remove sfdisk.Eric Andersen2000-07-081-45/+2
| | | | -Erik
* Some cosmetic updates. Changed "OPTIONS" to "Options".Eric Andersen2000-07-041-4/+4
| | | | -Erik