cvs commit: src/sys/conf files src/sys/kern tty.c tty_info.c

Ed Schouten ed at FreeBSD.org
Fri Jul 25 14:32:02 UTC 2008


ed          2008-07-25 14:31:00 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files 
    sys/kern             tty.c 
  Added files:
    sys/kern             tty_info.c 
  Log:
  SVN rev 180801 on 2008-07-25 14:31:00Z by ed
  
  Move ttyinfo() into its own C file.
  
  The ttyinfo() routine generates the fancy output when pressing ^T. Right
  now it is stored in tty.c. In the MPSAFE TTY code it is already stored
  in tty_info.c. To make integration of the MPSAFE TTY code a little
  easier, take the same approach.
  
  This makes the TTY code a little bit more readable, because having the
  proc_*/thread_* routines in tty.c is very distractful.
  
  Approved by:    philip (mentor)
  
  Revision  Changes    Path
  1.1317    +1 -0      src/sys/conf/files
  1.281     +0 -269    src/sys/kern/tty.c
  1.1       +317 -0    src/sys/kern/tty_info.c (new)


More information about the cvs-src mailing list