History log of /llvm-project/compiler-rt/lib/rtsan/rtsan_interceptors_posix.cpp (Results 1 – 25 of 47)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 23763a12 29-Jan-2025 David CARLIER <devnexen@gmail.com>

[compiler-rt][rtsan] mremap for Linux interception. (#124234)


Revision tags: llvmorg-21-init
# e21b8046 27-Jan-2025 David CARLIER <devnexen@gmail.com>

[compiler-rt][rtsan] socketpair interception. (#124107)


# cfdd7d73 27-Jan-2025 David CARLIER <devnexen@gmail.com>

[compiler-rt][rtsan] sched cpu affinity for linux interception. (#124194)


# f3d2e75e 24-Jan-2025 David CARLIER <devnexen@gmail.com>

[compiler-rt][rtsan] inotify api for Linux interception. (#124177)


# 02a30049 24-Jan-2025 David CARLIER <devnexen@gmail.com>

[compiler-rt][rtsan] preadv(64)/pwritev(64) interception. (#124115)


# 939f2900 22-Jan-2025 David CARLIER <devnexen@gmail.com>

[compiler-rt][rtsan] getsockopt/setsockopt interception. (#124004)


# 630177cc 22-Jan-2025 David CARLIER <devnexen@gmail.com>

[compiler-rt][rtsan] Fix madvise/posix_madvise for macOs. (#124020)

only bsd and linux intercept these syscalls.
Fix #123601


# c745ece2 22-Jan-2025 David CARLIER <devnexen@gmail.com>

[compiler-rt][rtsan] page regions api interception update. (#123601)

madvise/mprotect/msync/mincore calls with care for signature difference
for the latter.


# 6123a81b 22-Jan-2025 David CARLIER <devnexen@gmail.com>

[compiler-rt][rtsan] Fix process_vm_readv/process_vm_writev signatures. (#123914)

missing pid_t first argument. Fix #123839


# 2ee36d40 22-Jan-2025 Yi Kong <yikong@google.com>

[compiler-rt][rtsan] Fix sendmmsg and recvmmsg rtsan interceptor for MUSL (#123907)

MUSL have different signatures for sendmmsg and recvmmsg.

This fixes build breakage from #123484.


# 8fad58a6 22-Jan-2025 David CARLIER <devnexen@gmail.com>

[compiler-rt][rtsan] process_vm_readv/process_vm_writev interception. (#123839)


# a31e2539 21-Jan-2025 David CARLIER <devnexen@gmail.com>

[compiler-rt][rtsan] Fix recvmmsg rtsan interceptor for glibc < 2.21 (#123664)

linux/glibc prior to 2.21 had a different signature for recvmmsg.

Fix llvm#123484


# 18d5d84d 20-Jan-2025 David CARLIER <devnexen@gmail.com>

[compiler-rt][rtsan] intercept getpeername/recvmmsg/sendmmsg (#123484)


# 02909a40 20-Jan-2025 David CARLIER <devnexen@gmail.com>

[compiler-rt] rtsan pipe2 interception for Linux. (#123517)

completing fpurge interception for mac too.


# 4aedb970 18-Jan-2025 David CARLIER <devnexen@gmail.com>

[compiler-rt][rtsan] getsockname interception. (#123409)


# c4443a1b 15-Jan-2025 David CARLIER <devnexen@gmail.com>

[compiler-rt][rtsan] fseek api interception. (#122163)


Revision tags: llvmorg-19.1.7
# 7004d681 08-Jan-2025 David CARLIER <devnexen@gmail.com>

[compiler-rt][rtsan] adding setlinebuf/setbuffer interception. (#122018)

catering to platform differences as those calls are not posix.


# 93744536 07-Jan-2025 David CARLIER <devnexen@gmail.com>

[compiler-rt][rtsan] Reland posix part of #121616 setbuf, setvbuf. (#121658)


# 59354a86 04-Jan-2025 David CARLIER <devnexen@gmail.com>

[compiler-rt][rtsan] intercept fflush. (#121643)


# c7fa3cf6 04-Jan-2025 David CARLIER <devnexen@gmail.com>

Revert "[compiler-rt][rtsan] intercept setbuf, setvbuf, setlinebuf an… (#121639)

…d setbuffer (#121616)"

This reverts commit 95db1116c5718004e0bd7c3b79d39987fdbbff32.


# 95db1116 04-Jan-2025 David CARLIER <devnexen@gmail.com>

[compiler-rt][rtsan] intercept setbuf, setvbuf, setlinebuf and setbuffer (#121616)


# 85849917 03-Jan-2025 David CARLIER <devnexen@gmail.com>

[compiler-rt][rtsan] Reland "fopencookie support." (#120864) (#121547)


# e8cf4131 03-Jan-2025 gulfemsavrun <gulfem@google.com>

Revert "[compiler-rt][rtsan] fopencookie support." (#121537)

Reverts llvm/llvm-project#120864 because it broke building compiler-rt
on Mac.

https://luci-milo.appspot.com/ui/p/fuchsia/builders/to

Revert "[compiler-rt][rtsan] fopencookie support." (#121537)

Reverts llvm/llvm-project#120864 because it broke building compiler-rt
on Mac.

https://luci-milo.appspot.com/ui/p/fuchsia/builders/toolchain.ci/clang-mac-arm64/b8726812736235038609/overview

show more ...


# 4b577830 02-Jan-2025 David CARLIER <devnexen@gmail.com>

[compiler-rt][rtsan] fopencookie support. (#120864)


# f39ecb7b 20-Dec-2024 David CARLIER <devnexen@gmail.com>

[compiler][rtsan] stream based on memory buffer interception. (#120672)


12