summary refs log tree commit diff
path: root/bin/modem.c (follow)
Commit message (Collapse)AuthorAge
* Add modem -r flag to set baud rateJune McEnroe2020-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.
* Make all copyright headers consistentJune McEnroe2019-01-01
|
* Use typedefs uint and byteJune McEnroe2018-11-12
|
* Use PascalCase for constantsJune McEnroe2018-09-02
| | | | Get outta here, underscores.
* Fix cfmakeraw callsJune McEnroe2018-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 loopJune McEnroe2018-05-13
|
* Add modemJune McEnroe2018-05-13