summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-153-6/+6
* Update docs for start_stop_daemon to match reality. UpdateEric Andersen2004-03-132-26/+28
* Add prototypes for safe_strtol and friendsEric Andersen2004-03-121-1/+5
* Fix awk entry, which was not showing up in BusyBox.txt for some reasonEric Andersen2004-03-121-6/+12
* In spite of the feature freeze, check in a complete rework of route whichManuel Novoa III2004-03-102-5/+13
* Note that /proc must be mounted for filesystem type autodetectionEric Andersen2004-03-091-1/+2
* Woops, how did that get in thereGlenn L McGrath2004-03-061-5/+0
* Patch from Denis Dowling to fix a ocuple of usage entriesGlenn L McGrath2004-02-251-2/+7
* Fernando Silveira writes:Eric Andersen2004-02-221-0/+15
* Update usage for ftpget and ftpputGlenn L McGrath2004-02-221-2/+2
* Sometimes i get carried away with the use of function pointers, im sureGlenn L McGrath2004-02-211-1/+0
* Document missing cp optionsEric Andersen2004-02-201-1/+2
* Make sure stdlib.h is always included before dmalloc.h to avoid problemsManuel Novoa III2004-02-052-0/+2
* New applet, seq. No options, just the basics.Glenn L McGrath2004-01-272-1/+13
* Modify bb_lookup_port to allow the protocol to be specified, allowingGlenn L McGrath2004-01-171-1/+1
* Patch by Tito, reduce size of deallocvt, also make the usage messageGlenn L McGrath2004-01-151-1/+6
* Patch from Bastian Blank, allow the buildtime to be overriden with aGlenn L McGrath2004-01-131-0/+4
* Update example slightlyEric Andersen2003-12-281-1/+1
* ws, show date setting formatTim Riker2003-12-281-52/+52
* Isolate code better for unused options, config option to enable longGlenn L McGrath2003-12-261-1/+1
* Patch from Ned Ludd, solar at gentoo dot org:Eric Andersen2003-12-242-0/+24
* New applet, rx, by Christopher HooverGlenn L McGrath2003-12-202-0/+10
* Eradicate all references to loadacmEric Andersen2003-12-201-7/+0
* Kill off the loadacm applet. It is unused, unmaintainedEric Andersen2003-12-201-3/+0
* Change interface to bb_lookup_host, dont try and set port inside thisGlenn L McGrath2003-12-201-2/+2
* Patch from Fillod Stephane:Eric Andersen2003-12-191-3/+5
* Tito writes:Eric Andersen2003-12-191-5/+13
* rename __getgrent so that it doesn't conflict with some libc'sRuss Dill2003-12-181-1/+1
* Get vfork_daemon_rexec working under uclinuxRuss Dill2003-12-151-1/+2
* remove some spaces that mess up autodocifier.plEric Andersen2003-12-111-4/+4
* Patch from Steven Scholz, make usage more consistent with actualGlenn L McGrath2003-12-041-7/+9
* As we no longer use function pointers for read in common archiving codeGlenn L McGrath2003-11-212-4/+3
* Remove unused functionGlenn L McGrath2003-11-201-1/+0
* Dont over-read fd, use function pointer for hash function.Glenn L McGrath2003-11-201-1/+1
* Include stdint.hGlenn L McGrath2003-11-201-0/+1
* COMPRESS, not UNCOMPRESSGlenn L McGrath2003-11-181-1/+1
* Update usage for tar -ZGlenn L McGrath2003-11-181-1/+7
* Update md5sum, sha1sum options, patch by Steven ScholzGlenn L McGrath2003-11-181-10/+20
* Move from read_gz to the pipe()+fork() method.Glenn L McGrath2003-11-151-12/+6
* NEW APPLET: pipe_progress, used by debian installerGlenn L McGrath2003-11-141-0/+3
* Oskar Liljeblad writes:Eric Andersen2003-11-141-0/+2
* Merge common parts of sha1sum and md5sum, which is everything except theGlenn L McGrath2003-11-101-0/+6
* Fix rdate and ftpget/ftpput so they compile with the new xconnect.Eric Andersen2003-11-031-2/+2
* Rework wget, the xconnect interface, and its various clientsEric Andersen2003-10-311-3/+5
* Use the return value from uncompress_bunzip, fix some typoGlenn L McGrath2003-10-291-2/+2
* Goetz Bock writes:Eric Andersen2003-10-221-2/+4
* Vodz last_patch_117, update options for new xargsGlenn L McGrath2003-10-101-2/+21
* New applet, devfsd, by Matteo Croce and TitoGlenn L McGrath2003-10-092-0/+15
* Arnd Ben Otto writes:Eric Andersen2003-10-091-0/+8
* We did not have a safe_write, which is the analog to safe_read. ConvertEric Andersen2003-10-091-0/+1