summary refs log tree commit diff
path: root/bin/modem.c (follow)
Commit message (Collapse)AuthorAge
* 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
>2022-05-29Set prompt for okshJune McEnroe/a>June McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe