about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass-dep
AgeCommit message (Expand)AuthorLines
2024-08-24Handle edge case for epoll_ctltiif-0/+39
2024-08-24Auto merge of #3836 - tiif:einval_ctl, r=oli-obkbors-0/+14
2024-08-24epoll: Add EINVAL casetiif-0/+14
2024-08-24fix calling pipe, pipe2, socketpair with a pointer-to-arrayRalf Jung-0/+11
2024-08-21epoll test: avoid some subtly dangling pointersRalf Jung-24/+4
2024-08-18Add EPOLLER supporttiif-0/+38
2024-08-18Auto merge of #3818 - tiif:loseevents, r=RalfJungbors-0/+64
2024-08-18epoll: iterate through output buffer then fetch an event from ready listtiif-0/+64
2024-08-18Auto merge of #3825 - RalfJung:epoll-miri, r=RalfJungbors-3/+9
2024-08-18epoll test_socketpair_read: explicitly check real and Miri behaviorRalf Jung-3/+9
2024-08-18Move the maxevents.try_into().unwrap() after value checktiif-3/+2
2024-08-18Set EINVAL for epoll_wait maxevent value 0tiif-0/+15
2024-08-18Apply test fixtiif-38/+65
2024-08-17Auto merge of #3819 - RalfJung:epoll-test, r=RalfJungbors-41/+37
2024-08-17epoll test: further clean up check_epoll_waitRalf Jung-41/+37
2024-08-17test cleanupRalf Jung-55/+30
2024-08-17socketpair: test behavior when one end got closedRalf Jung-0/+20
2024-08-17implement pipe and pipe2Ralf Jung-6/+120
2024-08-17Add epoll EPOLLHUP flag supporttiif-2/+4
2024-08-16explain the behavior on closed peersRalf Jung-0/+1
2024-08-16more epoll test cleanupRalf Jung-29/+25
2024-08-16comment and test regarding notifications on writes that dont change readinessRalf Jung-0/+12
2024-08-16epoll test cleanupRalf Jung-118/+58
2024-08-16FD: remove big surrounding RefCell, simplify socketpairRalf Jung-0/+4
2024-08-14Implement epoll shimtiif-0/+552
2024-08-07allow all code to call getuid()Ralf Jung-1/+5
2024-08-01flock: a bit of cleanupRalf Jung-1/+0
2024-07-26Add `flock` shimАртём Павлов [Artyom Pavlov]-0/+71
2024-07-24Allow getpid in isolation mode, add gettid supportKonstantinos Andrikopoulos-0/+22
2024-07-22Fix testАртём Павлов [Artyom Pavlov]-1/+1
2024-07-22Add `O_NOFOLLOW` flag supportАртём Павлов [Artyom Pavlov]-0/+29
2024-07-14implement the `os_unfair_lock` functions on macOSjoboet-0/+25
2024-07-10Auto merge of #3720 - safinaskar:read, r=RalfJungbors-0/+35
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-24Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrumbors-3/+3
2024-06-15std: refactor the TLS implementationjoboet-3/+3
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