Commit Graph

2526 Commits

Author SHA1 Message Date
auronandace 5c77e5723a mark enum as non-exhaustive 2026-03-08 14:50:31 +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
Wildan M fb07b5f982 Implement getgroups 2026-03-07 11:02:50 +07:00
Wildan M e45ec784b7 Fix dynamic linker hitting unwrap 2026-03-05 13:02:52 +07: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
Jeremy Soller aeffcc1257 Merge branch 'reimpl-at_fdcwd' into 'master'
refactor: Reimplement the *at functions using openat and CWD fd

See merge request redox-os/relibc!1058
2026-03-01 07:08:31 -07:00
Ibuki Omatsu 3385c66c6c refactor: Reimplement the *at functions using openat and CWD fd 2026-03-01 07:08:31 -07:00
Jeremy Soller 364a1f0b03 Merge branch 'auxv_const_usage' into 'master'
Use consts for AT_* in static_init

See merge request redox-os/relibc!1057
2026-03-01 07:05:52 -07:00
Ibuki Omatsu 9cde64a321 fix: Use cwd_guard directly to prevent deadlock in chdir 2026-03-01 07:04:01 -07: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
bjorn3 599e53db89 Use consts for AT_* in static_init 2026-02-28 16:49:17 +01:00
Jeremy Soller 0f52382daa Merge branch 'pty-signal-cleanup' into 'master'
pty and signal header cleanup

See merge request redox-os/relibc!1052
2026-02-28 08:14:19 -07:00
Ibuki Omatsu cab0021461 refactor: Move protocols into libredox 2026-02-28 08:04:47 -07:00
auronandace d76417587c pty and signal header cleanup 2026-02-28 14:36:46 +00:00
auronandace 2d3ee10aef platform and pthread cleanup 2026-02-27 21:38:16 +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
Jeremy Soller 6a08c53d1e Merge branch 'fix-dso' into 'master'
fix: improve error handling in DSO methods

Closes #263

See merge request redox-os/relibc!1046
2026-02-27 06:26:31 -07:00
Jeremy Soller 0b20d0a614 Merge branch 'shebang' into 'master'
fix(redox/exec): shebang

See merge request redox-os/relibc!1045
2026-02-27 06:22:46 -07:00
Jeremy Soller 1040413944 Merge branch 'stdlib-cleanup' into 'master'
stdlib header cleanup

See merge request redox-os/relibc!1044
2026-02-27 06:19:55 -07:00
Jeremy Soller 5f8ae0ea5b Merge branch 'flock' into 'master'
feat(copy_string_array): make strings contiguous

See merge request redox-os/relibc!1043
2026-02-27 06:16:34 -07:00
Anhad Singh c469792043 feat(exec/shebang): handle multiple whitespaces
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-28 00:14:28 +11:00
Anhad Singh 79c3674c10 feat(redox/exec): replace argv[0] with script
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-28 00:14:21 +11:00
Marsman 26dea09563 fix: improve error handling in DSO methods 2026-02-27 13:02:11 +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
Anhad Singh 4b6789dec5 feat(copy_string_array): make strings contiguous
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-27 15:45:04 +11:00
Ibuki Omatsu bd9c6f1440 refactor: Make processes have cwd as a capability 2026-02-26 06:09:27 -07:00
Jeremy Soller 98e8716f48 Merge branch 'upper-case-acronyms' into 'master'
add upper_case_acronyms clippy lint and minor cleanups

See merge request redox-os/relibc!1041
2026-02-25 08:32:01 -07:00
Jeremy Soller 1ff26de318 Merge branch 'flock' into 'master'
feat(redox): flocking

See merge request redox-os/relibc!1037
2026-02-25 08:20:46 -07: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