1. 58394b1 xargs: simplify word list management by Denis Vlasenko · 17 years ago
  2. e471275 msh: style fixes shell/README - a place to record things about busybox shells by Denis Vlasenko · 17 years ago
  3. 5f9468e lineedit: nuke two unused variables and code which sets them by Denis Vlasenko · 17 years ago
  4. 8a28e62 lash: recognize and use NOFORK applets by Denis Vlasenko · 17 years ago
  5. bf3561f lineedit: do not try to open NULL history file by Denis Vlasenko · 17 years ago
  6. f5294e1 hush: use NOFORK applets as appropriate. Net reduction of code size. by Denis Vlasenko · 17 years ago
  7. 16abcd9 teach find_root_device to deal with /dev/ subdirs by Denis Vlasenko · 17 years ago
  8. 334fa9b dpkg: use nitfields which are a bit closer to typical ushort. Code size -800. by Denis Vlasenko · 17 years ago
  9. 8746885 style fixes by Denis Vlasenko · 17 years ago
  10. f7fcca4 sourse_route_list -> source_route_list by Denis Vlasenko · 17 years ago
  11. 1d6a4ae make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y) by Denis Vlasenko · 17 years ago
  12. fbf6dea hush: more style fixes. by Denis Vlasenko · 17 years ago
  13. f03dbed hush: comment out and replace bug in set_local_var: by Denis Vlasenko · 17 years ago
  14. b636d8c shell/: add SUSv3 doc for fast & easy reference by Denis Vlasenko · 17 years ago
  15. beaca81 fix typo in comment by Denis Vlasenko · 17 years ago
  16. 62f0479 find: add support for -delete, -path (by Natanael Copa) by Denis Vlasenko · 17 years ago
  17. 945bd3d sed: fix escaped newlines in -f; fix multiple -f and -e by Denis Vlasenko · 17 years ago
  18. 3211adc login: fixing my brainfart: xspawn(t_argv) <- was using argv! by Denis Vlasenko · 17 years ago
  19. 3a62a73 make sure we free the grep data as well by Mike Frysinger · 17 years ago
  20. b69f35e lash: "forking" applets are actually can be treated the same way as "non-forked". by Denis Vlasenko · 17 years ago
  21. 7cced6e fix realloc-of-non-malloced pointer, and reduce size while at it by Denis Vlasenko · 17 years ago
  22. 0de3c55 login: remove setpgrp call (makes it work from shell prompt again). by Denis Vlasenko · 17 years ago
  23. 831a20f pass a copy of argv[i] to NOFORK applets (they may permute it etc). by Denis Vlasenko · 17 years ago
  24. c98c317 - shrink iproute a bit (-200 bytes). Untested by Bernhard Reutner-Fischer · 17 years ago
  25. b290889 - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit. by Bernhard Reutner-Fischer · 17 years ago
  26. 51742f4 style fixes. No code changes by Denis Vlasenko · 17 years ago
  27. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 17 years ago
  28. d7c8196 ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>) by Denis Vlasenko · 17 years ago
  29. 8fd3712 fix typo in doc by Denis Vlasenko · 17 years ago
  30. 6398cf4 style fixes, no code changes. by Denis Vlasenko · 17 years ago
  31. e4f2d06 rename: run_applet_by_name -> run_applet_and_exit by Denis Vlasenko · 17 years ago
  32. 12c96a6 - set the scope properly. Thanks to Jean Wolter, who wrote: by Bernhard Reutner-Fischer · 17 years ago
  33. 0d05836 Add NOFORK/NOEXEC documentation. by Denis Vlasenko · 17 years ago
  34. 03fc408 fix typo in comment by Denis Vlasenko · 17 years ago
  35. d571c08 fix misplaced #if by Denis Vlasenko · 17 years ago
  36. 473dae0 add more convenient defines for [NO]MMU: "#ifndef BB_NOMMU" is a double negative by Denis Vlasenko · 17 years ago
  37. f1a7141 random NOMMU fixes. compressed --help really does work for NOMMU! /me happy by Denis Vlasenko · 17 years ago
  38. 80d14be Rename two config options: by Denis Vlasenko · 17 years ago
  39. 8905496 xargs: fix my brain fart (resulted in memory leak) by Denis Vlasenko · 17 years ago
  40. c6758a0 make compressed help code NOMMU- and NOFORK-friendly - by Denis Vlasenko · 17 years ago
  41. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 17 years ago
  42. 07c394e - mv ip*_main into ip.c; use a dispatcher to save on needless duplication. by Bernhard Reutner-Fischer · 17 years ago
  43. 99003b8 - use enum for the OPs as suggested by vda. No obj-code changes. by Bernhard Reutner-Fischer · 17 years ago
  44. f73cac8 - forgot this hunk that corrects the usage text of ip by Bernhard Reutner-Fischer · 17 years ago
  45. e87d795 - rewrite the ip applet to be less bloaty by Bernhard Reutner-Fischer · 17 years ago
  46. 51f7ab6 - add ATTRIBUTE_DEPRECATED for functions that should be removed in the future. by Bernhard Reutner-Fischer · 17 years ago
  47. 246b5c3 one-liner: fix indentation by Denis Vlasenko · 17 years ago
  48. b38cf3f bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/ by Denis Vlasenko · 17 years ago
  49. a9d7d24 echo: fix regression ("echo" with no arguments didn't print newline. by Denis Vlasenko · 17 years ago
  50. 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 17 years ago
  51. ff131b9 style fixes. No code changes. by Denis Vlasenko · 17 years ago
  52. 163516d - very minor shrinkage (-3b) by Bernhard Reutner-Fischer · 17 years ago
  53. de17ece - use skip_non_whitespace() where appropriate by Bernhard Reutner-Fischer · 17 years ago
  54. 8b1fab2 - add prototype for str_tolower() by Bernhard Reutner-Fischer · 17 years ago
  55. 7e8a53a - add libbb function str_tolower to convert a string to lowercase. by Bernhard Reutner-Fischer · 17 years ago
  56. 3f3aa2a make xfunctions optionally longjump instead of exit. by Denis Vlasenko · 17 years ago
  57. cd7001f factor out NOFORK/NOEXEC code from find. Use it for xargs too. by Denis Vlasenko · 17 years ago
  58. 1b4b2cb xargs: shrink code, ~80 bytes applets.h: +#undef APPLET_NOEXEC by Denis Vlasenko · 17 years ago
  59. 53d445a wait4pid: if passed with pid < 0, do not set errno - it is already set by exec! by Denis Vlasenko · 17 years ago
  60. 7e754f1 Implement first instance of NOFORK applet - echo by Denis Vlasenko · 17 years ago
  61. 2dfdd44 busybox: fix "<applet>: applet not found" message by Denis Vlasenko · 17 years ago
  62. c44ab01 Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets by Denis Vlasenko · 17 years ago
  63. 95cb326 msh: smallish code shrinkage; cosmetics by Denis Vlasenko · 17 years ago
  64. 32b633a merge busybox.c into applets.c by Denis Vlasenko · 17 years ago
  65. 786834b applets.h: de-obfuscate by Denis Vlasenko · 17 years ago
  66. 240a1cf add some missed statics on constant objects. fix few #ifndef ENABLE_xxx by Denis Vlasenko · 17 years ago
  67. 5694d5f adding small script, mostly for documentational purposes by Denis Vlasenko · 17 years ago
  68. 8d9f495 getopt32: fix llist_t options ordering. llist_rev is not unused. by Denis Vlasenko · 17 years ago
  69. b04b435 find: fix -prune more. Add big comment about it. by Denis Vlasenko · 17 years ago
  70. bbd695d find: fix handling of -prune recursive_actions: uppercase flag constants by Denis Vlasenko · 17 years ago
  71. ca34841 busybox.net: micro fix by Denis Vlasenko · 17 years ago
  72. 1ae63fc busybox.net: update "screenshot" by Denis Vlasenko · 17 years ago
  73. 9c146a9 getopt: use getopt32 for option parsing - inspired by patch by by Denis Vlasenko · 17 years ago
  74. fdf63a3 docs: "how to add a patch" by Denis Vlasenko · 17 years ago
  75. 540a2a1 libiproute: audit callgraph, shortcut error paths into die() functions. by Denis Vlasenko · 17 years ago
  76. fbd2918 udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata. by Denis Vlasenko · 17 years ago
  77. bb5b01c comm: eliminate statics by Denis Vlasenko · 17 years ago
  78. 04c99eb random small shrinkage and elimination of statics by Denis Vlasenko · 17 years ago
  79. 19507f0 nc: code shrinkage, bugfixes. -50 bytes code size by Denis Vlasenko · 17 years ago
  80. 5a30d59 svn add match_fstype.c :( by Denis Vlasenko · 17 years ago
  81. bf295dd [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>) by Denis Vlasenko · 17 years ago
  82. df5bbb9 diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>) by Denis Vlasenko · 17 years ago
  83. 1bb552b libbb: add xunlink() patch: do not try to delete same file twice by Denis Vlasenko · 17 years ago
  84. 9020d85 less intrusive export of FLTFLAGS by Mike Frysinger · 17 years ago
  85. c7b10dc set default FLTFLAGS for a fatty stack by Mike Frysinger · 17 years ago
  86. 2f7b923 find: improve usage text (Natanael Copa <natanael.copa@gmail.com>) by Denis Vlasenko · 17 years ago
  87. 5f42d26 nc: missed exit() in signal handler by Denis Vlasenko · 17 years ago
  88. 29fe726 nc: port nc 1.10 to busybox by Denis Vlasenko · 17 years ago
  89. 00c2c48 - clean up addgroup, fix adding users to existing groups and make it optional (Tito) by Bernhard Reutner-Fischer · 17 years ago
  90. 45aebfd - bail out if either file does not exist by Bernhard Reutner-Fischer · 17 years ago
  91. 2e75dcc - add -s|--spider which only checks if the file exists but does not download it's content. by Bernhard Reutner-Fischer · 17 years ago
  92. 6d79dd6 - size and prune were mixed up by Bernhard Reutner-Fischer · 17 years ago
  93. bdd253e - fix segfault in reset_ino_dev_hashtable() when *hashtable was null. by Bernhard Reutner-Fischer · 17 years ago
  94. 7d6c929 find: missed 'ststic' on const data by Denis Vlasenko · 17 years ago
  95. 56fce00 find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>) by Denis Vlasenko · 17 years ago
  96. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 17 years ago
  97. d9c2d5f - minor shrinkage by Bernhard Reutner-Fischer · 17 years ago
  98. 10aed96 - remove debugging output. sorry.. by Bernhard Reutner-Fischer · 17 years ago
  99. 24efe4f - note cosmetic glitch in tail by Bernhard Reutner-Fischer · 17 years ago
  100. 1ca332b reword comment by Denis Vlasenko · 17 years ago