descriptionport of openbsd cu(1) to Linux
ownernedko@nedk.org
last changeMon, 20 Nov 2023 09:15:49 +0000 (20 11:15 +0200)
content tags
add:
README
This is a port of openbsd cu(1) to Linux.

cu is used to connect to another system over a serial link.
In the era before modern networks, it was typically used to
connect to a modem in order to dial in to a remote host.
It is now frequently used for tasks such as attaching to the
serial console of another machine for administrative or
debugging purposes.

When working with an embedded Linux box, it is useful to setup the tty
device in embedded os with the rows and columns of the terminal in the
host os. The termsize[1] script by Akkana Peck is quite useful[2] for
this task.

[1] https://github.com/akkana/scripts/blob/master/termsize
[2] http://shallowsky.com/blog/hardware/serial-24-line-terminals.html
shortlog
2023-11-20 Nedko ArnaudovFix unused parameter warningsmain
2023-11-20 Nedko Arnaudovcommand.c: Fix fork() failure handling
2023-11-20 Nedko ArnaudovFix pointer signedness warnings
2023-11-20 Nedko ArnaudovRebuild the cu program when GNUmakefile changes
2023-11-20 Nedko ArnaudovUse pkg-config for libbsd-overlay and libevent
2023-11-19 Nedko ArnaudovFix "void value not ignored as it ought to be" error
2014-08-28 Nedko ArnaudovDisable XON/XOFF flow control on output.
2013-11-12 Nedko ArnaudovAdd more info to the README file
2013-11-12 Nedko ArnaudovAdd some CFLAGS
2013-11-12 Nedko ArnaudovAdd a README
2013-11-12 Nedko Arnaudovbuild fixes for linux
2013-11-12 Nedko Arnaudovxmodem.c: add include of inttypes.h for uint8_t and...
2013-11-12 Nedko ArnaudovReplace bsd ports makefile with standalone makefile...
2013-11-12 Nedko Arnaudovgitignore generated file
2013-11-12 Nedko Arnaudovimplement closefrom()
2013-11-12 Nedko Arnaudovimport strtonum() implementation from openbsd-5.4
...
heads
5 months ago main