patty/src
XANTRONIX Development adaeb0d6d2 Use openpty(3) to open PTYs
Use openpty(3) to open PTYs, to achieve compatibility with OpenBSD as
posix_openpty() returns a file descriptor which does not block on
read() nor select()
2024-03-01 00:20:47 -05:00
..
ax25.c Implement SSID suffix stringes in pton()/ntop() 2024-03-01 00:20:47 -05:00
client.c Implement patty_client_ping() 2024-03-01 00:20:47 -05:00
daemon.c Implement src/daemon.c 2024-03-01 00:20:47 -05:00
dict.c Significantly simplify dictionaries 2024-03-01 00:20:46 -05:00
frame.c Implement SSID suffix stringes in pton()/ntop() 2024-03-01 00:20:47 -05:00
hash.c ...I've been busy. 2024-03-01 00:20:46 -05:00
if.c Fix bug in patty_ax25_if_addr_add() 2024-03-01 00:20:47 -05:00
kiss.c Allow setting baud, flow control for TNCs 2024-03-01 00:20:47 -05:00
list.c Get rid of patty_list_iterator (too expensive) 2024-03-01 00:20:46 -05:00
Makefile Use openpty(3) to open PTYs 2024-03-01 00:20:47 -05:00
print.c Implement SSID suffix stringes in pton()/ntop() 2024-03-01 00:20:47 -05:00
route.c Implement src/daemon.c 2024-03-01 00:20:47 -05:00
server.c Implement src/daemon.c 2024-03-01 00:20:47 -05:00
sock.c Use openpty(3) to open PTYs 2024-03-01 00:20:47 -05:00
timer.c Implement patty_timer_init() 2024-03-01 00:20:47 -05:00