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
/
mg
/
ttyio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
DIFFTOOL has to be defined for mg to build. TCSASOFT is defined via
bcallah
2015-03-23
1
-14
/
+1
*
Clean up the includes in mg.
bcallah
2015-03-19
1
-5
/
+13
*
Add some missing dobeeps.
lum
2014-03-20
1
-1
/
+4
*
use poll() instead of select() [with a fixed size fd_set]
deraadt
2013-04-20
1
-9
/
+6
*
Don't spin in ttgetc when stdin is lost (found by benno@).
florian
2013-01-19
1
-2
/
+10
*
prevent the "ttflush write failed" panic when resizing using a window
reyk
2008-02-05
1
-2
/
+5
*
few more int that can become a size_t
deraadt
2006-04-03
1
-2
/
+2
*
lint love; ok kjell
deraadt
2006-04-03
1
-3
/
+3
*
More name-clash delinting
kjell
2005-12-13
1
-3
/
+3
*
Add explicit public domain notices to all public domain files.
kjell
2005-06-14
1
-1
/
+3
*
use STD{IN,OUT,ERR}_FILENO
deraadt
2005-04-13
1
-2
/
+2
*
This is a no binary change which does:
db
2005-04-03
1
-12
/
+12
*
fix sign extension bug that broke meta key support
vincent
2003-12-04
1
-2
/
+2
*
fix up terminal correctly on panic (keeps terminal state correct when
vincent
2003-11-09
1
-5
/
+10
*
KNF
vincent
2002-09-15
1
-32
/
+26
*
knf
deraadt
2002-08-22
1
-2
/
+2
*
Fix bug I introduced in previous commit.
millert
2002-03-28
1
-1
/
+2
*
Fix write() loop in ttflush(). Pointed out by vincent@
millert
2002-03-27
1
-5
/
+5
*
Fixes the the following problems (from zyrnix)
millert
2002-03-27
1
-8
/
+12
*
signal-safe window size changing
deraadt
2002-02-21
1
-4
/
+13
*
Clean up tty resizing code.
art
2002-01-10
1
-29
/
+1
*
spaces
mickey
2001-05-24
1
-3
/
+3
*
remove VOID. We're way beyond the point where this could build with an
art
2001-05-23
1
-2
/
+2
*
Add a delay (in miliseconds) argument to ttwait.
art
2001-05-03
1
-8
/
+6
*
$OpenBSD$
niklas
2001-01-29
1
-0
/
+2
*
o check that we are on a tty (and bail if not)
millert
2000-07-25
1
-1
/
+4
*
The start of KNF + -Wall. The code has been run through indent but
millert
2000-04-13
1
-15
/
+3
*
add missing return value
millert
2000-03-02
1
-1
/
+2
*
Use a char, not a char[1] in ttgetc and cast the return value to int.
millert
2000-03-02
1
-3
/
+3
*
Reorganize to be more like the BSD version + KNF
millert
2000-03-02
1
-101
/
+134
*
make this compile on systems w/o TCSASOFT
millert
2000-02-27
1
-0
/
+14
*
Better setting of terminal 'raw' mode, cribbed from BSD curses.
millert
2000-02-27
1
-8
/
+7
*
Call setttysize() from ttinit() not ttopen() since we haven't
millert
2000-02-27
1
-68
/
+35
*
change WINDOW -> MGWIN to avoid curses type conflict
millert
2000-02-26
1
-43
/
+10
*
further pruning
deraadt
2000-02-25
1
-1
/
+0
*
make it minimally compile; millert
deraadt
2000-02-25
1
-8
/
+7
*
initial import of mg2a
deraadt
2000-02-25
1
-0
/
+265