index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
cu
/
command.c
Age
Commit message (
Expand
)
Author
2015-10-05
Set the line file descriptor nonblocking and make it blocking again for
Nicholas Marriott
2015-10-05
Style nits on a couple of casts.
Nicholas Marriott
2013-11-12
simpler prototype repairs
Theo de Raadt
2012-07-15
Add a command (~D) to drop the DTR line for a second (similar to using
Nicholas Marriott
2012-07-11
Make ~~ send a ~, pointed out by naddy.
Nicholas Marriott
2012-07-10
Add ~R command to start recording output to a file.
Nicholas Marriott
2012-07-10
Use function to restore termios and add ~X to help.
Nicholas Marriott
2012-07-10
Add builtin XMODEM send support with ~X, only tested with lrz -X so far.
Nicholas Marriott
2012-07-10
+limits.h.
Nicholas Marriott
2012-07-10
Once we've set up termios, lines need to be \r\n terminated, and we need
Nicholas Marriott
2012-07-10
closefrom(STDERR_FILENO + 1) not STDOUT_FILENO so that output actually appear...
Nicholas Marriott
2012-07-10
Implement ~C.
Nicholas Marriott
2012-07-10
Restore termios and signal handlers before ~$ so ^C will kill child.
Nicholas Marriott
2012-07-10
Add a ~S escape to change the speed interactively (not using ~s since
Nicholas Marriott
2012-07-10
Add first cut of replacement for tip/cu. Not linked to the build.
Nicholas Marriott