Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/npf/npftest npftest needs to disable mprotect becau...



details:   https://anonhg.NetBSD.org/src/rev/34b925c23538
branches:  trunk
changeset: 345444:34b925c23538
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 29 02:28:07 2016 +0000

description:
npftest needs to disable mprotect because it uses bpfjit

diffstat:

 usr.sbin/npf/npftest/Makefile |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 6ddee5b4169c -r 34b925c23538 usr.sbin/npf/npftest/Makefile
--- a/usr.sbin/npf/npftest/Makefile     Sat May 28 22:24:51 2016 +0000
+++ b/usr.sbin/npf/npftest/Makefile     Sun May 29 02:28:07 2016 +0000
@@ -5,6 +5,7 @@
 
 PROG=          npftest
 NOMAN=         # no man page
+PAXCTL_FLAGS.npftest += +m
 
 WARNS=         5
 NOLINT=                # disabled (note: deliberately)



Home | Main Index | Thread Index | Old Index