incubator-nuttx/libc/unistd
Eunbong Song 4545af3249 sleep() was returning remaining nanoseconds (kind of), instead the remaining seconds. 2016-11-15 06:47:59 -06:00
..
Make.defs Move pipe() and mkpipe() to nuttx/libc. Change syscalls to pipe2() and mkfifo2() 2016-07-19 14:15:26 -06:00
lib_access.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_chdir.c Reserver the name 'err' for other purposes 2016-06-11 14:40:07 -06:00
lib_execl.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_getcwd.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
lib_gethostname.c nuttx/mm and libc: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-14 08:57:01 -06:00
lib_getopt.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_getoptargp.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_getoptindp.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_getoptoptp.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
lib_pipe.c Move driver related prototypes out of include/nuttx/fs/fs.h and into new include/drivers/drivers.h 2016-07-20 13:15:37 -06:00
lib_sethostname.c nuttx/mm and libc: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-14 08:57:01 -06:00
lib_sleep.c sleep() was returning remaining nanoseconds (kind of), instead the remaining seconds. 2016-11-15 06:47:59 -06:00
lib_usleep.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00