1. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  2. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  3. 5edc102 Slight sanity fix: data is void *, not char *. And it's called data by Rob Landley · 19 years ago
  4. 781e42d - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). by Bernhard Reutner-Fischer · 19 years ago
  5. 8379053 - move llist to top of file so we can potentially use it in all prototypes easily by Bernhard Reutner-Fischer · 19 years ago
  6. 4ed1f1d - add workaround for tar being broken since it uses a non-portable constant. by Bernhard Reutner-Fischer · 19 years ago
  7. e00fc16 - move libc checks from busybox.h to platform.h by Bernhard Reutner-Fischer · 19 years ago
  8. fa6c484 fix spelling mistakes by Mike Frysinger · 19 years ago
  9. 399d2b5 Rich Felker suggested removing dprintf() from watch, and one thing led to by Rob Landley · 19 years ago
  10. c020f5f New version of nohup that's much smaller, less paranoid, consistent, by Rob Landley · 19 years ago
  11. 35017fb - backout erroneously checked in snippet.. by Bernhard Reutner-Fischer · 19 years ago
  12. 80b8ff0 A pending item in my tree I might as well check in: I plan to migrate calloc() by Rob Landley · 19 years ago
  13. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
  14. cf89c37 fix indenting in help output for ifconfig by Mike Frysinger · 19 years ago
  15. e2e56c7 - single KERNEL_VERSION(a,b,c) macro in platform.h by Bernhard Reutner-Fischer · 19 years ago
  16. 2686d3b Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to add by Rob Landley · 19 years ago
  17. 34b5319 Make md5 calculation always go through an the buffer so that A) we don't by Rob Landley · 19 years ago
  18. d738429 implement -print0 for find by Paul Fox · 19 years ago
  19. a6b5b60 Fiddling with llist to make memory management easier. Specifically, the by Rob Landley · 19 years ago
  20. 7031f62 add back in udhcp support by Mike Frysinger · 19 years ago
  21. 63e4c63 The udhcp was deleted from busybox in 14634. Bolting an external project to by Rob Landley · 19 years ago
  22. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
  23. 89ede3f fix udhcp again by Mike Frysinger · 19 years ago
  24. 2381f70 Patch from Dennis Vlasenko simplifying the APPLET macros. by Rob Landley · 19 years ago
  25. 552b56d Not quite compiler independent, but we've never tried to be gcc independent by Rob Landley · 19 years ago
  26. 3b89039 It was sitting there, in the patches directory, for years. It was delete it by Rob Landley · 19 years ago
  27. a2d9a17 More usage.h cleanups, with collateral changes to httpd. Specifically, by Rob Landley · 19 years ago
  28. 7e21d5f Patch from Dennis Vlasenko to add the option to compress help text. by Rob Landley · 19 years ago
  29. 5fe8d5b Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix a by Rob Landley · 19 years ago
  30. 856489b New applet cksum, from Rob Sullivan. by Rob Landley · 19 years ago
  31. ba31d27 - enable dumpleases applet again; bad rob by Bernhard Reutner-Fischer · 19 years ago
  32. 5c16988 enable udhcp applets again; bad rob by Mike Frysinger · 19 years ago
  33. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  34. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 19 years ago
  35. 67f641e - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() by Bernhard Reutner-Fischer · 19 years ago
  36. 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 19 years ago
  37. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
  38. cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 19 years ago
  39. a23a6d7 - include netinet/in.h for struct sockaddr_in. Closes bug #735 by Bernhard Reutner-Fischer · 19 years ago
  40. f785255 Robert P. J. Day writes: even in the header file, make it clear that the routine depends on __uClinux__ by Mike Frysinger · 19 years ago
  41. 81c40b3 Patch from Tito to unify deluser and delgroup, and generally shrink code. by Rob Landley · 19 years ago
  42. c57ec37 Patch from Rob Sullivan to consolidate crc32 table generation. by Rob Landley · 19 years ago
  43. bc14214 - patch from Rob Sullivan to add support for -L by Bernhard Reutner-Fischer · 19 years ago
  44. 8f7d389 - new applet diff. Rob Sullivan writes: by Bernhard Reutner-Fischer · 19 years ago
  45. 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 19 years ago
  46. a1bccc0 - typos: s/compatability/compatibility/g;s/compatable/compatible/g; by Bernhard Reutner-Fischer · 19 years ago
  47. 9457e70 - typo: s/compenent/component/g add a bit of documentation. by Bernhard Reutner-Fischer · 19 years ago
  48. e47c4cb - update help text. by Bernhard Reutner-Fischer · 19 years ago
  49. daa4a6d Update ipaddr help to match reality. by Rob Landley · 19 years ago
  50. cb8d431 find ./ -name .cvsignore | xargs svn rm by Bernhard Reutner-Fischer · 19 years ago
  51. f885513 just whitespace fixes by Mike Frysinger · 19 years ago
  52. 87848d9 setlogcons, from Jan Kaszka. by Rob Landley · 19 years ago
  53. 90ece60 Define both big endian and little endian macros. by Rob Landley · 19 years ago
  54. 64bef2a fix typo by Mike Frysinger · 19 years ago
  55. 8caffaa Cleanup: remove double quotes that don't seem to be needed. by Rob Landley · 19 years ago
  56. 0b22c1c Tito unified fdflush and freeramdisk. I tweaked the result a bit. by Rob Landley · 19 years ago
  57. c5b1d4d Patch from Denis Vlasenko to add xstat() and use it. by Rob Landley · 19 years ago
  58. dae6aa2 Fixup to the previous (portability) patch. Linux actually does need by Rob Landley · 19 years ago
  59. 1f305dc Portability patch from rfelker. The bb_asprintf.c thing needs an eventual by Rob Landley · 19 years ago
  60. 874af85 import most of e2fsprogs 1.38 updates by Mike Frysinger · 19 years ago
  61. 883e0e8 Missed one in the get_line_from_file() update... by Rob Landley · 19 years ago
  62. ed7bb62 - put NLS stuff in one central place to avoid redefines. by Bernhard Reutner-Fischer · 19 years ago
  63. 51be57e Convert all the applets from #include to USE(). Had to fix some nonstandard by Rob Landley · 19 years ago
  64. 73b4710 fix applet order by Mike Frysinger · 19 years ago
  65. c6d09a6 You don't need an #ifdef around #defines in usage. by Rob Landley · 19 years ago
  66. 5cf7c2d Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked by Rob Landley · 19 years ago
  67. c5789a6 Walter Harms added -D to date, and I did a code cleanup while I was in the by Rob Landley · 19 years ago
  68. bf28ed8 eat extraneous newlines at the end of applet full usage by Mike Frysinger · 19 years ago
  69. 0a6b0bf add setarch/linux32/linux64 applet by Mike Frysinger · 19 years ago
  70. a2841e6 Patch from Giuseppe Ciotta to specify retry count. by Rob Landley · 19 years ago
  71. 0c6ff43 remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_IMPLEMENTATION by "Vladimir N. Oleynik" · 19 years ago
  72. dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
  73. 6732af2 full removed config.h, use bb_config.h only by "Vladimir N. Oleynik" · 19 years ago
  74. 7bfa88f New USE() macros by Rob Landley · 19 years ago
  75. 4fcefb9 fixup whitespace in awk help output by Mike Frysinger · 19 years ago
  76. 35cf19d fix mdev help output by Mike Frysinger · 19 years ago
  77. 9f4a1e1 - add and use ATTRIBUTE_ALIGNED(num_bytes) by Bernhard Reutner-Fischer · 19 years ago
  78. 6461291 Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options. by Rob Landley · 19 years ago
  79. 7b4aa6f new applet. Thanks Roberto A. Foglietta by "Vladimir N. Oleynik" · 19 years ago
  80. c1ef7bd just whitespace by Tim Riker · 19 years ago
  81. 6130b9b Testing CONFIG_SORT_BIG to display the help for the big version of sort isn't by Rob Landley · 19 years ago
  82. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  83. c1d6990 Patch from Aurelien Jacobs to add unlzma. (A new decompression type, by Rob Landley · 19 years ago
  84. 5a620ea - Document -m, -c, -s and provide a default shell for standalone build. by Bernhard Reutner-Fischer · 19 years ago
  85. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  86. 72d1a23 add find's "-mmin" option. configurable. by Paul Fox · 19 years ago
  87. e885d53 Tito writes: by Mike Frysinger · 19 years ago
  88. 84cb767 patch from tito: consolidate delay functions as bb_do_delay() by Rob Landley · 19 years ago
  89. 29ed59e make mount usage a bit more terse by Mike Frysinger · 19 years ago
  90. ce88793 When you went "losetup -d /dev/loop0 /dev/loop1" the error message was strange. by Rob Landley · 19 years ago
  91. 70f7ef7 Nothing to see here. Move along. by Rob Landley · 19 years ago
  92. 9c32a15 Yann E. Morin's update to modprobe usage. by Rob Landley · 19 years ago
  93. 0bd0257 Add build options to control SuS compatability, allows numeric by Glenn L McGrath · 19 years ago
  94. 02bab68 Tito is using broken kernel headers that pollute the namespace with every by Rob Landley · 19 years ago
  95. 2f0a5f9 restore compare_string_array new interface (make broken by landley) by "Vladimir N. Oleynik" · 19 years ago
  96. 1d589b2 Fix losetup so that it A) actually works again, B) has much better error by Rob Landley · 19 years ago
  97. 969af89 add "-C" format to hexdump by Paul Fox · 19 years ago
  98. cc34344 change the interface of libbb/compare_string_array (unsigned short to int), usaging for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
  99. 61ff4b3 more use const for interface of libbb/compare_string_array, example usage for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
  100. fe25715 Update to modprobe usage from Yann E. Morin by Rob Landley · 19 years ago