pkgsrc-WIP-changes archive

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

ppsspp: Add a message about potential conflicts with NetBSD ASLR



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Wed Jul 26 21:20:55 2023 -0700
Changeset:	bac98e96117f9f7c5319a7b1cb85f3031e04273e

Modified Files:
	ppsspp/TODO
Added Files:
	ppsspp/MESSAGE.NetBSD

Log Message:
ppsspp: Add a message about potential conflicts with NetBSD ASLR

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bac98e96117f9f7c5319a7b1cb85f3031e04273e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ppsspp/MESSAGE.NetBSD | 9 +++++++++
 ppsspp/TODO           | 3 ++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diffs:
diff --git a/ppsspp/MESSAGE.NetBSD b/ppsspp/MESSAGE.NetBSD
new file mode 100644
index 0000000000..f0df7fae5f
--- /dev/null
+++ b/ppsspp/MESSAGE.NetBSD
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD$
+
+If PPSSPP seems to crash often (especially while launching a game), try
+disabling ASLR:
+
+    sysctl -w security.pax.aslr.enabled=0
+
+===========================================================================
diff --git a/ppsspp/TODO b/ppsspp/TODO
index 3a6d61eca8..ca8ee1b0d9 100644
--- a/ppsspp/TODO
+++ b/ppsspp/TODO
@@ -1,2 +1,3 @@
+PPSSPP TODO:
+
 - audio problems on NetBSD
-- segfaults caused by mprotect problems? 


Home | Main Index | Thread Index | Old Index