pkgsrc-WIP-changes archive

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

compiler-rt-netbsd: Add TODO



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Oct 16 20:08:30 2017 +0200
Changeset:	815bcf1243da6d21878d7e6369a33fc46f8f45fc

Added Files:
	compiler-rt-netbsd/TODO

Log Message:
compiler-rt-netbsd: Add TODO

Note the ASLR caveat.

Sponsored by <The NetBSD Foundation>

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

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

diffstat:
 compiler-rt-netbsd/TODO | 5 +++++
 1 file changed, 5 insertions(+)

diffs:
diff --git a/compiler-rt-netbsd/TODO b/compiler-rt-netbsd/TODO
new file mode 100644
index 0000000000..c098b1f954
--- /dev/null
+++ b/compiler-rt-netbsd/TODO
@@ -0,0 +1,5 @@
+- Add alert (Printf() & Die()) that if ASLR/NetBSD is detected, tsan isn't possible.
+  Technically we can workaround it with ReExec() and similar tricks
+  but since it can be disabled on per-application basis - require it on NetBSD for
+  tsan aware applications.
+  This might be comparable in future for msan/NetBSD.


Home | Main Index | Thread Index | Old Index