| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
no functional change.
|
| |
|
|
| |
ok miod@
|
| |
|
|
|
|
| |
return zero on success and nonzero on failure.
This commit only performs mechanical changes for the existing emulops to
always return zero.
|
| |
|
|
| |
frame buffer.
|
| |
|
|
|
|
|
|
|
| |
Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.
OK deraadt@
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
using ovbcopy() in the erasecols emulop, as the ovbcopy implementation might
do larger-than-byte loads and store, which will not have the expected result
if the source and destination addresses are not similarly aligned.
Instead, roll our own byte-only ovbcopy() in this case. This is made dependent
on a config(8) attribute to avoid bloating platforms which do not need this,
thus frame buffers which may set RI_BSWAP in ri_flg need to depend on this
attribute.
Problem spotted by matthieu@ using tcsh on sparc64 console.
|
| |
|
|
|
| |
existing alloc_attr function. This allows rasops_unpack_attr to be kept
private to rasops, yet available to the screen drivers.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
a flag in the rasops_info structure; drivers which may use it shall declare
a specific attribute for the config(8) machinery, so that the necessary code
is compiled in.
In addition to this, rotated font computation is now done on-demand, and a
list of unrotated-rotated font cookie pairs is kept, rather than rotating all
built-in wsfonts at initialization time.
No user-perceptible functional change.
Tested matthieu@ uwe@, ok uwe@
|
| |
|
|
| |
tested dlg@
|
| |
|
|
| |
rotation framework is ready.
|
| |
|
|
| |
a similar diff in NetBSD.
|
| |
|
|
| |
for updating prom cursor locations).
|
| |
|
|
| |
Plus it makes hangman more difficult.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
o remove unneeded headers.
o makes this to compile if RASOPS_SMALL is defined.
o makes rasops2 to compile.
|
| |
|
|
|
| |
than 960 pixels wide if !SMALL_KERNEL, like rcons does.
Ok drahn@, mickey@, miod@.x
|
| | |
|
|
|
operations.
|