1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. dee0fc9 save 10 bytes on strings by Denys Vlasenko · 13 years ago
  3. 8d0e0cd move utmp.h include to libbb.h by Denys Vlasenko · 13 years ago
  4. 0004e99 better shared strings trick by Denys Vlasenko · 14 years ago
  5. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  6. b2e5fc3 ntpd: and real handling for -N, show usage w/o options; trim text by Denys Vlasenko · 15 years ago
  7. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  8. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 16 years ago
  9. 3f5fdc7 remove trailing whitespace by Denis Vlasenko · 17 years ago
  10. 8607677 libbb: make const_int_0 reside in rodata by Denis Vlasenko · 17 years ago
  11. 1d31f0f libbb: align bb_common_bufsiz1 to "long long" by Denis Vlasenko · 17 years ago
  12. c8d4d2f messages: by popular request allow PATH to be customized at build time by Denis Vlasenko · 17 years ago
  13. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  14. ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 17 years ago
  15. f5f75c5 remove nearly-duplicate PATHs in several places by Denis Vlasenko · 17 years ago
  16. f312e32 login: make /etc/nologin support configurable. -240 bytes if not selected. by Denis Vlasenko · 17 years ago
  17. 15611bb A few more string duplicates found & eliminated by Denis Vlasenko · 17 years ago
  18. bdbbb7e make busybox --install work even if /proc/self/exe doesn't exist by Denis Vlasenko · 17 years ago
  19. 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 17 years ago
  20. 8581863 procps: remove all global variables by Denis Vlasenko · 17 years ago
  21. bff32ce gzip: Improve ptr_to_globals trick, allowing gcc to optimize better. -480 bytes. by Denis Vlasenko · 17 years ago
  22. 972288e modify ptr_to_globals trick so that we do not violate by Denis Vlasenko · 17 years ago
  23. 07766bb gzip: reduce global data footprint, part 3 by Denis Vlasenko · 17 years ago
  24. da799e8 gzip: reduce global data footprint, part 2 by Denis Vlasenko · 17 years ago
  25. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 17 years ago
  26. 3a34d0c random small size optimizations by Denis Vlasenko · 17 years ago
  27. 376ce1e tar: by Denis Vlasenko · 18 years ago
  28. 7ca3921 bb_INET_default[] is really just a const "default", nothing INET-specific by Denis Vlasenko · 18 years ago
  29. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  30. 0b5fd45 change char *string = "foo" -> char string[] = "foo" by Denis Vlasenko · 18 years ago
  31. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  32. 5d8843e Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. by "Robert P. J. Day" · 18 years ago
  33. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 18 years ago
  34. 781e42d - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). by Bernhard Reutner-Fischer · 18 years ago
  35. fa939aa - include proper headers. by Bernhard Reutner-Fischer · 18 years ago
  36. 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 18 years ago
  37. dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 18 years ago
  38. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  39. 6c35c7c usage bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  40. 86a1073 bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  41. 3cd1986 Add bb_msg_read_error by Eric Andersen · 19 years ago
  42. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  43. dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
  44. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  45. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  46. 71ae64b last_patch61 from vodz: by Eric Andersen · 22 years ago
  47. 27f64e1 Port over the last of the tinylogin applets -Erik by Eric Andersen · 22 years ago
  48. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  49. 7467c8d Patch from vodz: by Eric Andersen · 23 years ago
  50. 5f265b7 Fix a segfault in lash, hush, and cmdedit. Each of these used by Eric Andersen · 23 years ago
  51. 6f34394 These messages can be .rodata, so make them even more const. -Erik by Eric Andersen · 23 years ago
  52. c29c44c libbb.h now includes ../busybox.h. This way, files in libbb that have by Mark Whitley · 23 years ago
  53. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 23 years ago