Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add modem -r flag to set baud rate | June McEnroe | 2020-12-08 |
| | | | | | | Also fix it to continue reading output, rather than exiting as soon as the child exits... Except on macOS this still doesn't seem to work correctly for some reason. | ||
* | Use typedefs uint and byte | June McEnroe | 2018-11-12 |
| | |||
* | Use PascalCase for constants | June McEnroe | 2018-09-02 |
| | | | | Get outta here, underscores. | ||
* | 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. | ||
* | Clean up modem loop | June McEnroe | 2018-05-13 |
| | |||
* | Add modem | June McEnroe | 2018-05-13 |