Module Name: src Committed By: pooka Date: Fri Oct 2 15:51:26 UTC 2009
Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: Include humanize and extent support in rumpkern. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/rump/librump/rumpkern/Makefile.rumpkern Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/rump/librump/rumpkern/Makefile.rumpkern diff -u src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.48 src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.49 --- src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.48 Wed Sep 16 15:10:23 2009 +++ src/sys/rump/librump/rumpkern/Makefile.rumpkern Fri Oct 2 15:51:26 2009 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.rumpkern,v 1.48 2009/09/16 15:10:23 pooka Exp $ +# $NetBSD: Makefile.rumpkern,v 1.49 2009/10/02 15:51:26 pooka Exp $ # .include "${RUMPTOP}/Makefile.rump" @@ -35,9 +35,10 @@ sys_descrip.c sys_generic.c syscalls.c # sys/kern subr (misc) -SRCS+= subr_devsw.c subr_callback.c subr_evcnt.c subr_hash.c \ - subr_iostat.c subr_kobj.c subr_log.c subr_once.c subr_prf.c \ - subr_specificdata.c subr_time.c subr_workqueue.c +SRCS+= subr_devsw.c subr_callback.c subr_evcnt.c subr_extent.c \ + subr_hash.c subr_humanize.c subr_iostat.c subr_kobj.c \ + subr_log.c subr_once.c subr_prf.c subr_specificdata.c \ + subr_time.c subr_workqueue.c # 4.4BSD secmodel. selection is hardcoded for now SRCS+= secmodel_bsd44.c secmodel_bsd44_logic.c secmodel_bsd44_suser.c