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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
deraadt
1
-2
/
+2
2019-03-22
Add -E to change the escape character, from Artturi Alm.
nicm
1
-12
/
+18
2017-12-10
-r restricted mode blocks certain operations as ~ operations.
deraadt
1
-1
/
+7
2015-10-05
Set the line file descriptor nonblocking and make it blocking again for
nicm
1
-1
/
+5
2015-10-05
Style nits on a couple of casts.
nicm
1
-3
/
+3
2013-11-12
simpler prototype repairs
deraadt
1
-1
/
+3
2012-07-15
Add a command (~D) to drop the DTR line for a second (similar to using
nicm
1
-1
/
+7
2012-07-11
Make ~~ send a ~, pointed out by naddy.
nicm
1
-1
/
+4
2012-07-10
Add ~R command to start recording output to a file.
nicm
1
-1
/
+24
2012-07-10
Use function to restore termios and add ~X to help.
nicm
1
-1
/
+2
2012-07-10
Add builtin XMODEM send support with ~X, only tested with lrz -X so far.
nicm
1
-1
/
+20
2012-07-10
+limits.h.
nicm
1
-1
/
+2
2012-07-10
Once we've set up termios, lines need to be \r\n terminated, and we need
nicm
1
-7
/
+7
2012-07-10
closefrom(STDERR_FILENO + 1) not STDOUT_FILENO so that output actually appears ;-).
nicm
1
-3
/
+3
2012-07-10
Implement ~C.
nicm
1
-1
/
+54
2012-07-10
Restore termios and signal handlers before ~$ so ^C will kill child.
nicm
1
-1
/
+10
2012-07-10
Add a ~S escape to change the speed interactively (not using ~s since
nicm
1
-3
/
+27
2012-07-10
Add first cut of replacement for tip/cu. Not linked to the build.
nicm
1
-0
/
+135