Re: [PATCH] tty: Add EXTPROC support for LINEMODE

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Howard Chu
Date: Thursday, June 17, 2010 - 1:02 pm

Ping, any further advice on these issues?

Howard Chu wrote:

OSF didn't define this flag, nor did it assign that particular bit to any 
purpose. Is that good enough?

Actually using kernel_termios_to_user_termios_1(). In all supported 
architectures this structure is basically aligned with but smaller than the 
userland struct termios. As such it will leave any unused fields unwritten in 
the user struct. This usually means it will leave c_ispeed and c_ospeed unset 
in the user struct, but that's a don't-care anyway since we're only talking 
about ptys here, and changing the speed (besides setting it to zero) is 
irrelevant for ptys.

-- 
   -- Howard Chu
   CTO, Symas Corp.           http://www.symas.com
   Director, Highland Sun     http://highlandsun.com/hyc/
   Chief Architect, OpenLDAP  http://www.openldap.org/project/
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] tty: Add EXTPROC support for LINEMODE, Alan Cox, (Tue Jun 15, 12:29 pm)
Re: [PATCH] tty: Add EXTPROC support for LINEMODE, Howard Chu, (Tue Jun 15, 12:54 pm)
Re: [PATCH] tty: Add EXTPROC support for LINEMODE, Howard Chu, (Tue Jun 15, 1:23 pm)
Re: [PATCH] tty: Add EXTPROC support for LINEMODE, Derek Fawcus, (Wed Jun 16, 8:13 am)
Re: [PATCH] tty: Add EXTPROC support for LINEMODE, Howard Chu, (Thu Jun 17, 1:02 pm)
Re: [PATCH] tty: Add EXTPROC support for LINEMODE, Alan Cox, (Thu Jun 17, 1:49 pm)
Re: [PATCH] tty: Add EXTPROC support for LINEMODE, Howard Chu, (Thu Jun 17, 2:23 pm)
Re: [PATCH] tty: Add EXTPROC support for LINEMODE, Howard Chu, (Thu Jun 17, 4:43 pm)