nuttx/libc/misc
2018-03-04 08:07:07 -06:00
..
Kconfig
lib_crc8.c
lib_crc16.c
lib_crc32.c
lib_crc64.c
lib_debug.c Per OpenGroup.org, syslog -- and, hence, nonstandard vsyslog, and debug wrappers -- does not return a value. Rename _vsyslog to nx_vsyslog. Use internal nx_vsyslog in the few cases where a return value is required. 2018-03-04 08:07:07 -06:00
lib_dumpbuffer.c
lib_filesem.c Merged in hardlulz/modem-3.0-nuttx/fix-sem-EINTR (pull request #603) 2018-02-20 18:24:53 +00:00
lib_ioctl.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lib_kbddecode.c
lib_kbdencode.c
lib_match.c
lib_mkfifo.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lib_ncompress.c sched/sched: SMP: Fix this_task() to be an atomic operation. In the previous implementation, this_task() was defined in sched.h by using just a macro current_task(this_cpu()). However, I found that this is not atomic and actually sometimes switching CPU happened in executing the macro when we tested audio steaming plus executing commands via telnet. This change resolves this issue by implementing atomic this_task()in sched_thistask.c which is newly introduced. 2018-02-04 16:59:09 -06:00
lib_sendfile.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lib_slcddecode.c
lib_slcdencode.c
lib_stream.c
lib_streamsem.c Merged in hardlulz/modem-3.0-nuttx/fix-sem-EINTR (pull request #603) 2018-02-20 18:24:53 +00:00
lib_tea_decrypt.c
lib_tea_encrypt.c
lib_uadd32x64.c
lib_uadd64.c
lib_umul32.c
lib_umul32x64.c
lib_umul64.c
lib_usub64.c
lib_usub64x32.c
lib_utsname.c
lib_xorshift128.c
Make.defs