index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
miri
/
tests
/
pass-dep
/
libc
Age
Commit message (
Expand
)
Author
Lines
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-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
2024-05-16
alloc now works on wasi (and some formatting)
Ralf Jung
-2
/
+4
2024-05-12
Add non-null pointer for posix_memalign
tiif
-4
/
+3
2024-05-09
do not run symlink tests on Windows hosts
Ralf Jung
-77
/
+62
2024-05-09
Implement non-null pointer for malloc(0)
tiif
-5
/
+9
2024-05-06
organize libc tests into a proper folder, and run some of them on Windows
Ralf Jung
-0
/
+1504
[prev]