aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2010-02-21 19:53:33 +0000
committerEd Schouten <ed@FreeBSD.org>2010-02-21 19:53:33 +0000
commit28993443b4afeea68140fe8dc3ae64861faa9993 (patch)
treeb9ea7de0e2f7c93861f534a07f4c8c30cddb3021 /sys/conf/files
parentfc8b40ff1c80b0bf39289e09207d42acc7674c72 (diff)
downloadsrc-28993443b4afeea68140fe8dc3ae64861faa9993.tar.gz
src-28993443b4afeea68140fe8dc3ae64861faa9993.zip
Decompose the most lousy named file in sys/kern; kern_subr.c.
Although this file has historically been used as a dumping ground for random functions, nowadays it only contains functions related to copying bits {from,to} userspace and hash table utility functions. Behold, subr_uio.c and subr_hash.c.
Notes
Notes: svn path=/head/; revision=204176
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 7793ec7610b1..4e6a5868af98 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2084,7 +2084,6 @@ kern/kern_sdt.c optional kdtrace_hooks
kern/kern_sema.c standard
kern/kern_shutdown.c standard
kern/kern_sig.c standard
-kern/kern_subr.c standard
kern/kern_switch.c standard
kern/kern_sx.c standard
kern/kern_synch.c standard
@@ -2121,6 +2120,7 @@ kern/subr_disk.c standard
kern/subr_eventhandler.c standard
kern/subr_fattime.c standard
kern/subr_firmware.c optional firmware
+kern/subr_hash.c standard
kern/subr_hints.c standard
kern/subr_kdb.c standard
kern/subr_kobj.c standard
@@ -2146,6 +2146,7 @@ kern/subr_stack.c optional ddb | stack | ktr
kern/subr_taskqueue.c standard
kern/subr_trap.c standard
kern/subr_turnstile.c standard
+kern/subr_uio.c standard
kern/subr_unit.c standard
kern/subr_witness.c optional witness
kern/sys_generic.c standard