Commit Graph

3940 Commits

Author SHA1 Message Date
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
auronandace 53912fa029 pty and pwd cleanup 2026-02-23 08:51:05 +00:00
Jeremy Soller 6f00355741 Merge branch 'langinfo-libgen-cleanup' into 'master'
langinfo and libgen cleanup

See merge request redox-os/relibc!1031
2026-02-22 17:18:41 -07:00
auronandace 4ecce16dc4 langinfo and libgen cleanup 2026-02-22 22:18:03 +00:00
Jeremy Soller 0430eb7426 Merge branch 'netdb-cleanup' into 'master'
netdb header cleanup

See merge request redox-os/relibc!1030
2026-02-22 11:58:48 -07:00
auronandace 533cdd8c39 netdb header cleanup 2026-02-22 18:48:17 +00:00
Jeremy Soller f045f948c6 Merge branch 'dirent-fnmatch-cleanup' into 'master'
dirent and fnmatch cleanup

See merge request redox-os/relibc!1029
2026-02-22 08:16:00 -07:00
auronandace ec100d5af8 dirent and fnmatch cleanup 2026-02-22 14:14:58 +00:00
Jeremy Soller 6cbba4d1f8 Merge branch 'allocator-signal-cleanup' into 'master'
allocator and linux signal cleanup in platform

See merge request redox-os/relibc!1028
2026-02-22 06:47:14 -07:00
auronandace dc4542e81c allocator and linux signal cleanup in platform 2026-02-22 08:43:20 +00:00
Jeremy Soller 53cc0e5aed Merge branch 'stdio-cvec-cleanup' into 'master'
stdio and c_vec cleanup

See merge request redox-os/relibc!1027
2026-02-20 08:15:46 -07: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
Jeremy Soller dcaeb8c63a Merge branch 'wchar-cleanup' into 'master'
wchar cleanup

See merge request redox-os/relibc!1023
2026-02-20 05:49:16 -07:00
Jeremy Soller 896140bea7 Merge branch 'master' into 'master'
fix(redox-rt): ET_EXEC

See merge request redox-os/relibc!1022
2026-02-20 05:43:33 -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
Anhad Singh 1c5668acd4 feat(dso): do not zero memory
The region is mapped with the `MAP_ANONYMOUS` and thus already
initialised with zeros.

According to POSIX Issue 8:

> Anonymous memory objects shall be initialized to all bits zero.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-20 16:30:49 +11:00
Anhad Singh 09f52fd163 fix(redox-rt): FIXED_NOREPLACE for ET_EXEC
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-20 12:00:29 +11:00
Anhad Singh 4c0d4c7963 fix(redox-rt): update min mmap address for ET_EXEC
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-20 11:58:28 +11:00
Anhad Singh 4fbb8ec338 fix(redox-rt): add base address to e_entry
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-20 11:56:28 +11:00
Jeremy Soller 27b4c3ed90 Merge branch 'grp-inttypes-cleanup' into 'master'
grp and inttypes cleanup

See merge request redox-os/relibc!1021
2026-02-19 09:59:23 -07:00
auronandace 874e11b147 grp and inttypes cleanup 2026-02-19 15:51:33 +00:00
Jeremy Soller 976ed3c276 Merge branch 'locale-cleanup' into 'master'
clean up some as casts in locale

See merge request redox-os/relibc!1020
2026-02-19 08:18:23 -07:00
auronandace c8747c97c3 clean up some as casts in locale 2026-02-19 14:45:18 +00:00
Jeremy Soller 940352affe Merge branch 'master' into 'master'
Revert "fix(ld.so): temporary rollback"

See merge request redox-os/relibc!1019
2026-02-19 07:22:35 -07:00
Jeremy Soller 28ffabebf6 Merge branch 'remove-redox-platform-clone' into 'master'
remove unneeded file

See merge request redox-os/relibc!1018
2026-02-19 06:36:59 -07: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
Jeremy Soller f743570926 Merge branch 'fix-sigaction' into 'master'
change sa_flags in sigaction to int to match spec

See merge request redox-os/relibc!1016
2026-02-19 06:32:42 -07:00
auronandace c8d9b4deca remove unused import 2026-02-19 12:51:12 +00:00
auronandace 2d647590a7 remove reference to clone 2026-02-19 12:20:54 +00:00
auronandace dcca06f80e add imports 2026-02-19 12:09:46 +00:00
auronandace 406b889c1f remove unneeded file 2026-02-19 11:55:31 +00:00
auronandace 723586e754 casting and clarity cleanups in glob 2026-02-19 11:05:30 +00:00
auronandace 92503ed298 missed redox specific fix 2026-02-19 09:56:13 +00:00