rt-thread/components
rcitachi 9a84c13b2e
[lwp] Implementation of setpgrp and fix mmap2 problems (#9308)
* mmap2 failure handling

当传入一个非常大的地址时,offset会计算得到一个值,又因为传入的地址错误,rc会得到错误码,结合offset会得到一个很奇怪的值。

* Implementation of setpgrp

执行setpgrp会走到这一步,在执行getpgrp无法得到创建的group的值

* Modify the return method of mmap
2024-08-22 17:53:18 -04:00
..
dfs [ci][bsp]fix same54&same70&ls1cdev build errors. (#9282) 2024-08-08 14:08:59 +08:00
drivers feat: add ISR safe completion API 2024-08-19 10:39:15 +08:00
fal [components][fal]Log warning for block partition exceeding flash length 2024-07-14 22:51:08 +08:00
finsh [components][msh]msh命令失败添加打印日志 2024-06-24 10:56:48 +08:00
legacy [components][drivers]legacy fdt (#9062) 2024-06-19 19:48:35 +08:00
libc Add RT_USING_RTC conditional compilation protection in ctimer.c 2024-08-12 15:56:17 +08:00
lwp [lwp] Implementation of setpgrp and fix mmap2 problems (#9308) 2024-08-22 17:53:18 -04:00
mm feat: support ARCH_REMAP_KERNEL on libcpu/c906 (#9123) 2024-07-11 11:00:04 +08:00
mprotect 实现MPU抽象层 (#8080) 2023-10-30 08:24:55 -04:00
net [net][sal]修复开启SAL_TLS编译报错 2024-08-04 22:54:46 +08:00
utilities [BSP/Phytium]适配最新裸机驱动 2024-07-22 02:33:39 +00:00
vbus 🎯 Sync smart & scheduler codes (#8537) 2024-02-23 17:49:15 +08:00
Kconfig 除了bsp之外的Kconfig使用rsource替代source 2024-06-20 14:40:42 +08:00
SConscript [components] 移除对老版本bsp的lwip版本默认选定 2021-06-28 15:33:14 +08:00