1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  2. 397de61 help text: regularize format, and shrink by Denis Vlasenko · 16 years ago
  3. 95dc672 getty: don't try to detect parity on local lines by Denis Vlasenko · 17 years ago
  4. f3fca91 getty: a small code shrink by Denis Vlasenko · 17 years ago
  5. d0bbbdc getty: don't accept ancient '#' and '@' as backspace/kill line, by Denis Vlasenko · 17 years ago
  6. 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 17 years ago
  7. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  8. d37f222 libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) by Denis Vlasenko · 17 years ago
  9. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  10. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  11. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  12. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  13. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  14. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  15. 06c0a71 preparatory patch for -Wwrite-strings #3 by Denis Vlasenko · 18 years ago
  16. e06bed3 use bb_sanitize_stdio() where appropriate by Denis Vlasenko · 18 years ago
  17. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  18. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  19. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  20. 6476cc1 getty: remove ancient termio support (was using termois anyway) by Denis Vlasenko · 18 years ago
  21. 703aa13 watch: fix warning getty: fix breakage; fix excessive stack usage by Denis Vlasenko · 18 years ago
  22. 4e70bf4 getty: conditionally disable handling of all-caps terminals. by Denis Vlasenko · 18 years ago
  23. 50e77e1 getty: cleanup part 2 by Denis Vlasenko · 18 years ago
  24. dce3fde getty: cleanup part 1 by Denis Vlasenko · 18 years ago
  25. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  26. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  27. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  28. 2969c77 getty: oops... removing duplicate #include <syslog.h> by Denis Vlasenko · 18 years ago
  29. f702652 getty: #include <syslog.h> by Denis Vlasenko · 18 years ago
  30. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  31. a980165 getty, sulogin: convert to using bb_msg for syslog output by Denis Vlasenko · 18 years ago
  32. f78ab53 Antti Seppala (with dots over the last two a's) wants our getty to initialize by Rob Landley · 18 years ago
  33. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  34. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  35. cf7577d Missed one. Based on suggestions from Erik Hovland. by Rob Landley · 18 years ago
  36. 290fcb4 Undo all of the ugliness and some of the bloat from 15412. by Rob Landley · 18 years ago
  37. 6d82f94 - do away with the fwd-decls of functions. Should not contain any code changes by Bernhard Reutner-Fischer · 18 years ago
  38. 781e42d - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). by Bernhard Reutner-Fischer · 18 years ago
  39. 06adf5f 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h. by Mike Frysinger · 18 years ago
  40. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  41. 4a9d6d1 remove strange bloat dup2() usage, sync this code with mainstream login-utils, size reduce by "Vladimir N. Oleynik" · 19 years ago
  42. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  43. 3e245c9 getty must chdir(/). Use bb_getopt_ulflags. Indent. error() perfect by "Vladimir N. Oleynik" · 19 years ago
  44. 77804ce The change in getty.c in Busybox 1.01 caused the /etc/issue file to not by Eric Andersen · 19 years ago
  45. b381009 2005-06-30 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  46. f413e24 2005-06-30 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  47. 8deb686 Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTMP options by Mike Frysinger · 19 years ago
  48. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 19 years ago
  49. afe023d Use a sane VEOL setting by Eric Andersen · 19 years ago
  50. 713d6e3 Save a line or two by Eric Andersen · 20 years ago
  51. b619419 Patch from Manousaridis Angelos to cleanup stale file descriptors, it was preventing unmounting an initial filesystem. by Glenn L McGrath · 20 years ago
  52. b737b1a Umm. Not guilty by reason of insanity. -Erik by Eric Andersen · 20 years ago
  53. aad29b3 Fixup getty, login, etc so the utmp and wtmp are updated, allowing by Eric Andersen · 20 years ago
  54. 36adca8 Patch from Bastian Blank: by Eric Andersen · 20 years ago
  55. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  56. 2479445 Fix/eliminate use of atol by Eric Andersen · 21 years ago
  57. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  58. cb66509 Patch from Nick Fedchik, CONFIG_SYSLOGD should determine getty's behaviour. by Glenn L McGrath · 22 years ago
  59. 9e5d6c0 run telnet from inetd, present login prompt if login is configured, by Glenn L McGrath · 22 years ago
  60. 71ae64b last_patch61 from vodz: by Eric Andersen · 22 years ago
  61. fdfe298 last_patch60 from vodz: by Eric Andersen · 22 years ago
  62. e599b6d Don't #ifdef __linux__. this is linux. by Aaron Lehmann · 22 years ago
  63. d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
  64. 1fca558 Bigger patch for (partial) tinylogin integration by Robert Griebl · 22 years ago