This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
libs
/
libc
/
unistd
History
Xiang Xiao
4c524407ea
libs/libc/unistd/lib_getrusage.c: Add a dummy getrusage() implementation.
2019-11-17 08:48:05 -06:00
..
Kconfig
libs/libc/ Kconfig files: Disable EXECFUNCS_HAVE_SYMTAB for kernel build. The symbol table don't have any meaning for kernel build since all executable binary should be self contained.
2019-10-01 07:19:21 -06:00
lib_access.c
…
lib_alarm.c
include/sys/time.h, libs/libc/unistd, sched/timer: Implement alarm(), setitimer() and getitimer() APIs.
2019-11-13 08:10:16 -06:00
lib_chdir.c
…
lib_daemon.c
…
lib_execl.c
…
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
…
lib_geteuid.c
…
lib_getgid.c
…
lib_gethostname.c
…
lib_getopt.c
Fix some typos. Mostly inital->initial.
2019-09-27 06:32:32 -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
…
lib_pipe.c
…
lib_setegid.c
…
lib_seteuid.c
…
lib_setgid.c
…
lib_sethostname.c
…
lib_setregid.c
libc/libc/unistd/: Add stubs for setreuid(), and setregid(). NuttX does not currently support effective user/group IDs, but these stubs will support linkage of applications that expect these POSIX standard interfaces.
2019-09-03 11:35:31 -06:00
lib_setreuid.c
libc/libc/unistd/: Add stubs for setreuid(), and setregid(). NuttX does not currently support effective user/group IDs, but these stubs will support linkage of applications that expect these POSIX standard interfaces.
2019-09-03 11:35:31 -06:00
lib_setuid.c
…
lib_sleep.c
…
lib_swab.c
…
lib_sysconf.c
…
lib_truncate.c
…
lib_usleep.c
…
Make.defs
libs/libc/unistd/lib_getrusage.c: Add a dummy getrusage() implementation.
2019-11-17 08:48:05 -06:00