auronandace
|
2d3ee10aef
|
platform and pthread cleanup
|
2026-02-27 21:38:16 +00:00 |
|
Jeremy Soller
|
94325a10c9
|
Merge branch 'sysuio-sysun-tar-cleanup' into 'master'
tar sys_uio and sys_un header cleanup
See merge request redox-os/relibc!1050
|
2026-02-27 14:21:23 -07:00 |
|
auronandace
|
1195ea9b9f
|
tar sys_uio and sys_un header cleanup
|
2026-02-27 21:10:56 +00:00 |
|
Jeremy Soller
|
bd6719931c
|
Merge branch 'time-cleanup' into 'master'
time header cleanup
See merge request redox-os/relibc!1049
|
2026-02-27 11:31:38 -07:00 |
|
auronandace
|
1db7abb2d3
|
time header cleanup
|
2026-02-27 18:14:51 +00:00 |
|
Jeremy Soller
|
6fd923adec
|
Merge branch 'unistd-cleanup' into 'master'
unistd header cleanup
See merge request redox-os/relibc!1048
|
2026-02-27 09:52:18 -07:00 |
|
auronandace
|
798e7e23ea
|
unistd header cleanup
|
2026-02-27 16:25:22 +00:00 |
|
Jeremy Soller
|
04f82d7855
|
Merge branch 'string-cleanup' into 'master'
string and strings header cleanup
See merge request redox-os/relibc!1047
|
2026-02-27 08:37:06 -07: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 |
|
Jeremy Soller
|
d0593f5480
|
Merge branch 'cwd-fd' into 'master'
refactor: Make processes have cwd as a capability
See merge request redox-os/relibc!1026
|
2026-02-26 06:09:27 -07: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 |
|
Anhad Singh
|
fe89f12da6
|
chore: bump redox_syscall
Signed-off-by: Anhad Singh <andypython@protonmail.com>
|
2026-02-26 02:17:53 +11:00 |
|
auronandace
|
e1e9753c65
|
add upper_case_acronyms clippy lint and minor cleanups
|
2026-02-25 13:55:01 +00:00 |
|
Jeremy Soller
|
ac9c4e6601
|
Merge branch 'stdio-cleanup' into 'master'
stdio header cleanup
See merge request redox-os/relibc!1040
|
2026-02-24 13:03:12 -07:00 |
|
auronandace
|
cefb9cccb9
|
stdio header cleanup
|
2026-02-24 19:45:09 +00:00 |
|
Jeremy Soller
|
812f132eb8
|
Merge branch 'signal-cleanup' into 'master'
signal header cleanup
See merge request redox-os/relibc!1039
|
2026-02-24 10:03:30 -07: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
|
e8fb4604fb
|
Merge branch 'fix-mprotect' into 'master'
fix: return EINVAL for invalid `prot` of `mprotect`
Closes #259
See merge request redox-os/relibc!976
|
2026-02-24 08:10:46 -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 |
|
Anhad Singh
|
d1c031f1b5
|
feat(redox): F_{OFD}_{GETLK,SETLK}
Signed-off-by: Anhad Singh <andypython@protonmail.com>
|
2026-02-25 01:43:45 +11:00 |
|
Jeremy Soller
|
93cce3bc63
|
Merge branch 'blkcnt' into 'master'
Fix blkcnt_t type
See merge request redox-os/relibc!1036
|
2026-02-24 06:30:47 -07:00 |
|
Anhad Singh
|
73ef851d59
|
feat(redox): F_OFD_SETLK
Signed-off-by: Anhad Singh <andypython@protonmail.com>
|
2026-02-24 22:36:19 +11:00 |
|
Jeremy Soller
|
4d61651620
|
Merge branch 'shadow-pthread-cleanup' into 'master'
pthread and shadow cleanup
See merge request redox-os/relibc!1035
|
2026-02-23 18:54:21 -07:00 |
|
Wildan M
|
8810e143ec
|
Fix blkcnt_t type
|
2026-02-24 07:47:35 +07:00 |
|
auronandace
|
c879035288
|
pthread and shadow cleanup
|
2026-02-23 16:28:26 +00:00 |
|
Jeremy Soller
|
27f64a268e
|
Merge branch 'monetary-regex-cleanup' into 'master'
monetary net_if and regex cleanup
See merge request redox-os/relibc!1034
|
2026-02-23 08:36:51 -07:00 |
|
auronandace
|
52049592d5
|
monetary net_if and regex cleanup
|
2026-02-23 15:11:37 +00:00 |
|
Jeremy Soller
|
b2b37b53dd
|
Merge branch 'eliding-lifetimes' into 'master'
elide some lifetimes
See merge request redox-os/relibc!1033
|
2026-02-23 07:05:28 -07:00 |
|
auronandace
|
92f9b0d4c8
|
elide some lifetimes
|
2026-02-23 13:48:56 +00:00 |
|
Jeremy Soller
|
f65ddc8224
|
Merge branch 'pwd-pty-cleanup' into 'master'
pty and pwd cleanup
See merge request redox-os/relibc!1032
|
2026-02-23 06:25:06 -07:00 |
|
Anhad Singh
|
aa79ec49ad
|
misc(Makefile): cleanup
Signed-off-by: Anhad Singh <andypython@protonmail.com>
|
2026-02-23 23:55:11 +11:00 |
|
Anhad Singh
|
aa317238f1
|
feat(redox/fcntl): F_SETLK
Signed-off-by: Anhad Singh <andypython@protonmail.com>
|
2026-02-23 23:55:11 +11:00 |
|
Anhad Singh
|
79987da821
|
misc(tests/Makefile): add pthread/tls
Signed-off-by: Anhad Singh <andypython@protonmail.com>
|
2026-02-23 23:55:11 +11:00 |
|