Commit Graph

2566 Commits

Author SHA1 Message Date
auronandace a6337706e1 verify regex header includes 2026-03-17 09:42:29 +00:00
Jeremy Soller e6f6e7078d Merge branch 'drm12' into 'master'
drm: Support MODE_PAGE_FLIP and MODE_DIRTYFB

See merge request redox-os/relibc!1096
2026-03-16 17:11:38 -06:00
bjorn3 6fc6831f67 drm: Support MODE_PAGE_FLIP and MODE_DIRTYFB 2026-03-16 21:47:23 +01:00
auronandace 904604020b eliminate more range loops 2026-03-16 08:26:05 +00:00
auronandace 25f059bf67 iterate instead of indexing using a range 2026-03-15 21:39:10 +00:00
Connor-GH a60b7cefc1 uname: update to reflect version info given from scheme
We recently updated the kernel to give the "version" info in the
uname scheme. Now, we also put this info in the `utsname` struct for the
`uname` function.
2026-03-15 15:49:10 -05:00
auronandace 2b52312227 update rand dependencies to latest 2026-03-14 15:38:45 +00:00
auronandace 5c646e78a1 add as conversion back in for i586 2026-03-14 14:30:06 +00:00
auronandace a01313467e tackle some clippy lints in ld_so 2026-03-14 14:20:22 +00:00
Jeremy Soller 693cf03519 Merge branch 'migrate-to-stdfscall' into 'master'
refactor: Migrate fstat*/fchmod/getdents/ftruncate/futimens to stdfscall

See merge request redox-os/relibc!1088
2026-03-14 07:17:03 -06:00
Jeremy Soller 266bf56554 Merge branch 'drm11' into 'master'
drm: Support MODE_SET_CRTC, MODE_CURSOR and MODE_CURSOR2

See merge request redox-os/relibc!1089
2026-03-14 07:13:25 -06:00
bjorn3 6c340e8c57 drm: Support MODE_SET_CRTC, MODE_CURSOR and MODE_CURSOR2 2026-03-14 13:48:22 +01:00
Ibuki.O ac88c8f670 refactor: Migrate fstat*/fchmod/getdents/ftruncate/futimens to stdfscall 2026-03-14 13:35:39 +09:00
Mustafa öz 8f847bde66 refactor: remove outdated TODO 2026-03-14 03:57:26 +00:00
Mustafa öz d97f93a36b fix: handle integer overflow 2026-03-13 19:03:12 -06:00
Jeremy Soller 4d785e3a99 Merge branch 'getgrnam_r-fix' into 'master'
correct the strncmp check in getgrnam_r

See merge request redox-os/relibc!1084
2026-03-13 07:25:10 -06:00
auronandace 2f90dcd08e correct the strncmp check in getgrnam_r 2026-03-13 12:44:46 +00:00
auronandace 0a5f8429a3 negate filter predicate 2026-03-13 08:41:41 +00:00
auronandace 29d0cc67ee cargo fmt 2026-03-13 08:23:49 +00:00
auronandace 0d0afac2c8 fix parsing octets with leading zeros in inet_pton 2026-03-13 08:18:01 +00:00
auronandace 3ea60eeb72 timespec clone followup for redox 2026-03-11 14:51:06 +00:00
auronandace 293a2e991d do not derive Copy for timespec 2026-03-11 14:37:16 +00:00
Jeremy Soller 06f94de968 Merge branch 'socklen-t-dedup' into 'master'
remove duplicate socklen_t definition

See merge request redox-os/relibc!1081
2026-03-11 07:22:24 -06:00
Jeremy Soller 36892976bf Merge branch 'wchar-lossless' into 'master'
make some cast lossless in macro in wchar

See merge request redox-os/relibc!1080
2026-03-11 07:20:55 -06:00
Jeremy Soller 07947f96dc Merge branch 'rand48' into 'master'
remove unneeded casts and conversions in rand48

See merge request redox-os/relibc!1079
2026-03-11 07:19:40 -06:00
auronandace e9b9e1e28b fix trailer 2026-03-11 13:02:18 +00:00
auronandace ae91f48fae remove duplicate socklen_t definition 2026-03-11 12:42:53 +00:00
auronandace c4d667c6bf make some cast lossless in macro in wchar 2026-03-11 11:02:53 +00:00
auronandace 367bb2ee11 remove unneeded casts and conversions in rand48 2026-03-11 08:53:10 +00:00
auronandace 8a2bfa2ed5 tackle some lints 2026-03-10 18:20:06 +00:00
Jeremy Soller 1bed273ad0 Merge branch 'verify-sysuio-includes' into 'master'
verify header includes for sys_uio

See merge request redox-os/relibc!1077
2026-03-10 07:50:01 -06:00
Jeremy Soller 8dc281e1f2 Merge branch 'lint-fixes' into 'master'
fix a rust lint and a clippy lint

See merge request redox-os/relibc!1076
2026-03-10 07:49:40 -06:00
Jeremy Soller 582adf5822 Merge branch 'verify-pwd-includes' into 'master'
verify pwd header includes

See merge request redox-os/relibc!1075
2026-03-10 07:49:08 -06:00
Jeremy Soller 36fcca3d35 Merge branch 'verify-systypes-includes' into 'master'
Verify systypes includes

See merge request redox-os/relibc!1074
2026-03-10 07:48:51 -06:00
auronandace 9b5d411feb verify header includes for sys_uio 2026-03-10 12:36:26 +00:00
auronandace bd4fb1f660 fix a rust lint and a clippy lint 2026-03-10 12:11:03 +00:00
auronandace 23b31bb65c verify pwd header includes 2026-03-10 11:43:30 +00:00
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 28ab34921c verify header includes for sys_stat 2026-03-10 10:04:56 +00:00
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