summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2008-05-27 06:41:50 +0000
committered <ed@FreeBSD.org>2008-05-27 06:41:50 +0000
commit00336df1bc2763fdeeaae3bc0c24c3d7d829aa88 (patch)
tree4d1861bd38b588f7b9a806d0da8cea1ecdd894fc /sys/conf
parentac192fc2f13824789c65f651efe43dc36ce04ecb (diff)
downloadFreeBSD-src-00336df1bc2763fdeeaae3bc0c24c3d7d829aa88.zip
FreeBSD-src-00336df1bc2763fdeeaae3bc0c24c3d7d829aa88.tar.gz
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)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index f3bf976..9ede3b8 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1608,6 +1608,7 @@ kern/subr_acl_posix1e.c standard
kern/subr_autoconf.c standard
kern/subr_blist.c standard
kern/subr_bus.c standard
+kern/subr_clist.c standard
kern/subr_clock.c standard
kern/subr_devstat.c standard
kern/subr_disk.c standard
@@ -1655,7 +1656,6 @@ kern/tty_conf.c standard
kern/tty_cons.c standard
kern/tty_pts.c optional pty
kern/tty_pty.c optional pty
-kern/tty_subr.c standard
kern/tty_tty.c standard
kern/uipc_accf.c optional inet
kern/uipc_cow.c optional zero_copy_sockets
OpenPOWER on IntegriCloud