1. 6cc4962 decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  2. 689d065 libbb: shrink recursive_action() by reducing memory pressure by Denys Vlasenko · 4 years, 2 months ago
  3. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  4. 1f1492b netstat: suppress a warning (conversion from 'int' to 'smallint' changes value) by Denys Vlasenko · 5 years ago
  5. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  6. 98592db netstat: produce numeric-ip output for non-resolved names by Mark Marshall · 7 years ago
  7. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  8. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  9. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  10. 47367e1 Convert all networking/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  11. 97c6491 typo fixes by Maninder Singh · 10 years ago
  12. 8ec1ff3 Use chomp to remove newlines by Ron Yorston · 10 years ago
  13. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  14. 327f550 Use unsigned printf/scanf conversion where more appropriate by Denys Vlasenko · 11 years ago
  15. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  16. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  17. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  18. db9ccc5 netstat: was using buffers one byte short for scanf (no place for NUL). fixing by Denys Vlasenko · 14 years ago
  19. dd88ba8 netstat: fix IPv6 problem (garbage in scope_id); code shrink by Denys Vlasenko · 14 years ago
  20. 55a046b netstat: fix -r display in usage text by Bob Dunlop · 14 years ago
  21. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  22. 45e9792 netstat: fix a trivial bug by Denys Vlasenko · 15 years ago
  23. 36659fd *: fix 1/4 remaining aliasing warnings by Denys Vlasenko · 15 years ago
  24. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  25. 2c7a1fd netstat: code shrink by Denis Vlasenko · 16 years ago
  26. cf8b1ef style fix, no code changes by Denis Vlasenko · 16 years ago
  27. 6e69e42 netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu> by Denis Vlasenko · 16 years ago
  28. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  29. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  30. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  31. 474d1c5 whitespace fixes by Denis Vlasenko · 17 years ago
  32. d3c042f libbb: introduce fputc_printable (from ed) by Denis Vlasenko · 17 years ago
  33. ddc865f netstat: in error message, report filename and line number by Denis Vlasenko · 17 years ago
  34. abee3d0 Fix xmalloc_fgets_str so that it really does NOT strip terminator. by Denis Vlasenko · 17 years ago
  35. 7221c8c lineedit: reduce stack usage by Denis Vlasenko · 17 years ago
  36. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  37. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  38. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  39. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  40. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  41. 6d9ea24 networking/interface.c: huke remaining big statics; use malloc for INET[6]_rresolve by Denis Vlasenko · 17 years ago
  42. 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
  43. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  44. a35958d netstat: fix error in new -W option handling by Denis Vlasenko · 18 years ago
  45. 418a7fb netstat: introduce -W: wide, ipv6-friendly output by Denis Vlasenko · 18 years ago
  46. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  47. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  48. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
  49. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  50. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  51. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  52. 754a88f netstat: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  53. c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
  54. 2819f75 Add one-line GPL boilerplate to these source files. by "Robert P. J. Day" · 18 years ago
  55. c1ef7bd just whitespace by Tim Riker · 19 years ago
  56. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  57. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  58. 8ae4cab use #ifdef CONFIG_* instead of #if CONFIG_* by Glenn L McGrath · 22 years ago
  59. d7fb1b3 Use #ifdef instead of #if by Glenn L McGrath · 22 years ago
  60. 887ca79 Scrub pwd.h and grp.h handling so we don't have to play any silly games. -Erik by Eric Andersen · 22 years ago
  61. 51b8bd6 This patch from Bart Visscher <magick@linux-fan.com> adds by Eric Andersen · 22 years ago
  62. b0c39a8 Apply vodz' last_patch44 -- cleanup several chars to be const, fix by Eric Andersen · 22 years ago
  63. ea1a63a Fix for broken handling off BusyBox's own pwd/grp implementations by Robert Griebl · 23 years ago
  64. 820098f This patch adds -e (extended information) to route and -r/-e (show routing by Robert Griebl · 23 years ago
  65. cd8c436 Latest patch from vodz: by Eric Andersen · 23 years ago
  66. 31a0ece Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com> by Eric Andersen · 23 years ago