1. e8614db Fixup device table based makedevs so it actually works by Eric Andersen · 19 years ago
  2. 10427ab move var decls around a little to help gcc make smaller code by Mike Frysinger · 19 years ago
  3. e548bdf 2005-07-04 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  4. 95ef165 2005-07-05 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  5. 72a4c33 rename log var to log_console so we dont override internal gcc/glibc log func by Mike Frysinger · 19 years ago
  6. b381009 2005-06-30 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  7. f413e24 2005-06-30 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  8. 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
  9. a87bb60 patch by Shaun Jackman to combine dup/close funcs into dup2 by Mike Frysinger · 19 years ago
  10. 8804c6a dont use f_frsize unless linux-2.6.0 or better by Mike Frysinger · 19 years ago
  11. fc379ba rip out all the non-linux code and ugly workarounds by Mike Frysinger · 19 years ago
  12. 9e16457 tweak signed/unsigned char usage to avoid mismatches by Mike Frysinger · 19 years ago
  13. 778ee6d - remove extra/unneeded function call. testing svn by Ned Ludd · 19 years ago
  14. 5043ea1 Enabling runtime SUID/SGID configuration via /etc/busybox.conf by Eric Andersen · 19 years ago
  15. 576db48 applets specified as _BB_SUID_ALWAYS in applets.h should also select by Eric Andersen · 19 years ago
  16. 3efa51d characters encoded as html should have a trailing semicolon by Eric Andersen · 19 years ago
  17. 6eb1e41 Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use by Rob Landley · 19 years ago
  18. df1eda8 Tito says: unify verbose/quiet flags by Mike Frysinger · 19 years ago
  19. d0615ae Tito says: strip unused program_name by Mike Frysinger · 19 years ago
  20. d582690 use xmalloc instead of malloc by Mike Frysinger · 19 years ago
  21. 7fde8de use malloc instead of xmalloc by Mike Frysinger · 19 years ago
  22. d1a9d57 use xmalloc() instead of malloc() by Mike Frysinger · 19 years ago
  23. 2401ce5 use xmalloc() and bb_perror_msg_and_die() by Mike Frysinger · 19 years ago
  24. 958fa2a Note that memory allocaiton needs to be cleaned up too. by Rob Landley · 19 years ago
  25. 0b3fc1a remove com_err.h includes by Mike Frysinger · 19 years ago
  26. 16bc615 DOS only crap by Mike Frysinger · 19 years ago
  27. 6447ac0 import initial fat mke2fs by Mike Frysinger · 19 years ago
  28. 174808c import tune2fs support by Mike Frysinger · 19 years ago
  29. a34f999 fix signed/unsigned char pointers by Mike Frysinger · 19 years ago
  30. 7ffce0c oops, we only want to affect local CFLAGS by Mike Frysinger · 19 years ago
  31. d5624dc initial fat tune2fs/findfs/e2label source by Mike Frysinger · 19 years ago
  32. cae717e replace simple is_null func with a memcmp define by Mike Frysinger · 19 years ago
  33. f3d2884 force including of e2fsbb.h and move the HAVE_* defines to it by Mike Frysinger · 19 years ago
  34. e9903cf move config.h requirement to the actual .depend target rather than the depend alias by Mike Frysinger · 19 years ago
  35. e037622 make sure clean removes objects in subdirs by Mike Frysinger · 19 years ago
  36. f98f5e3 need strings.h for ffs() by Mike Frysinger · 19 years ago
  37. 0301ffa only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabled by Mike Frysinger · 19 years ago
  38. 1f96c97 replace simple functions with defines by Mike Frysinger · 19 years ago
  39. 68497c0 whitespace updates by Mike Frysinger · 19 years ago
  40. 3968082 replace functions with defines by Mike Frysinger · 19 years ago
  41. a1c9c66 whitespace updates by Mike Frysinger · 19 years ago
  42. e2c51a8 whitespace updates by Mike Frysinger · 19 years ago
  43. 85cffcc recode functions to shrink size by Mike Frysinger · 19 years ago
  44. 942e137 setup the HAVE_* defines by Mike Frysinger · 19 years ago
  45. 3d92562 About time to just apply this and kill off the patches by Eric Andersen · 19 years ago
  46. 06813d0 Tito posted a devfsd error message fix. It's highly deprecated and will by Rob Landley · 19 years ago
  47. 16cd02e Clean up strings.c to use busybox's option processing. Bug 006, apparently. by Rob Landley · 19 years ago
  48. ed830e8 Patch from Dmitry Zakharov: by Rob Landley · 19 years ago
  49. f3133c4 Thus spake Brenda J. Butler: by Rob Landley · 19 years ago
  50. f7662da Shaun Jackman submitted a patch converting an allocation to use by Rob Landley · 19 years ago
  51. 47bc802 Patch from Shaun Jackman to save a few bytes. by Rob Landley · 19 years ago
  52. 0b1ff5a Tobias Krawutschke found a bug where the DHCP client would accept packets by Rob Landley · 19 years ago
  53. 8b2d02e Add readprofile applet support. by Paul Mundt · 19 years ago
  54. 93850a5 Patch from Colin Watson (mangled slightly by Rob Landley): by Rob Landley · 19 years ago
  55. 5797c7f Doug Swarin pointed out a security bug in the -i option of sed. by Rob Landley · 19 years ago
  56. 1fb7961 use more busybox functions and remove redundant code by Mike Frysinger · 19 years ago
  57. b2312e9 make sure we add the local dir to the include path by Mike Frysinger · 19 years ago
  58. 4079b00 Tito pointed out I'd broken -t (argv[optind] can't be before getulflags), by Rob Landley · 19 years ago
  59. 9ea8836 Add automatic umount support to eject command. Patch from Tito, by Rob Landley · 19 years ago
  60. 1ece21b as Rob Landley pointed out, need to fix the 1 versus i typo in indexing by Mike Frysinger · 19 years ago
  61. 0fb397e blah, forgot to save last time to fix whitespacing by Mike Frysinger · 19 years ago
  62. 867a608 remove duplicated code and rework algorithms to end up with smaller code by Mike Frysinger · 19 years ago
  63. dad4cf7 use a bunch of if statements since it is a few bytes smaller than a switch; also use bb_xfopen() instead of fopen() so comm doesnt segfault when given non-existant files :( by Mike Frysinger · 19 years ago
  64. b3a6ec3 err, added 2 to the wrong var :) also touchup the option detection to shrink size by Mike Frysinger · 19 years ago
  65. 3ba93c0 fix segfault if user only specifies 1 file by Mike Frysinger · 19 years ago
  66. 4d14920 update usage to match actual behavior by Mike Frysinger · 19 years ago
  67. 0d605e9 fix whitespace/coding style by Mike Frysinger · 19 years ago
  68. a84a512 add missing comm.o rule by Mike Frysinger · 19 years ago
  69. 5b300dd whitespace touchups by Mike Frysinger · 19 years ago
  70. 9cc7f32 This makefile was a mess. Fix it to work as intended. -Erik by Eric Andersen · 19 years ago
  71. 2acfd7b Small comm implementatin from Rob Sullivan. Needed to build perl. by Rob Landley · 19 years ago
  72. b662f0d import ether-wake applet by haveaniceday Bug 252 by Mike Frysinger · 19 years ago
  73. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 19 years ago
  74. 55e2cf6 import eject by Peter Willis / Tito Ragusa by Mike Frysinger · 19 years ago
  75. fb6d22c now that mjn3 explained it to me, add documentation for the 3rd field in long opts by Mike Frysinger · 19 years ago
  76. 00e76cb Patch from Jason Schoon to add IPV6 support to telnetd. Reworked by Rob by Rob Landley · 19 years ago
  77. e5d0bde add documentation for long options and touch up the current docs now that i actually understand how to use the function myself :) by Mike Frysinger · 19 years ago
  78. 38a33f9 import more libs to prep for new e2fsprogs by Mike Frysinger · 19 years ago
  79. 1fd98e0 import ext2fs lib to prep for new e2fsprogs by Mike Frysinger · 19 years ago
  80. b320119 no longer applies by Mike Frysinger · 19 years ago
  81. 7a121e9 import base_device.c for fsck by Mike Frysinger · 19 years ago
  82. 8d929da remove unused files by Mike Frysinger · 19 years ago
  83. a88d522 trim out useless defines and use some busybox funcs by Mike Frysinger · 19 years ago
  84. 507d1f7 override nls P_() macro by Mike Frysinger · 19 years ago
  85. ae38d65 abort if user passes -r or if they dont pass anything by Mike Frysinger · 19 years ago
  86. 9dc93ac syntax/whitespace touchup by Mike Frysinger · 19 years ago
  87. 540d3f6 Patch from Shaun Jackman: by Rob Landley · 19 years ago
  88. b9dfb8c Manuel points out that if printf needs a flush to act like dprintf, the result by Rob Landley · 19 years ago
  89. 0fcd943 This one's from me. Fix ash "standalone shell". by Rob Landley · 19 years ago
  90. cce1ae2 Shaun Jackman pointed out that dprintf(STDOUT_FILENO,...) is just a printf. by Rob Landley · 19 years ago
  91. ea338ff patch by Tito which uses a lot more busybox functions to reduce size nicely by Mike Frysinger · 19 years ago
  92. 6adfd34 update e2p target to match condensed files by Mike Frysinger · 19 years ago
  93. 548ffd4 patch by Tito which unifies common get/set functions into 1 get/set function and cuts down on the size used significantly :) by Mike Frysinger · 19 years ago
  94. ba3a01f add/remove defines to handle more e2fsprogs by Mike Frysinger · 19 years ago
  95. 9c85ecd use shared busybox error messages to save a few bytes by Mike Frysinger · 19 years ago
  96. 7dc7f40 make the exec (-e) an optional feature of netcat by Mike Frysinger · 19 years ago
  97. 60a5c38 In bug 247, haveaniceday writes: by Mike Frysinger · 19 years ago
  98. 4f65360 Tweak the "pretty lsmod for 2.6" patch to be seperately selectable. by Rob Landley · 19 years ago
  99. 918f2ab Revert the uptime() removal. Let the list sort it out... by Rob Landley · 19 years ago
  100. 8b80c71 Patch from Shaun Jackman: by Rob Landley · 19 years ago