1. a8622e0 - this could use a brother which deals with glibc based systems.. by Bernhard Reutner-Fischer · 18 years ago
  2. c58dbf2 - remove useless variable "status" from init_main. by Bernhard Reutner-Fischer · 18 years ago
  3. 3ab3080 - use config_buffer for message() by Bernhard Reutner-Fischer · 18 years ago
  4. 752f0a6 Put parentheses around some of the SWAP() macros, as pointed out by Peter by Rob Landley · 18 years ago
  5. f14f7fc Teach bloatometer about .rodata, and tweak the display into something that by Rob Landley · 18 years ago
  6. 0773681 - cleanup conftest temporary files. by Bernhard Reutner-Fischer · 18 years ago
  7. 35e1a07 - DEBUG_INIT -> config CONFIG_DEBUG_INIT by Bernhard Reutner-Fischer · 18 years ago
  8. 76bb97c - landley, remove this? by Bernhard Reutner-Fischer · 18 years ago
  9. 49e60b9 - set_term() doesn't need an argument. (Like r15220 this is just compile-tested) by Bernhard Reutner-Fischer · 18 years ago
  10. 0da069d - move common code into new open_new_terminal() function; by Bernhard Reutner-Fischer · 18 years ago
  11. bbc225e - just whitespace by Bernhard Reutner-Fischer · 18 years ago
  12. d2c306e - ls: remove unused variable by Bernhard Reutner-Fischer · 18 years ago
  13. 1ec5b29 More size shrinkage. by Rob Landley · 18 years ago
  14. a6e131d Size reductions, mostly switching things to use libbb functions. by Rob Landley · 18 years ago
  15. bba7f08 Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values by Rob Landley · 18 years ago
  16. 9755197 This is not C++. by Rob Landley · 18 years ago
  17. 0582ee0 A few new todo items from email with Bernhard. by Rob Landley · 18 years ago
  18. 15d20a0 Remove _() and N_() from platform.h. #define them as NOP macros in the two by Rob Landley · 18 years ago
  19. 8394729 Remove _(). by Rob Landley · 18 years ago
  20. 4e3aff3 Remove _(). by Rob Landley · 18 years ago
  21. 267a0ed I changed last10 to last25, and just bumped it up to 50 so I renamed it by Rob Landley · 18 years ago
  22. 81dab2c Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits by Rob Landley · 18 years ago
  23. 0fbe7dd Put the ending quote on the help entry... by Rob Landley · 18 years ago
  24. c44bc98 Fix some warnings in allbareconfig. by Rob Landley · 18 years ago
  25. 3f78561 My first bout of untangling udhcp. Make lots of gratuitous #defines go by Rob Landley · 18 years ago
  26. 8fba99f Move portability stuff to platform.h, and clean up adjtimex.c a bit while by Rob Landley · 18 years ago
  27. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  28. d244bc1 Update FAQ to mention make baseline when talking about make bloatcheck. by Rob Landley · 18 years ago
  29. d9872aa Consolidate the .PHONY targets and add "make baseline" for bloatcheck. by Rob Landley · 18 years ago
  30. 95a040f - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit: by Bernhard Reutner-Fischer · 18 years ago
  31. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 18 years ago
  32. 5edc102 Slight sanity fix: data is void *, not char *. And it's called data by Rob Landley · 18 years ago
  33. d765ee5 - provide fallback defines for non-linux by Bernhard Reutner-Fischer · 18 years ago
  34. b21d23b - provide fallback defines for non-linux by Bernhard Reutner-Fischer · 18 years ago
  35. 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 18 years ago
  36. d293375 - use strtol instead of strtoll if the latter does not exist by Bernhard Reutner-Fischer · 18 years ago
  37. 781e42d - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). by Bernhard Reutner-Fischer · 18 years ago
  38. b180e5a - use portability wrapper define bb_setpgrp. by Bernhard Reutner-Fischer · 18 years ago
  39. 08421e1 - work around bug in gcc-3.4.x on ARM by Bernhard Reutner-Fischer · 18 years ago
  40. 8379053 - move llist to top of file so we can potentially use it in all prototypes easily by Bernhard Reutner-Fischer · 18 years ago
  41. 76b82cf - make find_mount_point conditional on df and eject; Fixes `make hosttools´ on by Bernhard Reutner-Fischer · 18 years ago
  42. 4ed1f1d - add workaround for tar being broken since it uses a non-portable constant. by Bernhard Reutner-Fischer · 18 years ago
  43. 7fca7e3 - use the SED given by the user by Bernhard Reutner-Fischer · 18 years ago
  44. e28d1d6 - add target hosttools (see make help) by Bernhard Reutner-Fischer · 18 years ago
  45. 6d0dbeb - use ATTRIBUTE_ALWAYS_INLINE if requested - use shorter boilerplate while at it by Bernhard Reutner-Fischer · 18 years ago
  46. e00fc16 - move libc checks from busybox.h to platform.h by Bernhard Reutner-Fischer · 18 years ago
  47. 7fd9983 - patch from Tito to pretty print the overall delta by Bernhard Reutner-Fischer · 18 years ago
  48. 314c739 Yann E. MORIN. writes: by Mike Frysinger · 18 years ago
  49. 4f93a63 errno and h_errno values are not the same #876 by rfelker by Mike Frysinger · 18 years ago
  50. fa6c484 fix spelling mistakes by Mike Frysinger · 18 years ago
  51. 9c03cb9 check for queueing dependancy dependancies typos by Mike Frysinger · 18 years ago
  52. 3354487 queuing is spelled correctly by Mike Frysinger · 18 years ago
  53. 399d2b5 Rich Felker suggested removing dprintf() from watch, and one thing led to by Rob Landley · 18 years ago
  54. 69d863b And fix the error I just introduced. :) by Rob Landley · 18 years ago
  55. 5a2997d Remove pointless #define. by Rob Landley · 18 years ago
  56. ade7f95 Patch from Tito: by Rob Landley · 18 years ago
  57. 6cd2250 Remove a pointless #define. by Rob Landley · 18 years ago
  58. 89a22ea make the testsuite a little less brittle: by Bernhard Reutner-Fischer · 18 years ago
  59. 027ea1a Two more issues pointed out by Bernhard. by Rob Landley · 18 years ago
  60. 5fc467e Yann Morin spotted some leftover flotsam from halfway through the recent by Rob Landley · 18 years ago
  61. fa6b5e6 It takes _talent_ to implement a version of nohup that does everything except by Rob Landley · 18 years ago
  62. a81cec9 - set x bit by Bernhard Reutner-Fischer · 18 years ago
  63. 5cd1ccd Convert to a global struct, the way sed was. Now I have two, I can work out by Rob Landley · 18 years ago
  64. 9ffd423 Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary by Rob Landley · 18 years ago
  65. c020f5f New version of nohup that's much smaller, less paranoid, consistent, by Rob Landley · 18 years ago
  66. 4148afe - fix wrong path to scripts/usage; It is in the builddir and not in the srcdir. by Bernhard Reutner-Fischer · 18 years ago
  67. a1e130f - check for existing usage binary, so it get's more obvious that the toplevel by Bernhard Reutner-Fischer · 18 years ago
  68. 3c8c069 - there is no _usage.h anymore, so don't rm it in distclean. by Bernhard Reutner-Fischer · 18 years ago
  69. 30ead9a - do not create usage_compressed.h if CONFIG_FEATURE_COMPRESS_USAGE is not set by Bernhard Reutner-Fischer · 18 years ago
  70. 1a5eb46 - there is no "sh". Use $(SHELL) by Bernhard Reutner-Fischer · 18 years ago
  71. ef21629 - silence warning about no return in function returning non-void by Bernhard Reutner-Fischer · 18 years ago
  72. 9b5a99a Patch from Robert P. Day to remove #ifdefed out SLIP support code that we by Rob Landley · 18 years ago
  73. 206f757 Remove unused function parameter, from Garrett. by Rob Landley · 18 years ago
  74. 19d42df Add diffutils and dhcp to list of packages we provide replacements for. by Rob Landley · 18 years ago
  75. 35017fb - backout erroneously checked in snippet.. by Bernhard Reutner-Fischer · 18 years ago
  76. df4cdaf First quick stab at organizing TODO under whose TODO item it is. by Rob Landley · 18 years ago
  77. 80b8ff0 A pending item in my tree I might as well check in: I plan to migrate calloc() by Rob Landley · 18 years ago
  78. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
  79. d8e87a0 - forgot to make busybox_unstripped depend on the applets in IMA mode. by Bernhard Reutner-Fischer · 18 years ago
  80. c7801c4 - use shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  81. 351c832 - redirect stdout of scripts/config/conf to /nil for by Bernhard Reutner-Fischer · 18 years ago
  82. a254065 - remove SIGIOT as suggested by landley. by Bernhard Reutner-Fischer · 18 years ago
  83. 4ae2f51 Patch from tito to replace shared memory usage with mlock(), slightly tweaked by Rob Landley · 18 years ago
  84. cf89c37 fix indenting in help output for ifconfig by Mike Frysinger · 18 years ago
  85. 14b1d29 - typo s/allbaseconfig/allbareconfig/ by Bernhard Reutner-Fischer · 18 years ago
  86. 0a8812b - replace _PATH_DEVNULL with bb_dev_null by Bernhard Reutner-Fischer · 18 years ago
  87. 14aa06f - do not use non-standard u_int. by Bernhard Reutner-Fischer · 18 years ago
  88. e2922e4 - make it C89 compatible; Declarations in the middle of a function is of course by Bernhard Reutner-Fischer · 18 years ago
  89. 38583fd - use uint32_t instead of __u32 Thanks to Rich Felker for pointing this out. by Bernhard Reutner-Fischer · 18 years ago
  90. 4009ed9 - Rich Felker writes: by Bernhard Reutner-Fischer · 18 years ago
  91. d9ed35c - remove superfluous legacy includes. by Bernhard Reutner-Fischer · 18 years ago
  92. a2a647d - include strings.h Thanks to Rich Felker for pointing this out. by Bernhard Reutner-Fischer · 18 years ago
  93. a85a63f - fix invalid mode by Bernhard Reutner-Fischer · 18 years ago
  94. e2e56c7 - single KERNEL_VERSION(a,b,c) macro in platform.h by Bernhard Reutner-Fischer · 18 years ago
  95. e3c150b - cleanup memory if opening aliases failed and cleanup was requested. by Bernhard Reutner-Fischer · 18 years ago
  96. 42c4259 Fluff out info on morris accounts. by Rob Landley · 18 years ago
  97. 3afb070 Avoid a memory leak pointed out by Lucas C. Villa Real. by Rob Landley · 18 years ago
  98. d2ccc2b Typo fix. by Rob Landley · 18 years ago
  99. 7723019 Patch from Bernhard Fischer to remove some useless bits. by Rob Landley · 18 years ago
  100. c27c04c Announce 1.1.3. by Rob Landley · 18 years ago