1. 863073d - add note about removing superfluous fmt specifiers by Bernhard Reutner-Fischer · 19 years ago
  2. 395010b - note to cleanup fprintf(2,...) -> bb_error_msg(...) and by Bernhard Reutner-Fischer · 19 years ago
  3. 1b9d7c9 - use bb_msg_{read,write}_error where appropriate. by Bernhard Reutner-Fischer · 19 years ago
  4. a3d4bf3 - use bb functions instead of handrolling stuff. by Bernhard Reutner-Fischer · 19 years ago
  5. e84f434 Remove #ifdeffed out code, both KEEP_UNUSED and #if 0. by Rob Landley · 19 years ago
  6. 5084c78 - remove superfluous call of stack_machine(0) upon exit. by Bernhard Reutner-Fischer · 19 years ago
  7. 5f6d67b - no need to have timer_duration in the data section. by Bernhard Reutner-Fischer · 19 years ago
  8. b1312c9 - use bb_msg_write_error in 3 places - whitespace by Bernhard Reutner-Fischer · 19 years ago
  9. c89982d - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  10. deda6a5 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  11. 2c351a8 - patch from Yann E. Morin: makes modprobe understand shell patterns by Bernhard Reutner-Fischer · 19 years ago
  12. 6255876 2006-06-02 Shaun Jackman <sjackman@gmail.com> by Bernhard Reutner-Fischer · 19 years ago
  13. 5c0ae06 - No options should set the current system time. by Bernhard Reutner-Fischer · 19 years ago
  14. 9a990aa Patch from Atsushi Nemoto: by Rob Landley · 19 years ago
  15. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  16. ecae66a Header cleanup: don't #include headers that libbb.h already includes. by Rob Landley · 19 years ago
  17. ff97ee9 #ifdef reduction. by Rob Landley · 19 years ago
  18. cf1f2ac - fix CONFIG_DEBUG_INIT compile failure by Bernhard Reutner-Fischer · 19 years ago
  19. 3132e9d use xmalloc() by Mike Frysinger · 19 years ago
  20. f0327f8 fix fdflish typo (reported by erik hovland) by Paul Fox · 19 years ago
  21. b5353a2 - look at bb_applet_name. Should close bugs #892 and #893 by Bernhard Reutner-Fischer · 19 years ago
  22. d04e9b8 - shrink logread a bit. by Bernhard Reutner-Fischer · 19 years ago
  23. d112f8f make halt and poweroff messages more accurate (i.e., claim "we're about to", by Paul Fox · 19 years ago
  24. 8fc32d9 Shaun Jackman pointed out that KERNEL_VERSION() is used without guards, so by Rob Landley · 19 years ago
  25. 317a45c The common case APPLET() macro only needs three arguments. by Rob Landley · 19 years ago
  26. 9b1857f Bugfix from Shaun Jackman: don't attempt to write 64 bytes and then fail if by Rob Landley · 19 years ago
  27. d5b9b60 Add CONFIG_NITPICK. (And tweak a couple other help entries while I'm there.) by Rob Landley · 19 years ago
  28. 0620841 Patch from Tito to remove long options from hdparm. by Rob Landley · 19 years ago
  29. c8b360e Use BB endianness macro. by Rob Landley · 19 years ago
  30. b623a54 Header file cleanup. platform.h apparently needs to be included early on so it by Rob Landley · 19 years ago
  31. 8abbee4 Add catv (separate applet instead of cat -v). Also cleanup cat.c comments, by Rob Landley · 19 years ago
  32. 9a5686b - fix IMA compile error i introduced when adding this untested snippet. by Bernhard Reutner-Fischer · 19 years ago
  33. dac033e ha! a scratch-buffer! ;) put the isdigit hack into it to help landley out.. by Bernhard Reutner-Fischer · 19 years ago
  34. f9437aa - make getopt_ulflags aware of CONFIG_GETOPT_LONG by Bernhard Reutner-Fischer · 19 years ago
  35. 8d3a6f7 - add CONFIG_FEATURE_WGET_LONG_OPTIONS by Bernhard Reutner-Fischer · 19 years ago
  36. f3ac9eb - convert xcalloc(1,x) to xzalloc by Bernhard Reutner-Fischer · 19 years ago
  37. 595159f - shrink klogd a bit by Bernhard Reutner-Fischer · 19 years ago
  38. c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 19 years ago
  39. 507cd75 - conditionally define BB_NOMMU by Bernhard Reutner-Fischer · 19 years ago
  40. 3252b62 Since we have less than 100k of usage.h data anyway, using bzip -9 is silly. by Rob Landley · 19 years ago
  41. b2d42fa Test to see if I can rename a file without blanking its history... by Rob Landley · 19 years ago
  42. 4b146e6 Note about BB_NOMMU. by Rob Landley · 19 years ago
  43. 7ae1553 - consolidate "Sending SIG%s to all processes"; untested.. by Bernhard Reutner-Fischer · 19 years ago
  44. a8622e0 - this could use a brother which deals with glibc based systems.. by Bernhard Reutner-Fischer · 19 years ago
  45. c58dbf2 - remove useless variable "status" from init_main. by Bernhard Reutner-Fischer · 19 years ago
  46. 3ab3080 - use config_buffer for message() by Bernhard Reutner-Fischer · 19 years ago
  47. 752f0a6 Put parentheses around some of the SWAP() macros, as pointed out by Peter by Rob Landley · 19 years ago
  48. f14f7fc Teach bloatometer about .rodata, and tweak the display into something that by Rob Landley · 19 years ago
  49. 0773681 - cleanup conftest temporary files. by Bernhard Reutner-Fischer · 19 years ago
  50. 35e1a07 - DEBUG_INIT -> config CONFIG_DEBUG_INIT by Bernhard Reutner-Fischer · 19 years ago
  51. 76bb97c - landley, remove this? by Bernhard Reutner-Fischer · 19 years ago
  52. 49e60b9 - set_term() doesn't need an argument. (Like r15220 this is just compile-tested) by Bernhard Reutner-Fischer · 19 years ago
  53. 0da069d - move common code into new open_new_terminal() function; by Bernhard Reutner-Fischer · 19 years ago
  54. bbc225e - just whitespace by Bernhard Reutner-Fischer · 19 years ago
  55. d2c306e - ls: remove unused variable by Bernhard Reutner-Fischer · 19 years ago
  56. 1ec5b29 More size shrinkage. by Rob Landley · 19 years ago
  57. a6e131d Size reductions, mostly switching things to use libbb functions. by Rob Landley · 19 years ago
  58. bba7f08 Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values by Rob Landley · 19 years ago
  59. 9755197 This is not C++. by Rob Landley · 19 years ago
  60. 0582ee0 A few new todo items from email with Bernhard. by Rob Landley · 19 years ago
  61. 15d20a0 Remove _() and N_() from platform.h. #define them as NOP macros in the two by Rob Landley · 19 years ago
  62. 8394729 Remove _(). by Rob Landley · 19 years ago
  63. 4e3aff3 Remove _(). by Rob Landley · 19 years ago
  64. 267a0ed I changed last10 to last25, and just bumped it up to 50 so I renamed it by Rob Landley · 19 years ago
  65. 81dab2c Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits by Rob Landley · 19 years ago
  66. 0fbe7dd Put the ending quote on the help entry... by Rob Landley · 19 years ago
  67. c44bc98 Fix some warnings in allbareconfig. by Rob Landley · 19 years ago
  68. 3f78561 My first bout of untangling udhcp. Make lots of gratuitous #defines go by Rob Landley · 19 years ago
  69. 8fba99f Move portability stuff to platform.h, and clean up adjtimex.c a bit while by Rob Landley · 19 years ago
  70. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  71. d244bc1 Update FAQ to mention make baseline when talking about make bloatcheck. by Rob Landley · 19 years ago
  72. d9872aa Consolidate the .PHONY targets and add "make baseline" for bloatcheck. by Rob Landley · 19 years ago
  73. 95a040f - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit: by Bernhard Reutner-Fischer · 19 years ago
  74. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  75. 5edc102 Slight sanity fix: data is void *, not char *. And it's called data by Rob Landley · 19 years ago
  76. d765ee5 - provide fallback defines for non-linux by Bernhard Reutner-Fischer · 19 years ago
  77. b21d23b - provide fallback defines for non-linux by Bernhard Reutner-Fischer · 19 years ago
  78. 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 19 years ago
  79. d293375 - use strtol instead of strtoll if the latter does not exist by Bernhard Reutner-Fischer · 19 years ago
  80. 781e42d - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). by Bernhard Reutner-Fischer · 19 years ago
  81. b180e5a - use portability wrapper define bb_setpgrp. by Bernhard Reutner-Fischer · 19 years ago
  82. 08421e1 - work around bug in gcc-3.4.x on ARM by Bernhard Reutner-Fischer · 19 years ago
  83. 8379053 - move llist to top of file so we can potentially use it in all prototypes easily by Bernhard Reutner-Fischer · 19 years ago
  84. 76b82cf - make find_mount_point conditional on df and eject; Fixes `make hosttools´ on by Bernhard Reutner-Fischer · 19 years ago
  85. 4ed1f1d - add workaround for tar being broken since it uses a non-portable constant. by Bernhard Reutner-Fischer · 19 years ago
  86. 7fca7e3 - use the SED given by the user by Bernhard Reutner-Fischer · 19 years ago
  87. e28d1d6 - add target hosttools (see make help) by Bernhard Reutner-Fischer · 19 years ago
  88. 6d0dbeb - use ATTRIBUTE_ALWAYS_INLINE if requested - use shorter boilerplate while at it by Bernhard Reutner-Fischer · 19 years ago
  89. e00fc16 - move libc checks from busybox.h to platform.h by Bernhard Reutner-Fischer · 19 years ago
  90. 7fd9983 - patch from Tito to pretty print the overall delta by Bernhard Reutner-Fischer · 19 years ago
  91. 314c739 Yann E. MORIN. writes: by Mike Frysinger · 19 years ago
  92. 4f93a63 errno and h_errno values are not the same #876 by rfelker by Mike Frysinger · 19 years ago
  93. fa6c484 fix spelling mistakes by Mike Frysinger · 19 years ago
  94. 9c03cb9 check for queueing dependancy dependancies typos by Mike Frysinger · 19 years ago
  95. 3354487 queuing is spelled correctly by Mike Frysinger · 19 years ago
  96. 399d2b5 Rich Felker suggested removing dprintf() from watch, and one thing led to by Rob Landley · 19 years ago
  97. 69d863b And fix the error I just introduced. :) by Rob Landley · 19 years ago
  98. 5a2997d Remove pointless #define. by Rob Landley · 19 years ago
  99. ade7f95 Patch from Tito: by Rob Landley · 19 years ago
  100. 6cd2250 Remove a pointless #define. by Rob Landley · 19 years ago