1. 84d5edd help text: replace [OPTIONS] with actual options (if not too long) by Denys Vlasenko · 4 years ago
  2. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  3. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  4. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  5. f8f81ed Convert all procps/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  6. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  7. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  8. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  9. 217a7f4 fuser: fix inverted access() check. Closes 3799. by Denys Vlasenko · 14 years ago
  10. eeed230 fuser: code shrink by Maksym Kryzhanovskyy · 14 years ago
  11. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  12. e8d0a14 remove a few aliasing warnings by Denys Vlasenko · 14 years ago
  13. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  14. e3657dc fuser: code shrink by Maksym Kryzhanovskyy · 15 years ago
  15. fef9ee7 fuser: code shrink, fixing default signal, exitcode and PID display by Maksym Kryzhanovskyy · 15 years ago
  16. 9604e1b modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found" by Denis Vlasenko · 16 years ago
  17. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  18. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  19. 6b79718 fuser: a bit of safety in scanf by Denis Vlasenko · 16 years ago
  20. a46dd89 cpio: internalize archive_xread_all_eof. add a few paranoia checks by Denis Vlasenko · 16 years ago
  21. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  22. cd9d4c8 fuser: a now, the corrected fix (vda botched previous one) by Denis Vlasenko · 17 years ago
  23. 5de8a13 fiser: opendir "/proc", not "." (by Cristian Ionescu-Idbohrn) by Denis Vlasenko · 17 years ago
  24. 1b2058f fuser: fix vda's breakage: DOH! chdir'ing to /proc breaks relative paths by Denis Vlasenko · 17 years ago
  25. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  26. afc4113 fuser: bugfixes and shrink. It was assuming that xmalloc zeroes returned area! by Denis Vlasenko · 17 years ago
  27. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  28. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  29. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  30. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
  31. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  32. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  33. 2a813e2 fix recognitions of -SIGname signals by Denis Vlasenko · 18 years ago
  34. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  35. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  36. 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
  37. c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
  38. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  39. 70cbb6e Jason Schoon writes: Attached is a patch to display the usage message if fuser is called with no arguments, rather than doing no work and failing silently. by Mike Frysinger · 19 years ago
  40. 31642d7 More "extern" removals from Robert P. Day by Rob Landley · 19 years ago
  41. da2a7d6 rfelker writes in Bug 738: sys/sysmacros.h is needed for makedev by Mike Frysinger · 19 years ago
  42. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  43. c1ef7bd just whitespace by Tim Riker · 19 years ago
  44. f9d40d6 compile on 2.96 for a while longer -- no floating declarations. by Paul Fox · 19 years ago
  45. 7eb8e45 Please don't use if(asprintf(&t)<0) free(t); Use concat_subpath_file() for scan dir. Added losed chdir(".."). Removed warnings for 64-bit inode size. Why use memcpy and do not let? Very strange code for me by "Vladimir N. Oleynik" · 19 years ago
  46. aa87276 New applet, fuser, from Tony J. White. (Needs some cleanup.) by Rob Landley · 19 years ago