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. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. c1b7d1d Apply post-1.20.0 patches, bump version to 1.20.1 by Denys Vlasenko · 12 years ago
  4. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  5. 8a90e61 Apply post-1.19.3 patches, bump version to 1.19.4 by Denys Vlasenko · 12 years ago
  6. f7ae0a2 reduce diff with official busybox, do not use %s on defined strings by Tanguy Pruvot · 13 years ago
  7. 8aeb371 merged commit between gingerbread and busybox/master 20110630 by Tanguy Pruvot · 13 years ago
  8. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  9. 726ebba fix bit rot in scripts/Makefile.IMA by Denys Vlasenko · 13 years ago
  10. b7c9fb2 whitespace fixes by Denys Vlasenko · 13 years ago
  11. 4907f6e getty: fix "ifdef CMSPAR" by Denys Vlasenko · 13 years ago
  12. f36368e getty: restore CRTSCTS comment by Denys Vlasenko · 13 years ago
  13. ffd81f2 getty: do clear CLOCAL and CRTSCTS unless told otherwise by Denys Vlasenko · 13 years ago
  14. cf9d33a getty: do not clear all c_cflag's (we were clearing baud bits!) by Denys Vlasenko · 13 years ago
  15. ddd1ec1 getty: wait up to 5 seconds for the output buffer to drain by Peter Korsgaard · 13 years ago
  16. 3ff9be3 getty: document bits we don't set - maybe we should set some of them? by Denys Vlasenko · 13 years ago
  17. d7c25e9 getty: add ECHOE explanation by Denys Vlasenko · 13 years ago
  18. d849493 getty: explain every bit in termios; remove redundant stuff in termios_final by Denys Vlasenko · 13 years ago
  19. 8d0e0cd move utmp.h include to libbb.h by Denys Vlasenko · 13 years ago
  20. 1360918 getty: flush _only_ input after switching to the next baud rate by Denys Vlasenko · 13 years ago
  21. 7073964 getty: simplify macros; improve VSWTC[H] compat by Denys Vlasenko · 13 years ago
  22. faaf8cb getty: more simplifications; explain how we treat parity now by Denys Vlasenko · 13 years ago
  23. 6596380 getty: simplify code by going to more straignforward G trick by Denys Vlasenko · 13 years ago
  24. dc6cd12 getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1s by Denys Vlasenko · 13 years ago
  25. 1f08404 getty: use cfsetspeed to save some bytes; cosmetic fixes by Denys Vlasenko · 13 years ago
  26. 006416e getty: more correct check for O_RDWR by Denys Vlasenko · 13 years ago
  27. 2b57b6c getty: comment out parity detection code; improve usage text by Denys Vlasenko · 13 years ago
  28. bcdb9b8 getty: fix -i (was ignored) by Denys Vlasenko · 13 years ago
  29. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  30. 5360059 libbb: introduce and use strcpy_and_process_escape_sequences by Denys Vlasenko · 14 years ago
  31. 9dc0412 getty: small code shrink by Denys Vlasenko · 14 years ago
  32. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  33. f812eac init,loginutils: termios portability fixes by Jeremie Koenig · 14 years ago
  34. 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 14 years ago
  35. 765b0ee getty: do not emit bogus error message on EOF by Denys Vlasenko · 14 years ago
  36. 3a41611 telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 by Denys Vlasenko · 14 years ago
  37. 37f5bef libbb: split update_utmp from login/getty in preparation to use it for telnetd by Denys Vlasenko · 14 years ago
  38. 8684cbb libbb: robustify isXXXX(). +39 bytes by Denys Vlasenko · 15 years ago
  39. adf922e *: a few more NOINLINEs by Denys Vlasenko · 15 years ago
  40. 09e63bb df: fix "df /" by Denys Vlasenko · 15 years ago
  41. 9b1b62a Patches to enable FreeBSD build by Denys Vlasenko · 15 years ago
  42. 32a385f getty: fix handling of speed 0; stop using non-portable way of setting speeds. by Denis Vlasenko · 15 years ago
  43. fe013a7 patch by Stuart Hughes <seh@zee2.com> and Guenter <lists@gknw.net> to make "0" a special baud rate for getty where it uses this as "leave baud rate unchanged" by Mike Frysinger · 15 years ago
  44. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 15 years ago
  45. e44a4e3 - isascii() is obsolescent in SUSv4 and furthermore looks redundant in this spot by Bernhard Reutner-Fischer · 15 years ago
  46. 9e0a7c9 remove a few superfluous includes by Denis Vlasenko · 16 years ago
  47. 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
  48. 9725daa halt: reinstate -w even if !FEATURE_WTMP; beautify code in halt.c by Denis Vlasenko · 16 years ago
  49. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  50. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  51. 62d8503 - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn) by Bernhard Reutner-Fischer · 16 years ago
  52. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 16 years ago
  53. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 16 years ago
  54. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 16 years ago
  55. b44c790 *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. by Denis Vlasenko · 16 years ago
  56. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  57. 397de61 help text: regularize format, and shrink by Denis Vlasenko · 16 years ago
  58. 95dc672 getty: don't try to detect parity on local lines by Denis Vlasenko · 16 years ago
  59. f3fca91 getty: a small code shrink by Denis Vlasenko · 17 years ago
  60. d0bbbdc getty: don't accept ancient '#' and '@' as backspace/kill line, by Denis Vlasenko · 17 years ago
  61. 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 17 years ago
  62. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  63. d37f222 libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) by Denis Vlasenko · 17 years ago
  64. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  65. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  66. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  67. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  68. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  69. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  70. 06c0a71 preparatory patch for -Wwrite-strings #3 by Denis Vlasenko · 17 years ago
  71. e06bed3 use bb_sanitize_stdio() where appropriate by Denis Vlasenko · 17 years ago
  72. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 17 years ago
  73. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 17 years ago
  74. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  75. 6476cc1 getty: remove ancient termio support (was using termois anyway) by Denis Vlasenko · 18 years ago
  76. 703aa13 watch: fix warning getty: fix breakage; fix excessive stack usage by Denis Vlasenko · 18 years ago
  77. 4e70bf4 getty: conditionally disable handling of all-caps terminals. by Denis Vlasenko · 18 years ago
  78. 50e77e1 getty: cleanup part 2 by Denis Vlasenko · 18 years ago
  79. dce3fde getty: cleanup part 1 by Denis Vlasenko · 18 years ago
  80. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  81. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  82. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  83. 2969c77 getty: oops... removing duplicate #include <syslog.h> by Denis Vlasenko · 18 years ago
  84. f702652 getty: #include <syslog.h> by Denis Vlasenko · 18 years ago
  85. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  86. a980165 getty, sulogin: convert to using bb_msg for syslog output by Denis Vlasenko · 18 years ago
  87. f78ab53 Antti Seppala (with dots over the last two a's) wants our getty to initialize by Rob Landley · 18 years ago
  88. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  89. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  90. cf7577d Missed one. Based on suggestions from Erik Hovland. by Rob Landley · 18 years ago
  91. 290fcb4 Undo all of the ugliness and some of the bloat from 15412. by Rob Landley · 18 years ago
  92. 6d82f94 - do away with the fwd-decls of functions. Should not contain any code changes by Bernhard Reutner-Fischer · 18 years ago
  93. 781e42d - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). by Bernhard Reutner-Fischer · 18 years ago
  94. 06adf5f 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h. by Mike Frysinger · 18 years ago
  95. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 18 years ago
  96. 4a9d6d1 remove strange bloat dup2() usage, sync this code with mainstream login-utils, size reduce by "Vladimir N. Oleynik" · 18 years ago
  97. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  98. 3e245c9 getty must chdir(/). Use bb_getopt_ulflags. Indent. error() perfect by "Vladimir N. Oleynik" · 19 years ago
  99. 77804ce The change in getty.c in Busybox 1.01 caused the /etc/issue file to not by Eric Andersen · 19 years ago
  100. b381009 2005-06-30 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago