1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  2. 5014dad script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
  3. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  4. f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
  5. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
  6. 018b155 telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>) by Denis Vlasenko · 17 years ago
  7. e87b868 telnetd: make sure telnetd -K exits if child dies by Denis Vlasenko · 17 years ago
  8. 9e23767 telnetd: trivial optimization by Denis Vlasenko · 17 years ago
  9. 0de37e1 ash: use fdprintf, not dprintf. *: trailing whitespace removed by Denis Vlasenko · 17 years ago
  10. 5576136 fixes revealed by randomconfig run by Denis Vlasenko · 17 years ago
  11. 23c8128 telnetd: fix comment by Denis Vlasenko · 17 years ago
  12. f472b23 telnetd: code shrink suggested by Ralf Friedl <Ralf.Friedl@online.de> by Denis Vlasenko · 17 years ago
  13. 008eda2 bzip2: make -s equivalent to -2 (compatible with standard bzip2) by Denis Vlasenko · 17 years ago
  14. 2450c45 telnetd: at Alexander Kriegisch <Alexander@kriegisch.name> insistence by Denis Vlasenko · 17 years ago
  15. 10916c5 telnetd: document bug in remove_iacs. reinstate band-aid by Denis Vlasenko · 17 years ago
  16. 59d7c43 telnetd: some simplifications and better error hadling. by Denis Vlasenko · 17 years ago
  17. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  18. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  19. 88308fe test: suppress gcc warning telnetd: do not use suferfluous static variable. by Denis Vlasenko · 17 years ago
  20. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  21. ff131b9 style fixes. No code changes. by Denis Vlasenko · 17 years ago
  22. 5a14202 move everything to new NOMMU helpers, except udhcp by Denis Vlasenko · 17 years ago
  23. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  24. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  25. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
  26. 2c91652 next part of ipv6-ization. dnsd code is "interesting"... by Denis Vlasenko · 18 years ago
  27. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  28. 9de420c Improve generic ipv4+ipv6 support in libbb. by Denis Vlasenko · 18 years ago
  29. c8717cd telnetd: move generic stuff into libbb. It will make it easy by Denis Vlasenko · 18 years ago
  30. 0801ef2 telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4 by Denis Vlasenko · 18 years ago
  31. 75f8d08 telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. by Denis Vlasenko · 18 years ago
  32. c6ec8c9 telnetd: check ptsname() for NULL by Denis Vlasenko · 18 years ago
  33. 1385899 attempt to regularize atoi mess. 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. 0e87d34 telnetd: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  37. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  38. 099ed50 Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of why by Rob Landley · 18 years ago
  39. e0387a6 - fix the build if we have ftpput without ftpget (speeling reeoe) by Bernhard Reutner-Fischer · 18 years ago
  40. 1ec5b29 More size shrinkage. by Rob Landley · 18 years ago
  41. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  42. 06b00e8 accept() takes a socklen_t, not an int by Mike Frysinger · 18 years ago
  43. d2c8fd6 fix whitespace in comment example by Mike Frysinger · 18 years ago
  44. 772a346 some more useful debug info from Jason Holden by Mike Frysinger · 18 years ago
  45. 62ec21d touchup whitespace/english a bit more by Mike Frysinger · 18 years ago
  46. 731f81c whitespace between if and ( by Mike Frysinger · 18 years ago
  47. 67f641e - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() by Bernhard Reutner-Fischer · 18 years ago
  48. 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 18 years ago
  49. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 18 years ago
  50. 0cb6f35 fix up annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  51. c1ef7bd just whitespace by Tim Riker · 19 years ago
  52. 64a5f96 telnetd -b (bind to specific address) support from Iuri Gomes Diniz. by Rob Landley · 19 years ago
  53. 00e76cb Patch from Jason Schoon to add IPV6 support to telnetd. Reworked by Rob by Rob Landley · 19 years ago
  54. d4004ee Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few extra const's also. by Glenn L McGrath · 20 years ago
  55. 36adca8 Patch from Bastian Blank: by Eric Andersen · 20 years ago
  56. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  57. 90ed9a0 Patch from James Zhu, telnetd window resizing support. by Glenn L McGrath · 21 years ago
  58. 3752d33 Patch from Fillod Stephane: by Eric Andersen · 21 years ago
  59. c2b9186 Fix compile error, Vodz, last_path_113 by Glenn L McGrath · 21 years ago
  60. dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
  61. 86f2cce Patch from Steven Scholz to fix telnetd compile problem by Eric Andersen · 21 years ago
  62. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  63. 8eb214e Patch from Basitan Blank to fix nasty bug by Glenn L McGrath · 22 years ago
  64. 9e5d6c0 run telnet from inetd, present login prompt if login is configured, by Glenn L McGrath · 22 years ago
  65. f234e7c Config feature DEVPTS defined and used in telnetd, by Pavel Roskin by Glenn L McGrath · 22 years ago
  66. 08a7220 last_patch58 from vodz: by Eric Andersen · 22 years ago