summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/sanitizer_common/TestCases/FreeBSD
Commit message (Collapse)AuthorAgeFilesLines
* compiler-rt: Rename cc files below test/sanitizer_common to cppNico Weber2019-08-052-0/+0
| | | | | | See r367803 and similar other changes. llvm-svn: 367863
* [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner2019-06-271-0/+0
| | | | | | | | | | | | | These lit configuration files are really Python source code. Using the .py file extension helps editors and tools use the correct language mode. LLVM and Clang already use this convention for lit configuration, this change simply applies it to all of compiler-rt. Reviewers: vitalybuka, dberris Differential Revision: https://reviews.llvm.org/D63658 llvm-svn: 364591
* [Sanitizer] Intercept fdevname on FreeBSDDavid Carlier2019-01-081-0/+44
| | | | | | | | | | | | | - Is a file descriptor flavor FreeBSD's specific. - reentrant version included. Reviewers: vitalybuka, krytarowski, emaste Reviewed By: emaste Differential Revision: https://reviews.llvm.org/D56268 llvm-svn: 350658
* [Sanitizer] capsicum variadic api subsetDavid Carlier2018-12-171-0/+6
| | | | | | | | | | Reviewers: markj, vitalybuka Reviewed By: markj Differential Revision: https://reviews.llvm.org/D55714 llvm-svn: 349392
* [Sanitizer] capsicum further support of the APIDavid Carlier2018-12-131-32/+46
| | | | | | | | | | Reviewers: vitalybuka, krytarowski, emaste Reviewed By: emaste Differential Revision: https://reviews.llvm.org/D55622 llvm-svn: 349042
* Fix conflict types for this FreeBSD test.David Carlier2018-12-081-48/+0
| | | | llvm-svn: 348707
* [sanitizer] Add lit.local.cfg for FreeBSDVitaly Buka2018-12-081-0/+9
| | | | llvm-svn: 348674
* Conflict fixes from previous commits.David Carlier2018-12-081-0/+48
| | | | llvm-svn: 348669
* [Sanitizer] capsicum api subset interceptionDavid Carlier2018-12-081-0/+48
- For the moment a subset of this api dealing with file descriptors permissions and ioctls. Reviewers: vitalybuka, krytarowski Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D55368 llvm-svn: 348668
OpenPOWER on IntegriCloud