| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fs: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
sem_open:add check for args(name) A call to sem_open() when the operation is not supported for name shall return SEM_FAILED and set errno to EINVAL. https://man7.org/linux/man-pages/man7/sem_overview.7.html: A named semaphore is identified by a name of the form /somename; that is, a null-terminated string of up to NAME_MAX-4 (i.e., 251) characters consisting of an initial slash, followed by one or more characters, none of which are slashes. And CONFIG_SEM_NAME_REQUIRE_LEADING_SLASH was also implemented to ensure compatibility because many parts of the project used non-standard name parameters. Signed-off-by: tengshuangshuang <tengshuangshuang@xiaomi.com> | 2 个月前 | |
fs: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
nuttx/atomic: replace atomic_fetch_xxx with atomic_xxx just like zephyr Signed-off-by: zhangyu117 <zhangyu117@xiaomi.com> | 2 个月前 | |
modify the logic of inode_reserve Let inode_reserve return -ENOENT if the intermediate path doesn't exits. Create a new func inode_reserve_path() to make some register processes work properly. Signed-off-by: zhengyu16 <zhengyu16@xiaomi.com> | 2 个月前 | |
fs: Move inotify.c from fs/notify/ to fs/vfs/ and merge fs/notify/notify.h into fs/vfs/vfs.h Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
fs: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 |