.. |
Kconfig
|
Introduce CONFIG_DEFAULT_TASK_STACKSIZE
|
2020-03-26 22:30:13 -05:00 |
lib_access.c
|
|
|
lib_alarm.c
|
libs/libc/unistd/lib_alarm.c,sched/timer/timer_getitimer.c: Silence a
|
2020-02-19 18:02:25 -06:00 |
lib_chdir.c
|
|
|
lib_daemon.c
|
Fix wait loop and void cast (#24)
|
2020-01-02 10:54:43 -06:00 |
lib_execl.c
|
|
|
lib_fstatvfs.c
|
fs/vfs: Implement statvfs and fstatvfs
|
2020-07-13 20:25:03 +01:00 |
lib_getcwd.c
|
libs/libc/unistd/lib_getcwd.c: remove stray sched_unlock(). Also fixes several typos.
|
2019-09-20 06:23:48 -06:00 |
lib_getegid.c
|
libc/libc/unistd/: Add stubs for geteuid(), getegid(), seteuid(), and setegid(). NuttX does not currently support effective user/group IDs, but these stubs will support linkage of appliations that expect these POSIX standard interfaces.
|
2019-09-03 10:57:51 -06:00 |
lib_geteuid.c
|
libc/libc/unistd/: Add stubs for geteuid(), getegid(), seteuid(), and setegid(). NuttX does not currently support effective user/group IDs, but these stubs will support linkage of appliations that expect these POSIX standard interfaces.
|
2019-09-03 10:57:51 -06:00 |
lib_getgid.c
|
libc/libc/unistd/: Add stubs for geteuid(), getegid(), seteuid(), and setegid(). NuttX does not currently support effective user/group IDs, but these stubs will support linkage of appliations that expect these POSIX standard interfaces.
|
2019-09-03 10:57:51 -06:00 |
lib_gethostname.c
|
Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base
|
2020-05-01 10:43:47 -03:00 |
lib_getopt.c
|
syscall: Fix typo error in cvs and header file
|
2020-05-07 10:31:05 -06:00 |
lib_getoptargp.c
|
|
|
lib_getoptindp.c
|
|
|
lib_getoptoptp.c
|
|
|
lib_getrusage.c
|
libs/libc/unistd/lib_getrusage.c: Add a dummy getrusage() implementation.
|
2019-11-17 08:48:05 -06:00 |
lib_getuid.c
|
sched/group and syscall/: Implement 'real' setuid, getuid, setgid, and getgid interfaces. These will be inheritance by all child task groups.
|
2019-08-06 14:13:43 -06:00 |
lib_pathconf.c
|
libc: Implement pathconf and fpathconf
|
2020-06-23 17:34:54 +01:00 |
lib_pipe.c
|
Rename pipe2/mkfifo2 to nx_pipe/nx_mkfifo
|
2020-05-04 07:20:02 -06:00 |
lib_setegid.c
|
libc/libc/unistd/: Add stubs for geteuid(), getegid(), seteuid(), and setegid(). NuttX does not currently support effective user/group IDs, but these stubs will support linkage of appliations that expect these POSIX standard interfaces.
|
2019-09-03 10:57:51 -06:00 |
lib_seteuid.c
|
libc/libc/unistd/: Add stubs for geteuid(), getegid(), seteuid(), and setegid(). NuttX does not currently support effective user/group IDs, but these stubs will support linkage of appliations that expect these POSIX standard interfaces.
|
2019-09-03 10:57:51 -06:00 |
lib_setgid.c
|
sched/group/group_setuid.c and group_setguid.c: Verify that the UID/GID is within range.
|
2019-08-10 10:42:53 -06:00 |
lib_sethostname.c
|
Fix nxstyle issue
|
2020-05-01 10:43:47 -03:00 |
lib_setregid.c
|
Remove exra whitespace from files (#189)
|
2020-01-31 09:24:49 -06:00 |
lib_setreuid.c
|
Remove exra whitespace from files (#189)
|
2020-01-31 09:24:49 -06:00 |
lib_setuid.c
|
|
|
lib_sleep.c
|
|
|
lib_statvfs.c
|
fs/vfs: Implement statvfs and fstatvfs
|
2020-07-13 20:25:03 +01:00 |
lib_swab.c
|
|
|
lib_sysconf.c
|
libc: sysconf support _SC_NPROCESSORS_CONF/_SC_NPROCESSORS_ONLN
|
2020-06-27 22:43:13 +01:00 |
lib_truncate.c
|
|
|
lib_usleep.c
|
|
|
Make.defs
|
fs/vfs: Implement statvfs and fstatvfs
|
2020-07-13 20:25:03 +01:00 |