1. e5ba382 move the ifdef to after libbb.h include, so it can do some good. by Paul Fox · 19 years ago
  2. 193c8c7 #ifdef reduction infrastructure, based on an argument between Shaun Jackman, by Rob Landley · 19 years ago
  3. 77804ce The change in getty.c in Busybox 1.01 caused the /etc/issue file to not by Eric Andersen · 19 years ago
  4. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  5. 6fafa5a 2005-04-05 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  6. 03e827a 2005-03-19 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  7. dbc049f remove unused variable ret as reported by apgo in Bug 350 and touchup syntax along the way by Mike Frysinger · 19 years ago
  8. 6e05312 no longer used as reported by apgo in Bug 348 by Mike Frysinger · 19 years ago
  9. 726b2cb just punt all the f_frsize crap since not all linux headers support it Bug 346 by Mike Frysinger · 19 years ago
  10. 1429017 ifdef all of loop.c with CONFIG_FEATURE_MOUNT_LOOP. won't by Paul Fox · 19 years ago
  11. 37dd624 applying fix for: by Paul Fox · 19 years ago
  12. 7b86134 remove duplicate check against chaddr. by Paul Fox · 19 years ago
  13. 8de331d revert 10881, and refix by changing "if (vallen)" to "if (val)". this by Paul Fox · 19 years ago
  14. 0840b76 applying fixes from: 0000142: unzip enhancements by Paul Fox · 19 years ago
  15. f2ddc05 applying fix for: 0000026: poor man's "scriptable" telnet by Paul Fox · 19 years ago
  16. 1d4c88c applying fix for: 0000271: [PATCH] tftp -g fails if a TFTP_ACK is lost by Paul Fox · 19 years ago
  17. 4905434 applying fix for: by Paul Fox · 19 years ago
  18. 982d35f applying fix for: by Paul Fox · 19 years ago
  19. 94ff9f1 applying fix for: by Paul Fox · 19 years ago
  20. 6f267f0 applying fix for: 0000261: Unsafe empty env var export in ash by Paul Fox · 19 years ago
  21. 01f6798 applying fix for: 0000260: udhcpc doesn't validate client hardware address by Paul Fox · 19 years ago
  22. 379ac89 applying patch from: 0000227: sort use wrong type for getopt return variable by Paul Fox · 19 years ago
  23. 5dc0cee applying fix for: 0000203: 'ip route flush cache' not implemented by Paul Fox · 19 years ago
  24. 77ee523 applying fix for: 0000185: httpd infinite loop when piping to CGI script by Paul Fox · 19 years ago
  25. 54690dc applyinf fix for: by Paul Fox · 19 years ago
  26. c3850c8 applying fix from: by Paul Fox · 19 years ago
  27. 27cbffd applying fix for: by Paul Fox · 19 years ago
  28. 18433aa applying fix for: by Paul Fox · 19 years ago
  29. 2806940 much more concise fix for bug #45. just align the packet... by Paul Fox · 19 years ago
  30. 3c12ff7 If /tmp and /home were different partitions, then "mv /tmp/file /home/file" by Rob Landley · 19 years ago
  31. c337d29 applying fix for: by Paul Fox · 19 years ago
  32. 146e83a applying fix from: by Paul Fox · 19 years ago
  33. 127adc5 applying fix from; by Paul Fox · 19 years ago
  34. deac371 applying fix from: by Paul Fox · 19 years ago
  35. 3f6f317 applying fix from: by Paul Fox · 19 years ago
  36. 0a92bbf applying fix from: 0000067: cp -p produces misleading error message by Paul Fox · 19 years ago
  37. 574fee4 applying: by Paul Fox · 19 years ago
  38. b270315 applying fix for: by Paul Fox · 19 years ago
  39. 90161c9 Fixup makedevs to handle regular files, and also fix by Eric Andersen · 19 years ago
  40. 7b71d74 fix for "0000027: patch: nc will spin if stdin closed" by Paul Fox · 19 years ago
  41. d13b90b allow both ^H and DEL to backspace in insert mode (bug #23) by Paul Fox · 19 years ago
  42. 0ef24c6 Fix vi so that error messages, insert mode messages, etc are by Eric Andersen · 19 years ago
  43. 2ada89b a bit more polish by Eric Andersen · 19 years ago
  44. 54e57da a bit of polish on makedevs by Eric Andersen · 19 years ago
  45. 1b7058c the makedevs config option was pretty much totally broken by Eric Andersen · 19 years ago
  46. e8614db Fixup device table based makedevs so it actually works by Eric Andersen · 19 years ago
  47. 10427ab move var decls around a little to help gcc make smaller code by Mike Frysinger · 19 years ago
  48. e548bdf 2005-07-04 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  49. 95ef165 2005-07-05 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  50. 72a4c33 rename log var to log_console so we dont override internal gcc/glibc log func by Mike Frysinger · 19 years ago
  51. b381009 2005-06-30 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  52. f413e24 2005-06-30 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  53. 8deb686 Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTMP options by Mike Frysinger · 19 years ago
  54. a87bb60 patch by Shaun Jackman to combine dup/close funcs into dup2 by Mike Frysinger · 19 years ago
  55. 8804c6a dont use f_frsize unless linux-2.6.0 or better by Mike Frysinger · 19 years ago
  56. fc379ba rip out all the non-linux code and ugly workarounds by Mike Frysinger · 19 years ago
  57. 9e16457 tweak signed/unsigned char usage to avoid mismatches by Mike Frysinger · 19 years ago
  58. 778ee6d - remove extra/unneeded function call. testing svn by Ned Ludd · 19 years ago
  59. 5043ea1 Enabling runtime SUID/SGID configuration via /etc/busybox.conf by Eric Andersen · 19 years ago
  60. 576db48 applets specified as _BB_SUID_ALWAYS in applets.h should also select by Eric Andersen · 19 years ago
  61. 3efa51d characters encoded as html should have a trailing semicolon by Eric Andersen · 19 years ago
  62. 6eb1e41 Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use by Rob Landley · 19 years ago
  63. df1eda8 Tito says: unify verbose/quiet flags by Mike Frysinger · 20 years ago
  64. d0615ae Tito says: strip unused program_name by Mike Frysinger · 20 years ago
  65. d582690 use xmalloc instead of malloc by Mike Frysinger · 20 years ago
  66. 7fde8de use malloc instead of xmalloc by Mike Frysinger · 20 years ago
  67. d1a9d57 use xmalloc() instead of malloc() by Mike Frysinger · 20 years ago
  68. 2401ce5 use xmalloc() and bb_perror_msg_and_die() by Mike Frysinger · 20 years ago
  69. 958fa2a Note that memory allocaiton needs to be cleaned up too. by Rob Landley · 20 years ago
  70. 0b3fc1a remove com_err.h includes by Mike Frysinger · 20 years ago
  71. 16bc615 DOS only crap by Mike Frysinger · 20 years ago
  72. 6447ac0 import initial fat mke2fs by Mike Frysinger · 20 years ago
  73. 174808c import tune2fs support by Mike Frysinger · 20 years ago
  74. a34f999 fix signed/unsigned char pointers by Mike Frysinger · 20 years ago
  75. 7ffce0c oops, we only want to affect local CFLAGS by Mike Frysinger · 20 years ago
  76. d5624dc initial fat tune2fs/findfs/e2label source by Mike Frysinger · 20 years ago
  77. cae717e replace simple is_null func with a memcmp define by Mike Frysinger · 20 years ago
  78. f3d2884 force including of e2fsbb.h and move the HAVE_* defines to it by Mike Frysinger · 20 years ago
  79. e9903cf move config.h requirement to the actual .depend target rather than the depend alias by Mike Frysinger · 20 years ago
  80. e037622 make sure clean removes objects in subdirs by Mike Frysinger · 20 years ago
  81. f98f5e3 need strings.h for ffs() by Mike Frysinger · 20 years ago
  82. 0301ffa only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabled by Mike Frysinger · 20 years ago
  83. 1f96c97 replace simple functions with defines by Mike Frysinger · 20 years ago
  84. 68497c0 whitespace updates by Mike Frysinger · 20 years ago
  85. 3968082 replace functions with defines by Mike Frysinger · 20 years ago
  86. a1c9c66 whitespace updates by Mike Frysinger · 20 years ago
  87. e2c51a8 whitespace updates by Mike Frysinger · 20 years ago
  88. 85cffcc recode functions to shrink size by Mike Frysinger · 20 years ago
  89. 942e137 setup the HAVE_* defines by Mike Frysinger · 20 years ago
  90. 3d92562 About time to just apply this and kill off the patches by Eric Andersen · 20 years ago
  91. 06813d0 Tito posted a devfsd error message fix. It's highly deprecated and will by Rob Landley · 20 years ago
  92. 16cd02e Clean up strings.c to use busybox's option processing. Bug 006, apparently. by Rob Landley · 20 years ago
  93. ed830e8 Patch from Dmitry Zakharov: by Rob Landley · 20 years ago
  94. f3133c4 Thus spake Brenda J. Butler: by Rob Landley · 20 years ago
  95. f7662da Shaun Jackman submitted a patch converting an allocation to use by Rob Landley · 20 years ago
  96. 47bc802 Patch from Shaun Jackman to save a few bytes. by Rob Landley · 20 years ago
  97. 0b1ff5a Tobias Krawutschke found a bug where the DHCP client would accept packets by Rob Landley · 20 years ago
  98. 8b2d02e Add readprofile applet support. by Paul Mundt · 20 years ago
  99. 93850a5 Patch from Colin Watson (mangled slightly by Rob Landley): by Rob Landley · 20 years ago
  100. 5797c7f Doug Swarin pointed out a security bug in the -i option of sed. by Rob Landley · 20 years ago