- Dec 07, 2023
-
-
Jeremy Soller authored
Fixed utimes segfault when given nullptr See merge request redox-os/relibc!438
-
-
Jeremy Soller authored
cfmakeraw: missing disable of ICRNL See merge request redox-os/relibc!437
-
Jeremy Soller authored
Improve the README See merge request redox-os/relibc!436
-
-
- Nov 24, 2023
-
-
Ron Williams authored
-
- Nov 15, 2023
-
-
Jeremy Soller authored
Enforce -Wall -Wextra -Werror in tests See merge request redox-os/relibc!434
-
- Nov 12, 2023
-
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
- Nov 05, 2023
-
-
Jeremy Soller authored
Impl libredox fstat{,vfs}, futimens, clock_gettime. See merge request redox-os/relibc!433
-
Jacob Lorentzon authored
-
- Nov 04, 2023
-
-
Jeremy Soller authored
Switch to a lightweight CStr wrapper See merge request redox-os/relibc!431
-
-
Jacob Lorentzon authored
-
- Nov 02, 2023
-
-
Jeremy Soller authored
Correctly parse `/etc/passwd` and `/etc/group` on Redox See merge request redox-os/relibc!432
-
Ian Douglas Scott authored
Redox uses `;` as separators in these files, and doesn't have the "password" flag in `/etc/group`. With these, it seems to parse fine.
-
- Oct 27, 2023
-
-
Jacob Lorentzon authored
-
- Oct 26, 2023
-
-
Jeremy Soller authored
Use libc crate correctly, and future-proof See merge request redox-os/relibc!429
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
- Oct 25, 2023
-
-
Jeremy Soller authored
Simplify wcsrtombs and make test follow standard See merge request redox-os/relibc!428
-
Darley Barreto authored
-
- Oct 20, 2023
-
-
Jeremy Soller authored
getline, getdelim: fix issues, extend tests See merge request redox-os/relibc!418
-
-
- Oct 19, 2023
-
-
Jeremy Soller authored
Make escalated communication pathless using sendfd. See merge request redox-os/relibc!424
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jeremy Soller authored
Fix ungetwc for multi byte chars See merge request redox-os/relibc!425
-
-
Jeremy Soller authored
Add wcpcpy, wcpncpy, wcsdup, wcsnlen, wcsnrtombs See merge request redox-os/relibc!426
-
-
Jeremy Soller authored
Add UTIME_OMIT and UTIME_NOW See merge request redox-os/relibc!427
-
-
- Oct 14, 2023
-
-
Jeremy Soller authored
Make fgetwc real multibyte See merge request redox-os/relibc!423
-
-
- Oct 12, 2023
-
-
Jacob Lorentzon authored
-
- Oct 10, 2023
-
-
Jeremy Soller authored
Implement (not yet the entire) libredox ABI See merge request redox-os/relibc!419
-
- Oct 08, 2023
-
-
Jeremy Soller authored
Use a .flag() with an if statement for mno-outline-atomics See merge request redox-os/relibc!422
-