1. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  2. 53f1791 *: reduce #ifdef forest by Denys Vlasenko · 16 years ago
  3. 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
  4. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  5. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 17 years ago
  6. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
  7. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  8. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  9. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  10. f7be20e nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) *: whitespace fixes by Denis Vlasenko · 17 years ago
  11. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  12. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  13. 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
  14. 033e592 more: by Tristan Schmelcher <tpkschme@engmail.uwaterloo.ca>: by Denis Vlasenko · 17 years ago
  15. c2f011a more: stop using bss by Denis Vlasenko · 18 years ago
  16. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  17. 4eb8b93 more: do not mess with "/dev/console" (!); by Denis Vlasenko · 18 years ago
  18. ec27feb init: code readability enhancements; very small code changes by Denis Vlasenko · 18 years ago
  19. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  20. b15b7f7 more: fix for case when _FILE_OFFSET_BITS is not #defined. by Denis Vlasenko · 18 years ago
  21. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  22. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  23. c44bc98 Fix some warnings in allbareconfig. by Rob Landley · 19 years ago
  24. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  25. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  26. edd580a Vladimir N. Oleynik (vodz) writes: by Eric Andersen · 21 years ago
  27. 97310d0 Brian Pomerantz writes: by Eric Andersen · 21 years ago
  28. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  29. 5089534 match changes made to cmdedit by Eric Andersen · 21 years ago
  30. 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
  31. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  32. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  33. b4a1baa Correct some init issues, update email address, last_patch78 by Vladimir by Glenn L McGrath · 22 years ago
  34. 1d1d2f9 Update some missing copyright notices by Eric Andersen · 23 years ago
  35. 0ee0a8d Fix running more on files in the (broken) procfs that claim 0 length by Eric Andersen · 23 years ago
  36. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  37. 439e3df Add support for devfs device names. by Matt Kraai · 23 years ago
  38. 78b0e37 Vladimir's last_patch_15 by Glenn L McGrath · 24 years ago
  39. 2439a59 Remove/replace the "div" call. by Eric Andersen · 24 years ago
  40. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago
  41. d6cde0b Fix return code and don't output spurious newlines. by Matt Kraai · 24 years ago
  42. aa21e0f An optimization from Vladimir by Eric Andersen · 24 years ago
  43. 250a221 more FILE_OFFSET_BITS == 64 adjustments. by Eric Andersen · 24 years ago
  44. 21af752 Patch to use xfopen from Jeff Garzik by Eric Andersen · 24 years ago
  45. 5723934 Yet another fix. I think I got it this time. -Erik by Eric Andersen · 24 years ago
  46. ffc40bf Account for remainder, and reset page_height for each and every page. by Eric Andersen · 24 years ago
  47. be30a6b Adjust the terminal height for any overlap, so that no lines by Eric Andersen · 24 years ago
  48. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  49. c3fc3c5 It seems I stupidly checked in a silly test I was making. -Erik by Eric Andersen · 24 years ago
  50. af4ac77 Apply a patch from Larry Doolittle to add "-all" and "-none" switches by Eric Andersen · 24 years ago
  51. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  52. 5c9c8b4 Make cin be static by Eric Andersen · 24 years ago
  53. 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 24 years ago
  54. e6e8183 Improvements from Vladimir N. Oleynik. by Matt Kraai · 24 years ago
  55. 63a8622 Cleanup of duplicated symbols -- found by compiling with by Eric Andersen · 24 years ago
  56. bbaef66 Consolidate handling of some fopen failures. by Matt Kraai · 24 years ago
  57. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  58. 8a2e56c Large file >2Gib support. by Eric Andersen · 24 years ago
  59. 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
  60. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  61. f626dcb More fixes for "missing initializers" by Pavel Roskin · 24 years ago
  62. 4fa84e6 Cleaned up some #ifdef spiderwebs. by Mark Whitley · 25 years ago
  63. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 25 years ago
  64. b991395 Added some comments and changed a variable name to be more meaningful. No by Mark Whitley · 25 years ago
  65. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 25 years ago
  66. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
  67. 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 25 years ago
  68. e90f404 Some more updates and such... -Erik by Erik Andersen · 25 years ago
  69. 1d1d950 More Doc updates. cmdedit and more termio fixes. by Erik Andersen · 25 years ago
  70. a6c7522 Updates -Erik by Erik Andersen · 25 years ago
  71. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  72. 6a76e65 Stuf by Eric Andersen · 25 years ago
  73. 08b1034 Stuf by Eric Andersen · 25 years ago
  74. 96bcfd3 Latest and greatest -Erik by Eric Andersen · 25 years ago
  75. d73dc5b Updates to usage, and made tar work. -Erik by Eric Andersen · 25 years ago
  76. 50d6360 Stuff by Eric Andersen · 25 years ago
  77. fbb39c8 Stuff -Erik by Eric Andersen · 25 years ago
  78. c499601 Fixed up copyright notices and such by Eric Andersen · 25 years ago
  79. ef8b6c7 Add a trivial ps command. by Eric Andersen · 25 years ago
  80. f5a3838 More stuff by Eric Andersen · 25 years ago
  81. e77ae3a Added sfdisk. Ststic-ified a bunch of stuff. by Eric Andersen · 25 years ago
  82. b0e9a70 More stuff. -Erik by Eric Andersen · 25 years ago
  83. 21943ce More fixes by Eric Andersen · 25 years ago
  84. 3cf52d1 More stuff... by Eric Andersen · 25 years ago
  85. 9d3aba7 more stuff by Eric Andersen · 25 years ago
  86. 4bea32a latest and greatest. by Eric Andersen · 25 years ago
  87. cc8ed39 Initial revision by Eric Andersen · 25 years ago 0_29alpha2