about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass-dep/libc
AgeCommit message (Expand)AuthorLines
2024-09-29let rustfmt format importsRalf Jung-5/+8
2024-09-28implements arc4random_buf shim for freebsd/solarish platforms.David Carlier-0/+13
2024-09-25Android: Fixed tests for libc time APIYoh Deadfall-5/+25
2024-09-23update miri testjoboet-1/+1
2024-09-23miri: shim `CCRandomGenerateBytes`joboet-0/+7
2024-09-21fmt (with a huge diff for some reason)Ralf Jung-14/+14
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-0/+9
2024-09-17Auto merge of #3891 - tiif:tokiotest, r=RalfJungbors-0/+38
2024-09-17Tokio ICE fix: Changed the type of EpollEventInterest::epfd from i32 to WeakF...tiif-0/+38
2024-09-16Bump ui testOli Scherer-24/+24
2024-09-15make pthread-threadname nicer with cfg-ifRalf Jung-18/+37
2024-09-15move two tests to a better locationRalf Jung-0/+166
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+9
2024-09-16Merge from rustcThe Miri Cronjob Bot-1/+12
2024-09-15also use compute_size_in_bytes for relevant multiplications in MiriRalf Jung-1/+12
2024-08-25Add test for triggering notification after timeouttiif-1/+40
2024-08-25Add 0 preemption rate flagtiif-0/+2
2024-08-25Support blocking for epolltiif-0/+98
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-10Auto merge of #3720 - safinaskar:read, r=RalfJungbors-0/+35