diff options
author | bde <bde@FreeBSD.org> | 1995-01-03 16:56:05 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-01-03 16:56:05 +0000 |
commit | 91a5e5636472ed39be07237558490898472506a1 (patch) | |
tree | 7a7745c74c97f503faa69e0f4792ee4f177f2d5c /usr.bin | |
parent | d834d6cdb98ec44bee9b481a3a2751be7dda243a (diff) | |
download | FreeBSD-src-91a5e5636472ed39be07237558490898472506a1.zip FreeBSD-src-91a5e5636472ed39be07237558490898472506a1.tar.gz |
Don't allow negative console numbers for the VT_WAITACTIVE ioctl. Use the
correct console number for the VT_WAITACTIVE ioctl. Invalid console numbers
caused waiting on an invalid pointer.
Use bcopyw() instead of move_up() and move_down(). bcopyw() handles
overlapped copies and should be faster. Actually use bcopy(). bcopy()
is slightly faster if video memory is 16-bit and about twice as fast if
it is 32-bit. bcopy() is said to fail on someGA's, but syscons already
depends on it working for other accesses to video memory.
Diffstat (limited to 'usr.bin')
0 files changed, 0 insertions, 0 deletions