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
/
cu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-3
/
+3
*
-l should override HOST, pointed out by claudio@
nicm
2014-04-12
1
-4
/
+5
*
If HOST or the host argument starts with a /, treat it as a device name
nicm
2014-03-31
1
-6
/
+10
*
Fix REMOTE to work like tip(1) - it can be either a path to a remote(5)
nicm
2014-03-31
1
-10
/
+15
*
Add support for retrieving the line and speed from the /etc/remote dv
nicm
2014-03-26
1
-20
/
+71
*
unsigned char casts with ctype macros are pretty obvious when dealing
deraadt
2013-11-20
1
-2
/
+2
*
simplify tilde expand as seen in ssh. ok nicm
tedu
2013-04-24
1
-13
/
+14
*
Fix a couple of spacing/style nits.
nicm
2013-01-17
1
-2
/
+2
*
Instead of creating line termios from scratch, call tcgetattr() and
nicm
2013-01-17
1
-7
/
+10
*
kill unused variable
halex
2012-07-13
1
-3
/
+3
*
make the compat for -XXX to -s XXX simpler. sometimes you dont need to use
dlg
2012-07-13
1
-21
/
+8
*
Set CLOCAL in remove c_cflag or line noise is likely to make cu exit as
nicm
2012-07-12
1
-2
/
+2
*
Add handler for SIGHUP.
nicm
2012-07-12
1
-1
/
+4
*
Fix usage.
nicm
2012-07-10
1
-2
/
+3
*
Add ~R command to start recording output to a file.
nicm
2012-07-10
1
-1
/
+4
*
Use function to restore termios and add ~X to help.
nicm
2012-07-10
1
-5
/
+3
*
Once we've set up termios, lines need to be \r\n terminated, and we need
nicm
2012-07-10
1
-14
/
+9
*
Restore termios and signal handlers before ~$ so ^C will kill child.
nicm
2012-07-10
1
-1
/
+6
*
Add a ~S escape to change the speed interactively (not using ~s since
nicm
2012-07-10
1
-12
/
+23
*
Add first cut of replacement for tip/cu. Not linked to the build.
nicm
2012-07-10
1
-0
/
+338