aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2004-03-13Update docs for start_stop_daemon to match reality. UpdateEric Andersen
2004-03-12Add prototypes for safe_strtol and friendsEric Andersen
2004-03-12Fix awk entry, which was not showing up in BusyBox.txt for some reasonEric Andersen
2004-03-10In spite of the feature freeze, check in a complete rework of route whichManuel Novoa III
2004-03-09Note that /proc must be mounted for filesystem type autodetectionEric Andersen
2004-03-06Woops, how did that get in thereGlenn L McGrath
2004-02-25Patch from Denis Dowling to fix a ocuple of usage entriesGlenn L McGrath
2004-02-22Fernando Silveira writes:Eric Andersen
2004-02-22Update usage for ftpget and ftpputGlenn L McGrath
2004-02-21Sometimes i get carried away with the use of function pointers, im sureGlenn L McGrath
2004-02-20Document missing cp optionsEric Andersen
2004-02-05Make sure stdlib.h is always included before dmalloc.h to avoid problemsManuel Novoa III
2004-01-27New applet, seq. No options, just the basics.Glenn L McGrath
2004-01-17Modify bb_lookup_port to allow the protocol to be specified, allowingGlenn L McGrath
2004-01-15Patch by Tito, reduce size of deallocvt, also make the usage messageGlenn L McGrath
2004-01-13Patch from Bastian Blank, allow the buildtime to be overriden with aGlenn L McGrath
2003-12-28Update example slightlyEric Andersen
2003-12-28ws, show date setting formatTim Riker
2003-12-26Isolate code better for unused options, config option to enable longGlenn L McGrath
2003-12-24Patch from Ned Ludd, solar at gentoo dot org:Eric Andersen
2003-12-20New applet, rx, by Christopher HooverGlenn L McGrath
2003-12-20Eradicate all references to loadacmEric Andersen
2003-12-20Kill off the loadacm applet. It is unused, unmaintainedEric Andersen
2003-12-20Change interface to bb_lookup_host, dont try and set port inside thisGlenn L McGrath
2003-12-19Patch from Fillod Stephane:Eric Andersen
2003-12-19Tito writes:Eric Andersen
2003-12-18rename __getgrent so that it doesn't conflict with some libc'sRuss Dill
2003-12-15Get vfork_daemon_rexec working under uclinuxRuss Dill
2003-12-11remove some spaces that mess up autodocifier.plEric Andersen
2003-12-04Patch from Steven Scholz, make usage more consistent with actualGlenn L McGrath
2003-11-21As we no longer use function pointers for read in common archiving codeGlenn L McGrath
2003-11-20Remove unused functionGlenn L McGrath
2003-11-20Dont over-read fd, use function pointer for hash function.Glenn L McGrath
2003-11-20Include stdint.hGlenn L McGrath
2003-11-18COMPRESS, not UNCOMPRESSGlenn L McGrath
2003-11-18Update usage for tar -ZGlenn L McGrath
2003-11-18Update md5sum, sha1sum options, patch by Steven ScholzGlenn L McGrath
2003-11-15Move from read_gz to the pipe()+fork() method.Glenn L McGrath
2003-11-14NEW APPLET: pipe_progress, used by debian installerGlenn L McGrath
2003-11-14Oskar Liljeblad writes:Eric Andersen
2003-11-10Merge common parts of sha1sum and md5sum, which is everything except theGlenn L McGrath
2003-11-03Fix rdate and ftpget/ftpput so they compile with the new xconnect.Eric Andersen
2003-10-31Rework wget, the xconnect interface, and its various clientsEric Andersen
2003-10-29Use the return value from uncompress_bunzip, fix some typoGlenn L McGrath
2003-10-22Goetz Bock writes:Eric Andersen
2003-10-10Vodz last_patch_117, update options for new xargsGlenn L McGrath
2003-10-09New applet, devfsd, by Matteo Croce and TitoGlenn L McGrath
2003-10-09Arnd Ben Otto writes:Eric Andersen
2003-10-09We did not have a safe_write, which is the analog to safe_read. ConvertEric Andersen
2003-10-01Patch by Rob Landley, work in progress update, fixes lots of bugs,Glenn L McGrath