| Age | Commit message (Expand) | Author | Lines |
| 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-14 | implement the `os_unfair_lock` functions on macOS | joboet | -0/+25 |
| 2024-07-10 | Auto merge of #3720 - safinaskar:read, r=RalfJung | bors | -0/+35 |
| 2024-07-09 | Fix 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 systems | Folkert | -2/+7 |
| 2024-07-06 | `sched_setaffinity`: test `cpusetsize == 0` | Folkert | -0/+19 |
| 2024-07-05 | implement `libc::sched_getaffinity` and `libc::sched_setaffinity` | Folkert | -0/+194 |
| 2024-07-01 | add syscall `dup()` | Adwin White | -0/+26 |
| 2024-06-24 | Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrum | bors | -3/+3 |
| 2024-06-15 | std: refactor the TLS implementation | joboet | -3/+3 |
| 2024-06-10 | Add socketpair shim | tiif | -0/+124 |
| 2024-06-09 | Follow up fix for eventfd shim | tiif | -6/+13 |
| 2024-06-08 | Add eventfd shim | tiif | -0/+101 |
| 2024-05-23 | solaris add suport for threadname. | David Carlier | -1/+1 |
| 2024-05-22 | solaris/illumos localtime_r / clock_getime support enabled. | David Carlier | -2/+3 |
| 2024-05-20 | Use `throw_unsup_format` instead of returning `ENOTSUP` in the mmap shim | marc0246 | -30/+0 |
| 2024-05-19 | Auto merge of #3616 - RalfJung:android, r=RalfJung | bors | -1/+19 |
| 2024-05-19 | make basic things work on Android | Ralf Jung | -1/+19 |
| 2024-05-19 | a bit of refactoring and tweak the aligned-allocation tests | Ralf Jung | -54/+56 |
| 2024-05-18 | support aligned_alloc for unixes support. | David Carlier | -0/+40 |