Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Aug 1999 03:05:51 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/linux linux_ioctl.c
Message-ID:  <199908141005.DAA08450@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      1999/08/14 03:05:51 PDT

  Modified files:
    sys/i386/linux       linux_ioctl.c 
  Log:
  Fix a couple of termio/termios conversion bugs/typos/dupos/brainos and other
  changes. This is part 1 of the complete termios ioctl fixes.
  
  o  change type of c_{i|o|c|l}flag in struct termios from unsigned long to
     unsigned int. The type now matches the Linux definitions.
  o  replaced constants by the corresponding defines in sptab[] for clarity.
     Since there's no define for 135 baud, its mapping has been dropped.
  
  function bsd_to_linux_termios:
  o  Fix typo IXON -> IXANY.
  o  Remove bogus assignment to c_cc[LINUX_VSWTC].
  
  function linux_to_bsd_termios:
  o  Fix dupo LINUX_IXON -> LINUX_IXANY.
  o  Add LINUX_CREAD mapping.
  o  Fix typo IEXTEN -> LINUX_IEXTEN.
  
  function linux_to_bsd_termio:
  o  Small optimization: Don't preset the complete c_cc array when we next
     assign to the first LINUX_NCC entries.
  
  Revision  Changes    Path
  1.38      +23 -18    src/sys/i386/linux/linux_ioctl.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908141005.DAA08450>