nuttx/libs/libc/unistd
YAMAMOTO Takashi f8077022bd Introduce CONFIG_DEFAULT_TASK_STACKSIZE
* The appropriate size of stack varies among archs.
  E.g. for 64-bit sim, 2048 is way too small, especially when the task
  happens to use host OS functionalities.
  I plan to allow an arch provide its own default.

* I plan to use this to replace hardcoded "STACKSIZE = 2048" in APPDIR.
2020-03-26 22:30:13 -05:00
..
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_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 typos in comments 2020-02-14 08:50:45 -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 Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lib_setegid.c
lib_seteuid.c
lib_setgid.c
lib_sethostname.c
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_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