Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-27 | Changed xopen_stdin() to xopen_stdio(). | Lipi C.H. Lee | |
2016-08-04 | Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout, | Rob Landley | |
add xopenro() that takes one argument and understands "-" means stdin, and switch over lots of users. | |||
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-05-24 | Pending commands should default n | Rob Landley | |
2014-05-24 | Single-user login. | Ashwini Sharma | |