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 |
|
auronandace
|
4b3d1aa5ca
|
change sa_flags in sigaction to int to match spec
|
2026-02-19 09:46:56 +00:00 |
|
auronandace
|
0f1124ae25
|
cleanup getopt casting
|
2026-02-18 09:26:39 +00:00 |
|
auronandace
|
5d753b7f48
|
refactor some as casts in arpa_inet
|
2026-02-17 17:35:13 +00:00 |
|
auronandace
|
8a656d7727
|
avoid unneeded transmute on aarch64 and riscv
|
2026-02-17 14:35:08 +00:00 |
|
auronandace
|
58120ee007
|
add sys_types to time bits include for time_t
|
2026-02-16 17:50:59 +00:00 |
|
auronandace
|
0027ba8068
|
revert a cast
|
2026-02-15 21:57:16 +00:00 |
|
auronandace
|
20bdf30526
|
remove allow warnings and add some lints
|
2026-02-15 21:38:08 +00:00 |
|
auronandace
|
2c53eb1f6d
|
add improper_ctypes_definitions lint
|
2026-02-14 16:48:39 +00:00 |
|
auronandace
|
0da732be98
|
remove Copy from utsname
|
2026-02-14 08:40:15 +00:00 |
|
auronandace
|
955179ab6f
|
remove code as per feedback
|
2026-02-13 13:22:05 +00:00 |
|
auronandace
|
ff392a029a
|
remove pthread_atfork from unistd and tackle some lints
|
2026-02-13 12:14:04 +00:00 |
|
auronandace
|
70f2e28c37
|
remove sched bits from pthread bits
|
2026-02-12 17:16:58 +00:00 |
|
auronandace
|
a4079f13f0
|
verify sched header includes
|
2026-02-12 17:05:02 +00:00 |
|
auronandace
|
f1ec5a4856
|
add cbindgen struct to bits file
|
2026-02-12 14:28:47 +00:00 |
|
auronandace
|
0e1af0503e
|
remove export rename from the bits cbindgen file
|
2026-02-12 13:59:23 +00:00 |
|
auronandace
|
bc25b5a7ed
|
add export renames to cbindgen files
|
2026-02-12 13:33:54 +00:00 |
|
auronandace
|
1191d8e1b4
|
extract timespec to a bits header
|
2026-02-12 13:07:24 +00:00 |
|
auronandace
|
e8118dc293
|
removed the C locale bits header
|
2026-02-11 15:38:42 +00:00 |
|
Jeremy Soller
|
9da9422995
|
Merge branch 'sched_param-export' into 'master'
Fix exporting sched_param
See merge request redox-os/relibc!998
|
2026-02-11 06:49:44 -07:00 |
|
Wildan M
|
ff3b2b3ca0
|
Fix exporting sched_param
|
2026-02-11 17:29:17 +07:00 |
|
auronandace
|
aa13343b2e
|
redox native fixes for unused_must_use
|
2026-02-11 09:58:50 +00:00 |
|
auronandace
|
a3c67e898d
|
add unused_must_use lint
|
2026-02-11 09:48:47 +00:00 |
|
auronandace
|
11f28342f9
|
unused_imports redox follow-up
|
2026-02-10 16:29:37 +00:00 |
|
auronandace
|
7d1582a555
|
add unused_imports lint
|
2026-02-10 15:55:32 +00:00 |
|
Akshit Gaur
|
75a3d80fdb
|
Implement pause
|
2026-02-10 19:17:11 +05:30 |
|
Marsman
|
7de04a217b
|
fix: handle char boundary in parse_weekday and parse_month
|
2026-02-10 13:17:40 +00:00 |
|