Module Name: src Committed By: pooka Date: Mon Aug 24 22:52:15 UTC 2015
Modified Files: src/sys/rump: Makefile.rump src/sys/rump/include/opt: opt_rumpkernel.h Added Files: src/sys/rump/include/opt: config_file.h ksyms.h veriexec.h Removed Files: src/sys/rump/librump/rumpkern/opt: config_file.h ksyms.h opt_bufcache.h opt_compat_43.h opt_compat_netbsd.h opt_ddb.h opt_defcorename.h opt_dump.h opt_fileassoc.h opt_hz.h opt_ipkdb.h opt_kgdb.h opt_ktrace.h opt_lockdebug.h opt_magiclinks.h opt_modular.h opt_multiprocessor.h opt_nmbclusters.h opt_pool.h opt_poollog.h opt_ptrace.h opt_revcache.h opt_rnd_printf.h opt_rtc_offset.h opt_sysv.h opt_sysvparam.h opt_uvmhist.h veriexec.h Log Message: Remove individual opt_foo.h files, continue consolidating to opt_rumpkernel.h To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 src/sys/rump/Makefile.rump cvs rdiff -u -r0 -r1.1 src/sys/rump/include/opt/config_file.h \ src/sys/rump/include/opt/ksyms.h src/sys/rump/include/opt/veriexec.h cvs rdiff -u -r1.2 -r1.3 src/sys/rump/include/opt/opt_rumpkernel.h cvs rdiff -u -r1.1 -r0 src/sys/rump/librump/rumpkern/opt/config_file.h \ src/sys/rump/librump/rumpkern/opt/opt_bufcache.h \ src/sys/rump/librump/rumpkern/opt/opt_compat_43.h \ src/sys/rump/librump/rumpkern/opt/opt_compat_netbsd.h \ src/sys/rump/librump/rumpkern/opt/opt_defcorename.h \ src/sys/rump/librump/rumpkern/opt/opt_dump.h \ src/sys/rump/librump/rumpkern/opt/opt_fileassoc.h \ src/sys/rump/librump/rumpkern/opt/opt_hz.h \ src/sys/rump/librump/rumpkern/opt/opt_ipkdb.h \ src/sys/rump/librump/rumpkern/opt/opt_kgdb.h \ src/sys/rump/librump/rumpkern/opt/opt_ktrace.h \ src/sys/rump/librump/rumpkern/opt/opt_lockdebug.h \ src/sys/rump/librump/rumpkern/opt/opt_magiclinks.h \ src/sys/rump/librump/rumpkern/opt/opt_nmbclusters.h \ src/sys/rump/librump/rumpkern/opt/opt_pool.h \ src/sys/rump/librump/rumpkern/opt/opt_poollog.h \ src/sys/rump/librump/rumpkern/opt/opt_ptrace.h \ src/sys/rump/librump/rumpkern/opt/opt_revcache.h \ src/sys/rump/librump/rumpkern/opt/opt_rtc_offset.h \ src/sys/rump/librump/rumpkern/opt/opt_sysv.h \ src/sys/rump/librump/rumpkern/opt/opt_sysvparam.h \ src/sys/rump/librump/rumpkern/opt/opt_uvmhist.h \ src/sys/rump/librump/rumpkern/opt/veriexec.h cvs rdiff -u -r1.3 -r0 src/sys/rump/librump/rumpkern/opt/ksyms.h cvs rdiff -u -r1.2 -r0 src/sys/rump/librump/rumpkern/opt/opt_ddb.h \ src/sys/rump/librump/rumpkern/opt/opt_modular.h \ src/sys/rump/librump/rumpkern/opt/opt_multiprocessor.h \ src/sys/rump/librump/rumpkern/opt/opt_rnd_printf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.