1. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
  2. 3a34d0c random small size optimizations by Denis Vlasenko · 18 years ago
  3. 376ce1e tar: by Denis Vlasenko · 18 years ago
  4. 7ca3921 bb_INET_default[] is really just a const "default", nothing INET-specific by Denis Vlasenko · 18 years ago
  5. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  6. 0b5fd45 change char *string = "foo" -> char string[] = "foo" by Denis Vlasenko · 18 years ago
  7. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  8. 5d8843e Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. by "Robert P. J. Day" · 18 years ago
  9. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 18 years ago
  10. 781e42d - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). by Bernhard Reutner-Fischer · 18 years ago
  11. fa939aa - include proper headers. by Bernhard Reutner-Fischer · 18 years ago
  12. 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 18 years ago
  13. dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
  14. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  15. 6c35c7c usage bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  16. 86a1073 bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  17. 3cd1986 Add bb_msg_read_error by Eric Andersen · 19 years ago
  18. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  19. dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
  20. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  21. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  22. 71ae64b last_patch61 from vodz: by Eric Andersen · 22 years ago
  23. 27f64e1 Port over the last of the tinylogin applets -Erik by Eric Andersen · 22 years ago
  24. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  25. 7467c8d Patch from vodz: by Eric Andersen · 23 years ago
  26. 5f265b7 Fix a segfault in lash, hush, and cmdedit. Each of these used by Eric Andersen · 23 years ago
  27. 6f34394 These messages can be .rodata, so make them even more const. -Erik by Eric Andersen · 23 years ago
  28. c29c44c libbb.h now includes ../busybox.h. This way, files in libbb that have by Mark Whitley · 23 years ago
  29. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 23 years ago