incubator-nuttx/fs
Xiang Xiao 90be95bb89 sched: Remove all group id related stuff
it is wrong to define a new grpid_t, but not reuse pid_t,
because it make getpid(parent) == getppid(child) impossible.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-03-05 20:35:22 +08:00
..
aio Ensure the kernel component don't call userspace API 2021-03-01 09:23:09 +09:00
binfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
cromfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
dirent Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
driver Ensure the kernel component don't call userspace API 2021-03-01 09:23:09 +09:00
fat Fix typos reported by codespell 2021-02-25 11:31:49 -08:00
hostfs Ensure the kernel component don't call userspace API 2021-03-01 09:23:09 +09:00
inode net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
littlefs fs/lfs: Remove semret temporary variable 2021-02-26 10:45:00 +00:00
mmap Ensure the kernel component don't call userspace API 2021-03-01 09:23:09 +09:00
mount fs/mount: fix mount cmd break out when meet stat error 2021-03-04 07:11:51 -08:00
mqueue mqueue: add poll support 2021-03-04 07:11:43 -08:00
nfs Fix typos reported by codespell 2021-02-25 11:31:49 -08:00
nxffs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
partition fs: change geometry types from `size_t` to `blkcnt_t` and `blksize_t` 2021-02-18 20:38:22 -08:00
procfs sched: Remove all group id related stuff 2021-03-05 20:35:22 +08:00
romfs Fix typos reported by codespell 2021-02-25 11:31:49 -08:00
semaphore Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
shm Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
smartfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
socket net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
spiffs Fix typos reported by codespell 2021-02-25 11:31:49 -08:00
tmpfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
unionfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
userfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
vfs mqueue: add poll support 2021-03-04 07:11:43 -08:00
Kconfig fs/eventfd: Convert the indent under EVENT_FD_VFS_PATH option to tab 2021-02-05 12:17:47 -03:00
Makefile net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
fs_initialize.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00