nuttx
|
Fix typos
|
2020-09-28 13:54:43 +08:00 |
sys
|
Move gettid() implementation to /libs/libc/unistd
|
2020-09-22 19:40:56 -07:00 |
ctype.h
|
libc: Change ctype macro to normal function
|
2020-08-21 16:56:00 +08:00 |
limits.h
|
libc/stdio: Allocate file_struct dynamically
|
2020-09-11 17:58:17 +08:00 |
malloc.h
|
mm: Implement malloc_usable_size
|
2020-08-24 03:36:44 -07:00 |
poll.h
|
include/poll: add POLLPRI for exceptional event
|
2020-09-18 19:49:51 -07:00 |
signal.h
|
signal: add SIGQUIT & SIGTERM support
|
2020-09-11 10:41:24 +08:00 |
stdlib.h
|
libs/libc/stdlib: Implement mkdtemp(3) syscall
|
2020-09-19 04:16:14 -07:00 |
string.h
|
libc: Implement strlcpy function
|
2020-08-14 03:44:26 -07:00 |
strings.h
|
libc: Implement popcount/popcountl/popcountll
|
2020-09-21 07:37:04 -07:00 |
time.h
|
libc/time: redirect timegm(3) to mktime(3)
|
2020-09-19 01:04:17 -07:00 |