Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-23 | Patch from Felipe Kellermann, fixup usage for pidof, poweroff, remove | Glenn L McGrath | |
some trailing '\n' | |||
2004-07-23 | Patch from Felipe Kellermann, fixup usage for halt command | Glenn L McGrath | |
2004-07-23 | iUpdate reboot usage, patch by Felipe Kellermann | Glenn L McGrath | |
2004-07-23 | Patch from Felipe Kellermann to fix some typo's | Glenn L McGrath | |
2004-07-21 | Patch from Tito, ass usage for strings -a options | Glenn L McGrath | |
2004-07-15 | Replace the old and somewhat buggy pwd_grp stuff with the shiny | Eric Andersen | |
new stuff mjn3 wrote for uClibc | |||
2004-06-22 | Patch from Bastian Blank: | Eric Andersen | |
On Sat, Jun 19, 2004 at 10:57:37PM +0200, Bastian Blank wrote: > The following patch changes klogd to use openlog/syslog themself > instead of calling syslog_msg which always calls the triple > openlog/syslog/closelog. Updated patch: get rid of syslog_msg entirely. Request from Erik Andersen. Bastian | |||
2004-06-22 | Patch from Bastian Blank: | Eric Andersen | |
The updated patch adds a config option to explicitely enable 64 bit arithmetic. Also it removes the arith prototype from libbb.h as it is not used outside of ash. Bastian this patch has been slightly modified by Erik for cleanliness. | |||
2004-06-05 | Woops, the previous commit was an accident, its supplied in the patch, | Glenn L McGrath | |
dont commit yet as we are in feature freeze | |||
2004-06-05 | Device table support for makedevs, the previous behaviour can been | Glenn L McGrath | |
selected at configure time. | |||
2004-05-26 | Ahem. ("I'm just tweaking a documentation string, I don't need to compile | Rob Landley | |
test it before checking in..." New entry for famous last words list.) Add the missing backslash at the end of the new sed doc string line. (This one actually compiled with "show verbose applet usage messages"...) | |||
2004-05-26 | Update sed help. (Add -r option to long help, add -i option to brief help, | Rob Landley | |
and alphabetizie the option list.) | |||
2004-05-26 | As discussed, drop minit, which was not being supported in busybox. | Eric Andersen | |
People wishing to use minit can obtain it and obtain support from http://www.fefe.de/minit/ | |||
2004-05-02 | Update dpkg-deb usage to match current practices | Glenn L McGrath | |
2004-05-01 | Do not use getpass(3) | Eric Andersen | |
2004-04-14 | Steven Scholz writes: | Eric Andersen | |
Hi there, the "-h" option of httpd is not described in the usage text. Please find the attached patch. Thanks. Steven | |||
2004-04-14 | Larry Doolittle writes: | Eric Andersen | |
This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry | |||
2004-04-13 | Fix incorrect ipcalc usage text | Eric Andersen | |
2004-04-13 | Fix several problems with start-stop-daemon, add -m support | Eric Andersen | |
2004-04-12 | Patch from Rob Landley to fix sed documentation. | Eric Andersen | |
The -i option was not documented, and in genereal the formatting was a bit ugly. | |||
2004-04-07 | Document insmod -o | Eric Andersen | |
2004-04-06 | Yet more doc updates | Eric Andersen | |
2004-04-06 | Yet more doc cleanups. Many thanks to Robert P. J. Day for | Eric Andersen | |
kindly reviewing the existing docs and providing helpful feedback. | |||
2004-04-06 | Seem not many people are using 'ipaddr' since it has | Eric Andersen | |
never worked.... Most people use 'ip addr foo' I suppose. | |||
2004-04-06 | yet-more doc updates and cleanups | Eric Andersen | |
2004-03-29 | As noted by Martin Schwenke, the example for find was wrong | Eric Andersen | |
2004-03-27 | Yet more doc cleanups | Eric Andersen | |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2004-03-13 | Update docs for start_stop_daemon to match reality. Update | Eric Andersen | |
the reality a bit to better match debian behavior. | |||
2004-03-12 | Add prototypes for safe_strtol and friends | Eric Andersen | |
2004-03-12 | Fix awk entry, which was not showing up in BusyBox.txt for some reason | Eric Andersen | |
2004-03-10 | In spite of the feature freeze, check in a complete rework of route which | Manuel Novoa III | |
fixes some bugs, adds some error checking, and removes _lots_ of bloat. Text size on i386... old new ipv6 5425 3523 no ipv6 3143 2193 | |||
2004-03-09 | Note that /proc must be mounted for filesystem type autodetection | Eric Andersen | |
to work. Without /proc mounted, one must explicitly specify the type of every filesystem being mounted. | |||
2004-03-06 | Woops, how did that get in there | Glenn L McGrath | |
2004-02-25 | Patch from Denis Dowling to fix a ocuple of usage entries | Glenn L McGrath | |
2004-02-22 | Fernando Silveira writes: | Eric Andersen | |
Hi, Well, I made this patch a long time ago (08/2002) because it was a need of a project, but had no time to send it to you. It adds support to `autologin' option of the telnet protocol. It has been used since made with busybox 0.60.3 at production and I had no problems with it. I have ported it to the HEAD revision of the CVS server (20040211) and I hope you enjoy and apply it to the official sources. :) Thanks a lot! | |||
2004-02-22 | Update usage for ftpget and ftpput | Glenn L McGrath | |
2004-02-21 | Sometimes i get carried away with the use of function pointers, im sure | Glenn L McGrath | |
it seemed like a good idea at the time. | |||
2004-02-20 | Document missing cp options | Eric Andersen | |
2004-02-05 | Make sure stdlib.h is always included before dmalloc.h to avoid problems | Manuel Novoa III | |
parsing problems. | |||
2004-01-27 | New applet, seq. No options, just the basics. | Glenn L McGrath | |
2004-01-17 | Modify bb_lookup_port to allow the protocol to be specified, allowing | Glenn L McGrath | |
/etc/services support for inetd, netcat and tftp. | |||
2004-01-15 | Patch by Tito, reduce size of deallocvt, also make the usage message | Glenn L McGrath | |
clearer (from N to [N]) and indirectly (through bb_xgetlarg) adds support for -h ;-) | |||
2004-01-13 | Patch from Bastian Blank, allow the buildtime to be overriden with a | Glenn L McGrath | |
different string, used by the debian busybox-cvs to specify the debian date based version number. | |||
2003-12-28 | Update example slightly | Eric Andersen | |
2003-12-28 | ws, show date setting format | Tim Riker | |
2003-12-26 | Isolate code better for unused options, config option to enable long | Glenn L McGrath | |
options, add some conditions to the tar tests in testsuite. | |||
2003-12-24 | Patch from Ned Ludd, solar at gentoo dot org: | Eric Andersen | |
I had previously provided you with a patch to help complete busybox's props suite, but have heard no word back. Sense then I've made use of as many of busybox's native API settings as I could find and would really love for you to include support for this. If there is something more I need to do to get this supported added in please let me know. | |||
2003-12-20 | New applet, rx, by Christopher Hoover | Glenn L McGrath | |
2003-12-20 | Eradicate all references to loadacm | Eric Andersen | |