Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-19 | probe for getspnam(), forkpty(), utmpx, replace sethostname() | Isaac Dunham | |
Android is missing all of these; we need to probe for some so we have a config symbol to depend on. sethostname() is easily replaced. We got termios.h via pty.h; now it's not included in configure-step tools, so we need termios.h to generate globals. | |||
2014-07-17 | Use libc daemon() instead of pending daemonize. | Rob Landley | |
2014-05-21 | Make telnetd use generic_signal(), inline kill_session(), close race window ↵ | Rob Landley | |
where a SIGCHLD could get lost. | |||
2013-12-23 | telnet and telnetd from Ashwini Sharma's guys. | Rob Landley | |