Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpkern Include humanize and extent suppor...
details: https://anonhg.NetBSD.org/src/rev/dc6128f274ff
branches: trunk
changeset: 747796:dc6128f274ff
user: pooka <pooka%NetBSD.org@localhost>
date: Fri Oct 02 15:51:26 2009 +0000
description:
Include humanize and extent support in rumpkern.
diffstat:
sys/rump/librump/rumpkern/Makefile.rumpkern | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 7726ce57a1b6 -r dc6128f274ff sys/rump/librump/rumpkern/Makefile.rumpkern
--- a/sys/rump/librump/rumpkern/Makefile.rumpkern Fri Oct 02 15:48:41 2009 +0000
+++ b/sys/rump/librump/rumpkern/Makefile.rumpkern Fri Oct 02 15:51:26 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index