Xiang Xiao 952af92690 sched/note: Move the circle buffer code to driver 4 years ago
..
arpa 72104c182c nxstyle fixes 4 years ago
cxx 1bca457b28 libc: Always declare getenv, link/symlink and atexit/on_exit 4 years ago
net b5c5948e1c NXStyle fixes 4 years ago
netinet e86b516f9d include/netinet/arp.h: Previous network changes broke the build test (#193) 4 years ago
netpacket 797bf447d1 net: For Bluetooth sockets use the Linux sockaddr types 4 years ago
nuttx 952af92690 sched/note: Move the circle buffer code to driver 4 years ago
sys 389b45359d epoll: Don't save fd into the field of epoll_data_t 4 years ago
.gitignore dd61d3d9f9 build: Remve the unnecessary .gitignore 4 years ago
aio.h a2d924eea4 syscall: Fix typo error in cvs and header file 4 years ago
alloca.h 03db654393 include/alloca.h: Add alloca.h. Included limited implmentation of alloc() that is only available for GCC versions 3 and above. 5 years ago
assert.h d6827cab60 arch: up_assert shouldn't call exit directly 4 years ago
crc16.h 4d8a4b69a4 Add CRC16 support 11 years ago
crc32.h 4d8a4b69a4 Add CRC16 support 11 years ago
crc64.h 1d9546ac1b include/crc64.h: fix warning: integer constant is too large for its type 6 years ago
crc8.h 43dfbdb348 Battery monitor support (#404) 4 years ago
ctype.h 297c294c0f libc: Change ctype macro to normal function 4 years ago
debug.h d9d2fc0d0a debug: Reduce CONFIG_CPP_HAVE_VARARGS usage 4 years ago
dirent.h 67ef70d460 vfs/dirread: Should return the same file type as lstat 4 years ago
dlfcn.h cde88cabcc Run codespell -w with the latest dictonary again 4 years ago
dsp.h 06972c02f1 dps.h: Remove CONFIG_LIBM and CONFIG_ARCH_MATH_H 4 years ago
elf.h b932b653dd arch: Select 64bit elf base on the architecture characteristic 4 years ago
elf32.h 40c990f4f3 Add missing Elf_Addr typedef 4 years ago
elf64.h 40c990f4f3 Add missing Elf_Addr typedef 4 years ago
endian.h c68f44dc44 Fix typographical error in endian.h and resource.h 6 years ago
errno.h 3dca5eba15 Completes the Implementation of the TLS-based errno 4 years ago
fcntl.h a2d924eea4 syscall: Fix typo error in cvs and header file 4 years ago
fixedmath.h cde88cabcc Run codespell -w with the latest dictonary again 4 years ago
ftw.h b13f3212ad libc: Implement ftw and nftw function 4 years ago
grp.h 1af4c94391 libc/grp: Added stubbed implementations of getgrgid, getgrgid_r, getgrnam, getgrnam_r, and initgroups. These functions are essentially stubs pretending that NuttX supported groups and that the only configured group in the system was 'root' with gid 0. The intend is not to provide meaningful new features, but to ease porting of foreign source code to NuttX. 5 years ago
hex2bin.h 40179da030 Squashed commit of the following: 5 years ago
inttypes.h cde88cabcc Run codespell -w with the latest dictonary again 4 years ago
libgen.h c4acabaa74 In dlopen(), use the basename of the file as the module name 7 years ago
limits.h 57caa4e121 libc: Move MB_LEN_MAX from lib_wctob.c to limits.h 4 years ago
locale.h 5fbf52788f libc/locale: Add the mininal support for locale_t operation 4 years ago
lzf.h 80277d1630 Refine the preprocessor conditional guard style (#190) 4 years ago
malloc.h 3ea8d574fe mm: Implement malloc_usable_size 4 years ago
mqueue.h a2d924eea4 syscall: Fix typo error in cvs and header file 4 years ago
netdb.h 0b662d60fc libc/netdb: Add hostent_s to avoid the change of hostent 4 years ago
nxflat.h cde88cabcc Run codespell -w with the latest dictonary again 4 years ago
poll.h 5179fa9a64 drivers/serial/serial.c: Limit the number of times that the poll semaphore is incrmented. 5 years ago
pthread.h beb745ef92 sched/pthread: Implement pthread_attr_[get|set]detachstate 4 years ago
pwd.h f3c85bd253 libc/pwd: Added stubbed implementations 5 years ago
queue.h 8780c51cb3 include/queue.h: Add dq_tail marco 6 years ago
sched.h 82debdc213 Make task_init() and task_activate() internal OS functions. 4 years ago
semaphore.h 33ec242caf Implement proposed POSIX _clockwait variants of existing _timedwait functions 4 years ago
signal.h b3e01168db sched/signal: Add sighandler_t typedef 4 years ago
spawn.h a2d924eea4 syscall: Fix typo error in cvs and header file 4 years ago
stdbool.h d0ac00c2f5 include/stdbool.h: Define bool only when __cplusplus isn't defined. 5 years ago
stddef.h f90968ace4 stddef.h: Add max_align_t typedef 4 years ago
stdint.h 4fbbd2e3bf arch: Move PRIxMAX and SCNxMAX definition to include/stdint.h 4 years ago
stdio.h 60fe0a0f96 libc: Refine the inline handling 4 years ago
stdlib.h 1bca457b28 libc: Always declare getenv, link/symlink and atexit/on_exit 4 years ago
stdnoreturn.h 0617f0bfb2 stdnoreturn.h: remove C++11 dependency. Applies to C too. 7 years ago
string.h 7356b5a2ed libc: Implement strlcpy function 4 years ago
strings.h 5c67eac27f libc: Change index/rindex from macro to function 4 years ago
syscall.h beaa2e1c97 include/sys/syscall.h: System definitions should depend on CONFIG_LIB_SYSCALL not CONFIG_NUTTX_KERNEL 10 years ago
syslog.h 2b5ff17a85 setlogmask(): Add comments 4 years ago
termios.h 9f682056f9 Merged in masayuki2009/nuttx.nuttx/termios_branch (pull request #655) 6 years ago
threads.h 4f0957aca0 threads.h: Support mtx_timedlock and recursive mutex 4 years ago
time.h 6670bc2b27 libc/time: Implement tm::tm_gmtoff field 4 years ago
unistd.h 1bca457b28 libc: Always declare getenv, link/symlink and atexit/on_exit 4 years ago
uuid.h 6c03a4e4d5 libc: Add uuid implemenation 4 years ago
wchar.h 6f3cef856d libc: Add the remaining wscanf series declaration 4 years ago
wctype.h a2d924eea4 syscall: Fix typo error in cvs and header file 4 years ago