.. |
CMakeLists.txt
|
libc: add support for reallocarray
|
2024-04-17 11:36:39 -03:00 |
Kconfig
|
libc:Add macro restrictions to code that uses floating point numbers
|
2024-08-21 13:33:45 +08:00 |
Make.defs
|
libc: add support for reallocarray
|
2024-04-17 11:36:39 -03:00 |
lib_abort.c
|
lib_abort.c: Change call to userspace exit() into syscall _exit()
|
2023-02-22 01:10:39 +08:00 |
lib_abs.c
|
libs: nxstyle fixes
|
2021-03-03 18:52:53 -08:00 |
lib_aligned_alloc.c
|
add #undef for some libc function
|
2021-07-14 15:09:58 -03:00 |
lib_atexit.c
|
libc: Move on_exit and __cxa_atexit in lib_atexit.c
|
2023-01-25 14:31:37 +02:00 |
lib_atof.c
|
libc: Refine the inline handling
|
2020-07-04 11:10:29 +09:00 |
lib_atoi.c
|
add #undef for some libc function
|
2021-07-14 15:09:58 -03:00 |
lib_atol.c
|
add #undef for some libc function
|
2021-07-14 15:09:58 -03:00 |
lib_atoll.c
|
libc: Refine the inline handling
|
2020-07-04 11:10:29 +09:00 |
lib_bsearch.c
|
This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now.
|
2018-05-29 13:21:26 -06:00 |
lib_checkbase.c
|
libc/stdlib: Refine octal check of lib_checkbase()
|
2024-09-15 10:11:42 +08:00 |
lib_div.c
|
Fix various typos in comments and documentation
|
2021-07-04 11:23:26 -05:00 |
lib_exit.c
|
pthread_cleanup: move clenup down to tls
|
2024-09-14 20:15:12 +08:00 |
lib_getprogname.c
|
sched/tls: drop ta_argv and g_idleargv
|
2024-06-23 22:24:19 +08:00 |
lib_itoa.c
|
libs: fix nxstyle errors
|
2021-04-02 11:12:25 -05:00 |
lib_labs.c
|
libs: nxstyle fixes
|
2021-03-03 18:52:53 -08:00 |
lib_ldiv.c
|
Fix various typos in comments and documentation
|
2021-07-04 11:23:26 -05:00 |
lib_llabs.c
|
libs: nxstyle fixes
|
2021-03-03 18:52:53 -08:00 |
lib_lldiv.c
|
Fix various typos in comments and documentation
|
2021-07-04 11:23:26 -05:00 |
lib_mblen.c
|
libc/wchar: remove unnecessary config
|
2022-07-27 00:36:49 +08:00 |
lib_mbstowcs.c
|
libc/wchar: remove unnecessary config
|
2022-07-27 00:36:49 +08:00 |
lib_mbtowc.c
|
libc/wchar: support wchar
|
2022-07-27 00:36:49 +08:00 |
lib_mkdtemp.c
|
libs/libc/stdlib: Implement mkdtemp(3) syscall
|
2020-09-19 04:16:14 -07:00 |
lib_mkstemp.c
|
mkstemp: permission 0666 to 0600
|
2024-07-02 02:56:05 +08:00 |
lib_mktemp.c
|
Replace nxsem API when used as a lock with nxmutex API
|
2022-10-17 15:59:46 +09:00 |
lib_openpty.c
|
nuttx: use sizeof instead of define or number in snprintf
|
2024-08-25 19:22:15 +08:00 |
lib_posix_memalign.c
|
add #undef for some libc function
|
2021-07-14 15:09:58 -03:00 |
lib_ptsname.c
|
libc/pty: Make ptsname[_r] support PSEUDOTERM_BSD config too
|
2021-05-07 16:35:20 -03:00 |
lib_ptsnamer.c
|
libc/pty: Make ptsname[_r] support PSEUDOTERM_BSD config too
|
2021-05-07 16:35:20 -03:00 |
lib_qsort.c
|
nuttx: resolve various 'FAR' and 'CODE' issues
|
2024-08-26 10:21:03 +08:00 |
lib_rand.c
|
libs: Author Gregory Nutt: update licenses to Apache
|
2021-03-03 18:52:53 -08:00 |
lib_rand48.c
|
stdlib: generate uniformly distributed pseudo-random numbers
|
2023-01-04 20:53:05 +08:00 |
lib_reallocarray.c
|
libc: add support for reallocarray
|
2024-04-17 11:36:39 -03:00 |
lib_realpath.c
|
api:add lib_realpath function
|
2024-08-22 15:24:48 +08:00 |
lib_srand.c
|
libc:Add macro restrictions to code that uses floating point numbers
|
2024-08-21 13:33:45 +08:00 |
lib_strtol.c
|
libs: Gregory Nutt: update licenses to Apache
|
2021-04-02 11:12:25 -05:00 |
lib_strtold.c
|
libc:Add macro restrictions to code that uses floating point numbers
|
2024-08-21 13:33:45 +08:00 |
lib_strtoll.c
|
libs: Author Gregory Nutt: update licenses to Apache
|
2021-03-03 18:52:53 -08:00 |
lib_strtoul.c
|
libc/stdlib: If there were no digits at all, strtoul() stores the original value of nptr in *endptr (and returns 0).
|
2024-09-15 10:11:42 +08:00 |
lib_strtoull.c
|
libs/libc/stdlib: fix strtoul,strtoull bugs when value outside range
|
2023-07-10 19:07:27 +03:00 |
lib_unlockpt.c
|
libs: Author Gregory Nutt: update licenses to Apache
|
2021-03-03 18:52:53 -08:00 |
lib_valloc.c
|
add #undef for some libc function
|
2021-07-14 15:09:58 -03:00 |
lib_wcstombs.c
|
libc/wchar: remove unnecessary config
|
2022-07-27 00:36:49 +08:00 |
lib_wctomb.c
|
libc/wchar: support wchar
|
2022-07-27 00:36:49 +08:00 |