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. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  3. 6d9e2a3 more and less const char fmt fixes by Tanguy Pruvot · 13 years ago
  4. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  5. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 13 years ago
  6. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  7. 9906933 *: gethostname-related fixes by Denys Vlasenko · 14 years ago
  8. 9038d6f remove trailing whitespace by Denys Vlasenko · 15 years ago
  9. d30b89c updates for supporting Linux kernel build and initrd utilities by Denys Vlasenko · 15 years ago
  10. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  11. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  12. 6f1713f *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it> by Denis Vlasenko · 16 years ago
  13. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  14. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  15. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  16. 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 17 years ago
  17. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  18. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  19. bc5262d fix option -F mishandling by Denis Vlasenko · 17 years ago
  20. 90ec4dc arping: stop using last gethostbyname2 in the tree hostname: small optimization by Denis Vlasenko · 17 years ago
  21. bb8c7c0 - sed -i -e "/\$Id:/d;" by Bernhard Reutner-Fischer · 17 years ago
  22. f07fe62 vda, we once had a get_chomped_line_from_file or the like. Where is that nowadays? FIXME: use it here instead of the fgets() by Bernhard Reutner-Fischer · 17 years ago
  23. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  24. 8514fc5 hostname: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  25. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  26. 2819f75 Add one-line GPL boilerplate to these source files. by "Robert P. J. Day" · 18 years ago
  27. c1ef7bd just whitespace by Tim Riker · 18 years ago
  28. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  29. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  30. 3ff3f4a Fix for hostname -s, by Stephan Linz by Glenn L McGrath · 22 years ago
  31. d69e31f Fix needless difference vs GNU by Eric Andersen · 22 years ago
  32. 3d61b10 Major cleanup from Charles Steinkuehler <charles@steinkuehler.net>: by Eric Andersen · 23 years ago
  33. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  34. 78b0e37 Vladimir's last_patch_15 by Glenn L McGrath · 23 years ago
  35. e0c0757 These were broken when using dmalloc due to include file ordering by Eric Andersen · 23 years ago
  36. c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 23 years ago
  37. 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 23 years ago
  38. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 23 years ago
  39. eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 23 years ago
  40. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 23 years ago
  41. 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 23 years ago
  42. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 23 years ago
  43. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 23 years ago
  44. f6c6d9a Remove the warning messages. By consensus, netkit-tiny doesn't need to happen. by Eric Andersen · 23 years ago
  45. 24be980 Fix spelling. s/maintainence/maintenance/ by Eric Andersen · 23 years ago
  46. 6705986 Warn about apps that will be going away in release 0.50 -Erik by Eric Andersen · 23 years ago
  47. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 23 years ago
  48. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  49. 0d5835a Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to make 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. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  53. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  54. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  55. 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 24 years ago
  56. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  57. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 24 years ago
  58. fac10d7 A few minor updates. ;-) by Erik Andersen · 24 years ago
  59. 1792f8c Tail now works (costs 6k). Several other updates. -Erik by Eric Andersen · 25 years ago
  60. abc0f4f Latest and greatest by Eric Andersen · 25 years ago
  61. 2285f36 Stuf by Eric Andersen · 25 years ago
  62. d29edf3 Stuf by Eric Andersen · 25 years ago
  63. 485b955 Stuf by Eric Andersen · 25 years ago