Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make all copyright headers consistent | June McEnroe | 2019-01-01 |
| | |||
* | Use typedefs uint and byte | June McEnroe | 2018-11-12 |
| | |||
* | Fix cfmakeraw calls | June McEnroe | 2018-07-25 |
| | | | | | | It turns out that you're supposed to call cfmakeraw with a termios initialized by tcgetattr. Using an uninitialized termios resulted in hnel on NetBSD breaking the pty and causing a silent logout. | ||
* | Tabify bin | June McEnroe | 2018-05-13 |
| | |||
* | Check revents with & | June McEnroe | 2018-02-27 |
| | |||
* | Avoid unnecessary FDs in errors | June McEnroe | 2018-02-23 |
| | |||
* | Return NOINPUT on execvp failure | June McEnroe | 2018-02-23 |
| | |||
* | Exit cleanly from hnel on Linux | June McEnroe | 2018-02-22 |
| | | | | Okay the change that actually does that is checking revents == POLLIN. | ||
* | Add bin/README | June McEnroe | 2018-02-01 |
| | |||
* | Generalize hnel | June McEnroe | 2018-01-29 |
| | | | | It's like tr for PTYs. | ||
* | Move C file description comments | June McEnroe | 2017-09-06 |
| | | | | Comments are ugly this is why I don't put them in my code ;) | ||
* | Move C code to bin, Makefile, AGPL | June McEnroe | 2017-09-06 |