Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-10 | This patch from Laurence Anderson <laurence@zxmail.com> fixes | Eric Andersen | |
wget HTTP 1.1 support and addes chunked encoding so bb wget is now fully RFC compliant. | |||
2001-04-10 | Fix double quote handling. | Matt Kraai | |
2001-04-09 | Fix warning generated by pod2html about unterminated list. | Matt Kraai | |
2001-04-09 | Apply Vladimir's latest cleanup patch. | Eric Andersen | |
-Erik | |||
2001-04-05 | A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which adds | Eric 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-03 | A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. Now | Eric Andersen | |
you can specify an arbitrary behavior for 'ctrlaltdel' without that behavior needing to be a reboot. | |||
2001-03-15 | One tiny little missing newline that confused pod. | Mark Whitley | |
2001-03-15 | - generated middle section of busybox.pod w/ autodocifier.pl | John Beppu | |
- updated autodocifier.pl to use tab to indent example section | |||
2001-03-15 | Update 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-25 | Add in spoon's watchdog timer app. | Eric Andersen | |
-Erik | |||
2001-01-25 | Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add | Eric Andersen | |
'id -n' support. -Erik | |||
2001-01-24 | Fix up insmod usage info to mention -L | Eric Andersen | |
2001-01-03 | Add dpkg-deb documentation | Glenn L McGrath | |
2001-01-02 | Update logger usage information. | Matt Kraai | |
2000-12-18 | Doc update from Matt Kraai, better describing the init process. | Eric Andersen | |
2000-12-13 | Document gzip -d | Eric Andersen | |
2000-12-11 | Fix spelling error s/defaut/default/g | Eric Andersen | |
2000-12-11 | Reverse logic so when network logging, it by default does not log locally. | Eric Andersen | |
2000-12-09 | Patch from Matt Kraai to implement uniq -[cdu] | Eric Andersen | |
2000-12-08 | Update inittab docs | Eric Andersen | |
2000-12-08 | Make no local logging a runtime option for network logging... | Eric Andersen | |
2000-11-17 | Fix typo pointed out by Michael Renzmann <renzmann@gmx.de> | Eric Andersen | |
2000-11-14 | Ulp. "expr" listed as a second "echo" (oops) -- thanks to David Douthitt | Eric Andersen | |
for noticing.... | |||
2000-10-12 | Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to make | Eric Andersen | |
hostname do "--file" -Erik | |||
2000-09-26 | Fix up the docs | Eric Andersen | |
2000-09-24 | Doc update | Eric Andersen | |
2000-09-23 | update docs for xargs | Eric Andersen | |
2000-09-22 | Use minix xargs instead, and update docs accordingly | Eric Andersen | |
-Erik | |||
2000-09-21 | Typo fix. | Eric Andersen | |
2000-09-20 | Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com. | Eric Andersen | |
-Erik | |||
2000-09-15 | Updated to be in sync with the current sample inittab | Pavel Roskin | |
2000-09-15 | + credit markw@lineo.com for his contributions | John Beppu | |
2000-09-05 | Added expr, from Edward Betts <edward@debian.org>, with some fixups | Eric Andersen | |
and docs added by me. -Erik | |||
2000-09-01 | updated some usage info from a patch from robotti@metconnect.com | Eric Andersen | |
-Erik | |||
2000-08-21 | Fix a silly bug so it compiles up properly | Eric Andersen | |
-Erik | |||
2000-08-21 | Added 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-21 | Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org> | Eric Andersen | |
-Erik | |||
2000-08-21 | Add in the "reset" command. | Eric Andersen | |
-Erik | |||
2000-08-02 | Merge 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-21 | Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com> | Eric Andersen | |
-Erik | |||
2000-07-21 | Fixed usage info for "cut" | Pavel Roskin | |
2000-07-20 | * syslogd can now log messages to a remote host -- patch thanks | Eric Andersen | |
to Gyepi Sam <gyepi@praxis-sw.com> -Erik | |||
2000-07-11 | Added 'dumpkmap' to allow people to dump a binary keymap, which can then be | Eric Andersen | |
loaded in by 'loadkmap' -- submitted by Arne Bernin <arne@matrix.loopback.org> -Erik | |||
2000-07-08 | Doc updates to remove sfdisk. | Eric Andersen | |
-Erik | |||
2000-07-04 | Some cosmetic updates. Changed "OPTIONS" to "Options". | Eric Andersen | |
-Erik | |||
2000-07-04 | More doc updates | Eric Andersen | |
-Erik | |||
2000-06-26 | Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport. | Eric Andersen | |
Fix thanks to Arne Bernin <arne@matrix.loopback.org> -Erik | |||
2000-06-21 | Document 'ln --' | Eric Andersen | |
-Erik |