Date: Fri, 25 Jul 2008 14:31:00 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/kern tty.c tty_info.c Message-ID: <200807251432.m6PEW2Kn085096@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807251432.m6PEW2Kn085096>