.. |
android
|
libc/misc: add fdsan module
|
2023-05-17 10:24:42 +08:00 |
arpa
|
|
|
crypto
|
crypto: export interfaces abort aes-cmac
|
2024-08-27 07:44:06 -04:00 |
cxx
|
add rint and expm1 function to cmath from libm
|
2024-07-12 12:05:54 +08:00 |
net
|
netlib/route: add length for add/del route-func to reduce caller stack usage
|
2024-08-26 01:54:10 +08:00 |
netinet
|
netinet/in.h: add macro definitions to resolve compilation errors
|
2024-08-19 19:49:42 +08:00 |
netpacket
|
can: Merge netpacket/can.h into nuttx/can.h
|
2024-08-26 05:05:31 -04:00 |
nuttx
|
libs/libc/queue: inline queue list to improve performance
|
2024-09-08 18:13:33 +08:00 |
ssp
|
|
|
sys
|
boardcrtl: change BOARDCTL_TESTSET to BOARDIOC_SPINLOCK
|
2024-09-06 16:10:09 +08:00 |
.gitignore
|
.gitignore: add ignore
|
2024-03-14 22:47:55 +08:00 |
aio.h
|
|
|
alloca.h
|
|
|
assert.h
|
assert: check COMPILE_TIME_ASSERT before define
|
2024-08-20 02:42:35 +08:00 |
byteswap.h
|
byteswap.h: add byteswap.h header file
|
2021-08-20 07:47:07 -07:00 |
ctype.h
|
Add basic support for locales in order to C++ streams to build and work for simple cases (POSIX / C locale).
|
2024-04-29 17:34:10 +08:00 |
debug.h
|
include/debug.h: fix _alert log level error
|
2024-08-24 11:20:59 +08:00 |
dirent.h
|
|
|
dlfcn.h
|
dlfcn: Add stub for dladdr
|
2024-07-26 14:39:10 -03:00 |
dsp.h
|
nuttx: resolve various 'FAR' and 'CODE' issues
|
2024-08-26 10:21:03 +08:00 |
dspb16.h
|
libdsp: fix gcc14 error and clean up includes
|
2024-06-02 09:27:36 -03:00 |
elf32.h
|
Fix and improve dynamic loader
|
2023-07-13 10:11:58 +08:00 |
elf64.h
|
|
|
elf.h
|
coredump:support coredump aligned access registers
|
2024-08-12 02:02:25 +08:00 |
endian.h
|
libc: Add sys/endian.h to improve the compatiblity with bionic libc
|
2023-01-15 12:26:15 -03:00 |
err.h
|
include/err: Enforce c linkage for err and warn functions.
|
2023-05-01 12:48:55 +08:00 |
errno.h
|
|
|
execinfo.h
|
libc/execinfo: extract a common backtrace format function
|
2024-06-29 22:44:39 +08:00 |
fcntl.h
|
include/fcntl.h: add O_LARGEFILE flags
|
2024-08-24 18:06:14 +08:00 |
fixedmath.h
|
|
|
fnmatch.h
|
libc: Rename match to fnmatch
|
2021-08-02 08:23:35 -03:00 |
ftw.h
|
|
|
getopt.h
|
Implement getopt_long() and getopt_long_only()
|
2021-04-01 23:06:23 -05:00 |
glob.h
|
|
|
grp.h
|
|
|
hex2bin.h
|
|
|
iconv.h
|
|
|
ifaddrs.h
|
ifaddrs: add union ifa_ifu include ifu_broadaddr and ifu_dstaddr
|
2023-07-08 15:42:11 +08:00 |
inttypes.h
|
libs/libc/inttypes: add support for imaxdiv
|
2024-04-23 10:26:48 -03:00 |
iso646.h
|
include: Add iso646.h for alternative spellings
|
2021-03-04 18:32:12 -08:00 |
langinfo.h
|
|
|
libgen.h
|
include: Author: Gregory Nutt: update licenses to Apache 2.0
|
2021-02-04 03:33:58 -08:00 |
libintl.h
|
compiler.h: Add _ between format|printf|syslog|scanf|strftime and like
|
2022-12-21 01:05:19 +02:00 |
limits.h
|
clock: replace all up_perf_xx with perf_xx
|
2023-10-02 16:11:43 +02:00 |
locale.h
|
|
|
lzf.h
|
|
|
malloc.h
|
mm: record the maximum system memory usage
|
2023-11-09 09:08:49 +08:00 |
mqueue.h
|
fs/mqueue: Fix the wrong field type in mq_attr as the spec and add the logical judgment to deal with the condition when mq_maxmsg or mq_msgsize is less than zero or equal to zero.
|
2023-08-03 03:10:56 -07:00 |
netdb.h
|
|
|
nl_types.h
|
|
|
nxflat.h
|
|
|
obstack.h
|
compiler.h: Add _ between format|printf|syslog|scanf|strftime and like
|
2022-12-21 01:05:19 +02:00 |
poll.h
|
sched: Add include/sys/poll.h
|
2021-01-06 14:23:50 +08:00 |
pthread.h
|
sched: change pthread_mutex implementation from sem to mutex
|
2024-09-06 09:42:53 +08:00 |
pty.h
|
|
|
pwd.h
|
|
|
regex.h
|
|
|
resolv.h
|
|
|
sched.h
|
sched.h: add SCHED_BATCH and SCHED_IDLE definition
|
2024-07-14 13:20:53 -03:00 |
search.h
|
hcreate: add alloc/free func hook for user to deallocate memory
|
2024-08-22 20:25:30 +08:00 |
semaphore.h
|
semaphore: Optimize priority inheritance with only one holder
|
2023-06-17 08:26:46 +03:00 |
signal.h
|
|
|
spawn.h
|
|
|
stdbool.h
|
nuttx/atomic.h:Fix missing type declarations at compile time
|
2024-08-22 01:44:29 +08:00 |
stddef.h
|
|
|
stdint.h
|
|
|
stdio.h
|
|
|
stdlib.h
|
libc: add support for reallocarray
|
2024-04-17 11:36:39 -03:00 |
stdnoreturn.h
|
|
|
string.h
|
|
|
strings.h
|
nuttx: resolve various 'FAR' and 'CODE' issues
|
2024-08-26 10:21:03 +08:00 |
syscall.h
|
|
|
syslog.h
|
|
|
termios.h
|
libc: Implement terminal api regardless of CONFIG_SERIAL_TERMIOS setting
|
2021-12-29 08:11:08 -03:00 |
threads.h
|
Fix typo in mtx_timedlock
|
2024-02-02 09:03:18 -08:00 |
time.h
|
libc:Add macro restrictions to code that uses floating point numbers
|
2024-08-21 13:33:45 +08:00 |
unistd.h
|
libc/sysconf: add _SC_GETPW_R_SIZE_MAX
|
2024-08-29 09:05:45 +08:00 |
utime.h
|
|
|
uuid.h
|
nuttx: fix multiple 'FAR', 'CODE' and style issues
|
2024-08-25 19:22:15 +08:00 |
wchar.h
|
include/wchar:Fix mbstate_t Redeclaration in MSVC
|
2024-08-22 01:44:29 +08:00 |
wctype.h
|
libc: Remove the unnecessary include from wchar and wctype
|
2022-07-27 10:55:37 +03:00 |