cvs commit: src/sys/conf files src/sys/kern subr_clist.c tty_subr.c
Ed Schouten
ed at FreeBSD.org
Tue May 27 06:41:50 UTC 2008
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)
More information about the cvs-src
mailing list