| Age | Commit message (Expand) | Author | Lines |
| 2024-09-29 | let rustfmt format imports | Ralf Jung | -5/+8 |
| 2024-09-28 | implements arc4random_buf shim for freebsd/solarish platforms. | David Carlier | -0/+13 |
| 2024-09-25 | Android: Fixed tests for libc time API | Yoh Deadfall | -5/+25 |
| 2024-09-23 | update miri test | joboet | -1/+1 |
| 2024-09-23 | miri: shim `CCRandomGenerateBytes` | joboet | -0/+7 |
| 2024-09-21 | fmt (with a huge diff for some reason) | Ralf Jung | -14/+14 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+9 |
| 2024-09-17 | Auto merge of #3891 - tiif:tokiotest, r=RalfJung | bors | -0/+38 |
| 2024-09-17 | Tokio ICE fix: Changed the type of EpollEventInterest::epfd from i32 to WeakF... | tiif | -0/+38 |
| 2024-09-16 | Bump ui test | Oli Scherer | -24/+24 |
| 2024-09-15 | make pthread-threadname nicer with cfg-if | Ralf Jung | -18/+37 |
| 2024-09-15 | move two tests to a better location | Ralf Jung | -0/+166 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -0/+9 |
| 2024-09-16 | Merge from rustc | The Miri Cronjob Bot | -1/+12 |
| 2024-09-15 | also use compute_size_in_bytes for relevant multiplications in Miri | Ralf Jung | -1/+12 |
| 2024-08-25 | Add test for triggering notification after timeout | tiif | -1/+40 |
| 2024-08-25 | Add 0 preemption rate flag | tiif | -0/+2 |
| 2024-08-25 | Support blocking for epoll | tiif | -0/+98 |
| 2024-08-24 | Handle edge case for epoll_ctl | tiif | -0/+39 |
| 2024-08-24 | Auto merge of #3836 - tiif:einval_ctl, r=oli-obk | bors | -0/+14 |
| 2024-08-24 | epoll: Add EINVAL case | tiif | -0/+14 |
| 2024-08-24 | fix calling pipe, pipe2, socketpair with a pointer-to-array | Ralf Jung | -0/+11 |
| 2024-08-21 | epoll test: avoid some subtly dangling pointers | Ralf Jung | -24/+4 |
| 2024-08-18 | Add EPOLLER support | tiif | -0/+38 |
| 2024-08-18 | Auto merge of #3818 - tiif:loseevents, r=RalfJung | bors | -0/+64 |
| 2024-08-18 | epoll: iterate through output buffer then fetch an event from ready list | tiif | -0/+64 |
| 2024-08-18 | Auto merge of #3825 - RalfJung:epoll-miri, r=RalfJung | bors | -3/+9 |
| 2024-08-18 | epoll test_socketpair_read: explicitly check real and Miri behavior | Ralf Jung | -3/+9 |
| 2024-08-18 | Move the maxevents.try_into().unwrap() after value check | tiif | -3/+2 |
| 2024-08-18 | Set EINVAL for epoll_wait maxevent value 0 | tiif | -0/+15 |
| 2024-08-18 | Apply test fix | tiif | -38/+65 |
| 2024-08-17 | Auto merge of #3819 - RalfJung:epoll-test, r=RalfJung | bors | -41/+37 |
| 2024-08-17 | epoll test: further clean up check_epoll_wait | Ralf Jung | -41/+37 |
| 2024-08-17 | test cleanup | Ralf Jung | -55/+30 |
| 2024-08-17 | socketpair: test behavior when one end got closed | Ralf Jung | -0/+20 |
| 2024-08-17 | implement pipe and pipe2 | Ralf Jung | -6/+120 |
| 2024-08-17 | Add epoll EPOLLHUP flag support | tiif | -2/+4 |
| 2024-08-16 | explain the behavior on closed peers | Ralf Jung | -0/+1 |
| 2024-08-16 | more epoll test cleanup | Ralf Jung | -29/+25 |
| 2024-08-16 | comment and test regarding notifications on writes that dont change readiness | Ralf Jung | -0/+12 |
| 2024-08-16 | epoll test cleanup | Ralf Jung | -118/+58 |
| 2024-08-16 | FD: remove big surrounding RefCell, simplify socketpair | Ralf Jung | -0/+4 |
| 2024-08-14 | Implement epoll shim | tiif | -0/+552 |
| 2024-08-07 | allow all code to call getuid() | Ralf Jung | -1/+5 |
| 2024-08-01 | flock: a bit of cleanup | Ralf Jung | -1/+0 |
| 2024-07-26 | Add `flock` shim | Артём Павлов [Artyom Pavlov] | -0/+71 |
| 2024-07-24 | Allow getpid in isolation mode, add gettid support | Konstantinos Andrikopoulos | -0/+22 |
| 2024-07-22 | Fix test | Артём Павлов [Artyom Pavlov] | -1/+1 |
| 2024-07-22 | Add `O_NOFOLLOW` flag support | Артём Павлов [Artyom Pavlov] | -0/+29 |
| 2024-07-10 | Auto merge of #3720 - safinaskar:read, r=RalfJung | bors | -0/+35 |