Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump Add libkvm to list of userspace libraries.
details: https://anonhg.NetBSD.org/src/rev/e812e8d4dae3
branches: trunk
changeset: 337723:e812e8d4dae3
user: pooka <pooka%NetBSD.org@localhost>
date: Sat Apr 25 08:48:06 2015 +0000
description:
Add libkvm to list of userspace libraries.
Even though kvm per se isn't support by rump kernels at least for now,
libkvm contains methods such as kvm_getproc2() which can be necessary for
compiling existing applications with kvm awareness as rumprun unikernels.
diffstat:
sys/rump/listsrcdirs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 3ae7c4d86d8e -r e812e8d4dae3 sys/rump/listsrcdirs
--- a/sys/rump/listsrcdirs Sat Apr 25 08:19:06 2015 +0000
+++ b/sys/rump/listsrcdirs Sat Apr 25 08:48:06 2015 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: listsrcdirs,v 1.30 2015/04/17 13:04:19 pooka Exp $
+# $NetBSD: listsrcdirs,v 1.31 2015/04/25 08:48:06 pooka Exp $
#
#
@@ -92,7 +92,7 @@
# NOTE! libc++ is handled below as a special case due to the NetBSD
# dist directory consisting ~90% (50+MB) of tests unnecessary to us
lsrc usr /lib/ i18n_module
-lsrc usr /lib/lib crypt ipsec m npf pci prop
+lsrc usr /lib/lib crypt ipsec kvm m npf pci prop
lsrc usr /lib/lib pthread rmt y z
lsrc usr /libexec/ ld.elf_so
lsrc usr /bin/ chmod cp dd df ed ln ls mkdir mv pax
Home |
Main Index |
Thread Index |
Old Index