diff options
author | ed <ed@FreeBSD.org> | 2010-02-21 19:53:33 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2010-02-21 19:53:33 +0000 |
commit | 6c820f64790683ade031ffe5af60a265fdbf2e82 (patch) | |
tree | b9ea7de0e2f7c93861f534a07f4c8c30cddb3021 /sys/conf | |
parent | 05c4bc6f8b3d998d311e288eb6671e9389625504 (diff) | |
download | FreeBSD-src-6c820f64790683ade031ffe5af60a265fdbf2e82.zip FreeBSD-src-6c820f64790683ade031ffe5af60a265fdbf2e82.tar.gz |
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.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 7793ec7..4e6a586 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 |