1. 08e7097 "depends ..." -> "depends on ..." by Mike Frysinger · 18 years ago
  2. 71a6a4e correct file format errors by Mike Frysinger · 18 years ago
  3. bb8c7c0 - sed -i -e "/\$Id:/d;" by Bernhard Reutner-Fischer · 18 years ago
  4. 7b1f236 - use makedev to get device number, else it gives wrong major/minor numbers to devices files on systems which use big device numbers. by Bernhard Reutner-Fischer · 18 years ago
  5. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  6. 3a34d0c random small size optimizations by Denis Vlasenko · 18 years ago
  7. 9b1381f convert calloc to xzalloc fix sleep-on-die option by Denis Vlasenko · 18 years ago
  8. 50ddabc less: fix <tab><backspace> buglet by Denis Vlasenko · 18 years ago
  9. 95b3071 less: interpret backspace. by Denis Vlasenko · 18 years ago
  10. 806116b fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr> by Denis Vlasenko · 18 years ago
  11. 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
  12. 9a44c4f bb_xget[pw/gr]nam were horribly misnamed - fixed. by Denis Vlasenko · 18 years ago
  13. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  14. 5a4f099 less: fix regexp search '/' on large files by Denis Vlasenko · 18 years ago
  15. 7cea262 small stupid changes. no code changes by Denis Vlasenko · 18 years ago
  16. f4dff77 less: implement waiting for input using select(). Rather tricky business. by Denis Vlasenko · 18 years ago
  17. c5cb38f time: -200 bytes of text by Denis Vlasenko · 18 years ago
  18. f93ab47 time: fix option parsing bug, size optimizations by Denis Vlasenko · 18 years ago
  19. f1282a8 less: a few fixes for cases where we overflow status line by Denis Vlasenko · 18 years ago
  20. f65d133 less: restore TAB display (was showing as inverse I after prev changes :) by Denis Vlasenko · 18 years ago
  21. d51d14e less: "(null)" is a bit strange. "standard input" is better :) by Denis Vlasenko · 18 years ago
  22. e147a72 less: how many different kinds of status line we need, three?! by Denis Vlasenko · 18 years ago
  23. e865e81 less: stop dying on bad regexps, quietly pipe data w/o by Denis Vlasenko · 18 years ago
  24. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
  25. 3f3190e less: total cleanup and bugfix. by Denis Vlasenko · 18 years ago
  26. 9a7cef9 less: somewhat buggy applet, but nice. Muchly reduced by Denis Vlasenko · 18 years ago
  27. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  28. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  29. 2ea630f bb_makedev: fix for glibc 2.3.2 sed: fix C++ style declaration by Denis Vlasenko · 18 years ago
  30. 882e60c - shrink less. by Bernhard Reutner-Fischer · 18 years ago
  31. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  32. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  33. cf749bc small fixes: by Denis Vlasenko · 18 years ago
  34. 32eddff - revert r15563 (pull current version of taskset off the busybox_scratch branch) by Bernhard Reutner-Fischer · 18 years ago
  35. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  36. 5af906e rename: compare_string_array -> index_in_str_array by Denis Vlasenko · 18 years ago
  37. aae0311 smart_ulltoa5: make available in libbb by Denis Vlasenko · 18 years ago
  38. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  39. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  40. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  41. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  42. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  43. d18a3a2 use skip_whitespace where appropriate by Denis Vlasenko · 18 years ago
  44. a481d87 - we take exactly one argument. by Bernhard Reutner-Fischer · 18 years ago
  45. c108ed5 raidautorun: new applet, by: by Denis Vlasenko · 18 years ago
  46. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  47. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  48. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  49. 1db39b2 nmeter: new applet. ~4k Fix build proble on x86_64 by Denis Vlasenko · 18 years ago
  50. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  51. f7a5784 eject: remove unmounting. It is buggy for many non-trivial by Denis Vlasenko · 18 years ago
  52. 000b9ba eject: -T fix by Denis Vlasenko · 18 years ago
  53. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  54. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  55. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  56. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  57. 2e864cd eject: -T (implements single button open/close) by Denis Vlasenko · 18 years ago
  58. c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
  59. 94d5d82 crontab: we indent using tabs by Denis Vlasenko · 18 years ago
  60. c290563 remove unneeded #includes, fix indentation by Denis Vlasenko · 18 years ago
  61. 6429aab bb_askpass: shorten static password buffer. 256 is way too large. by Denis Vlasenko · 18 years ago
  62. 109d21f adjtimex: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  63. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  64. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  65. 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
  66. 049d6b8 Add CONFIG_FEATURE_SYSLOG which controls whether by Denis Vlasenko · 18 years ago
  67. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  68. 98a9157 Michael Opdenacker spotted that makefile should use () instead of {}. by Rob Landley · 18 years ago
  69. 1ffe1ed Oops, Michael pointed out that my cleanup left some dead code in there. by Rob Landley · 18 years ago
  70. 0e4690d Michael Opdenacker contributed a readahead applet. by Rob Landley · 18 years ago
  71. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  72. 403777f Patch from tito to improve options parsing. by Rob Landley · 18 years ago
  73. 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
  74. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  75. c052576 Tito said that strings is a complete rewrite. by Rob Landley · 18 years ago
  76. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  77. 1f9145c More minor tweaks. by Rob Landley · 18 years ago
  78. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  79. 259472e remove duplicate CONFIG_TASKSET option by Mike Frysinger · 18 years ago
  80. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  81. 12d9419 Revert taskset for 1.2.0. It emits a warning, breaks building under RH9, by Rob Landley · 18 years ago
  82. cd68a2e fix watchdog on no-mmu systems by adding -F option for rexec by Mike Frysinger · 18 years ago
  83. 11c7a7b Various cleanups I made while going through Erik Hovland's patch submissions, by Rob Landley · 18 years ago
  84. f087798 - convert old-style parameter declarations (K&R) to modern style. by Bernhard Reutner-Fischer · 18 years ago
  85. 399d45f Aurelien Jacobs pointed out inline functions that could be removed. Doing so by Rob Landley · 18 years ago
  86. 22d26fc Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of by Rob Landley · 18 years ago
  87. 176f2df Patch from Erik Hovland, via Tito. by Rob Landley · 18 years ago
  88. 9c6f955 Some day, maybe gcc will be able to optimize out static functions that are by Rob Landley · 18 years ago
  89. 9be7435 initial support for no-mmu systems by Mike Frysinger · 18 years ago
  90. 2fc534f hint at where the Magic comes from by Mike Frysinger · 18 years ago
  91. f915a77 - do away with the comment that noted that the current implementation by Bernhard Reutner-Fischer · 18 years ago
  92. 6d8ce17 Fix from Tito to read from stdin only when it's not a tty. by Rob Landley · 18 years ago
  93. 4c5ad2f Consolidate devfs garbage and mark it as obsolete. by Rob Landley · 18 years ago
  94. 16d3e4e - add applet taskset to set/retrieve the CPU affinity of a process by Bernhard Reutner-Fischer · 18 years ago
  95. ea93f8a Tito writes: this patch fixes two potential bugs with the -i -I flags that could be reset during option parsing by Mike Frysinger · 18 years ago
  96. 0753f4a Callers to identify() converted the endianness of the buffer. So did by Rob Landley · 18 years ago
  97. 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 · 18 years ago
  98. 5084c78 - remove superfluous call of stack_machine(0) upon exit. by Bernhard Reutner-Fischer · 18 years ago
  99. 5f6d67b - no need to have timer_duration in the data section. by Bernhard Reutner-Fischer · 18 years ago
  100. b1312c9 - use bb_msg_write_error in 3 places - whitespace by Bernhard Reutner-Fischer · 18 years ago