Index: doc/proposals/concurrency/annex/local.bib
===================================================================
--- doc/proposals/concurrency/annex/local.bib	(revision 3364962e92096cfc5d05c93607d92838baa1fe51)
+++ doc/proposals/concurrency/annex/local.bib	(revision 1f37045134019dcc85ce9bbfe573c87275cfb714)
@@ -52,2 +52,57 @@
 	year		= 2017
 }
+
+@manual{Cpp-Transactions,
+	keywords	= {C++, Transactional Memory},
+	title		= {Technical Specification for C++ Extensions for Transactional Memory},
+	organization= {International Standard ISO/IEC TS 19841:2015 },
+	publisher   = {American National Standards Institute},
+	address	= {http://www.iso.org},
+	year		= 2015,
+}
+
+@article{BankTransfer,
+	keywords 	= {Bank Transfer},
+	title 	= {Bank Account Transfer Problem},
+	publisher	= {Wiki Wiki Web},
+	address	= {http://wiki.c2.com},
+	year		= 2010
+}
+
+@misc{2FTwoHardThings,
+	keywords 	= {Hard Problem},
+	title 	= {TwoHardThings},
+	author	= {Martin Fowler},
+	address	= {https://martinfowler.com/bliki/TwoHardThings.html},
+	year		= 2009
+}
+
+@article{IntrusiveData,
+	title		= {Intrusive Data Structures},
+	author	= {Jiri Soukup},
+	journal	= {CppReport},
+	year		= 1998,
+	month		= May,
+	volume	= {10/No5.},
+	page		= 22
+}
+
+@misc{affinityLinux,
+	title		= "{Linux man page - sched\_setaffinity(2)}"
+}
+
+@misc{affinityWindows,
+	title		= "{Windows (vs.85) - SetThreadAffinityMask function}"
+}
+
+@misc{affinityFreebsd,
+	title		= "{FreeBSD General Commands Manual - CPUSET(1)}"
+}
+
+@misc{affinityNetbsd,
+	title		= "{NetBSD Library Functions Manual - AFFINITY(3)}"
+}
+
+@misc{affinityMacosx,
+	title		= "{Affinity API Release Notes for OS X v10.5}"
+}
