1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  2. cdf6277 dos2unix: tiny shrink by Denis Vlasenko · 16 years ago
  3. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
  4. c9ca0a3 mount: recognize "dirsync" (closes bug 835) by Denis Vlasenko · 17 years ago
  5. f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
  6. abbd363 xreadlink: code shrink udhcp: add missing tryagain member to client_config by Denis Vlasenko · 17 years ago
  7. 6e1b62b flush typeahead before prompt by Paul Fox · 17 years ago
  8. a29a5e4 login: fix PAM login (was unable to complete Kerberos login) by Denis Vlasenko · 17 years ago
  9. 5281630 login: clear dangerous environment variables if started by non-root by Denis Vlasenko · 17 years ago
  10. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  11. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  12. a2f6101 setup_environment: code shrink by Denis Vlasenko · 17 years ago
  13. 82f3b16 login: do reject wrong passwords with PAM auth by Denis Vlasenko · 17 years ago
  14. c6c2345 login: fixes for PAM build by Denis Vlasenko · 17 years ago
  15. d6e81c7 login: optional support for PAM by Denis Vlasenko · 17 years ago
  16. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  17. d8540f7 init: make sure fd 0,1,2 are not closed, + related optimizations. by Denis Vlasenko · 17 years ago
  18. f312e32 login: make /etc/nologin support configurable. -240 bytes if not selected. by Denis Vlasenko · 17 years ago
  19. 65e14b4 login: ask passwords even for wrong usernames. by Denis Vlasenko · 17 years ago
  20. fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 17 years ago
  21. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  22. 3211adc login: fixing my brainfart: xspawn(t_argv) <- was using argv! by Denis Vlasenko · 17 years ago
  23. 0de3c55 login: remove setpgrp call (makes it work from shell prompt again). by Denis Vlasenko · 17 years ago
  24. 53091ec Attempt to get more applets compile for NOMMU. by Denis Vlasenko · 17 years ago
  25. cad04ef add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy by Denis Vlasenko · 17 years ago
  26. c0415a9 login: nuke nonblock() - we have it in libbb; -400 bytes bss. by Denis Vlasenko · 17 years ago
  27. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  28. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  29. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  30. 4a5cf16 login: use %s - we know that string is not too long there by Denis Vlasenko · 18 years ago
  31. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  32. 8c76487 login: add big fat comment about SIGINT - prevent by Denis Vlasenko · 18 years ago
  33. 6ae8079 login: re-enable Ctrl-^C before execing shell. by Denis Vlasenko · 18 years ago
  34. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  35. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  36. 22f6dcb login: fix getopt_ulflags fallout (wasn't taking username supplied by getty) by Denis Vlasenko · 18 years ago
  37. 66fabdb login: apply fixes + getopt_ulflag'ification by Bernhard by Denis Vlasenko · 18 years ago
  38. 7ccf5cc login: eliminate forward decls and #ifdefs by Denis Vlasenko · 18 years ago
  39. 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
  40. 2f50aa4 login: use some ideas from util-linux's login. by Denis Vlasenko · 18 years ago
  41. 9a9edf2 login: make it saner and smaller by ~0.5k. by Denis Vlasenko · 18 years ago
  42. 6bbd174 login: small fixes like \n removal, bb_error_msg'ification, etc. by Denis Vlasenko · 18 years ago
  43. 942e429 login: previous commit comment was wrong :) by Denis Vlasenko · 18 years ago
  44. 2e50291 login: style fixes by Denis Vlasenko · 18 years ago
  45. a980165 getty, sulogin: convert to using bb_msg for syslog output by Denis Vlasenko · 18 years ago
  46. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  47. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  48. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  49. 781e42d - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). by Bernhard Reutner-Fischer · 18 years ago
  50. b180e5a - use portability wrapper define bb_setpgrp. by Bernhard Reutner-Fischer · 18 years ago
  51. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 18 years ago
  52. d1f8c1c From Jan Kiszka: This patch fixes the security labelling of the login terminal by Rob Landley · 18 years ago
  53. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  54. 39e7510 more destroy potential overflow for x86_64. by "Vladimir N. Oleynik" · 19 years ago
  55. 77bb33c destroy potential overflow for x86_64. Added ATTRIBUTE_UNUSED by "Vladimir N. Oleynik" · 19 years ago
  56. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  57. c1ef7bd just whitespace by Tim Riker · 19 years ago
  58. 84cb767 patch from tito: consolidate delay functions as bb_do_delay() by Rob Landley · 19 years ago
  59. 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
  60. 60158cb A patch from Takeharu KATO to update/fix SE-Linux support. by Rob Landley · 19 years ago
  61. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 19 years ago
  62. 4e5936e In Bug 208, bernhardf writes: by Mike Frysinger · 19 years ago
  63. 713d6e3 Save a line or two by Eric Andersen · 20 years ago
  64. b619419 Patch from Manousaridis Angelos to cleanup stale file descriptors, it was preventing unmounting an initial filesystem. by Glenn L McGrath · 20 years ago
  65. b737b1a Umm. Not guilty by reason of insanity. -Erik by Eric Andersen · 20 years ago
  66. aad29b3 Fixup getty, login, etc so the utmp and wtmp are updated, allowing by Eric Andersen · 20 years ago
  67. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  68. b37f883 Sigh. The patch from David Anders (prpplague) broke standard by Eric Andersen · 20 years ago
  69. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  70. 21d3086 David Anders (prpplague) submitted this patch to allow login to work by Eric Andersen · 20 years ago
  71. dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
  72. d8ceba9 Ronny L Nilsson writes: by Eric Andersen · 21 years ago
  73. 9e48045 Patch from Russell Coker: by Eric Andersen · 21 years ago
  74. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  75. 9e5d6c0 run telnet from inetd, present login prompt if login is configured, by Glenn L McGrath · 22 years ago
  76. 69b5756 A missing /etc/securetty is not an error when checking the tty name - the by Robert Griebl · 22 years ago
  77. f870148 A missing securetty file is not an error. -Erik by Eric Andersen · 22 years ago
  78. b26674b Remove gratuitous and unnecessary "BusyBox" refernece in login prompt -Erik by Eric Andersen · 22 years ago
  79. 71ae64b last_patch61 from vodz: by Eric Andersen · 22 years ago
  80. fdfe298 last_patch60 from vodz: by Eric Andersen · 22 years ago
  81. 27f64e1 Port over the last of the tinylogin applets -Erik by Eric Andersen · 22 years ago
  82. 0fbff13 Several login cleanups from vodz by Eric Andersen · 22 years ago
  83. 1fca558 Bigger patch for (partial) tinylogin integration by Robert Griebl · 22 years ago