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
/
sys
/
dev
/
wscons
/
wsemul_dumb.c
Age
Commit message (
Expand
)
Author
2020-05-25
change wsdisplay attribute type from long to uint32_t
Jonathan Gray
2015-08-28
fairly simple sizes for free(); ok tedu
Theo de Raadt
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2013-10-18
UTF-8 support for wsdisplay emulation modes. Both vt100 and sun emulation
Miod Vallat
2010-08-28
ansify function definitions, and constify a few arrays while there.
Miod Vallat
2009-09-05
Check the return value of all emulops in the emulation code, and abort
Miod Vallat
2009-09-05
Make the output() wsemul_op return the number of characters processed and
Miod Vallat
2007-11-27
Remove whitespace at EOL, KNF, ansify. Move jump scroll code to a separate
Miod Vallat
2007-11-26
Constify the output of the emulops translate() function, as well as the
Miod Vallat
2007-11-25
Ask the emulation code to hide the cursor when leaving emulation mode. This
Miod Vallat
2007-03-07
For unsupported (yet) Expert3D style frame buffers, attach pcons and attach
Miod Vallat
2007-02-14
FALLTHRU -> FALLTHROUGH for consistency.
Jonathan Gray
2002-03-14
First round of __P removal in sys
Todd C. Miller
2000-05-16
import newer wscons source from netbsd.
Michael Shalayeff