about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass-dep/libc
AgeCommit message (Expand)AuthorLines
2024-07-09Fix libc::read shim: make it write to a buffer correct amount of bytes. Add t...Askar Safin-0/+35
2024-07-06`sched_setaffinity`: adjust test on BE systemsFolkert-2/+7
2024-07-06`sched_setaffinity`: test `cpusetsize == 0`Folkert-0/+19
2024-07-05implement `libc::sched_getaffinity` and `libc::sched_setaffinity`Folkert-0/+194
2024-07-01add syscall `dup()`Adwin White-0/+26
2024-06-10Add socketpair shimtiif-0/+124
2024-06-09Follow up fix for eventfd shimtiif-6/+13
2024-06-08Add eventfd shimtiif-0/+101
2024-05-23solaris add suport for threadname.David Carlier-1/+1
2024-05-22solaris/illumos localtime_r / clock_getime support enabled.David Carlier-2/+3
2024-05-20Use `throw_unsup_format` instead of returning `ENOTSUP` in the mmap shimmarc0246-30/+0
2024-05-19Auto merge of #3616 - RalfJung:android, r=RalfJungbors-1/+19
2024-05-19make basic things work on AndroidRalf Jung-1/+19
2024-05-19a bit of refactoring and tweak the aligned-allocation testsRalf Jung-54/+56
2024-05-18support aligned_alloc for unixes support.David Carlier-0/+40
2024-05-16alloc now works on wasi (and some formatting)Ralf Jung-2/+4
2024-05-12Add non-null pointer for posix_memaligntiif-4/+3
2024-05-09do not run symlink tests on Windows hostsRalf Jung-77/+62
2024-05-09Implement non-null pointer for malloc(0)tiif-5/+9
2024-05-06organize libc tests into a proper folder, and run some of them on WindowsRalf Jung-0/+1504