1. c44bc98 Fix some warnings in allbareconfig. by Rob Landley · 19 years ago
  2. 3f78561 My first bout of untangling udhcp. Make lots of gratuitous #defines go by Rob Landley · 19 years ago
  3. 8fba99f Move portability stuff to platform.h, and clean up adjtimex.c a bit while by Rob Landley · 19 years ago
  4. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  5. d244bc1 Update FAQ to mention make baseline when talking about make bloatcheck. by Rob Landley · 19 years ago
  6. d9872aa Consolidate the .PHONY targets and add "make baseline" for bloatcheck. by Rob Landley · 19 years ago
  7. 95a040f - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit: by Bernhard Reutner-Fischer · 19 years ago
  8. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  9. 5edc102 Slight sanity fix: data is void *, not char *. And it's called data by Rob Landley · 19 years ago
  10. d765ee5 - provide fallback defines for non-linux by Bernhard Reutner-Fischer · 19 years ago
  11. b21d23b - provide fallback defines for non-linux by Bernhard Reutner-Fischer · 19 years ago
  12. 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 19 years ago
  13. d293375 - use strtol instead of strtoll if the latter does not exist by Bernhard Reutner-Fischer · 19 years ago
  14. 781e42d - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). by Bernhard Reutner-Fischer · 19 years ago
  15. b180e5a - use portability wrapper define bb_setpgrp. by Bernhard Reutner-Fischer · 19 years ago
  16. 08421e1 - work around bug in gcc-3.4.x on ARM by Bernhard Reutner-Fischer · 19 years ago
  17. 8379053 - move llist to top of file so we can potentially use it in all prototypes easily by Bernhard Reutner-Fischer · 19 years ago
  18. 76b82cf - make find_mount_point conditional on df and eject; Fixes `make hosttools´ on by Bernhard Reutner-Fischer · 19 years ago
  19. 4ed1f1d - add workaround for tar being broken since it uses a non-portable constant. by Bernhard Reutner-Fischer · 19 years ago
  20. 7fca7e3 - use the SED given by the user by Bernhard Reutner-Fischer · 19 years ago
  21. e28d1d6 - add target hosttools (see make help) by Bernhard Reutner-Fischer · 19 years ago
  22. 6d0dbeb - use ATTRIBUTE_ALWAYS_INLINE if requested - use shorter boilerplate while at it by Bernhard Reutner-Fischer · 19 years ago
  23. e00fc16 - move libc checks from busybox.h to platform.h by Bernhard Reutner-Fischer · 19 years ago
  24. 7fd9983 - patch from Tito to pretty print the overall delta by Bernhard Reutner-Fischer · 19 years ago
  25. 314c739 Yann E. MORIN. writes: by Mike Frysinger · 19 years ago
  26. 4f93a63 errno and h_errno values are not the same #876 by rfelker by Mike Frysinger · 19 years ago
  27. fa6c484 fix spelling mistakes by Mike Frysinger · 19 years ago
  28. 9c03cb9 check for queueing dependancy dependancies typos by Mike Frysinger · 19 years ago
  29. 3354487 queuing is spelled correctly by Mike Frysinger · 19 years ago
  30. 399d2b5 Rich Felker suggested removing dprintf() from watch, and one thing led to by Rob Landley · 19 years ago
  31. 69d863b And fix the error I just introduced. :) by Rob Landley · 19 years ago
  32. 5a2997d Remove pointless #define. by Rob Landley · 19 years ago
  33. ade7f95 Patch from Tito: by Rob Landley · 19 years ago
  34. 6cd2250 Remove a pointless #define. by Rob Landley · 19 years ago
  35. 89a22ea make the testsuite a little less brittle: by Bernhard Reutner-Fischer · 19 years ago
  36. 027ea1a Two more issues pointed out by Bernhard. by Rob Landley · 19 years ago
  37. 5fc467e Yann Morin spotted some leftover flotsam from halfway through the recent by Rob Landley · 19 years ago
  38. fa6b5e6 It takes _talent_ to implement a version of nohup that does everything except by Rob Landley · 19 years ago
  39. a81cec9 - set x bit by Bernhard Reutner-Fischer · 19 years ago
  40. 5cd1ccd Convert to a global struct, the way sed was. Now I have two, I can work out by Rob Landley · 19 years ago
  41. 9ffd423 Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary by Rob Landley · 19 years ago
  42. c020f5f New version of nohup that's much smaller, less paranoid, consistent, by Rob Landley · 19 years ago
  43. 4148afe - fix wrong path to scripts/usage; It is in the builddir and not in the srcdir. by Bernhard Reutner-Fischer · 19 years ago
  44. a1e130f - check for existing usage binary, so it get's more obvious that the toplevel by Bernhard Reutner-Fischer · 19 years ago
  45. 3c8c069 - there is no _usage.h anymore, so don't rm it in distclean. by Bernhard Reutner-Fischer · 19 years ago
  46. 30ead9a - do not create usage_compressed.h if CONFIG_FEATURE_COMPRESS_USAGE is not set by Bernhard Reutner-Fischer · 19 years ago
  47. 1a5eb46 - there is no "sh". Use $(SHELL) by Bernhard Reutner-Fischer · 19 years ago
  48. ef21629 - silence warning about no return in function returning non-void by Bernhard Reutner-Fischer · 19 years ago
  49. 9b5a99a Patch from Robert P. Day to remove #ifdefed out SLIP support code that we by Rob Landley · 19 years ago
  50. 206f757 Remove unused function parameter, from Garrett. by Rob Landley · 19 years ago
  51. 19d42df Add diffutils and dhcp to list of packages we provide replacements for. by Rob Landley · 19 years ago
  52. 35017fb - backout erroneously checked in snippet.. by Bernhard Reutner-Fischer · 19 years ago
  53. df4cdaf First quick stab at organizing TODO under whose TODO item it is. by Rob Landley · 19 years ago
  54. 80b8ff0 A pending item in my tree I might as well check in: I plan to migrate calloc() by Rob Landley · 19 years ago
  55. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
  56. d8e87a0 - forgot to make busybox_unstripped depend on the applets in IMA mode. by Bernhard Reutner-Fischer · 19 years ago
  57. c7801c4 - use shorter boilerplate. by Bernhard Reutner-Fischer · 19 years ago
  58. 351c832 - redirect stdout of scripts/config/conf to /nil for by Bernhard Reutner-Fischer · 19 years ago
  59. a254065 - remove SIGIOT as suggested by landley. by Bernhard Reutner-Fischer · 19 years ago
  60. 4ae2f51 Patch from tito to replace shared memory usage with mlock(), slightly tweaked by Rob Landley · 19 years ago
  61. cf89c37 fix indenting in help output for ifconfig by Mike Frysinger · 19 years ago
  62. 14b1d29 - typo s/allbaseconfig/allbareconfig/ by Bernhard Reutner-Fischer · 19 years ago
  63. 0a8812b - replace _PATH_DEVNULL with bb_dev_null by Bernhard Reutner-Fischer · 19 years ago
  64. 14aa06f - do not use non-standard u_int. by Bernhard Reutner-Fischer · 19 years ago
  65. e2922e4 - make it C89 compatible; Declarations in the middle of a function is of course by Bernhard Reutner-Fischer · 19 years ago
  66. 38583fd - use uint32_t instead of __u32 Thanks to Rich Felker for pointing this out. by Bernhard Reutner-Fischer · 19 years ago
  67. 4009ed9 - Rich Felker writes: by Bernhard Reutner-Fischer · 19 years ago
  68. d9ed35c - remove superfluous legacy includes. by Bernhard Reutner-Fischer · 19 years ago
  69. a2a647d - include strings.h Thanks to Rich Felker for pointing this out. by Bernhard Reutner-Fischer · 19 years ago
  70. a85a63f - fix invalid mode by Bernhard Reutner-Fischer · 19 years ago
  71. e2e56c7 - single KERNEL_VERSION(a,b,c) macro in platform.h by Bernhard Reutner-Fischer · 19 years ago
  72. e3c150b - cleanup memory if opening aliases failed and cleanup was requested. by Bernhard Reutner-Fischer · 19 years ago
  73. 42c4259 Fluff out info on morris accounts. by Rob Landley · 19 years ago
  74. 3afb070 Avoid a memory leak pointed out by Lucas C. Villa Real. by Rob Landley · 19 years ago
  75. d2ccc2b Typo fix. by Rob Landley · 19 years ago
  76. 7723019 Patch from Bernhard Fischer to remove some useless bits. by Rob Landley · 19 years ago
  77. c27c04c Announce 1.1.3. by Rob Landley · 19 years ago
  78. 81369a8 Typo that hits big endian systems. by Rob Landley · 19 years ago
  79. 5371a95 The gnu extension to have realpath() malloc its buffer when handed a NULL by Rob Landley · 19 years ago
  80. 2686d3b Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to add by Rob Landley · 19 years ago
  81. adde798 Largeish cleanup patch from Tito, mostly if statement therapy. by Rob Landley · 19 years ago
  82. 34b5319 Make md5 calculation always go through an the buffer so that A) we don't by Rob Landley · 19 years ago
  83. d272dc7 Remove some out of date bits. by Rob Landley · 19 years ago
  84. 282a26b The one line fix to Bernhard Fischer's "profoundly". by Rob Landley · 19 years ago
  85. 2f38f27 - patch from Robert P. J. Day to use filter instead of findstring. by Bernhard Reutner-Fischer · 19 years ago
  86. d9b6b84 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 19 years ago
  87. 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
  88. 2f4d91d fix whitespace by Mike Frysinger · 19 years ago
  89. 47b1838 Patch from Lucas C. Villa Real adding "source" as a synonym for the "." command. by Rob Landley · 19 years ago
  90. d738429 implement -print0 for find by Paul Fox · 19 years ago
  91. f7897ec Autodetect parts of a multipart file, from Robert P. Day's suggestion. by Rob Landley · 19 years ago
  92. 525d74b Busybox is licensed under GPLv2 or later. Shipping another license with the by Rob Landley · 19 years ago
  93. cc848dd Bug fix from Vladimir Oleynik, and suggestion I add my copyright notice by Rob Landley · 19 years ago
  94. 0690d15 Tabs weren't lining up in the help text. by Rob Landley · 19 years ago
  95. ac4c92d More about configuring busybox. by Rob Landley · 19 years ago
  96. 9b70093 Rename the devfs device names option so it doesn't bite people so often. by Rob Landley · 19 years ago
  97. 2ad1e7c Patch from Vladamir Oleynik, reducing memory consumption. by Rob Landley · 19 years ago
  98. 983d751 Remove reference to programming.html, update description of FAQ. by Rob Landley · 19 years ago
  99. b73d2bf Reorganize FAQ, update a few entries, and consolidate with programming.html. by Rob Landley · 19 years ago
  100. 8d2cb8b back out default implicit %.o rule for now by Mike Frysinger · 19 years ago