aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xargs: fix my brain fart (resulted in memory leak)Denis Vlasenko2007-04-101-7/+6
* make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko2007-04-1011-170/+134
* make a few struct bb_applet members conditionalDenis Vlasenko2007-04-1018-83/+114
* - mv ip*_main into ip.c; use a dispatcher to save on needless duplication.Bernhard Reutner-Fischer2007-04-107-136/+51
* - use enum for the OPs as suggested by vda. No obj-code changes.Bernhard Reutner-Fischer2007-04-101-14/+18
* - forgot this hunk that corrects the usage text of ipBernhard Reutner-Fischer2007-04-101-3/+15
* - rewrite the ip applet to be less bloatyBernhard Reutner-Fischer2007-04-102-23/+49
* - add ATTRIBUTE_DEPRECATED for functions that should be removed in the future.Bernhard Reutner-Fischer2007-04-101-0/+2
* one-liner: fix indentationDenis Vlasenko2007-04-101-1/+1
* bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/Denis Vlasenko2007-04-101-190/+208
* echo: fix regression ("echo" with no arguments didn't print newline.Denis Vlasenko2007-04-101-8/+11
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-1041-128/+173
* style fixes. No code changes.Denis Vlasenko2007-04-1013-31/+30
* - very minor shrinkage (-3b)Bernhard Reutner-Fischer2007-04-102-5/+7
* - use skip_non_whitespace() where appropriateBernhard Reutner-Fischer2007-04-103-7/+3
* - add prototype for str_tolower()Bernhard Reutner-Fischer2007-04-101-0/+2
* - add libbb function str_tolower to convert a string to lowercase.Bernhard Reutner-Fischer2007-04-103-56/+63
* make xfunctions optionally longjump instead of exit.Denis Vlasenko2007-04-0910-24/+39
* factor out NOFORK/NOEXEC code from find. Use it for xargs too.Denis Vlasenko2007-04-094-68/+76
* xargs: shrink code, ~80 bytesDenis Vlasenko2007-04-092-77/+80
* wait4pid: if passed with pid < 0, do not set errno - it is already set by exec!Denis Vlasenko2007-04-092-34/+33
* Implement first instance of NOFORK applet - echoDenis Vlasenko2007-04-096-50/+77
* busybox: fix "<applet>: applet not found" messageDenis Vlasenko2007-04-091-1/+5
* Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC appletsDenis Vlasenko2007-04-095-93/+65
* msh: smallish code shrinkage; cosmeticsDenis Vlasenko2007-04-091-68/+58
* merge busybox.c into applets.cDenis Vlasenko2007-04-096-209/+199
* applets.h: de-obfuscateDenis Vlasenko2007-04-081-26/+35
* add some missed statics on constant objects.Denis Vlasenko2007-04-0810-35/+40
* adding small script, mostly for documentational purposesDenis Vlasenko2007-04-081-0/+9
* getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko2007-04-0810-55/+53
* find: fix -prune more. Add big comment about it.Denis Vlasenko2007-04-081-7/+21
* find: fix handling of -pruneDenis Vlasenko2007-04-089-59/+71
* busybox.net: micro fixDenis Vlasenko2007-04-071-1/+0
* busybox.net: update "screenshot"Denis Vlasenko2007-04-071-35/+39
* getopt: use getopt32 for option parsing - inspired by patch by Denis Vlasenko2007-04-071-195/+158
* docs: "how to add a patch"Denis Vlasenko2007-04-072-1/+17
* libiproute: audit callgraph, shortcut error paths into die() functions.Denis Vlasenko2007-04-0711-319/+247
* udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.Denis Vlasenko2007-04-079-156/+169
* comm: eliminate staticsDenis Vlasenko2007-04-071-44/+30
* random small shrinkage and elimination of staticsDenis Vlasenko2007-04-074-7/+8
* nc: code shrinkage, bugfixes. -50 bytes code sizeDenis Vlasenko2007-04-061-106/+142
* svn add match_fstype.c :(Denis Vlasenko2007-04-051-0/+44
* [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)Denis Vlasenko2007-04-054-6/+12
* diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>)Denis Vlasenko2007-04-051-1/+1
* libbb: add xunlink()Denis Vlasenko2007-04-054-16/+19
* less intrusive export of FLTFLAGSMike Frysinger2007-04-051-2/+2
* set default FLTFLAGS for a fatty stackMike Frysinger2007-04-052-1/+5
* find: improve usage text (Natanael Copa <natanael.copa@gmail.com>)Denis Vlasenko2007-04-051-1/+7
* nc: missed exit() in signal handlerDenis Vlasenko2007-04-051-0/+1
* nc: port nc 1.10 to busyboxDenis Vlasenko2007-04-059-12/+857