aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Felipe Kellermann, fixup usage for halt commandbug12004-07-231-2/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9008 69ca8d6d-28ef-0310-b511-8ec308f3f277
* iUpdate reboot usage, patch by Felipe Kellermannbug12004-07-231-2/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9007 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Felipe Kellermann to fix some typo'sbug12004-07-231-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9002 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Tito, ass usage for strings -a optionsbug12004-07-211-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8993 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Replace the old and somewhat buggy pwd_grp stuff with the shinyandersen2004-07-153-111/+269
| | | | | | | new stuff mjn3 wrote for uClibc git-svn-id: svn://busybox.net/trunk/busybox@8956 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Bastian Blank:andersen2004-06-221-3/+0
| | | | | | | | | | | | | | 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 git-svn-id: svn://busybox.net/trunk/busybox@8913 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Bastian Blank:andersen2004-06-221-2/+0
| | | | | | | | | | | | | | | 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. git-svn-id: svn://busybox.net/trunk/busybox@8910 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Woops, the previous commit was an accident, its supplied in the patch,bug12004-06-051-13/+0
| | | | | | | dont commit yet as we are in feature freeze git-svn-id: svn://busybox.net/trunk/busybox@8886 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Device table support for makedevs, the previous behaviour can beenbug12004-06-051-0/+13
| | | | | | | selected at configure time. git-svn-id: svn://busybox.net/trunk/busybox@8885 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ahem. ("I'm just tweaking a documentation string, I don't need to compilelandley2004-05-261-1/+1
| | | | | | | | | | | 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"...) git-svn-id: svn://busybox.net/trunk/busybox@8883 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update sed help. (Add -r option to long help, add -i option to brief help,landley2004-05-261-3/+4
| | | | | | | and alphabetizie the option list.) git-svn-id: svn://busybox.net/trunk/busybox@8882 69ca8d6d-28ef-0310-b511-8ec308f3f277
* As discussed, drop minit, which was not being supported in busybox.andersen2004-05-262-38/+0
| | | | | | | | People wishing to use minit can obtain it and obtain support from http://www.fefe.de/minit/ git-svn-id: svn://busybox.net/trunk/busybox@8872 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update dpkg-deb usage to match current practicesbug12004-05-021-3/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8796 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Do not use getpass(3)andersen2004-05-011-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8793 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Steven Scholz writes:andersen2004-04-141-0/+2
| | | | | | | | | | | | | | | Hi there, the "-h" option of httpd is not described in the usage text. Please find the attached patch. Thanks. Steven git-svn-id: svn://busybox.net/trunk/busybox@8761 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Larry Doolittle writes:andersen2004-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 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 git-svn-id: svn://busybox.net/trunk/busybox@8759 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix incorrect ipcalc usage textandersen2004-04-131-16/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8753 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix several problems with start-stop-daemon, add -m supportandersen2004-04-131-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8751 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Rob Landley to fix sed documentation.andersen2004-04-121-4/+8
| | | | | | | | The -i option was not documented, and in genereal the formatting was a bit ugly. git-svn-id: svn://busybox.net/trunk/busybox@8736 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Document insmod -oandersen2004-04-071-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8723 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yet more doc updatesandersen2004-04-061-69/+77
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8710 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yet more doc cleanups. Many thanks to Robert P. J. Day forandersen2004-04-061-41/+46
| | | | | | | kindly reviewing the existing docs and providing helpful feedback. git-svn-id: svn://busybox.net/trunk/busybox@8709 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Seem not many people are using 'ipaddr' since it hasandersen2004-04-061-1/+1
| | | | | | | never worked.... Most people use 'ip addr foo' I suppose. git-svn-id: svn://busybox.net/trunk/busybox@8708 69ca8d6d-28ef-0310-b511-8ec308f3f277
* yet-more doc updates and cleanupsandersen2004-04-061-103/+106
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8706 69ca8d6d-28ef-0310-b511-8ec308f3f277
* As noted by Martin Schwenke, the example for find was wrongandersen2004-03-291-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8667 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yet more doc cleanupsandersen2004-03-271-10/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8666 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-153-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8630 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update docs for start_stop_daemon to match reality. Updateandersen2004-03-132-26/+28
| | | | | | | the reality a bit to better match debian behavior. git-svn-id: svn://busybox.net/trunk/busybox@8627 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add prototypes for safe_strtol and friendsandersen2004-03-121-1/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8622 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix awk entry, which was not showing up in BusyBox.txt for some reasonandersen2004-03-121-6/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8621 69ca8d6d-28ef-0310-b511-8ec308f3f277
* In spite of the feature freeze, check in a complete rework of route whichmjn32004-03-102-5/+13
| | | | | | | | | | | 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 git-svn-id: svn://busybox.net/trunk/busybox@8607 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Note that /proc must be mounted for filesystem type autodetectionandersen2004-03-091-1/+2
| | | | | | | | to work. Without /proc mounted, one must explicitly specify the type of every filesystem being mounted. git-svn-id: svn://busybox.net/trunk/busybox@8604 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Woops, how did that get in therebug12004-03-061-5/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8594 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Denis Dowling to fix a ocuple of usage entriesbug12004-02-251-2/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8557 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fernando Silveira writes:andersen2004-02-221-0/+15
| | | | | | | | | | | | | | | | 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! git-svn-id: svn://busybox.net/trunk/busybox@8550 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update usage for ftpget and ftpputbug12004-02-221-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8535 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Sometimes i get carried away with the use of function pointers, im surebug12004-02-211-1/+0
| | | | | | | it seemed like a good idea at the time. git-svn-id: svn://busybox.net/trunk/busybox@8531 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Document missing cp optionsandersen2004-02-201-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8529 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make sure stdlib.h is always included before dmalloc.h to avoid problemsmjn32004-02-052-0/+2
| | | | | | | parsing problems. git-svn-id: svn://busybox.net/trunk/busybox@8412 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New applet, seq. No options, just the basics.bug12004-01-272-1/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8354 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Modify bb_lookup_port to allow the protocol to be specified, allowingbug12004-01-171-1/+1
| | | | | | | /etc/services support for inetd, netcat and tftp. git-svn-id: svn://busybox.net/trunk/busybox@8307 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch by Tito, reduce size of deallocvt, also make the usage messagebug12004-01-151-1/+6
| | | | | | | | clearer (from N to [N]) and indirectly (through bb_xgetlarg) adds support for -h ;-) git-svn-id: svn://busybox.net/trunk/busybox@8291 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Bastian Blank, allow the buildtime to be overriden with abug12004-01-131-0/+4
| | | | | | | | different string, used by the debian busybox-cvs to specify the debian date based version number. git-svn-id: svn://busybox.net/trunk/busybox@8277 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update example slightlyandersen2003-12-281-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8191 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ws, show date setting formattimr2003-12-281-52/+52
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8190 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Isolate code better for unused options, config option to enable longbug12003-12-261-1/+1
| | | | | | | options, add some conditions to the tar tests in testsuite. git-svn-id: svn://busybox.net/trunk/busybox@8182 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Ned Ludd, solar at gentoo dot org:andersen2003-12-242-0/+24
| | | | | | | | | | | 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. git-svn-id: svn://busybox.net/trunk/busybox@8176 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New applet, rx, by Christopher Hooverbug12003-12-202-0/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8148 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Eradicate all references to loadacmandersen2003-12-201-7/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8146 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Kill off the loadacm applet. It is unused, unmaintainedandersen2003-12-201-3/+0
| | | | | | | | | garbage leftover from before I started maintaining BusyBox. As the Klingon's like to say, Today is a good day to die. -Erik git-svn-id: svn://busybox.net/trunk/busybox@8145 69ca8d6d-28ef-0310-b511-8ec308f3f277