aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-10- rewrite the ip applet to be less bloatyBernhard Reutner-Fischer
2007-04-10- add ATTRIBUTE_DEPRECATED for functions that should be removed in the future.Bernhard Reutner-Fischer
2007-04-10one-liner: fix indentationDenis Vlasenko
2007-04-10bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/Denis Vlasenko
2007-04-10echo: fix regression ("echo" with no arguments didn't print newline.Denis Vlasenko
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko
2007-04-10style fixes. No code changes.Denis Vlasenko
2007-04-10- very minor shrinkage (-3b)Bernhard Reutner-Fischer
2007-04-10- use skip_non_whitespace() where appropriateBernhard Reutner-Fischer
2007-04-10- add prototype for str_tolower()Bernhard Reutner-Fischer
2007-04-10- add libbb function str_tolower to convert a string to lowercase.Bernhard Reutner-Fischer
2007-04-09make xfunctions optionally longjump instead of exit.Denis Vlasenko
2007-04-09factor out NOFORK/NOEXEC code from find. Use it for xargs too.Denis Vlasenko
2007-04-09xargs: shrink code, ~80 bytesDenis Vlasenko
2007-04-09wait4pid: if passed with pid < 0, do not set errno - it is already set by exec!Denis Vlasenko
2007-04-09Implement first instance of NOFORK applet - echoDenis Vlasenko
2007-04-09busybox: fix "<applet>: applet not found" messageDenis Vlasenko
2007-04-09Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC appletsDenis Vlasenko
2007-04-09msh: smallish code shrinkage; cosmeticsDenis Vlasenko
2007-04-09merge busybox.c into applets.cDenis Vlasenko
2007-04-08applets.h: de-obfuscateDenis Vlasenko
2007-04-08add some missed statics on constant objects.Denis Vlasenko
2007-04-08adding small script, mostly for documentational purposesDenis Vlasenko
2007-04-08getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko
2007-04-08find: fix -prune more. Add big comment about it.Denis Vlasenko
2007-04-08find: fix handling of -pruneDenis Vlasenko
2007-04-07busybox.net: micro fixDenis Vlasenko
2007-04-07busybox.net: update "screenshot"Denis Vlasenko
2007-04-07getopt: use getopt32 for option parsing - inspired by patch by Denis Vlasenko
2007-04-07docs: "how to add a patch"Denis Vlasenko
2007-04-07libiproute: audit callgraph, shortcut error paths into die() functions.Denis Vlasenko
2007-04-07udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.Denis Vlasenko
2007-04-07comm: eliminate staticsDenis Vlasenko
2007-04-07random small shrinkage and elimination of staticsDenis Vlasenko
2007-04-06nc: code shrinkage, bugfixes. -50 bytes code sizeDenis Vlasenko
2007-04-05svn add match_fstype.c :(Denis Vlasenko
2007-04-05[u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)Denis Vlasenko
2007-04-05diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>)Denis Vlasenko
2007-04-05libbb: add xunlink()Denis Vlasenko
2007-04-05less intrusive export of FLTFLAGSMike Frysinger
2007-04-05set default FLTFLAGS for a fatty stackMike Frysinger
2007-04-05find: improve usage text (Natanael Copa <natanael.copa@gmail.com>)Denis Vlasenko
2007-04-05nc: missed exit() in signal handlerDenis Vlasenko
2007-04-05nc: port nc 1.10 to busyboxDenis Vlasenko
2007-04-05- clean up addgroup, fix adding users to existing groups and make it optional...Bernhard Reutner-Fischer
2007-04-05- bail out if either file does not existBernhard Reutner-Fischer
2007-04-05- add -s|--spider which only checks if the file exists but does not download ...Bernhard Reutner-Fischer
2007-04-05- size and prune were mixed upBernhard Reutner-Fischer
2007-04-05- fix segfault in reset_ino_dev_hashtable() when *hashtable was null.Bernhard Reutner-Fischer
2007-04-05find: missed 'ststic' on const dataDenis Vlasenko