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