1. 7627cc1 - fix typo by Bernhard Reutner-Fischer · 18 years ago
  2. 4a5cf16 login: use %s - we know that string is not too long there by Denis Vlasenko · 18 years ago
  3. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  4. 6476cc1 getty: remove ancient termio support (was using termois anyway) by Denis Vlasenko · 18 years ago
  5. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  6. 8c76487 login: add big fat comment about SIGINT - prevent by Denis Vlasenko · 18 years ago
  7. 6ae8079 login: re-enable Ctrl-^C before execing shell. by Denis Vlasenko · 18 years ago
  8. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  9. 703aa13 watch: fix warning getty: fix breakage; fix excessive stack usage by Denis Vlasenko · 18 years ago
  10. 4e70bf4 getty: conditionally disable handling of all-caps terminals. by Denis Vlasenko · 18 years ago
  11. 50e77e1 getty: cleanup part 2 by Denis Vlasenko · 18 years ago
  12. dce3fde getty: cleanup part 1 by Denis Vlasenko · 18 years ago
  13. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  14. c345d8e sulogin: add support for $SUSHELL & $sushell by Denis Vlasenko · 18 years ago
  15. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  16. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  17. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  18. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  19. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  20. e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
  21. 22f6dcb login: fix getopt_ulflags fallout (wasn't taking username supplied by getty) by Denis Vlasenko · 18 years ago
  22. d986732 vlock: make message shorter by Denis Vlasenko · 18 years ago
  23. a36a676 correct_password: undo whitespace damage. by Denis Vlasenko · 18 years ago
  24. d78b433 passwd: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  25. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  26. 2969c77 getty: oops... removing duplicate #include <syslog.h> by Denis Vlasenko · 18 years ago
  27. f702652 getty: #include <syslog.h> by Denis Vlasenko · 18 years ago
  28. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  29. 66fabdb login: apply fixes + getopt_ulflag'ification by Bernhard by Denis Vlasenko · 18 years ago
  30. 7ccf5cc login: eliminate forward decls and #ifdefs by Denis Vlasenko · 18 years ago
  31. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  32. 92582f2 - r16075 broke for de-selected FEATURE_UTMP; Partial fix that wants some more cleanup (see FIXME in the patch). by Bernhard Reutner-Fischer · 18 years ago
  33. 20cc6d5 Remove pointless "const". Bloatcheck says 0 bytes difference. by Rob Landley · 18 years ago
  34. 6967494 Error reporting fix for sulogin, plus remove help entries for options we never by Rob Landley · 18 years ago
  35. 9852d5a sulogin: minor cleanup. by Denis Vlasenko · 18 years ago
  36. 2f50aa4 login: use some ideas from util-linux's login. by Denis Vlasenko · 18 years ago
  37. 9a9edf2 login: make it saner and smaller by ~0.5k. by Denis Vlasenko · 18 years ago
  38. 6bbd174 login: small fixes like \n removal, bb_error_msg'ification, etc. by Denis Vlasenko · 18 years ago
  39. 942e429 login: previous commit comment was wrong :) by Denis Vlasenko · 18 years ago
  40. 2e50291 login: style fixes by Denis Vlasenko · 18 years ago
  41. dd93abe Shrinkage/cleanup from Tito. by Rob Landley · 18 years ago
  42. a980165 getty, sulogin: convert to using bb_msg for syslog output by Denis Vlasenko · 18 years ago
  43. 049d6b8 Add CONFIG_FEATURE_SYSLOG which controls whether by Denis Vlasenko · 18 years ago
  44. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  45. adff40e sulogin: fix bug: -tNNN didn't work by Denis Vlasenko · 18 years ago
  46. f78ab53 Antti Seppala (with dots over the last two a's) wants our getty to initialize by Rob Landley · 18 years ago
  47. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  48. 6dce0b6 Remove apparent typo in "bool" line. by "Robert P. J. Day" · 18 years ago
  49. 6210375 Bugfix from Tito to make sure /etc/group gets updated. by Rob Landley · 18 years ago
  50. afb94ec Convert setuid/setgid users to xsetuid/xsetgid. by Rob Landley · 18 years ago
  51. 1870737 Comment tweak from tito. by Rob Landley · 18 years ago
  52. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  53. ab7d9be Patch from Tito to remove pwd_to_spwd (which we don't actually need), with by Rob Landley · 18 years ago
  54. 3bfcf3c Patch from Tito to make syslog configurable and remove #ifdefs. Further by Rob Landley · 18 years ago
  55. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  56. cf7577d Missed one. Based on suggestions from Erik Hovland. by Rob Landley · 18 years ago
  57. 290fcb4 Undo all of the ugliness and some of the bloat from 15412. by Rob Landley · 18 years ago
  58. 6d82f94 - do away with the fwd-decls of functions. Should not contain any code changes by Bernhard Reutner-Fischer · 18 years ago
  59. df798b7 - minor size tweak by Bernhard Reutner-Fischer · 18 years ago
  60. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  61. 781e42d - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). by Bernhard Reutner-Fischer · 18 years ago
  62. b180e5a - use portability wrapper define bb_setpgrp. by Bernhard Reutner-Fischer · 18 years ago
  63. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
  64. 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 18 years ago
  65. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 18 years ago
  66. 7919764 - passwd doesnt use salt with md5 passwords; bug #604 thanks taviso by Ned Ludd · 18 years ago
  67. 0436b9f use strchr() not index() by Mike Frysinger · 18 years ago
  68. 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 18 years ago
  69. 81c40b3 Patch from Tito to unify deluser and delgroup, and generally shrink code. by Rob Landley · 18 years ago
  70. 9a2dd51 Rewrite/shrink by tito. by Rob Landley · 18 years ago
  71. d1f8c1c From Jan Kiszka: This patch fixes the security labelling of the login terminal by Rob Landley · 18 years ago
  72. 06adf5f 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h. by Mike Frysinger · 19 years ago
  73. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  74. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  75. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  76. e3ec99d - remove unused lists *-m by Bernhard Reutner-Fischer · 19 years ago
  77. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  78. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  79. d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
  80. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  81. 3038557 - bzero -> memset by Bernhard Reutner-Fischer · 19 years ago
  82. 39e7510 more destroy potential overflow for x86_64. by "Vladimir N. Oleynik" · 19 years ago
  83. 77bb33c destroy potential overflow for x86_64. Added ATTRIBUTE_UNUSED by "Vladimir N. Oleynik" · 19 years ago
  84. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  85. c1ef7bd just whitespace by Tim Riker · 19 years ago
  86. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  87. 5a620ea - Document -m, -c, -s and provide a default shell for standalone build. by Bernhard Reutner-Fischer · 19 years ago
  88. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  89. e87ae0b declare const for fun by Mike Frysinger · 19 years ago
  90. 84cb767 patch from tito: consolidate delay functions as bb_do_delay() by Rob Landley · 19 years ago
  91. beb665a Second attempt to simplify the login menu. Shadow password stuff at the top, by Rob Landley · 19 years ago
  92. b962041 Shadow password support went beyond the dependency event horizon, just make by Rob Landley · 19 years ago
  93. b3f05a4 Shadow password support involves vlock too. by Rob Landley · 19 years ago
  94. 68eb9dd Patch from Tito to make vlock much smaller. by Rob Landley · 19 years ago
  95. 553d83d strncmp isn't automatically superior to strcmp. Especially when it isn't by Rob Landley · 19 years ago
  96. 4a9d6d1 remove strange bloat dup2() usage, sync this code with mainstream login-utils, size reduce by "Vladimir N. Oleynik" · 19 years ago
  97. 4ee2eee Quote the user we pass to addgroup so funky chars are preserved. Fix by dragan_marinkovic in Bug 544 by Mike Frysinger · 19 years ago
  98. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  99. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  100. 3e245c9 getty must chdir(/). Use bb_getopt_ulflags. Indent. error() perfect by "Vladimir N. Oleynik" · 19 years ago