Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Just print rs1 in dtch restoreTerm | June McEnroe | 2018-07-29 |
| | |||
* | Fix dtch cmsg size | June McEnroe | 2018-07-29 |
| | | | | | Apparently you actually need CMSG_SPACE and not just CMSG_LEN... Well done, everyone. | ||
* | 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. | ||
* | Use PF_UNIX | June McEnroe | 2018-05-19 |
| | |||
* | Tabify bin | June McEnroe | 2018-05-13 |
| | |||
* | Yet more tweaking of dtch | June McEnroe | 2018-03-06 |
| | |||
* | Trigger redraw on atch with 1x1 winsize | June McEnroe | 2018-03-06 |
| | |||
* | Check revents with & | June McEnroe | 2018-02-27 |
| | |||
* | Avoid unnecessary FDs in errors | June McEnroe | 2018-02-23 |
| | |||
* | Don't bother checking result of close(2) in dtch | June McEnroe | 2018-02-23 |
| | |||
* | Clean up dtch (again, probably) | June McEnroe | 2018-02-23 |
| | | | | | Mostly changes to exit codes and renaming len to size. Also no more writeAll. | ||
* | Add bin/README | June McEnroe | 2018-02-01 |
| | |||
* | Mark dtch z and iov static | June McEnroe | 2018-01-13 |
| | |||
* | Remove use of EBADMSG | June McEnroe | 2017-09-26 |
| | | | | Not defined on OpenBSD, doesn't matter much. | ||
* | 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 |