aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.pod
AgeCommit message (Collapse)Author
2001-04-26These days busybox.pod is autogenerated, so it should be removedEric Andersen
from CVS.
2001-04-17- updated busybox_header.pod by adding adjtimex to the list.John Beppu
- a new busybox.pod that reflects my fixes, and todays patches to usage.h
2001-04-17- usage.hJohn Beppu
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
2001-04-10This patch from Laurence Anderson <laurence@zxmail.com> fixesEric Andersen
wget HTTP 1.1 support and addes chunked encoding so bb wget is now fully RFC compliant.
2001-04-10Fix double quote handling.Matt Kraai
2001-04-09Fix warning generated by pod2html about unterminated list.Matt Kraai
2001-04-09Apply Vladimir's latest cleanup patch.Eric Andersen
-Erik
2001-04-05A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which addsEric Andersen
- 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
2001-04-05- autodocifier.pl :: continuation() was modified such that '#'John Beppu
is handled correctly.
2001-04-05- split busybox.pod into a header and footer.John Beppu
the body will be generated by docs/autodocifier.pl
2001-04-03A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. NowEric Andersen
you can specify an arbitrary behavior for 'ctrlaltdel' without that behavior needing to be a reboot.
2001-03-15One tiny little missing newline that confused pod.Mark Whitley
2001-03-15- generated middle section of busybox.pod w/ autodocifier.plJohn Beppu
- updated autodocifier.pl to use tab to indent example section
2001-03-15Update the documentation so examples are autoincluded in the output text.Eric Andersen
Fix up docs/busybox.pod with the latest autogenerated output. -Erik
2001-01-25Add in spoon's watchdog timer app.Eric Andersen
-Erik
2001-01-25Apply a patch from Brent Priddy <brent.priddy@adtran.com> to addEric Andersen
'id -n' support. -Erik
2001-01-24Fix up insmod usage info to mention -LEric Andersen
2001-01-03Add dpkg-deb documentationGlenn L McGrath
2001-01-02Update logger usage information.Matt Kraai
2000-12-18Doc update from Matt Kraai, better describing the init process.Eric Andersen
2000-12-13Document gzip -dEric Andersen
2000-12-11Fix spelling error s/defaut/default/gEric Andersen
2000-12-11Reverse logic so when network logging, it by default does not log locally.Eric Andersen
2000-12-09Patch from Matt Kraai to implement uniq -[cdu]Eric Andersen
2000-12-08Update inittab docsEric Andersen
2000-12-08Make no local logging a runtime option for network logging...Eric Andersen
2000-11-17Fix typo pointed out by Michael Renzmann <renzmann@gmx.de>Eric Andersen
2000-11-14Ulp. "expr" listed as a second "echo" (oops) -- thanks to David DouthittEric Andersen
for noticing....
2000-10-12Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to makeEric Andersen
hostname do "--file" -Erik
2000-09-26Fix up the docsEric Andersen
2000-09-24Doc updateEric Andersen
2000-09-23update docs for xargsEric Andersen
2000-09-22Use minix xargs instead, and update docs accordinglyEric Andersen
-Erik
2000-09-21Typo fix.Eric Andersen
2000-09-20Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.Eric Andersen
-Erik
2000-09-15Updated to be in sync with the current sample inittabPavel Roskin
2000-09-15+ credit markw@lineo.com for his contributionsJohn Beppu
2000-09-05Added expr, from Edward Betts <edward@debian.org>, with some fixupsEric Andersen
and docs added by me. -Erik
2000-09-01updated some usage info from a patch from robotti@metconnect.comEric Andersen
-Erik
2000-08-21Fix a silly bug so it compiles up properlyEric Andersen
-Erik
2000-08-21Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.Eric Andersen
I added the docs, and made behavior identical to the GNU version. -Erik
2000-08-21Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>Eric Andersen
-Erik
2000-08-21Add in the "reset" command.Eric Andersen
-Erik
2000-08-02Merge in two patches from Dave Cinege:Eric Andersen
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
2000-07-21Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>Eric Andersen
-Erik
2000-07-21Fixed usage info for "cut"Pavel Roskin
2000-07-20* syslogd can now log messages to a remote host -- patch thanksEric Andersen
to Gyepi Sam <gyepi@praxis-sw.com> -Erik
2000-07-11Added 'dumpkmap' to allow people to dump a binary keymap, which can then beEric Andersen
loaded in by 'loadkmap' -- submitted by Arne Bernin <arne@matrix.loopback.org> -Erik
2000-07-08Doc updates to remove sfdisk.Eric Andersen
-Erik
2000-07-04Some cosmetic updates. Changed "OPTIONS" to "Options".Eric Andersen
-Erik