minix/drivers/tty
Ben Gras 82173212ee Introduction of a 'big' ioctl, with more bits (20) reserved for encoding the
size field. The TIOCSFON ioctl size (8192) didn't get encoded properly,
as there weren't enough bits for it (12) in the regular format.

The new format has only one type field, and an extra flag (_IOC_BIG)
turned on. FS checks for this flag and uses the alternative decoding
of the ioctl codes to determine the size when doing grants.

This unbreaks loadfont, although that still uses a phys copy in tty.
2006-07-25 09:41:40 +00:00
..
keymaps Rename latin-am to latin-america 2006-03-22 13:02:28 +00:00
console.c Use grant address type in loadfont ioctl. 2006-07-21 14:39:48 +00:00
keyboard.c . Safe I/O, ioctl() and DIAGNOSTICS variants conversion - safe copies, 2006-06-20 09:02:54 +00:00
Makefile . Safe I/O, ioctl() and DIAGNOSTICS variants conversion - safe copies, 2006-06-20 09:02:54 +00:00
pty.c . Safe I/O, ioctl() and DIAGNOSTICS variants conversion - safe copies, 2006-06-20 09:02:54 +00:00
rs232.c . Safe I/O, ioctl() and DIAGNOSTICS variants conversion - safe copies, 2006-06-20 09:02:54 +00:00
tty.c Introduction of a 'big' ioctl, with more bits (20) reserved for encoding the 2006-07-25 09:41:40 +00:00
tty.h Changed to use sys_readbios to get screen parameters. Added safecopy version 2006-07-10 12:37:39 +00:00
vidcopy.s Initial revision 2005-04-21 14:53:53 +00:00