incubator-nuttx/libs/libc/misc
Xiang Xiao 663104a2e9 fs: Simplify sendfile implementation
and avoid call nx_ file API in the kernel space

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Id951ca161df2c2ee267dc4b5a0d7dfa67df4c1e6
2021-07-17 07:39:15 -03:00
..
Kconfig fs: Simplify sendfile implementation 2021-07-17 07:39:15 -03:00
Make.defs fs: Simplify sendfile implementation 2021-07-17 07:39:15 -03:00
lib_crc8.c Increase the function of crc8 to use custom polynomials 2021-07-12 20:33:21 -07:00
lib_crc8ccitt.c Increase the function of crc8 to use custom polynomials 2021-07-12 20:33:21 -07:00
lib_crc8table.c Increase the function of crc8 to use custom polynomials 2021-07-12 20:33:21 -07:00
lib_crc16.c libs: fix nxstyle errors 2021-04-02 11:12:25 -05:00
lib_crc32.c libs: fix nxstyle errors 2021-04-02 11:12:25 -05:00
lib_crc64.c
lib_debug.c libs: Gregory Nutt: update licenses to Apache 2021-04-02 11:12:25 -05:00
lib_dumpbuffer.c
lib_dumpvbuffer.c
lib_envpath.c libs: Gregory Nutt: update licenses to Apache 2021-04-02 11:12:25 -05:00
lib_filesem.c libs: Gregory Nutt: update licenses to Apache 2021-04-02 11:12:25 -05:00
lib_kbddecode.c NuttX: Gregory Nutt: update licenses to Apache 2021-04-03 04:20:31 -07:00
lib_kbdencode.c NuttX: Fix nxtyle errors 2021-04-03 04:20:31 -07:00
lib_match.c
lib_mkfifo.c libs: Gregory Nutt: update licenses to Apache 2021-04-02 11:12:25 -05:00
lib_ncompress.c libs: fix nxstyle errors 2021-04-02 11:12:25 -05:00
lib_slcddecode.c NuttX: Gregory Nutt: update licenses to Apache 2021-04-03 04:20:31 -07:00
lib_slcdencode.c NuttX: Gregory Nutt: update licenses to Apache 2021-04-03 04:20:31 -07:00
lib_stream.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
lib_streamsem.c libs: Gregory Nutt: update licenses to Apache 2021-04-02 11:12:25 -05:00
lib_tea_decrypt.c libs: Gregory Nutt: update licenses to Apache 2021-04-02 11:12:25 -05:00
lib_tea_encrypt.c libs: Gregory Nutt: update licenses to Apache 2021-04-02 11:12:25 -05:00
lib_uadd32x64.c libs: Gregory Nutt: update licenses to Apache 2021-04-02 11:12:25 -05:00
lib_uadd64.c libs: Gregory Nutt: update licenses to Apache 2021-04-02 11:12:25 -05:00
lib_umask.c fs: Move umask to task_info_s 2021-07-14 10:35:15 -03:00
lib_umul32.c libs: Gregory Nutt: update licenses to Apache 2021-04-02 11:12:25 -05:00
lib_umul32x64.c libs: Gregory Nutt: update licenses to Apache 2021-04-02 11:12:25 -05:00
lib_umul64.c libs: Gregory Nutt: update licenses to Apache 2021-04-02 11:12:25 -05:00
lib_usub64.c libs: Gregory Nutt: update licenses to Apache 2021-04-02 11:12:25 -05:00
lib_usub64x32.c libs: Gregory Nutt: update licenses to Apache 2021-04-02 11:12:25 -05:00
lib_utsname.c
lib_xorshift128.c