Date: Tue, 27 May 2008 06:41:50 +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 subr_clist.c tty_subr.c Message-ID: <200805270641.m4R6foHE049328@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2008-05-27 06:41:50 UTC FreeBSD src repository Modified files: sys/conf files sys/kern subr_clist.c Removed files: sys/kern tty_subr.c Log: Rename `tty_subr.c' to `subr_clist.c'. Because clists are also used outside the TTY layer, rename the file containing the clist routines to something more accurate. The mpsafetty TTY layer doesn't use clists. It uses its own buffers, which also implement the unbuffered copying to userspace. We cannot simply remove the clist routines then, because this would break various drivers that are present within the kernel. Approved by: philip (mentor) Revision Changes Path 1.1306 +1 -1 src/sys/conf/files 1.46 +0 -0 src/sys/kern/subr_clist.c 1.46 +0 -699 src/sys/kern/tty_subr.c (dead)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805270641.m4R6foHE049328>