Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Make sys/pmf.h available to userland (again).



details:   https://anonhg.NetBSD.org/src/rev/bf9910e26693
branches:  trunk
changeset: 831887:bf9910e26693
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Wed Apr 18 08:58:41 2018 +0000

description:
Make sys/pmf.h available to userland (again).

The recently exposed device.h internals to _KMEMUSER also require
exposing details about pmf.

The current build works without this as the only user is crash(8)
which partially uses kernel sources and is compiled with the
additional kernel include path.

diffstat:

 distrib/sets/lists/comp/mi |  4 ++--
 sys/sys/Makefile           |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 058553c78f3c -r bf9910e26693 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Wed Apr 18 07:40:40 2018 +0000
+++ b/distrib/sets/lists/comp/mi        Wed Apr 18 08:58:41 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.2187 2018/04/10 16:12:29 maxv Exp $
+#      $NetBSD: mi,v 1.2188 2018/04/18 08:58:41 mlelstv Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.comp                           comp-sys-root
@@ -3002,7 +3002,7 @@
 ./usr/include/sys/pcu.h                                comp-c-include
 ./usr/include/sys/pipe.h                       comp-c-include
 ./usr/include/sys/pmc.h                                comp-c-include
-./usr/include/sys/pmf.h                                comp-obsolete           obsolete
+./usr/include/sys/pmf.h                                comp-c-include
 ./usr/include/sys/poll.h                       comp-c-include
 ./usr/include/sys/pool.h                       comp-c-include
 ./usr/include/sys/power.h                      comp-c-include
diff -r 058553c78f3c -r bf9910e26693 sys/sys/Makefile
--- a/sys/sys/Makefile  Wed Apr 18 07:40:40 2018 +0000
+++ b/sys/sys/Makefile  Wed Apr 18 08:58:41 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.164 2017/12/19 19:10:13 kamil Exp $
+#      $NetBSD: Makefile,v 1.165 2018/04/18 08:58:41 mlelstv Exp $
 
 .include <bsd.own.mk>
 
@@ -29,7 +29,7 @@
        malloc.h mallocvar.h mbuf.h md4.h md5.h midiio.h \
        mman.h module.h mount.h mqueue.h msg.h msgbuf.h mtio.h mutex.h \
        namei.h null.h \
-       param.h pcu.h pipe.h pmc.h poll.h pool.h power.h proc.h \
+       param.h pcu.h pipe.h pmc.h pmf.h poll.h pool.h power.h proc.h \
        protosw.h pset.h psref.h ptrace.h ptree.h \
        queue.h quota.h quotactl.h \
        ras.h rbtree.h reboot.h radioio.h resource.h resourcevar.h rmd160.h \



Home | Main Index | Thread Index | Old Index