Commit Graph

1364 Commits

Author SHA1 Message Date
auronandace d8dc04d335 only import the needed types in bits_pthread 2026-03-10 11:24:51 +00:00
auronandace de516b22e5 verify header includes for sys_types 2026-03-10 11:20:47 +00:00
auronandace 003615a382 specify the correct arches 2026-03-07 16:03:14 +00:00
auronandace 38ff0b79bd eliminate a useless comparison on aarch64 and riscv64 2026-03-07 15:51:24 +00:00
Jeremy Soller 5964f60bd6 Merge branch 'inet-aton' into 'master'
partially improve inet_aton

See merge request redox-os/relibc!1066
2026-03-04 09:51:38 -07:00
auronandace 63366e98ef correct the count 2026-03-04 16:35:07 +00:00
auronandace 5ce797af52 partially improve inet_aton 2026-03-04 15:38:15 +00:00
Wildan M b93e24b1d6 Implement long double in printf 2026-03-04 22:03:31 +07:00
Wildan M 3232273183 Fix compile error 2026-03-03 10:43:43 +07:00
Wildan M 31c8d87a7c Fix static linker error caused by setjmp aarch64 2026-03-03 10:37:07 +07:00
auronandace 5c17aff8eb verify dirent header includes 2026-03-03 15:20:31 +00:00
auronandace 1421463dac assorted cleanups and add some lints 2026-03-02 10:01:05 +00:00
auronandace 6933287a94 enforce borrow-as-ptr clippy lint 2026-03-01 19:54:31 +00:00
auronandace 31489ab401 make exception for needless_update lint 2026-03-01 16:48:18 +00:00
auronandace 697bbc659e syslog and sys_select header cleanup 2026-03-01 16:30:29 +00:00
auronandace b44bf78793 stdlib and stdio header cleanup 2026-02-28 19:01:06 +00:00
auronandace 6f1e16c0a6 sys_socket and termios header cleanup 2026-02-28 17:19:29 +00:00
auronandace 4b9a15ce7d getopt and wchar cleanup 2026-02-28 15:50:10 +00:00
auronandace d76417587c pty and signal header cleanup 2026-02-28 14:36:46 +00:00
auronandace 1195ea9b9f tar sys_uio and sys_un header cleanup 2026-02-27 21:10:56 +00:00
auronandace 1db7abb2d3 time header cleanup 2026-02-27 18:14:51 +00:00
auronandace 798e7e23ea unistd header cleanup 2026-02-27 16:25:22 +00:00
auronandace 55534b9af1 string and strings header cleanup 2026-02-27 14:18:58 +00:00
auronandace 1c1ec91167 take into account x86 c_long 2026-02-27 12:21:54 +00:00
auronandace ebc1410fa5 stdlib header cleanup 2026-02-27 11:56:45 +00:00
auronandace e1e9753c65 add upper_case_acronyms clippy lint and minor cleanups 2026-02-25 13:55:01 +00:00
auronandace cefb9cccb9 stdio header cleanup 2026-02-24 19:45:09 +00:00
auronandace 4073242e8b signal header cleanup 2026-02-24 16:35:06 +00:00
Jeremy Soller acc32bb019 Merge branch 'fix-parse_xxx' into 'master'
fix: handle char boundary in `parse_weekday` and `parse_month`

Closes #265

See merge request redox-os/relibc!990
2026-02-24 08:14:10 -07:00
Jeremy Soller 8cb5b0c71c Merge branch 'fix-with_argv' into 'master'
fix: adjust memory allocation for argv to include null terminator

Closes #261

See merge request redox-os/relibc!989
2026-02-24 08:13:52 -07:00
Jeremy Soller af2e4a72c6 Merge branch 'fix-pthread_rwlockattr_setpshared' into 'master'
fix: handle invalid `pshared` in `pthread_rwlockattr_setpshared`

Closes #264

See merge request redox-os/relibc!987
2026-02-24 08:13:30 -07:00
Jeremy Soller f69aac0899 Merge branch 'fix-assert' into 'master'
fix: `to_string_lossy` for safer string conversion in `__assert_fail`

Closes #262

See merge request redox-os/relibc!986
2026-02-24 08:13:07 -07:00
Jeremy Soller 4e9b64a177 Merge branch 'fix-seekdir' into 'master'
fix: handle negative offset in `seekdir`

Closes #260

See merge request redox-os/relibc!980
2026-02-24 08:11:11 -07:00
Jeremy Soller 24ea34a03e Merge branch 'fix-aligned_alloc' into 'master'
fix: return EINVAL when `alignment` of `aligned_alloc` is 0

Closes #258

See merge request redox-os/relibc!968
2026-02-24 08:10:24 -07:00
auronandace c879035288 pthread and shadow cleanup 2026-02-23 16:28:26 +00:00
auronandace 52049592d5 monetary net_if and regex cleanup 2026-02-23 15:11:37 +00:00
auronandace 53912fa029 pty and pwd cleanup 2026-02-23 08:51:05 +00:00
auronandace 4ecce16dc4 langinfo and libgen cleanup 2026-02-22 22:18:03 +00:00
auronandace 533cdd8c39 netdb header cleanup 2026-02-22 18:48:17 +00:00
auronandace ec100d5af8 dirent and fnmatch cleanup 2026-02-22 14:14:58 +00:00
auronandace 768e28cb4e stdio and c_vec cleanup 2026-02-20 14:10:34 +00:00
Jeremy Soller dbe7fb0b18 Merge branch 'bitstime-crypt-ctype-cleanup' into 'master'
cleanup bits_time, crypt and ctype headers

See merge request redox-os/relibc!1025
2026-02-20 05:50:58 -07:00
Jeremy Soller 0bac773992 Merge branch 'precedence' into 'master'
apply precedence clippy lint

See merge request redox-os/relibc!1024
2026-02-20 05:49:54 -07:00
auronandace cfb16cd888 cleanup bits_time, crypt and ctype headers 2026-02-20 12:06:16 +00:00
auronandace 47b23ae546 apply precedence clippy lint 2026-02-20 11:27:43 +00:00
auronandace c8a1bff78a wchar cleanup 2026-02-20 09:51:15 +00:00
auronandace 874e11b147 grp and inttypes cleanup 2026-02-19 15:51:33 +00:00
auronandace c8747c97c3 clean up some as casts in locale 2026-02-19 14:45:18 +00:00
Jeremy Soller ee6a6062cd Merge branch 'glob-cleanup' into 'master'
casting and clarity cleanups in glob

See merge request redox-os/relibc!1017
2026-02-19 06:35:11 -07:00
auronandace 723586e754 casting and clarity cleanups in glob 2026-02-19 11:05:30 +00:00