1. 64d7e93 - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777). by Bernhard Reutner-Fischer · 18 years ago
  2. 049d6b8 Add CONFIG_FEATURE_SYSLOG which controls whether by Denis Vlasenko · 18 years ago
  3. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  4. 98a9157 Michael Opdenacker spotted that makefile should use () instead of {}. by Rob Landley · 18 years ago
  5. 1ffe1ed Oops, Michael pointed out that my cleanup left some dead code in there. by Rob Landley · 18 years ago
  6. 0e4690d Michael Opdenacker contributed a readahead applet. by Rob Landley · 18 years ago
  7. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  8. 403777f Patch from tito to improve options parsing. by Rob Landley · 18 years ago
  9. 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
  10. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  11. c052576 Tito said that strings is a complete rewrite. by Rob Landley · 18 years ago
  12. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  13. 1f9145c More minor tweaks. by Rob Landley · 18 years ago
  14. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  15. 259472e remove duplicate CONFIG_TASKSET option by Mike Frysinger · 18 years ago
  16. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  17. 12d9419 Revert taskset for 1.2.0. It emits a warning, breaks building under RH9, by Rob Landley · 18 years ago
  18. cd68a2e fix watchdog on no-mmu systems by adding -F option for rexec by Mike Frysinger · 18 years ago
  19. 11c7a7b Various cleanups I made while going through Erik Hovland's patch submissions, by Rob Landley · 18 years ago
  20. f087798 - convert old-style parameter declarations (K&R) to modern style. by Bernhard Reutner-Fischer · 18 years ago
  21. 399d45f Aurelien Jacobs pointed out inline functions that could be removed. Doing so by Rob Landley · 18 years ago
  22. 22d26fc Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of by Rob Landley · 19 years ago
  23. 176f2df Patch from Erik Hovland, via Tito. by Rob Landley · 19 years ago
  24. 9c6f955 Some day, maybe gcc will be able to optimize out static functions that are by Rob Landley · 19 years ago
  25. 9be7435 initial support for no-mmu systems by Mike Frysinger · 19 years ago
  26. 2fc534f hint at where the Magic comes from by Mike Frysinger · 19 years ago
  27. f915a77 - do away with the comment that noted that the current implementation by Bernhard Reutner-Fischer · 19 years ago
  28. 6d8ce17 Fix from Tito to read from stdin only when it's not a tty. by Rob Landley · 19 years ago
  29. 4c5ad2f Consolidate devfs garbage and mark it as obsolete. by Rob Landley · 19 years ago
  30. 16d3e4e - add applet taskset to set/retrieve the CPU affinity of a process by Bernhard Reutner-Fischer · 19 years ago
  31. ea93f8a Tito writes: this patch fixes two potential bugs with the -i -I flags that could be reset during option parsing by Mike Frysinger · 19 years ago
  32. 0753f4a Callers to identify() converted the endianness of the buffer. So did by Rob Landley · 19 years ago
  33. 8e640a1 use vfork() instead of vork() since the only thing we do is execve() an app after fork (allows time to work on no-mmu) by Mike Frysinger · 19 years ago
  34. 5084c78 - remove superfluous call of stack_machine(0) upon exit. by Bernhard Reutner-Fischer · 19 years ago
  35. 5f6d67b - no need to have timer_duration in the data section. by Bernhard Reutner-Fischer · 19 years ago
  36. b1312c9 - use bb_msg_write_error in 3 places - whitespace by Bernhard Reutner-Fischer · 19 years ago
  37. c89982d - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  38. 0620841 Patch from Tito to remove long options from hdparm. by Rob Landley · 19 years ago
  39. c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 19 years ago
  40. a6e131d Size reductions, mostly switching things to use libbb functions. by Rob Landley · 19 years ago
  41. bba7f08 Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values by Rob Landley · 19 years ago
  42. 81dab2c Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits by Rob Landley · 19 years ago
  43. 8fba99f Move portability stuff to platform.h, and clean up adjtimex.c a bit while by Rob Landley · 19 years ago
  44. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  45. 95a040f - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit: by Bernhard Reutner-Fischer · 19 years ago
  46. b21d23b - provide fallback defines for non-linux by Bernhard Reutner-Fischer · 19 years ago
  47. 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 19 years ago
  48. 781e42d - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). by Bernhard Reutner-Fischer · 19 years ago
  49. 314c739 Yann E. MORIN. writes: by Mike Frysinger · 19 years ago
  50. 69d863b And fix the error I just introduced. :) by Rob Landley · 19 years ago
  51. 5a2997d Remove pointless #define. by Rob Landley · 19 years ago
  52. ade7f95 Patch from Tito: by Rob Landley · 19 years ago
  53. c020f5f New version of nohup that's much smaller, less paranoid, consistent, by Rob Landley · 19 years ago
  54. ef21629 - silence warning about no return in function returning non-void by Bernhard Reutner-Fischer · 19 years ago
  55. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
  56. 4ae2f51 Patch from tito to replace shared memory usage with mlock(), slightly tweaked by Rob Landley · 19 years ago
  57. a85a63f - fix invalid mode by Bernhard Reutner-Fischer · 19 years ago
  58. adde798 Largeish cleanup patch from Tito, mostly if statement therapy. by Rob Landley · 19 years ago
  59. 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
  60. e929238 typecast bbig to kill format warnings by Mike Frysinger · 19 years ago
  61. 1980256 The if() is cheaper than the extra function parameter. According to make by Rob Landley · 19 years ago
  62. 20deab0 Cleanup patch from tito. by Rob Landley · 19 years ago
  63. 39cf645 Patch from Dennis Vlasenko resetting values that get reused. by Rob Landley · 19 years ago
  64. 2584e9b Remove HDIO_GETGEO_BIG which is dead (removed from 2.6) and was pointless back by Rob Landley · 19 years ago
  65. 0f0b645 Use ATTRIBUTE_NORETURN as suggested by tito, plus a few in-passing cleanups. by Rob Landley · 19 years ago
  66. 6389ff1 Patch from tito removing obsolete code. by Rob Landley · 19 years ago
  67. 5bc3f05 Remove some unused code pointed out by Tito, plus a slightly more graceful by Rob Landley · 19 years ago
  68. a3e4f38 Style fixes from Denis Vlasenko. by Rob Landley · 19 years ago
  69. 5f8b5ec Another patch from Denis Vlasenko: by Rob Landley · 19 years ago
  70. e5b281f From Dennis Vlasenko, Make hdparm smaller: by Rob Landley · 19 years ago
  71. 2e2d752 Cleanup to hdparm by tito. by Rob Landley · 19 years ago
  72. 59c6bae just include fcntl.h not sys/fcntl.h by Mike Frysinger · 19 years ago
  73. f054be1 Rob Sullivan writes: rewrite the regex handling to improve stability by Mike Frysinger · 19 years ago
  74. 0e6a3e1 Patch from tito to update output of hdparm. by Rob Landley · 19 years ago
  75. 56fbd21 - return ret so we return something meaningful. by Bernhard Reutner-Fischer · 19 years ago
  76. a2e9804 From Rob Sullivan: Fix a segfault with searching, plus some cleanups. by Rob Landley · 19 years ago
  77. 026147a Patch from Tito to fix printing null and make output look like hdparm 6.3. by Rob Landley · 19 years ago
  78. 20c22e0 just use the stack to kill memleak and return if user didnt give us anything to match by Mike Frysinger · 19 years ago
  79. bf2d990 use xmalloc, dont hardcode length of string, and get rid of pointless call to memset by Mike Frysinger · 19 years ago
  80. 00d10a9 uncuddle if statements by Mike Frysinger · 19 years ago
  81. f284c76 use more boiler plate GPL notices by Mike Frysinger · 19 years ago
  82. 3a2b103 uncuddle brackets by Mike Frysinger · 19 years ago
  83. 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 19 years ago
  84. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  85. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 19 years ago
  86. 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 19 years ago
  87. 9460f66 - tweak visibility of label expected_hwif_error as it's only needed for by Bernhard Reutner-Fischer · 19 years ago
  88. 061fd0a - make sure that the label expected_hwif_error is visible even when by Bernhard Reutner-Fischer · 19 years ago
  89. a8e2760 Clarify. by Rob Landley · 19 years ago
  90. 5139bd9 add public-domain release by Paul Fox · 19 years ago 1_1_0 1_1_1
  91. 771b186 - commentary typos by Bernhard Reutner-Fischer · 19 years ago
  92. e1d41b3 fixup style by Mike Frysinger · 19 years ago
  93. 948a09d dont printf arguments given by user for security sanity by Mike Frysinger · 19 years ago
  94. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  95. c5b1d4d Patch from Denis Vlasenko to add xstat() and use it. by Rob Landley · 19 years ago
  96. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  97. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  98. 688ed0d Patch from Robert P. Day, moving byte order checks to use platform.h macros. by Rob Landley · 19 years ago
  99. e3ec99d - remove unused lists *-m by Bernhard Reutner-Fischer · 19 years ago
  100. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago