1. abfe107 No real need for my_query_module() and this eliminates some type-punned by Rob Landley · 18 years ago
  2. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  3. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  4. e3781b7 Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a by Rob Landley · 18 years ago
  5. 23b61be Add comments to all the functions in this file documenting what they're for. by Rob Landley · 18 years ago
  6. 2c55fca Thinko spotted by Vladimir Dronnikov. by Rob Landley · 18 years ago
  7. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  8. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  9. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  10. df822f2 We need xsetuid() and xsetgid() because per-user process resource limits can by Rob Landley · 18 years ago
  11. 83169c6 Tito writes: If the gecos field of an user is empty, obscure reports a false "similar to gecos" error. by Mike Frysinger · 18 years ago
  12. 1f9145c More minor tweaks. by Rob Landley · 18 years ago
  13. 58dda84 decuddle () from for/if/while by Mike Frysinger · 18 years ago
  14. c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
  15. ab7d9be Patch from Tito to remove pwd_to_spwd (which we don't actually need), with by Rob Landley · 18 years ago
  16. 22d3958 Denis Vlasenko spotted the lack of bounds checking in my first attempt at by Rob Landley · 18 years ago
  17. 5d8843e Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. by "Robert P. J. Day" · 18 years ago
  18. 5b88a38 Add itoa and utoa to see what Denis Vlasenko thinks. by Rob Landley · 18 years ago
  19. 9ebd1bd Attempt to address Shaun Jackman's problem adding "busybox: busybox.bflt" to by Rob Landley · 18 years ago
  20. c9f423a Correct the comment to match the code. by "Robert P. J. Day" · 18 years ago
  21. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  22. 087b9d6 Allow a user-configurable minimum password length. by "Robert P. J. Day" · 18 years ago
  23. edd9ca5 More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  24. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  25. 8bbdb87 This kind of paranoia is a debug option at best. by Rob Landley · 18 years ago
  26. a6e6037 Fix bug http://bugs.busybox.net/view.php?id=874 where hexdump -C got its by Rob Landley · 18 years ago
  27. 22f383e Fix http://bugs.busybox.net/view.php?id=906 which could cause failures in top. by Rob Landley · 18 years ago
  28. a892bf8 Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime" by Rob Landley · 19 years ago
  29. 934da82 Fix a possible race condition if two processes try to claim the same loop by Rob Landley · 19 years ago
  30. c983274 The logic to make cp -d or -P treat things like regular files should only by Rob Landley · 19 years ago
  31. 8437ede The type changed too. by Rob Landley · 19 years ago
  32. 5ab8f7d Use the new names for tty_baud_to_value() and tty_value_to_baud() again. by Peter Kjellerstedt · 19 years ago
  33. 57c1f73 Revert the last two patches to go back to a state before this file was by Rob Landley · 19 years ago
  34. 290fcb4 Undo all of the ugliness and some of the bloat from 15412. by Rob Landley · 19 years ago
  35. ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 19 years ago
  36. b000586 danf writes: stty doesn't support baud rates > 460800 bps, the attached patch adds support for all baud rates supported by Linux 2.6.16 on x86. by Mike Frysinger · 19 years ago
  37. d9a761d Revert svn 15333. If you vfork, you must either exec or exit. (The parent is by Rob Landley · 19 years ago
  38. c7ddefc Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at by Rob Landley · 19 years ago
  39. 18958e9 Random cleanup of platform.h. by Rob Landley · 19 years ago
  40. 2d1a6e7 - fix bug #887, in bb_get_chomped_line_from_file(), the last char was removed by Bernhard Reutner-Fischer · 19 years ago
  41. 6ab0378 by Paul Fox · 19 years ago
  42. 6fb5847 sometimes daemonizing and vfork()/exit() is ok by Mike Frysinger · 19 years ago
  43. ca70774 bb_xdaemon() isnt available on no-mmu systems by Mike Frysinger · 19 years ago
  44. 373af43 comment all fields by Mike Frysinger · 19 years ago
  45. 301ad67 add reference to proc(5) by Mike Frysinger · 19 years ago
  46. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  47. 828d6bb whitespace by Mike Frysinger · 19 years ago
  48. 62a2c15 whitespace by Mike Frysinger · 19 years ago
  49. f9437aa - make getopt_ulflags aware of CONFIG_GETOPT_LONG by Bernhard Reutner-Fischer · 19 years ago
  50. f3ac9eb - convert xcalloc(1,x) to xzalloc by Bernhard Reutner-Fischer · 19 years ago
  51. c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 19 years ago
  52. bba7f08 Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values by Rob Landley · 19 years ago
  53. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  54. 5edc102 Slight sanity fix: data is void *, not char *. And it's called data by Rob Landley · 19 years ago
  55. 781e42d - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). by Bernhard Reutner-Fischer · 19 years ago
  56. 76b82cf - make find_mount_point conditional on df and eject; Fixes `make hosttools´ on by Bernhard Reutner-Fischer · 19 years ago
  57. 4f93a63 errno and h_errno values are not the same #876 by rfelker by Mike Frysinger · 19 years ago
  58. 399d2b5 Rich Felker suggested removing dprintf() from watch, and one thing led to by Rob Landley · 19 years ago
  59. 80b8ff0 A pending item in my tree I might as well check in: I plan to migrate calloc() by Rob Landley · 19 years ago
  60. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
  61. 0a8812b - replace _PATH_DEVNULL with bb_dev_null by Bernhard Reutner-Fischer · 19 years ago
  62. 38583fd - use uint32_t instead of __u32 Thanks to Rich Felker for pointing this out. by Bernhard Reutner-Fischer · 19 years ago
  63. a2a647d - include strings.h Thanks to Rich Felker for pointing this out. by Bernhard Reutner-Fischer · 19 years ago
  64. e2e56c7 - single KERNEL_VERSION(a,b,c) macro in platform.h by Bernhard Reutner-Fischer · 19 years ago
  65. 34b5319 Make md5 calculation always go through an the buffer so that A) we don't by Rob Landley · 19 years ago
  66. 2f38f27 - patch from Robert P. J. Day to use filter instead of findstring. by Bernhard Reutner-Fischer · 19 years ago
  67. 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 19 years ago
  68. f7897ec Autodetect parts of a multipart file, from Robert P. Day's suggestion. by Rob Landley · 19 years ago
  69. cc848dd Bug fix from Vladimir Oleynik, and suggestion I add my copyright notice by Rob Landley · 19 years ago
  70. a6b5b60 Fiddling with llist to make memory management easier. Specifically, the by Rob Landley · 19 years ago
  71. 0ea0aef Remove a link that leaked in from the pending llist_t changes. by Rob Landley · 19 years ago
  72. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
  73. 2c39eee Migrate endianness macros. by Rob Landley · 19 years ago
  74. 552b56d Not quite compiler independent, but we've never tried to be gcc independent by Rob Landley · 19 years ago
  75. f76cd96 Whitespace and documentation cleanup from Dennis Vlasenko. by Rob Landley · 19 years ago
  76. 7818a42 Portability tweak from Shaun Jackman, don't include asm/page.h directly. by Rob Landley · 19 years ago
  77. bbd50b5 Remove some #if 0 code. by Rob Landley · 19 years ago
  78. 54f75ee - BusyBox is under GPL. by Bernhard Reutner-Fischer · 19 years ago
  79. 1a54030 use memmove() instead of bcopy() by Mike Frysinger · 19 years ago
  80. 78bd504 use memcmp() not bcmp() by Mike Frysinger · 19 years ago
  81. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  82. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 19 years ago
  83. 67f641e - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() by Bernhard Reutner-Fischer · 19 years ago
  84. 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 19 years ago
  85. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
  86. cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 19 years ago
  87. c57ec37 Patch from Rob Sullivan to consolidate crc32 table generation. by Rob Landley · 19 years ago
  88. fa939aa - include proper headers. by Bernhard Reutner-Fischer · 19 years ago
  89. 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 19 years ago
  90. a13cca9 New version from Tito. by Rob Landley · 19 years ago
  91. d409c3a - Rich Felker writes: fix invalid printf format strings by Bernhard Reutner-Fischer · 19 years ago
  92. ca08771 More extern removal from Robert P. Day. by Rob Landley · 19 years ago
  93. cb8d431 find ./ -name .cvsignore | xargs svn rm by Bernhard Reutner-Fischer · 19 years ago
  94. f885513 just whitespace fixes by Mike Frysinger · 19 years ago
  95. 3570915 More dead code removal. by Rob Landley · 19 years ago
  96. 1bb3192 Bug spotted by Stephane Billiart: losetup depends on loop.c. by Rob Landley · 19 years ago
  97. fb3a631 Very nice patch from Rich Felker to portably set the stream error indicator and by Rob Landley · 19 years ago
  98. 8dd4ca7 Patch from Shaun Jackman to make loop.c build only when needed. by Rob Landley · 19 years ago
  99. 263e75d - fix order of includes. by Bernhard Reutner-Fischer · 19 years ago
  100. aae8b34 Whitespace cleanup and minor tweak (return -ERRNO instead of ERRNO so by Rob Landley · 19 years ago