History log of /third_party/musl/porting/liteos_a/kernel/ (Results 1 - 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
570af30224-Oct-2024 openharmony_ci <120357966@qq.com>

!1772 enable jemalloc tsd in asan/hwasan
Merge pull request !1772 from 李月关/asanmusl


include/alloca.h
include/arpa/inet.h
include/assert.h
include/atomic_arch.h
include/bits/alltypes.h
include/bits/dirent.h
include/bits/errno.h
include/bits/fcntl.h
include/bits/fenv.h
include/bits/float.h
include/bits/ioctl.h
include/bits/ioctl_fix.h
include/bits/ipc.h
include/bits/ipcstat.h
include/bits/limits.h
include/bits/mman.h
include/bits/poll.h
include/bits/posix.h
include/bits/resource.h
include/bits/shm.h
include/bits/signal.h
include/bits/socket.h
include/bits/stat.h
include/bits/statfs.h
include/bits/stdint.h
include/bits/syscall.h
include/bits/termios.h
include/byteswap.h
include/complex.h
include/ctype.h
include/dirent.h
include/endian.h
include/errno.h
include/fcntl.h
include/features.h
include/fenv.h
include/float.h
include/fp_arch.h
include/ifaddrs.h
include/inttypes.h
include/langinfo.h
include/limits.h
include/locale.h
include/math.h
include/net/ethernet.h
include/net/if.h
include/net/if_arp.h
include/net/route.h
include/netdb.h
include/netinet/icmp6.h
include/netinet/if_ether.h
include/netinet/in.h
include/netinet/ip.h
include/netinet/ip6.h
include/netinet/ip_icmp.h
include/netinet/tcp.h
include/netpacket/packet.h
include/nl_types.h
include/poll.h
include/pthread.h
include/sched.h
include/semaphore.h
include/signal.h
include/stdalign.h
include/stdarg.h
include/stdbool.h
include/stddef.h
include/stdint.h
include/stdio.h
include/stdlib.h
include/string.h
include/strings.h
include/sys/errno.h
include/sys/ioctl.h
include/sys/ipc.h
include/sys/kstat.h
include/sys/mman.h
include/sys/mount.h
include/sys/param.h
include/sys/poll.h
include/sys/prctl.h
include/sys/reboot.h
include/sys/resource.h
include/sys/select.h
include/sys/shm.h
include/sys/socket.h
include/sys/stat.h
include/sys/statfs.h
include/sys/statvfs.h
include/sys/syscall.h
include/sys/termios.h
include/sys/time.h
include/sys/times.h
include/sys/types.h
include/sys/uio.h
include/sys/utsname.h
include/sys/vfs.h
include/sys/wait.h
include/syscall.h
include/sysinfo.h
include/termios.h
include/time.h
include/unistd.h
include/utime.h
include/wchar.h
include/wctype.h
musl.gni
src/ctype/__ctype_get_mb_cur_max.c
src/ctype/isalpha.c
src/ctype/isdigit.c
src/ctype/islower.c
src/ctype/isspace.c
src/ctype/isupper.c
src/ctype/isxdigit.c
src/ctype/tolower.c
src/ctype/toupper.c
src/dirent/__dirent.h
src/errno/__strerror.h
src/errno/strerror.c
src/exit/assert.c
src/fenv/fenv.c
src/include/arpa/inet.h
src/include/features.h
src/include/langinfo.h
src/include/stdio.h
src/include/string.h
src/include/sys/mman.h
src/include/time.h
src/include/unistd.h
src/internal/atomic.h
src/internal/floatscan.c
src/internal/floatscan.h
src/internal/intscan.c
src/internal/intscan.h
src/internal/libc.h
src/internal/libm.h
src/internal/locale_impl.h
src/internal/pthread_impl.h
src/internal/shgetc.c
src/internal/shgetc.h
src/internal/stdio_impl.h
src/linux/stime.c
src/locale/__lctrans.c
src/locale/__mo_lookup.c
src/locale/c_locale.c
src/locale/langinfo.c
src/locale/locale_map.c
src/math/__cos.c
src/math/__cosdf.c
src/math/__cosl.c
src/math/__expo2.c
src/math/__expo2f.c
src/math/__fpclassify.c
src/math/__fpclassifyf.c
src/math/__fpclassifyl.c
src/math/__invtrigl.c
src/math/__invtrigl.h
src/math/__math_divzero.c
src/math/__math_divzerof.c
src/math/__math_invalid.c
src/math/__math_invalidf.c
src/math/__math_invalidl.c
src/math/__math_oflow.c
src/math/__math_oflowf.c
src/math/__math_uflow.c
src/math/__math_uflowf.c
src/math/__math_xflow.c
src/math/__math_xflowf.c
src/math/__polevll.c
src/math/__rem_pio2.c
src/math/__rem_pio2_large.c
src/math/__rem_pio2f.c
src/math/__rem_pio2l.c
src/math/__signbit.c
src/math/__signbitf.c
src/math/__signbitl.c
src/math/__sin.c
src/math/__sindf.c
src/math/__sinl.c
src/math/__tan.c
src/math/__tandf.c
src/math/__tanl.c
src/math/acos.c
src/math/acosf.c
src/math/acosh.c
src/math/acoshf.c
src/math/acoshl.c
src/math/acosl.c
src/math/arm/fabs.c
src/math/arm/fabsf.c
src/math/arm/fma.c
src/math/arm/fmaf.c
src/math/arm/sqrt.c
src/math/arm/sqrtf.c
src/math/asin.c
src/math/asinf.c
src/math/asinh.c
src/math/asinhf.c
src/math/asinhl.c
src/math/asinl.c
src/math/atan.c
src/math/atan2.c
src/math/atan2f.c
src/math/atan2l.c
src/math/atanf.c
src/math/atanh.c
src/math/atanhf.c
src/math/atanhl.c
src/math/atanl.c
src/math/cbrt.c
src/math/cbrtf.c
src/math/cbrtl.c
src/math/ceil.c
src/math/ceilf.c
src/math/ceill.c
src/math/copysign.c
src/math/copysignf.c
src/math/copysignl.c
src/math/cos.c
src/math/cosf.c
src/math/cosh.c
src/math/coshf.c
src/math/coshl.c
src/math/cosl.c
src/math/erf.c
src/math/erff.c
src/math/erfl.c
src/math/exp.c
src/math/exp10.c
src/math/exp10f.c
src/math/exp10l.c
src/math/exp2.c
src/math/exp2f.c
src/math/exp2f_data.c
src/math/exp2f_data.h
src/math/exp2l.c
src/math/exp_data.c
src/math/exp_data.h
src/math/expf.c
src/math/expl.c
src/math/expm1.c
src/math/expm1f.c
src/math/expm1l.c
src/math/fabs.c
src/math/fabsf.c
src/math/fabsl.c
src/math/fdim.c
src/math/fdimf.c
src/math/fdiml.c
src/math/finite.c
src/math/finitef.c
src/math/floor.c
src/math/floorf.c
src/math/floorl.c
src/math/fma.c
src/math/fmaf.c
src/math/fmal.c
src/math/fmax.c
src/math/fmaxf.c
src/math/fmaxl.c
src/math/fmin.c
src/math/fminf.c
src/math/fminl.c
src/math/fmod.c
src/math/fmodf.c
src/math/fmodl.c
src/math/frexp.c
src/math/frexpf.c
src/math/frexpl.c
src/math/hypot.c
src/math/hypotf.c
src/math/hypotl.c
src/math/ilogb.c
src/math/ilogbf.c
src/math/ilogbl.c
src/math/j0.c
src/math/j0f.c
src/math/j1.c
src/math/j1f.c
src/math/jn.c
src/math/jnf.c
src/math/ldexp.c
src/math/ldexpf.c
src/math/ldexpl.c
src/math/lgamma.c
src/math/lgamma_r.c
src/math/lgammaf.c
src/math/lgammaf_r.c
src/math/lgammal.c
src/math/llrint.c
src/math/llrintf.c
src/math/llrintl.c
src/math/llround.c
src/math/llroundf.c
src/math/llroundl.c
src/math/log.c
src/math/log10.c
src/math/log10f.c
src/math/log10l.c
src/math/log1p.c
src/math/log1pf.c
src/math/log1pl.c
src/math/log2.c
src/math/log2_data.c
src/math/log2_data.h
src/math/log2f.c
src/math/log2f_data.c
src/math/log2f_data.h
src/math/log2l.c
src/math/log_data.c
src/math/log_data.h
src/math/logb.c
src/math/logbf.c
src/math/logbl.c
src/math/logf.c
src/math/logf_data.c
src/math/logf_data.h
src/math/logl.c
src/math/lrint.c
src/math/lrintf.c
src/math/lrintl.c
src/math/lround.c
src/math/lroundf.c
src/math/lroundl.c
src/math/modf.c
src/math/modff.c
src/math/modfl.c
src/math/nan.c
src/math/nanf.c
src/math/nanl.c
src/math/nearbyint.c
src/math/nearbyintf.c
src/math/nearbyintl.c
src/math/nextafter.c
src/math/nextafterf.c
src/math/nextafterl.c
src/math/nexttoward.c
src/math/nexttowardf.c
src/math/nexttowardl.c
src/math/pow.c
src/math/pow_data.c
src/math/pow_data.h
src/math/powf.c
src/math/powf_data.c
src/math/powf_data.h
src/math/powl.c
src/math/remainder.c
src/math/remainderf.c
src/math/remainderl.c
src/math/remquo.c
src/math/remquof.c
src/math/remquol.c
src/math/rint.c
src/math/rintf.c
src/math/rintl.c
src/math/round.c
src/math/roundf.c
src/math/roundl.c
src/math/scalb.c
src/math/scalbf.c
src/math/scalbln.c
src/math/scalblnf.c
src/math/scalblnl.c
src/math/scalbn.c
src/math/scalbnf.c
src/math/scalbnl.c
src/math/signgam.c
src/math/significand.c
src/math/significandf.c
src/math/sin.c
src/math/sincos.c
src/math/sincosf.c
src/math/sincosl.c
src/math/sinf.c
src/math/sinh.c
src/math/sinhf.c
src/math/sinhl.c
src/math/sinl.c
src/math/sqrt.c
src/math/sqrt_data.c
src/math/sqrt_data.h
src/math/sqrtf.c
src/math/sqrtl.c
src/math/tan.c
src/math/tanf.c
src/math/tanh.c
src/math/tanhf.c
src/math/tanhl.c
src/math/tanl.c
src/math/tgamma.c
src/math/tgammaf.c
src/math/tgammal.c
src/math/trunc.c
src/math/truncf.c
src/math/truncl.c
src/multibyte/internal.c
src/multibyte/internal.h
src/multibyte/mbtowc.c
src/multibyte/wcrtomb.c
src/multibyte/wctomb.c
src/network/htonl.c
src/network/htons.c
src/network/ntohl.c
src/network/ntohs.c
src/prng/random.c
src/stdio/__fdopen.c
src/stdio/__fmodeflags.c
src/stdio/__lockfile.c
src/stdio/__overflow.c
src/stdio/__stdio_close.c
src/stdio/__stdio_read.c
src/stdio/__stdio_seek.c
src/stdio/__stdio_write.c
src/stdio/__stdout_write.c
src/stdio/__toread.c
src/stdio/__towrite.c
src/stdio/__uflow.c
src/stdio/fclose.c
src/stdio/feof.c
src/stdio/fflush.c
src/stdio/fgetc.c
src/stdio/fopen.c
src/stdio/fprintf.c
src/stdio/fputc.c
src/stdio/fputs.c
src/stdio/fread.c
src/stdio/fseek.c
src/stdio/ftell.c
src/stdio/fwrite.c
src/stdio/getc.h
src/stdio/ofl.c
src/stdio/ofl_add.c
src/stdio/perror.c
src/stdio/printf.c
src/stdio/putc.h
src/stdio/puts.c
src/stdio/remove.c
src/stdio/setvbuf.c
src/stdio/snprintf.c
src/stdio/sprintf.c
src/stdio/stderr.c
src/stdio/stdout.c
src/stdio/ungetc.c
src/stdio/vfprintf.c
src/stdio/vprintf.c
src/stdio/vsnprintf.c
src/stdio/vsprintf.c
src/stdlib/abs.c
src/stdlib/atoi.c
src/stdlib/strtod.c
src/stdlib/strtol.c
src/string/bzero.c
src/string/memchr.c
src/string/memcpy.c
src/string/memmove.c
src/string/memrchr.c
src/string/stpcpy.c
src/string/stpncpy.c
src/string/strcasecmp.c
src/string/strcasestr.c
src/string/strcat.c
src/string/strchr.c
src/string/strchrnul.c
src/string/strcmp.c
src/string/strcpy.c
src/string/strcspn.c
src/string/strdup.c
src/string/strerror_r.c
src/string/strlcat.c
src/string/strlcpy.c
src/string/strlen.c
src/string/strncasecmp.c
src/string/strncat.c
src/string/strncmp.c
src/string/strncpy.c
src/string/strndup.c
src/string/strnlen.c
src/string/strpbrk.c
src/string/strrchr.c
src/string/strsep.c
src/string/strspn.c
src/string/strstr.c
src/string/strtok.c
src/string/strtok_r.c
src/time/__month_to_secs.c
src/time/__secs_to_tm.c
src/time/__tm_to_secs.c
src/time/__tz.c
src/time/__year_to_secs.c
src/time/asctime.c
src/time/asctime_r.c
src/time/ctime.c
src/time/ctime_r.c
src/time/gmtime.c
src/time/gmtime_r.c
src/time/localtime.c
src/time/localtime_r.c
src/time/mktime.c
src/time/strftime.c
src/time/strptime.c
src/time/time_impl.h