1. f1dbd4a fix bbconfigopts.h depend by Mike Frysinger · 20 years ago
  2. fcafa4b screw around with whitespace by Mike Frysinger · 20 years ago
  3. b831753 commiting: by Paul Fox · 20 years ago
  4. 156dc41 commiting patch from bug 71: by Paul Fox · 20 years ago
  5. fc2256a applying patch for bug 72: by Paul Fox · 20 years ago
  6. 41a72ec applying patch from bug 24: by Paul Fox · 20 years ago
  7. 79c142d new config display applet, from bug 46. i've changed the name by Paul Fox · 20 years ago
  8. a39bba3 allow suppression of default client-id. fixes bug 000037. allows by Paul Fox · 20 years ago
  9. 9d6e083 patch by pkj in Bug 3 to not export all make variables by Mike Frysinger · 20 years ago
  10. d84a35f patch by apgo in Bug 345 to not use ether_hostton() with uClibc by Mike Frysinger · 20 years ago
  11. 15ca586 patch by srowe in Bug 359 to fix fgrep aliasing by Mike Frysinger · 20 years ago
  12. 66c37d1 typecast to int by Mike Frysinger · 20 years ago
  13. 2e3054f use socklen_t instead of size_t with socket related functions by Mike Frysinger · 20 years ago
  14. 1c1655a move -s from LDFLAGS to STRIPCMD by Mike Frysinger · 20 years ago
  15. 7e64db2 use defines instead of const integers by Mike Frysinger · 20 years ago
  16. e11ff71 shrink the flag setting by reversing the operation by Mike Frysinger · 20 years ago
  17. 6f978db eat leading whitespace with preprocessor by Mike Frysinger · 20 years ago
  18. 08c2036 replace for loops with one function call by Mike Frysinger · 20 years ago
  19. de7f9b7 Ahem: add new faq entry to list at top of FAQ.html by Rob Landley · 20 years ago
  20. c7a3e1b Fix "nm --size-sort" on the busybox binary and document how to make it work. by Rob Landley · 20 years ago
  21. e70aa9d only declare do_swap if we need it by Mike Frysinger · 20 years ago
  22. 223b887 touchup syntax by Mike Frysinger · 20 years ago
  23. 198ea3c cleanup the error message so we dont use glibcism of %m and cast a pointer to an int (bad on 64bit arches) by Mike Frysinger · 20 years ago
  24. f28c7ec cleanup syntax by Mike Frysinger · 20 years ago
  25. 0d3ca72 tell people to ignore the dups/e0 warnings by Mike Frysinger · 20 years ago
  26. cc428da punt unused variable by Mike Frysinger · 20 years ago
  27. d6a2d41 tell people to ignore the save_name warning by Mike Frysinger · 20 years ago
  28. 14445fd in order to make sure the INET6 prototypes are exported, we would have to include the libbb.h header file ... but then we have to worry about including too early/etc... by Mike Frysinger · 20 years ago
  29. b953134 apgo in Bug 322 writes: kill off CONFIG_FEATURE_MTAB_FILENAME by Mike Frysinger · 20 years ago
  30. 6902455 rename the accept/reject names since accept overrides the accept() socket function by Mike Frysinger · 20 years ago
  31. f7eaf5a apgo in Bug 351 says: punt parse_version_number since it is no longer used by Mike Frysinger · 20 years ago
  32. bb9a0ad commiting fix from: 0000353: [PATCH] start-stop-daemon -q is not quiet by Paul Fox · 20 years ago
  33. b3b756d further refine check_gcc usage so it is only called the bare min number of times by Mike Frysinger · 20 years ago
  34. c99e2c5 dont output anything when running in silent mode by Mike Frysinger · 20 years ago
  35. 088ee41 From Rich Paul: by Rob Landley · 20 years ago
  36. ef8f423 Erik pointed out that in the last try at the #ifdef cleanup by Rob Landley · 20 years ago
  37. e5ba382 move the ifdef to after libbb.h include, so it can do some good. by Paul Fox · 20 years ago
  38. 193c8c7 #ifdef reduction infrastructure, based on an argument between Shaun Jackman, by Rob Landley · 20 years ago
  39. 77804ce The change in getty.c in Busybox 1.01 caused the /etc/issue file to not by Eric Andersen · 20 years ago
  40. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 20 years ago
  41. 6fafa5a 2005-04-05 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 20 years ago
  42. 03e827a 2005-03-19 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 20 years ago
  43. dbc049f remove unused variable ret as reported by apgo in Bug 350 and touchup syntax along the way by Mike Frysinger · 20 years ago
  44. 6e05312 no longer used as reported by apgo in Bug 348 by Mike Frysinger · 20 years ago
  45. 726b2cb just punt all the f_frsize crap since not all linux headers support it Bug 346 by Mike Frysinger · 20 years ago
  46. 1429017 ifdef all of loop.c with CONFIG_FEATURE_MOUNT_LOOP. won't by Paul Fox · 20 years ago
  47. 37dd624 applying fix for: by Paul Fox · 20 years ago
  48. 7b86134 remove duplicate check against chaddr. by Paul Fox · 20 years ago
  49. 8de331d revert 10881, and refix by changing "if (vallen)" to "if (val)". this by Paul Fox · 20 years ago
  50. 0840b76 applying fixes from: 0000142: unzip enhancements by Paul Fox · 20 years ago
  51. f2ddc05 applying fix for: 0000026: poor man's "scriptable" telnet by Paul Fox · 20 years ago
  52. 1d4c88c applying fix for: 0000271: [PATCH] tftp -g fails if a TFTP_ACK is lost by Paul Fox · 20 years ago
  53. 4905434 applying fix for: by Paul Fox · 20 years ago
  54. 982d35f applying fix for: by Paul Fox · 20 years ago
  55. 94ff9f1 applying fix for: by Paul Fox · 20 years ago
  56. 6f267f0 applying fix for: 0000261: Unsafe empty env var export in ash by Paul Fox · 20 years ago
  57. 01f6798 applying fix for: 0000260: udhcpc doesn't validate client hardware address by Paul Fox · 20 years ago
  58. 379ac89 applying patch from: 0000227: sort use wrong type for getopt return variable by Paul Fox · 20 years ago
  59. 5dc0cee applying fix for: 0000203: 'ip route flush cache' not implemented by Paul Fox · 20 years ago
  60. 77ee523 applying fix for: 0000185: httpd infinite loop when piping to CGI script by Paul Fox · 20 years ago
  61. 54690dc applyinf fix for: by Paul Fox · 20 years ago
  62. c3850c8 applying fix from: by Paul Fox · 20 years ago
  63. 27cbffd applying fix for: by Paul Fox · 20 years ago
  64. 18433aa applying fix for: by Paul Fox · 20 years ago
  65. 2806940 much more concise fix for bug #45. just align the packet... by Paul Fox · 20 years ago
  66. 3c12ff7 If /tmp and /home were different partitions, then "mv /tmp/file /home/file" by Rob Landley · 20 years ago
  67. c337d29 applying fix for: by Paul Fox · 20 years ago
  68. 146e83a applying fix from: by Paul Fox · 20 years ago
  69. 127adc5 applying fix from; by Paul Fox · 20 years ago
  70. deac371 applying fix from: by Paul Fox · 20 years ago
  71. 3f6f317 applying fix from: by Paul Fox · 20 years ago
  72. 0a92bbf applying fix from: 0000067: cp -p produces misleading error message by Paul Fox · 20 years ago
  73. 574fee4 applying: by Paul Fox · 20 years ago
  74. b270315 applying fix for: by Paul Fox · 20 years ago
  75. 90161c9 Fixup makedevs to handle regular files, and also fix by Eric Andersen · 20 years ago
  76. 7b71d74 fix for "0000027: patch: nc will spin if stdin closed" by Paul Fox · 20 years ago
  77. d13b90b allow both ^H and DEL to backspace in insert mode (bug #23) by Paul Fox · 20 years ago
  78. 0ef24c6 Fix vi so that error messages, insert mode messages, etc are by Eric Andersen · 20 years ago
  79. 2ada89b a bit more polish by Eric Andersen · 20 years ago
  80. 54e57da a bit of polish on makedevs by Eric Andersen · 20 years ago
  81. 1b7058c the makedevs config option was pretty much totally broken by Eric Andersen · 20 years ago
  82. e8614db Fixup device table based makedevs so it actually works by Eric Andersen · 20 years ago
  83. 10427ab move var decls around a little to help gcc make smaller code by Mike Frysinger · 20 years ago
  84. e548bdf 2005-07-04 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 20 years ago
  85. 95ef165 2005-07-05 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 20 years ago
  86. 72a4c33 rename log var to log_console so we dont override internal gcc/glibc log func by Mike Frysinger · 20 years ago
  87. b381009 2005-06-30 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 20 years ago
  88. f413e24 2005-06-30 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 20 years ago
  89. 8deb686 Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTMP options by Mike Frysinger · 20 years ago
  90. a87bb60 patch by Shaun Jackman to combine dup/close funcs into dup2 by Mike Frysinger · 20 years ago
  91. 8804c6a dont use f_frsize unless linux-2.6.0 or better by Mike Frysinger · 20 years ago
  92. fc379ba rip out all the non-linux code and ugly workarounds by Mike Frysinger · 20 years ago
  93. 9e16457 tweak signed/unsigned char usage to avoid mismatches by Mike Frysinger · 20 years ago
  94. 778ee6d - remove extra/unneeded function call. testing svn by Ned Ludd · 20 years ago
  95. 5043ea1 Enabling runtime SUID/SGID configuration via /etc/busybox.conf by Eric Andersen · 20 years ago
  96. 576db48 applets specified as _BB_SUID_ALWAYS in applets.h should also select by Eric Andersen · 20 years ago
  97. 3efa51d characters encoded as html should have a trailing semicolon by Eric Andersen · 20 years ago
  98. 6eb1e41 Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use by Rob Landley · 20 years ago
  99. df1eda8 Tito says: unify verbose/quiet flags by Mike Frysinger · 20 years ago
  100. d0615ae Tito says: strip unused program_name by Mike Frysinger · 20 years ago