summaryrefslogtreecommitdiff
path: root/lib/dfsan/done_abilist.txt
AgeCommit message (Expand)Author
2017-05-31[sanitizer-coverage] remove stale code (old coverage); compiler-rt part Kostya Serebryany
2017-04-19[sanitizer-coverage] remove more unused codeKostya Serebryany
2017-04-19[sanitizer-coverage] remove run-time support for -fsanitize-coverage=indirect...Kostya Serebryany
2017-04-19[sanitizer-coverage] remove run-time support for the deprecated -fsanitize-co...Kostya Serebryany
2016-08-18[sanitizer-coverage] add __sanitizer_cov_trace_cmp[1248] to the sanitizer-cov...Kostya Serebryany
2015-08-05[libFuzzer/DFSan] add more __sanitizer callbacks to dfsan blacklistKostya Serebryany
2015-07-31[libFuzzer] prepare for __sanitizer_cov_trace_switch in libFuzzer and sanitiz...Kostya Serebryany
2015-07-28[dfsan/libFuzzer] correctly ignore sanitizer coverage calls in dfsanKostya Serebryany
2015-05-23[dfsan] ignore more __sanitizer callbacksKostya Serebryany
2015-05-06Add api_list entries for the dfsan-based fuzzerKostya Serebryany
2014-11-05[dfsan] Add libgo functions to ABI list.Peter Collingbourne
2014-10-08Custom wrappers for DFSanitizing sprintf & snprintf.Lorenzo Martignoni
2014-04-24Add user-defined callback on write() calls.Peter Collingbourne
2014-03-26Add function to get the number of DFSan labels allocated.Peter Collingbourne
2013-12-18[DFSan] New custom wrappersLorenzo Martignoni
2013-12-04[DFSan] Extend the ABI list to discard new glibc functionsLorenzo Martignoni
2013-11-26Implement a bunch of custom glibc wrappers & corresponding testsLorenzo Martignoni
2013-11-21Revert r195381, "Implement a bunch of custom glibc wrappers & corresponding t...Peter Collingbourne
2013-11-21Implement a bunch of custom glibc wrappers & corresponding tests.Peter Collingbourne
2013-11-19[dfsan] Tweaks for the ABI listPeter Collingbourne
2013-09-13[dfsan] Add a few easy functions to the ABI list.Peter Collingbourne
2013-08-28[dfsan] Add custom function for dl_iterate_phdr.Peter Collingbourne
2013-08-28[dfsan] Add custom function for pthread_create.Peter Collingbourne
2013-08-15[dfsan] Initial set of custom functions and interceptors for libc.Peter Collingbourne
2013-08-14[dfsan] Runtime support for ABI list functionality; can now run integration t...Peter Collingbourne