issues
search
sunfishcode
/
c-ward
An implementation of libc written in Rust
Other
202
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Make the unwinding dependency conditional on `panic = "unwind"`.
#153
sunfishcode
closed
1 week ago
9
Update to the latest nightly Rust.
#152
sunfishcode
closed
2 weeks ago
0
Misc code cleanups.
#151
sunfishcode
closed
2 weeks ago
0
Update to origin 0.23.
#150
sunfishcode
closed
2 weeks ago
0
Update to origin 0.22.
#149
sunfishcode
closed
2 weeks ago
0
Make `abort` kill the current thread with `Signal::Abort` first.
#148
sunfishcode
closed
2 weeks ago
0
Expose the unwinding crate's "personality" and "panic-handler" features.
#147
sunfishcode
closed
2 weeks ago
0
Fix compilation under musl targets.
#146
sunfishcode
closed
2 weeks ago
0
Document that c-scape and c-gull depend on Nightly Rust.
#145
sunfishcode
closed
3 weeks ago
0
`posix-regex` dependency enforces nightly toolchain
#144
polarathene
closed
3 weeks ago
3
Stub out `pidfd_getpid` and `pidfd_spawnp`.
#143
sunfishcode
closed
3 weeks ago
0
Update to tz 0.7.
#142
sunfishcode
closed
3 weeks ago
0
Update to the latest Rust nightly.
#141
sunfishcode
closed
3 weeks ago
0
Update to rustix 0.38.35 and the new futex API.
#140
sunfishcode
closed
2 months ago
0
Update to origin 0.20.0.
#139
sunfishcode
closed
2 months ago
8
Use origin's errno_location in the __errno_location implementation
#138
bjorn3
closed
4 months ago
1
Update libc dependency
#137
ur4t
closed
4 months ago
1
Don't panic if /var/run/utmp is missing
#136
pothos
closed
5 months ago
4
Update to the latest Rust nightly.
#135
sunfishcode
closed
5 months ago
0
Fix compile errors and warnings when "thread" is disabled.
#134
sunfishcode
closed
5 months ago
0
Remove `READ_BUFFER`.
#133
sunfishcode
closed
5 months ago
0
c-scape: Incompatible type in listxattr
#132
pothos
closed
5 months ago
5
Don't define stdio functions in coexist-with-libc mode.
#131
sunfishcode
closed
5 months ago
0
`coexist-with-libc` mode has dubious value
#130
carbotaniuman
opened
5 months ago
2
Add some functions and modularize `thread`
#129
carbotaniuman
closed
5 months ago
1
Update to the latest Rust nightly.
#128
sunfishcode
closed
6 months ago
0
Add AT_MINSIGSTKSZ support for getauxval()
#127
ur4t
closed
6 months ago
1
Implement `sigsetjmp`/`siglongjmp`.
#126
sunfishcode
closed
7 months ago
0
Implement `setjmp`/`longjmp`.
#125
sunfishcode
closed
7 months ago
0
Switch from `rustix::cstr` to `c""` string literals.
#124
sunfishcode
closed
7 months ago
0
Rename `invalid_mut` to `without_provenance_mut`
#123
rice7th
closed
8 months ago
4
no `invalid_mut` in `ptr`
#122
rice7th
closed
8 months ago
5
Support setjmp/longjmp and sigsetjmp/siglongjmp
#121
bjorn3
closed
7 months ago
4
Fix deprecation warnings on `st_mtime` etc.
#120
sunfishcode
closed
8 months ago
0
Remove outdated statement from the readme
#119
bjorn3
closed
8 months ago
0
Add some comments, and minor cleanups.
#118
sunfishcode
closed
9 months ago
0
Organize `set*id` functions into their own todo module.
#117
sunfishcode
closed
9 months ago
0
Move todo function stub reorganization.
#116
sunfishcode
closed
9 months ago
0
Fchownat, ptsname and fstatfs
#115
KGrewal1
closed
9 months ago
0
Reorganize todo functions into a few categories.
#114
sunfishcode
closed
10 months ago
0
Implement `fchownat`
#113
sunfishcode
closed
9 months ago
1
Implement `ptsname` and `ptsname_r`
#112
sunfishcode
closed
9 months ago
1
Implement several more functions
#111
sunfishcode
closed
10 months ago
0
Implement arpa/inet.h functions.
#110
sunfishcode
closed
10 months ago
0
Implement service lookups in `getaddrinfo`.
#109
sunfishcode
closed
10 months ago
0
Testcase tidying.
#108
sunfishcode
closed
10 months ago
0
Handle errors consistently in `vsprintf` and `vsnprintf`.
#107
sunfishcode
closed
10 months ago
0
Fix some string-handling bugs
#106
sunfishcode
closed
10 months ago
0
Add finite and lgamma
#105
KGrewal1
closed
10 months ago
3
Strverscmp fix
#104
KGrewal1
closed
10 months ago
1
Next