index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
cu
/
command.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
simpler prototype repairs
deraadt
2013-11-12
1
-1
/
+3
*
Add a command (~D) to drop the DTR line for a second (similar to using
nicm
2012-07-15
1
-1
/
+7
*
Make ~~ send a ~, pointed out by naddy.
nicm
2012-07-11
1
-1
/
+4
*
Add ~R command to start recording output to a file.
nicm
2012-07-10
1
-1
/
+24
*
Use function to restore termios and add ~X to help.
nicm
2012-07-10
1
-1
/
+2
*
Add builtin XMODEM send support with ~X, only tested with lrz -X so far.
nicm
2012-07-10
1
-1
/
+20
*
+limits.h.
nicm
2012-07-10
1
-1
/
+2
*
Once we've set up termios, lines need to be \r\n terminated, and we need
nicm
2012-07-10
1
-7
/
+7
*
closefrom(STDERR_FILENO + 1) not STDOUT_FILENO so that output actually appears ;-).
nicm
2012-07-10
1
-3
/
+3
*
Implement ~C.
nicm
2012-07-10
1
-1
/
+54
*
Restore termios and signal handlers before ~$ so ^C will kill child.
nicm
2012-07-10
1
-1
/
+10
*
Add a ~S escape to change the speed interactively (not using ~s since
nicm
2012-07-10
1
-3
/
+27
*
Add first cut of replacement for tip/cu. Not linked to the build.
nicm
2012-07-10
1
-0
/
+135