├── .gitignore ├── COPYING.LIB ├── COPYING.LIB.boilerplate ├── INSTALL ├── MAINTAINERS ├── Makefile ├── Makefile.help ├── Makefile.in ├── Makerules ├── README ├── Rules.mak ├── docs ├── Glibc_vs_uClibc_Differences.txt ├── crt.txt ├── defines.txt ├── porting.txt ├── uClibc_vs_SuSv3.txt └── wchar_and_locale.txt ├── extra ├── Configs │ ├── Config.aarch64 │ ├── Config.alpha │ ├── Config.arc │ ├── Config.arm │ ├── Config.avr32 │ ├── Config.bfin │ ├── Config.c6x │ ├── Config.cris │ ├── Config.csky │ ├── Config.frv │ ├── Config.h8300 │ ├── Config.hppa │ ├── Config.i386 │ ├── Config.ia64 │ ├── Config.in │ ├── Config.in.arch │ ├── Config.kvx │ ├── Config.lm32 │ ├── Config.m68k │ ├── Config.metag │ ├── Config.microblaze │ ├── Config.mips │ ├── Config.nds32 │ ├── Config.nios2 │ ├── Config.or1k │ ├── Config.powerpc │ ├── Config.riscv32 │ ├── Config.riscv64 │ ├── Config.sh │ ├── Config.sparc │ ├── Config.sparc64 │ ├── Config.tile │ ├── Config.x86_64 │ ├── Config.xtensa │ └── defconfigs │ │ ├── alpha │ │ └── defconfig │ │ ├── arc │ │ └── defconfig │ │ ├── arm │ │ └── defconfig │ │ ├── avr32 │ │ └── defconfig │ │ ├── bfin │ │ └── defconfig │ │ ├── cris │ │ └── defconfig │ │ ├── csky │ │ └── defconfig │ │ ├── frv │ │ └── defconfig │ │ ├── h8300 │ │ └── defconfig │ │ ├── hppa │ │ └── defconfig │ │ ├── i386 │ │ └── defconfig │ │ ├── ia64 │ │ └── defconfig │ │ ├── kvx │ │ └── defconfig │ │ ├── lm32 │ │ ├── m68k │ │ └── defconfig │ │ ├── metag │ │ └── defconfig │ │ ├── microblaze │ │ └── defconfig │ │ ├── mips │ │ └── defconfig │ │ ├── nds32 │ │ └── defconfig │ │ ├── nios2 │ │ └── defconfig │ │ ├── or1k │ │ └── defconfig │ │ ├── powerpc │ │ └── defconfig │ │ ├── sh │ │ └── defconfig │ │ ├── sparc │ │ └── defconfig │ │ └── x86_64 │ │ └── defconfig ├── Makefile ├── Makefile.in ├── config │ ├── .gitignore │ ├── Makefile │ ├── Makefile.kconfig │ ├── POTFILES.in │ ├── README.uClibc │ ├── check.sh │ ├── conf.c │ ├── confdata.c │ ├── expr.c │ ├── expr.h │ ├── gconf.c │ ├── gconf.glade │ ├── images.c │ ├── kconfig-language.txt │ ├── kconfig-to-uclibc.tar.gz │ ├── kxgettext.c │ ├── list.h │ ├── lkc.h │ ├── lkc_proto.h │ ├── lxdialog │ │ ├── .gitignore │ │ ├── BIG.FAT.WARNING │ │ ├── check-lxdialog.sh │ │ ├── checklist.c │ │ ├── dialog.h │ │ ├── inputbox.c │ │ ├── menubox.c │ │ ├── textbox.c │ │ ├── util.c │ │ └── yesno.c │ ├── mconf.c │ ├── menu.c │ ├── merge_config.sh │ ├── nconf.c │ ├── nconf.gui.c │ ├── nconf.h │ ├── qconf.cc │ ├── qconf.h │ ├── streamline_config.pl │ ├── symbol.c │ ├── util.c │ ├── zconf.gperf │ ├── zconf.hash.c_shipped │ ├── zconf.l │ ├── zconf.lex.c_shipped │ ├── zconf.tab.c_shipped │ └── zconf.y ├── locale │ ├── .gitignore │ ├── LOCALES │ ├── Makefile │ ├── Makefile.in │ ├── README │ ├── charmaps │ │ ├── ARMSCII-8.pairs │ │ ├── ASCII.pairs │ │ ├── CP1251.pairs │ │ ├── CP1255.pairs │ │ ├── GEORGIAN-PS.pairs │ │ ├── ISO-8859-1.pairs │ │ ├── ISO-8859-10.pairs │ │ ├── ISO-8859-13.pairs │ │ ├── ISO-8859-14.pairs │ │ ├── ISO-8859-15.pairs │ │ ├── ISO-8859-16.pairs │ │ ├── ISO-8859-2.pairs │ │ ├── ISO-8859-3.pairs │ │ ├── ISO-8859-4.pairs │ │ ├── ISO-8859-5.pairs │ │ ├── ISO-8859-6.pairs │ │ ├── ISO-8859-7.pairs │ │ ├── ISO-8859-8.pairs │ │ ├── ISO-8859-9.pairs │ │ ├── KOI8-R.pairs │ │ ├── KOI8-T.pairs │ │ ├── KOI8-U.pairs │ │ └── TIS-620.pairs │ ├── collation │ │ ├── af_ZA │ │ ├── am_ET │ │ ├── ar_AE │ │ ├── ar_BH │ │ ├── ar_DZ │ │ ├── ar_EG │ │ ├── ar_IN │ │ ├── ar_IQ │ │ ├── ar_JO │ │ ├── ar_KW │ │ ├── ar_LB │ │ ├── ar_LY │ │ ├── ar_MA │ │ ├── ar_OM │ │ ├── ar_QA │ │ ├── ar_SA │ │ ├── ar_SD │ │ ├── ar_SY │ │ ├── ar_TN │ │ ├── ar_YE │ │ ├── az_AZ │ │ ├── be_BY │ │ ├── bg_BG │ │ ├── bn_BD │ │ ├── bn_IN │ │ ├── br_FR │ │ ├── bs_BA │ │ ├── ca_ES │ │ ├── comm │ │ ├── cs_CZ │ │ ├── cy_GB │ │ ├── da_DK │ │ ├── de_AT │ │ ├── de_BE │ │ ├── de_CH │ │ ├── de_DE │ │ ├── de_LU │ │ ├── el_GR │ │ ├── en_AU │ │ ├── en_BW │ │ ├── en_CA │ │ ├── en_DK │ │ ├── en_GB │ │ ├── en_HK │ │ ├── en_IE │ │ ├── en_IN │ │ ├── en_NZ │ │ ├── en_PH │ │ ├── en_SG │ │ ├── en_US │ │ ├── en_ZA │ │ ├── en_ZW │ │ ├── eo_EO │ │ ├── es_AR │ │ ├── es_BO │ │ ├── es_CL │ │ ├── es_CO │ │ ├── es_CR │ │ ├── es_DO │ │ ├── es_EC │ │ ├── es_ES │ │ ├── es_GT │ │ ├── es_HN │ │ ├── es_MX │ │ ├── es_NI │ │ ├── es_PA │ │ ├── es_PE │ │ ├── es_PR │ │ ├── es_PY │ │ ├── es_SV │ │ ├── es_US │ │ ├── es_UY │ │ ├── es_VE │ │ ├── et_EE │ │ ├── eu_ES │ │ ├── fa_IR │ │ ├── fi_FI │ │ ├── fo_FO │ │ ├── fr_BE │ │ ├── fr_CA │ │ ├── fr_CH │ │ ├── fr_FR │ │ ├── fr_LU │ │ ├── ga_IE │ │ ├── gd_GB │ │ ├── gl_ES │ │ ├── gv_GB │ │ ├── he_IL │ │ ├── hi_IN │ │ ├── hr_HR │ │ ├── hu_HU │ │ ├── hy_AM │ │ ├── id_ID │ │ ├── is_IS │ │ ├── iso14651_t1 │ │ ├── it_CH │ │ ├── it_IT │ │ ├── iw_IL │ │ ├── ja_JP │ │ ├── ka_GE │ │ ├── kl_GL │ │ ├── ko_KR │ │ ├── kw_GB │ │ ├── lt_LT │ │ ├── lv_LV │ │ ├── mi_NZ │ │ ├── mk_MK │ │ ├── mr_IN │ │ ├── ms_MY │ │ ├── mt_MT │ │ ├── nl_BE │ │ ├── nl_NL │ │ ├── nn_NO │ │ ├── no_NO │ │ ├── oc_FR │ │ ├── pl_PL │ │ ├── pt_BR │ │ ├── pt_PT │ │ ├── ro_RO │ │ ├── ru_RU │ │ ├── ru_UA │ │ ├── se_NO │ │ ├── sk_SK │ │ ├── sl_SI │ │ ├── sq_AL │ │ ├── sr_YU │ │ ├── sv_FI │ │ ├── sv_SE │ │ ├── ta_IN │ │ ├── te_IN │ │ ├── tg_TJ │ │ ├── th_TH │ │ ├── ti_ER │ │ ├── ti_ET │ │ ├── tl_PH │ │ ├── tr_TR │ │ ├── tt_RU │ │ ├── uk_UA │ │ ├── ur_PK │ │ ├── uz_UZ │ │ ├── vi_VN │ │ ├── wa_BE │ │ ├── yi_US │ │ ├── zh_CN │ │ ├── zh_HK │ │ ├── zh_SG │ │ └── zh_TW │ ├── gen_collate.c │ ├── gen_ldc.c │ ├── gen_locale.c │ ├── gen_mmap.c │ ├── gen_wc8bit.c │ ├── gen_wctype.c │ ├── lmmtolso.c │ ├── locale_mmap.h │ ├── programs │ │ ├── categories.def │ │ └── locale.c │ └── tst_nl_langinfo.c └── scripts │ ├── .gitignore │ ├── MAKEALL │ ├── Makefile.arch.lvl3 │ ├── Makefile.arch.lvl4 │ ├── Makefile.libs.lvl0 │ ├── Makefile.libs.lvl1 │ ├── Makefile.libs.lvl2 │ ├── Makefile.objs.lvl2 │ ├── Makefile.objs.lvl3 │ ├── Makefile.objs.lvl4 │ ├── Makefile.utils.lvl1 │ ├── conf-header.sh │ ├── cppcheck.sh │ ├── create_makefiles.sh │ ├── defs.awk │ ├── findC.pl │ ├── format.lds │ ├── gen-as-const.awk │ ├── gen_bits_syscall_h.sh │ ├── getent │ ├── install_headers.sh │ ├── none.lds │ ├── randconfig.sh │ ├── relative_path.sh │ ├── relinfo.pl │ ├── unifdef.c │ ├── unifdef.h │ ├── unifdef.test │ └── version.h ├── include ├── .gitignore ├── _lfs_64.h ├── a.out.h ├── alloca.h ├── ar.h ├── argp.h ├── arpa │ ├── ftp.h │ ├── inet.h │ ├── nameser.h │ ├── nameser_compat.h │ ├── telnet.h │ └── tftp.h ├── assert.h ├── atomic.h ├── byteswap.h ├── cancel.h ├── complex.h ├── cpio.h ├── crypt.h ├── ctype.h ├── dirent.h ├── dlfcn.h ├── elf.h ├── endian.h ├── err.h ├── errno.h ├── error.h ├── execinfo.h ├── fcntl.h ├── features.h ├── fenv.h ├── fnmatch.h ├── fts.h ├── ftw.h ├── getopt.h ├── glob.h ├── gnu-versions.h ├── gnu │ └── libc-version.h ├── grp.h ├── iconv.h ├── ieee754.h ├── ifaddrs.h ├── internal │ ├── parse_config.h │ ├── time64_helpers.h │ └── utmp.h ├── inttypes.h ├── langinfo.h ├── lastlog.h ├── libc-internal.h ├── libc-symbols.h ├── libgen.h ├── libintl.h ├── limits.h ├── link.h ├── locale.h ├── malloc.h ├── math.h ├── memory.h ├── mntent.h ├── mqueue.h ├── net │ ├── ethernet.h │ ├── if.h │ ├── if_arp.h │ ├── if_packet.h │ ├── if_ppp.h │ ├── if_shaper.h │ ├── if_slip.h │ ├── ppp-comp.h │ ├── ppp_defs.h │ └── route.h ├── netax25 │ └── ax25.h ├── netdb.h ├── neteconet │ └── ec.h ├── netinet │ ├── ether.h │ ├── icmp6.h │ ├── if_ether.h │ ├── if_fddi.h │ ├── if_tr.h │ ├── igmp.h │ ├── in.h │ ├── in_systm.h │ ├── ip.h │ ├── ip6.h │ ├── ip_icmp.h │ ├── tcp.h │ └── udp.h ├── netipx │ └── ipx.h ├── netpacket │ └── packet.h ├── nl_types.h ├── paths.h ├── poll.h ├── printf.h ├── protocols │ ├── routed.h │ ├── rwhod.h │ ├── talkd.h │ └── timed.h ├── pty.h ├── pwd.h ├── regex.h ├── regexp.h ├── resolv.h ├── sched.h ├── scsi │ ├── scsi.h │ ├── scsi_ioctl.h │ └── sg.h ├── search.h ├── setjmp.h ├── sgtty.h ├── shadow.h ├── signal.h ├── spawn.h ├── stdint.h ├── stdio.h ├── stdio_ext.h ├── stdlib.h ├── string.h ├── strings.h ├── sys │ ├── auxv.h │ ├── bitypes.h │ ├── cdefs.h │ ├── dir.h │ ├── errno.h │ ├── fcntl.h │ ├── file.h │ ├── fsuid.h │ ├── ioctl.h │ ├── ipc.h │ ├── kd.h │ ├── kdaemon.h │ ├── klog.h │ ├── mman.h │ ├── mount.h │ ├── msg.h │ ├── mtio.h │ ├── param.h │ ├── personality.h │ ├── poll.h │ ├── queue.h │ ├── quota.h │ ├── reboot.h │ ├── resource.h │ ├── select.h │ ├── sem.h │ ├── sendfile.h │ ├── shm.h │ ├── signal.h │ ├── socket.h │ ├── socketvar.h │ ├── soundcard.h │ ├── stat.h │ ├── statfs.h │ ├── statvfs.h │ ├── swap.h │ ├── syscall.h │ ├── sysctl.h │ ├── sysinfo.h │ ├── syslog.h │ ├── sysmacros.h │ ├── termios.h │ ├── time.h │ ├── timeb.h │ ├── times.h │ ├── timex.h │ ├── ttydefaults.h │ ├── types.h │ ├── uio.h │ ├── un.h │ ├── unistd.h │ ├── ustat.h │ ├── utsname.h │ ├── vfs.h │ ├── vt.h │ ├── wait.h │ └── xattr.h ├── syscall.h ├── sysexits.h ├── syslog.h ├── tar.h ├── termio.h ├── termios.h ├── tgmath.h ├── time.h ├── tls.h ├── ttyent.h ├── uchar.h ├── ucontext.h ├── ulimit.h ├── unistd.h ├── ustat.h ├── utime.h ├── utmp.h ├── utmpx.h ├── values.h ├── wait.h ├── wchar-stub.h ├── wchar.h ├── wctype.h ├── wordexp.h └── xlocale.h ├── ldso ├── COPYRIGHT ├── Makefile ├── Makefile.in ├── include │ ├── dl-auxvt.h │ ├── dl-defs.h │ ├── dl-elf.h │ ├── dl-hash.h │ ├── dl-string.h │ ├── dl-syscall.h │ ├── dlfcn.h │ ├── inline-hashtab.h │ ├── ldso.h │ ├── ldsodefs.h │ ├── tlsdeschtab.h │ └── unsecvars.h ├── ldso │ ├── Makefile │ ├── Makefile.in │ ├── aarch64 │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── dl-tlsdesc.S │ │ ├── elfinterp.c │ │ └── resolve.S │ ├── arc │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── elfinterp.c │ │ └── resolve.S │ ├── arm │ │ ├── aeabi_read_tp.S │ │ ├── dl-inlines.h │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── elfinterp.c │ │ └── resolve.S │ ├── avr32 │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── elfinterp.c │ │ └── resolve.S │ ├── bfin │ │ ├── dl-inlines.h │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── elfinterp.c │ │ └── resolve.S │ ├── c6x │ │ ├── dl-inlines.h │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── elfinterp.c │ │ └── resolve.S │ ├── cris │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── elfinterp.c │ │ └── resolve.S │ ├── csky │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── elfinterp.c │ │ ├── read_tp.S │ │ └── resolve.S │ ├── dl-array.c │ ├── dl-debug.c │ ├── dl-elf.c │ ├── dl-hash.c │ ├── dl-startup.c │ ├── dl-symbols.c │ ├── dl-tls.c │ ├── dl-vdso-calls.h │ ├── dl-vdso.c │ ├── fdpic │ │ ├── dl-inlines.h │ │ └── dl-sysdep.h │ ├── frv │ │ ├── dl-inlines.h │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── elfinterp.c │ │ └── resolve.S │ ├── h8300 │ │ └── dl-sysdep.h │ ├── i386 │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── elfinterp.c │ │ ├── resolve.S │ │ └── syscall6.S │ ├── kvx │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── dl-tlsdesc.S │ │ ├── elfinterp.c │ │ └── resolve.S │ ├── ldso.c │ ├── m68k │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── elfinterp.c │ │ ├── m68k_read_tp.S │ │ └── resolve.S │ ├── metag │ │ ├── dl-inlines.h │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── elfinterp.c │ │ ├── metag_load_tp.S │ │ └── resolve.S │ ├── microblaze │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── elfinterp.c │ │ └── resolve.S │ ├── mips │ │ ├── README │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── elfinterp.c │ │ └── resolve.S │ ├── nds32 │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── dl-tlsdesc.S │ │ ├── elfinterp.c │ │ └── resolve.S │ ├── nios2 │ │ ├── dl-inlines.h │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── elfinterp.c │ │ └── resolve.S │ ├── or1k │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── elfinterp.c │ │ └── resolve.S │ ├── powerpc │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── elfinterp.c │ │ └── resolve.S │ ├── riscv32 │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── elfinterp.c │ │ └── resolve.S │ ├── riscv64 │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── elfinterp.c │ │ └── resolve.S │ ├── sh │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── elfinterp.c │ │ └── resolve.S │ ├── sparc │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── elfinterp.c │ │ └── resolve.S │ ├── x86_64 │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── elfinterp.c │ │ └── resolve.S │ └── xtensa │ │ ├── dl-inlines.h │ │ ├── dl-startup.h │ │ ├── dl-syscalls.h │ │ ├── dl-sysdep.h │ │ ├── dl-tlsdesc.S │ │ ├── elfinterp.c │ │ └── resolve.S └── libdl │ ├── Makefile │ ├── Makefile.in │ └── libdl.c ├── libc ├── .gitignore ├── Makefile ├── Makefile.in ├── inet │ ├── .indent.pro │ ├── Makefile │ ├── Makefile.in │ ├── _res_state.c │ ├── accept.c │ ├── accept4.c │ ├── addr.c │ ├── bind.c │ ├── closenameservers.c │ ├── connect.c │ ├── decodea.c │ ├── decodeh.c │ ├── decodep.c │ ├── decodeq.c │ ├── dnslookup.c │ ├── encodea.c │ ├── encodeh.c │ ├── encodep.c │ ├── encodeq.c │ ├── ether_addr.c │ ├── ethers.c │ ├── formquery.c │ ├── gai_strerror.c │ ├── get_hosts_byaddr_r.c │ ├── get_hosts_byname_r.c │ ├── getaddrinfo.c │ ├── gethostbyaddr.c │ ├── gethostbyaddr_r.c │ ├── gethostbyname.c │ ├── gethostbyname2.c │ ├── gethostbyname2_r.c │ ├── gethostbyname_r.c │ ├── gethostent.c │ ├── gethostent_r.c │ ├── getnameinfo.c │ ├── getnet.c │ ├── getpeername.c │ ├── getproto.c │ ├── getservice.c │ ├── getsockname.c │ ├── getsockopt.c │ ├── herror.c │ ├── hostid.c │ ├── if_index.c │ ├── ifaddrs.c │ ├── in6_addr.c │ ├── inet_addr.c │ ├── inet_aton.c │ ├── inet_lnaof.c │ ├── inet_makeaddr.c │ ├── inet_net.c │ ├── inet_netof.c │ ├── inet_ntoa.c │ ├── lengthd.c │ ├── lengthq.c │ ├── listen.c │ ├── netlinkaccess.h │ ├── ns_name.c │ ├── ns_netint.c │ ├── ns_parse.c │ ├── ntohl.c │ ├── ntop.c │ ├── opennameservers.c │ ├── opensock.c │ ├── read_etc_hosts_r.c │ ├── recv.c │ ├── recvfrom.c │ ├── recvmmsg.c │ ├── recvmsg.c │ ├── res_comp.c │ ├── res_data.c │ ├── res_init.c │ ├── res_query.c │ ├── resolv.c │ ├── send.c │ ├── sendmmsg.c │ ├── sendmsg.c │ ├── sendto.c │ ├── setsockopt.c │ ├── shutdown.c │ ├── sockatmark.c │ ├── socket.c │ ├── socketcalls.c │ └── socketpair.c ├── misc │ ├── Makefile │ ├── Makefile.in │ ├── assert │ │ ├── .indent.pro │ │ ├── Makefile │ │ ├── Makefile.in │ │ └── __assert.c │ ├── auxvt │ │ ├── Makefile.in │ │ └── getauxval.c │ ├── ctype │ │ ├── .indent.pro │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── __C_ctype_b.c │ │ ├── __C_ctype_tolower.c │ │ ├── __C_ctype_toupper.c │ │ ├── __ctype_assert.c │ │ ├── __ctype_b_loc.c │ │ ├── __ctype_tolower_loc.c │ │ ├── __ctype_toupper_loc.c │ │ ├── ctype.c │ │ ├── isalnum.c │ │ ├── isalnum_l.c │ │ ├── isalpha.c │ │ ├── isalpha_l.c │ │ ├── isascii.c │ │ ├── isascii_l.c │ │ ├── isblank.c │ │ ├── isblank_l.c │ │ ├── iscntrl.c │ │ ├── iscntrl_l.c │ │ ├── isctype.c │ │ ├── isdigit.c │ │ ├── isdigit_l.c │ │ ├── isgraph.c │ │ ├── isgraph_l.c │ │ ├── islower.c │ │ ├── islower_l.c │ │ ├── isprint.c │ │ ├── isprint_l.c │ │ ├── ispunct.c │ │ ├── ispunct_l.c │ │ ├── isspace.c │ │ ├── isspace_l.c │ │ ├── isupper.c │ │ ├── isupper_l.c │ │ ├── isxdigit.c │ │ ├── isxdigit_l.c │ │ ├── toascii.c │ │ ├── toascii_l.c │ │ ├── tolower.c │ │ ├── tolower_l.c │ │ ├── toupper.c │ │ └── toupper_l.c │ ├── dirent │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── alphasort.c │ │ ├── alphasort64.c │ │ ├── closedir.c │ │ ├── dirfd.c │ │ ├── dirstream.h │ │ ├── opendir.c │ │ ├── readdir.c │ │ ├── readdir64.c │ │ ├── readdir64_r.c │ │ ├── readdir_r.c │ │ ├── rewinddir.c │ │ ├── scandir.c │ │ ├── scandir64.c │ │ ├── seekdir.c │ │ ├── telldir.c │ │ ├── versionsort.c │ │ └── versionsort64.c │ ├── elf │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── dl-core.c │ │ ├── dl-iterate-phdr.c │ │ └── dl-support.c │ ├── error │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── err.c │ │ └── error.c │ ├── file │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── isfdtype.c │ │ ├── issetugid.c │ │ ├── lockf.c │ │ └── lockf64.c │ ├── fnmatch │ │ ├── .indent.pro │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── fnmatch.c │ │ └── fnmatch_loop.c │ ├── fts │ │ ├── Makefile │ │ ├── Makefile.in │ │ └── fts.c │ ├── ftw │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── ftw.c │ │ └── ftw64.c │ ├── getloadavg │ │ ├── Makefile │ │ ├── Makefile.in │ │ └── getloadavg.c │ ├── glob │ │ ├── .indent.pro │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── glob-susv3.c │ │ ├── glob.c │ │ ├── glob64-susv3.c │ │ └── glob64.c │ ├── internals │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── __errno_location.c │ │ ├── __h_errno_location.c │ │ ├── __uClibc_main.c │ │ ├── errno.c │ │ ├── h_errno.c │ │ ├── parse_config.c │ │ ├── reloc_static_pie.c │ │ ├── shared_flat_add_library.c │ │ ├── shared_flat_initfini.c │ │ ├── shared_flat_lib.h │ │ ├── tempname.c │ │ ├── tempname.h │ │ ├── version.c │ │ └── version.h │ ├── locale │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── __curlocale.c │ │ ├── __locale_mbrtowc_l.c │ │ ├── _locale_init.c │ │ ├── duplocale.c │ │ ├── freelocale.c │ │ ├── locale.c │ │ ├── localeconv.c │ │ ├── newlocale.c │ │ ├── nl_langinfo.c │ │ ├── nl_langinfo_l.c │ │ ├── setlocale.c │ │ └── uselocale.c │ ├── mntent │ │ ├── .indent.pro │ │ ├── Makefile │ │ ├── Makefile.in │ │ └── mntent.c │ ├── pthread │ │ ├── Makefile │ │ ├── Makefile.in │ │ └── tsd.c │ ├── regex │ │ ├── .indent.pro │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── regcomp.c │ │ ├── regex.c │ │ ├── regex_internal.c │ │ ├── regex_internal.h │ │ └── regexec.c │ ├── search │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── _hsearch_r.c │ │ ├── _lsearch.c │ │ ├── _tsearch.c │ │ ├── hcreate_r.c │ │ ├── hdestroy_r.c │ │ ├── hsearch.c │ │ ├── hsearch_r.c │ │ ├── insque.c │ │ ├── insremque.c │ │ ├── lfind.c │ │ ├── lsearch.c │ │ ├── remque.c │ │ ├── tdelete.c │ │ ├── tdestroy.c │ │ ├── tfind.c │ │ ├── tsearch.c │ │ └── twalk.c │ ├── statfs │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── fstatfs64.c │ │ ├── fstatvfs.c │ │ ├── fstatvfs64.c │ │ ├── internal_statvfs.c │ │ ├── statfs64.c │ │ ├── statvfs.c │ │ └── statvfs64.c │ ├── syslog │ │ ├── Makefile │ │ ├── Makefile.in │ │ └── syslog.c │ ├── sysvipc │ │ ├── .indent.pro │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── __syscall_ipc.c │ │ ├── ftok.c │ │ ├── ipc.h │ │ ├── msgctl.c │ │ ├── msgget.c │ │ ├── msgq.c │ │ ├── msgrcv.c │ │ ├── msgsnd.c │ │ ├── sem.c │ │ ├── semctl.c │ │ ├── semget.c │ │ ├── semop.c │ │ ├── semtimedop.c │ │ ├── shm.c │ │ ├── shmat.c │ │ ├── shmctl.c │ │ ├── shmdt.c │ │ └── shmget.c │ ├── time │ │ ├── .indent.pro │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── __time_tm.c │ │ ├── _time_localtime_tzi.c │ │ ├── _time_mktime.c │ │ ├── _time_mktime_tzi.c │ │ ├── _time_t2tm.c │ │ ├── adjtime.c │ │ ├── asctime.c │ │ ├── asctime_r.c │ │ ├── clock.c │ │ ├── ctime.c │ │ ├── ctime_r.c │ │ ├── difftime.c │ │ ├── dysize.c │ │ ├── ftime.c │ │ ├── gmtime.c │ │ ├── gmtime_r.c │ │ ├── localtime.c │ │ ├── localtime_r.c │ │ ├── mktime.c │ │ ├── strftime.c │ │ ├── strftime_l.c │ │ ├── strptime.c │ │ ├── strptime_l.c │ │ ├── time.c │ │ ├── timegm.c │ │ ├── tzset.c │ │ ├── wcsftime.c │ │ └── wcsftime_l.c │ ├── ttyent │ │ ├── Makefile │ │ ├── Makefile.in │ │ └── getttyent.c │ ├── utmp │ │ ├── Makefile │ │ ├── Makefile.in │ │ └── utent.c │ ├── wchar │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── _wchar_utf8sntowcs.c │ │ ├── _wchar_wcsntoutf8s.c │ │ ├── btowc.c │ │ ├── iconv.c │ │ ├── mbrlen.c │ │ ├── mbrtowc.c │ │ ├── mbsinit.c │ │ ├── mbsnrtowcs.c │ │ ├── mbsrtowcs.c │ │ ├── wchar.c │ │ ├── wcrtomb.c │ │ ├── wcsnrtombs.c │ │ ├── wcsrtombs.c │ │ ├── wcswidth.c │ │ ├── wctob.c │ │ └── wcwidth.c │ ├── wctype │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── _wctype.c │ │ ├── iswalnum.c │ │ ├── iswalnum_l.c │ │ ├── iswalpha.c │ │ ├── iswalpha_l.c │ │ ├── iswblank.c │ │ ├── iswblank_l.c │ │ ├── iswcntrl.c │ │ ├── iswcntrl_l.c │ │ ├── iswctype.c │ │ ├── iswctype_l.c │ │ ├── iswdigit.c │ │ ├── iswdigit_l.c │ │ ├── iswgraph.c │ │ ├── iswgraph_l.c │ │ ├── iswlower.c │ │ ├── iswlower_l.c │ │ ├── iswprint.c │ │ ├── iswprint_l.c │ │ ├── iswpunct.c │ │ ├── iswpunct_l.c │ │ ├── iswspace.c │ │ ├── iswspace_l.c │ │ ├── iswupper.c │ │ ├── iswupper_l.c │ │ ├── iswxdigit.c │ │ ├── iswxdigit_l.c │ │ ├── towctrans.c │ │ ├── towctrans_l.c │ │ ├── towlower.c │ │ ├── towlower_l.c │ │ ├── towupper.c │ │ ├── towupper_l.c │ │ ├── wctrans.c │ │ ├── wctrans_l.c │ │ ├── wctype.c │ │ └── wctype_l.c │ └── wordexp │ │ ├── Makefile │ │ ├── Makefile.in │ │ └── wordexp.c ├── pwd_grp │ ├── .indent.pro │ ├── Makefile │ ├── Makefile.in │ ├── __getgrouplist_internal.c │ ├── __parsegrent.c │ ├── __parsepwent.c │ ├── __parsespent.c │ ├── __pgsreader.c │ ├── fgetgrent.c │ ├── fgetgrent_r.c │ ├── fgetpwent.c │ ├── fgetpwent_r.c │ ├── fgetspent.c │ ├── fgetspent_r.c │ ├── getgrent.c │ ├── getgrent_r.c │ ├── getgrgid.c │ ├── getgrgid_r.c │ ├── getgrnam.c │ ├── getgrnam_r.c │ ├── getgrouplist.c │ ├── getpw.c │ ├── getpwent.c │ ├── getpwent_r.c │ ├── getpwnam.c │ ├── getpwnam_r.c │ ├── getpwuid.c │ ├── getpwuid_r.c │ ├── getspent.c │ ├── getspent_r.c │ ├── getspnam.c │ ├── getspnam_r.c │ ├── initgroups.c │ ├── lckpwdf.c │ ├── putgrent.c │ ├── putpwent.c │ ├── putspent.c │ ├── pwd_grp.c │ ├── pwd_grp_internal.c │ ├── sgetspent.c │ └── sgetspent_r.c ├── signal │ ├── Makefile │ ├── Makefile.in │ ├── allocrtsig.c │ ├── killpg.c │ ├── raise.c │ ├── sigaction.c │ ├── sigaddset.c │ ├── sigandset.c │ ├── sigblock.c │ ├── sigdelset.c │ ├── sigempty.c │ ├── sigfillset.c │ ├── siggetmask.c │ ├── sighold.c │ ├── sigignore.c │ ├── sigintr.c │ ├── sigisempty.c │ ├── sigismem.c │ ├── sigjmp.c │ ├── signal.c │ ├── sigorset.c │ ├── sigpause.c │ ├── sigrelse.c │ ├── sigset-cvt-mask.h │ ├── sigset.c │ ├── sigsetmask.c │ ├── sigsetops.c │ ├── sigwait.c │ └── sysv_signal.c ├── stdio │ ├── .indent.pro │ ├── Makefile │ ├── Makefile.in │ ├── _READ.c │ ├── _WRITE.c │ ├── __fbufsize.c │ ├── __flbf.c │ ├── __fpending.c │ ├── __fpurge.c │ ├── __freadable.c │ ├── __freading.c │ ├── __fsetlocking.c │ ├── __fwritable.c │ ├── __fwriting.c │ ├── __psfs_do_numeric.c │ ├── __psfs_parse_spec.c │ ├── __scan_cookie.c │ ├── _adjust_pos.c │ ├── _cs_funcs.c │ ├── _flushlbf.c │ ├── _fopen.c │ ├── _fpmaxtostr.c │ ├── _fpmaxtostr.h │ ├── _fwrite.c │ ├── _load_inttype.c │ ├── _ppfs_init.c │ ├── _ppfs_parsespec.c │ ├── _ppfs_prepargs.c │ ├── _ppfs_setargs.c │ ├── _rfill.c │ ├── _scanf.c │ ├── _stdio.c │ ├── _stdio.h │ ├── _store_inttype.c │ ├── _trans2r.c │ ├── _trans2w.c │ ├── _uintmaxtostr.c │ ├── _vfprintf.c │ ├── _vfprintf_internal.c │ ├── _vfwprintf_internal.c │ ├── _wcommit.c │ ├── _wfwrite.c │ ├── asprintf.c │ ├── clearerr.c │ ├── clearerr_unlocked.c │ ├── ctermid.c │ ├── dprintf.c │ ├── fclose.c │ ├── fcloseall.c │ ├── fdopen.c │ ├── feof.c │ ├── feof_unlocked.c │ ├── ferror.c │ ├── ferror_unlocked.c │ ├── fflush.c │ ├── fflush_unlocked.c │ ├── fgetc.c │ ├── fgetc_unlocked.c │ ├── fgetpos.c │ ├── fgetpos64.c │ ├── fgets.c │ ├── fgets_unlocked.c │ ├── fgetwc.c │ ├── fgetwc_unlocked.c │ ├── fgetws.c │ ├── fgetws_unlocked.c │ ├── fileno.c │ ├── fileno_unlocked.c │ ├── flockfile.c │ ├── fmemopen.c │ ├── fopen.c │ ├── fopen64.c │ ├── fopencookie.c │ ├── fprintf.c │ ├── fputc.c │ ├── fputc_unlocked.c │ ├── fputs.c │ ├── fputs_unlocked.c │ ├── fputwc.c │ ├── fputwc_unlocked.c │ ├── fputws.c │ ├── fputws_unlocked.c │ ├── fread.c │ ├── fread_unlocked.c │ ├── freopen.c │ ├── freopen64.c │ ├── fscanf.c │ ├── fseeko.c │ ├── fseeko64.c │ ├── fsetpos.c │ ├── fsetpos64.c │ ├── ftello.c │ ├── ftello64.c │ ├── ftrylockfile.c │ ├── funlockfile.c │ ├── fwide.c │ ├── fwprintf.c │ ├── fwrite.c │ ├── fwrite_unlocked.c │ ├── fwscanf.c │ ├── getchar.c │ ├── getchar_unlocked.c │ ├── getdelim.c │ ├── getline.c │ ├── gets.c │ ├── getw.c │ ├── getwchar.c │ ├── getwchar_unlocked.c │ ├── old_vfprintf.c │ ├── open_memstream.c │ ├── parse_printf_format.c │ ├── perror.c │ ├── popen.c │ ├── printf.c │ ├── putchar.c │ ├── putchar_unlocked.c │ ├── puts.c │ ├── putw.c │ ├── putwchar.c │ ├── putwchar_unlocked.c │ ├── register_printf_function.c │ ├── remove.c │ ├── rewind.c │ ├── scanf.c │ ├── setbuf.c │ ├── setbuffer.c │ ├── setlinebuf.c │ ├── setvbuf.c │ ├── snprintf.c │ ├── sprintf.c │ ├── sscanf.c │ ├── swprintf.c │ ├── swscanf.c │ ├── tempnam.c │ ├── tmpfile.c │ ├── tmpnam.c │ ├── tmpnam_r.c │ ├── ungetc.c │ ├── ungetwc.c │ ├── vasprintf.c │ ├── vdprintf.c │ ├── vfprintf.c │ ├── vfscanf.c │ ├── vfwprintf.c │ ├── vfwscanf.c │ ├── vprintf.c │ ├── vscanf.c │ ├── vsnprintf.c │ ├── vsprintf.c │ ├── vsscanf.c │ ├── vswprintf.c │ ├── vswscanf.c │ ├── vwprintf.c │ ├── vwscanf.c │ ├── wprintf.c │ └── wscanf.c ├── stdlib │ ├── .indent.pro │ ├── Makefile │ ├── Makefile.in │ ├── __cxa_atexit.c │ ├── __cxa_finalize.c │ ├── __exit_handler.c │ ├── __fp_range_check.c │ ├── __strtofpmax.c │ ├── __strtofpmax_l.c │ ├── __uc_malloc.c │ ├── __wcstofpmax.c │ ├── __wcstofpmax_l.c │ ├── _atexit.c │ ├── _stdlib_mb_cur_max.c │ ├── _stdlib_strto_l.c │ ├── _stdlib_strto_l_l.c │ ├── _stdlib_strto_ll.c │ ├── _stdlib_strto_ll_l.c │ ├── _stdlib_wcsto_l.c │ ├── _stdlib_wcsto_l_l.c │ ├── _stdlib_wcsto_ll.c │ ├── _stdlib_wcsto_ll_l.c │ ├── _strtod.c │ ├── a64l.c │ ├── abort.c │ ├── abs.c │ ├── atexit.c │ ├── atof.c │ ├── atoi.c │ ├── atol.c │ ├── atoll.c │ ├── bsd_getpt.c │ ├── bsearch.c │ ├── canonicalize.c │ ├── div.c │ ├── drand48-iter.c │ ├── drand48.c │ ├── drand48_r.c │ ├── erand48.c │ ├── erand48_r.c │ ├── exit.c │ ├── gcvt.c │ ├── getenv.c │ ├── getpt.c │ ├── grantpt.c │ ├── jrand48.c │ ├── jrand48_r.c │ ├── l64a.c │ ├── labs.c │ ├── lcong48.c │ ├── ldiv.c │ ├── llabs.c │ ├── lldiv.c │ ├── lrand48.c │ ├── lrand48_r.c │ ├── malloc-simple │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── alloc.c │ │ ├── calloc.c │ │ ├── free.c │ │ ├── malloc.c │ │ ├── memalign.c │ │ └── realloc.c │ ├── malloc-standard │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── calloc.c │ │ ├── free.c │ │ ├── mallinfo.c │ │ ├── malloc.c │ │ ├── malloc.h │ │ ├── malloc_usable_size.c │ │ ├── mallopt.c │ │ ├── memalign.c │ │ ├── realloc.c │ │ └── reallocarray.c │ ├── malloc │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── calloc.c │ │ ├── free.c │ │ ├── heap.h │ │ ├── heap_alloc.c │ │ ├── heap_alloc_at.c │ │ ├── heap_debug.c │ │ ├── heap_free.c │ │ ├── malloc.c │ │ ├── malloc.h │ │ ├── malloc_debug.c │ │ ├── memalign.c │ │ └── realloc.c │ ├── mblen.c │ ├── mbstowcs.c │ ├── mbtowc.c │ ├── mkdtemp.c │ ├── mkostemp.c │ ├── mkostemp64.c │ ├── mkostemps.c │ ├── mkostemps64.c │ ├── mkstemp.c │ ├── mkstemp64.c │ ├── mkstemps.c │ ├── mkstemps64.c │ ├── mktemp.c │ ├── mrand48.c │ ├── mrand48_r.c │ ├── nrand48.c │ ├── nrand48_r.c │ ├── on_exit.c │ ├── posix_memalign.c │ ├── ptsname.c │ ├── pty-private.h │ ├── qsort.c │ ├── qsort_r.c │ ├── rand.c │ ├── rand_r.c │ ├── random.c │ ├── random_r.c │ ├── realpath.c │ ├── rpmatch.c │ ├── secure_getenv.c │ ├── seed48.c │ ├── seed48_r.c │ ├── setenv.c │ ├── srand48.c │ ├── srand48_r.c │ ├── stdlib.c │ ├── strtod.c │ ├── strtod_l.c │ ├── strtof.c │ ├── strtof_l.c │ ├── strtol.c │ ├── strtol_l.c │ ├── strtold.c │ ├── strtold_l.c │ ├── strtoll.c │ ├── strtoll_l.c │ ├── strtoul.c │ ├── strtoul_l.c │ ├── strtoull.c │ ├── strtoull_l.c │ ├── system.c │ ├── unix_grantpt.c │ ├── unlockpt.c │ ├── valloc.c │ ├── wcstod.c │ ├── wcstod_l.c │ ├── wcstof.c │ ├── wcstof_l.c │ ├── wcstol.c │ ├── wcstol_l.c │ ├── wcstold.c │ ├── wcstold_l.c │ ├── wcstoll.c │ ├── wcstoll_l.c │ ├── wcstombs.c │ ├── wcstoul.c │ ├── wcstoul_l.c │ ├── wcstoull.c │ ├── wcstoull_l.c │ └── wctomb.c ├── string │ ├── .indent.pro │ ├── Makefile │ ├── Makefile.in │ ├── __glibc_strerror_r.c │ ├── __xpg_basename.c │ ├── __xpg_strerror_r.c │ ├── _collate.c │ ├── _string.h │ ├── _string_syserrmsgs.c │ ├── _string_syssigmsgs.c │ ├── _syserrmsg.h │ ├── aarch64 │ │ ├── Makefile │ │ ├── memcpy.S │ │ └── memset.S │ ├── arc │ │ ├── Makefile │ │ ├── memcmp.S │ │ ├── memcpy.S │ │ ├── memset.S │ │ ├── strchr.S │ │ ├── strcmp.S │ │ ├── strcpy.S │ │ └── strlen.S │ ├── arm │ │ ├── Makefile │ │ ├── _memcpy.S │ │ ├── bcopy.S │ │ ├── bzero.S │ │ ├── memcmp.S │ │ ├── memcpy.S │ │ ├── memmove.S │ │ ├── memset.S │ │ ├── strcmp.S │ │ └── strlen.S │ ├── avr32 │ │ ├── Makefile │ │ ├── bcopy.S │ │ ├── bzero.S │ │ ├── memcmp.S │ │ ├── memcpy.S │ │ ├── memmove.S │ │ ├── memset.S │ │ ├── strcmp.S │ │ └── strlen.S │ ├── basename.c │ ├── bcopy.c │ ├── bfin │ │ ├── Makefile │ │ ├── memchr.S │ │ ├── memcmp.S │ │ ├── memcpy.S │ │ ├── memmove.S │ │ ├── memset.S │ │ └── strcmp.S │ ├── bzero.c │ ├── cris │ │ ├── memcopy.h │ │ ├── memcpy.c │ │ ├── memmove.c │ │ ├── memset.c │ │ ├── strcpy.c │ │ └── strncpy.c │ ├── csky │ │ ├── Makefile │ │ ├── cskyv1 │ │ │ ├── memcpy.S │ │ │ ├── strcmp.S │ │ │ └── strcpy.S │ │ ├── cskyv2 │ │ │ ├── abiv2_memcpy.S │ │ │ ├── abiv2_strcmp.S │ │ │ ├── abiv2_strcpy.S │ │ │ └── macro.S │ │ ├── memcpy.S │ │ ├── strcmp.S │ │ └── strcpy.S │ ├── dirname.c │ ├── explicit_bzero.c │ ├── ffs.c │ ├── ffsll.c │ ├── frv │ │ ├── Makefile │ │ ├── memcpy.S │ │ └── memset.S │ ├── generic │ │ ├── Makefile │ │ ├── _memcpy_fwd.c │ │ ├── memchr.c │ │ ├── memcmp.c │ │ ├── memcopy.h │ │ ├── memcpy.c │ │ ├── memmem.c │ │ ├── memmove.c │ │ ├── mempcpy.c │ │ ├── memrchr.c │ │ ├── memset.c │ │ ├── pagecopy.h │ │ ├── rawmemchr.c │ │ ├── strcat.c │ │ ├── strchr.c │ │ ├── strchrnul.c │ │ ├── strcmp.c │ │ ├── strcpy.c │ │ ├── strcspn.c │ │ ├── strlen.c │ │ ├── strncat.c │ │ ├── strncmp.c │ │ ├── strncpy.c │ │ ├── strnlen.c │ │ ├── strrchr.c │ │ ├── strsep.c │ │ ├── strspn.c │ │ ├── strstr.c │ │ └── strtok_r.c │ ├── i386 │ │ ├── Makefile │ │ ├── memchr.c │ │ ├── memcpy.c │ │ ├── memmove.c │ │ ├── memset.c │ │ ├── rawmemchr.c │ │ ├── strcat.c │ │ ├── strchr.c │ │ ├── strchrnul.c │ │ ├── strcmp.c │ │ ├── strcpy.c │ │ ├── string.h │ │ ├── strlen.c │ │ ├── strncat.c │ │ ├── strncmp.c │ │ ├── strncpy.c │ │ ├── strnlen.c │ │ └── strrchr.c │ ├── ia64 │ │ ├── Makefile │ │ ├── bcopy.S │ │ ├── bzero.S │ │ ├── memccpy.S │ │ ├── memchr.S │ │ ├── memcmp.S │ │ ├── memcpy.S │ │ ├── memmove.S │ │ ├── memset.S │ │ ├── softpipe.h │ │ ├── strchr.S │ │ ├── strcmp.S │ │ ├── strcpy.S │ │ ├── strlen.S │ │ ├── strncmp.S │ │ └── strncpy.S │ ├── kvx │ │ ├── Makefile │ │ ├── memcpy.S │ │ └── memset.S │ ├── memccpy.c │ ├── memchr.c │ ├── memcmp.c │ ├── memcpy.c │ ├── memmem.c │ ├── memmove.c │ ├── mempcpy.c │ ├── memrchr.c │ ├── memset.c │ ├── metag │ │ ├── Makefile │ │ ├── memchr.S │ │ ├── memcpy.S │ │ ├── memmove.S │ │ ├── memset.S │ │ ├── strchr.S │ │ ├── strcmp.S │ │ └── strcpy.S │ ├── microblaze │ │ ├── Makefile │ │ ├── memcpy.S │ │ └── memmove.S │ ├── mips │ │ ├── Makefile │ │ ├── memcpy.S │ │ └── memset.S │ ├── nds32 │ │ ├── Makefile │ │ ├── memcpy.S │ │ └── memset.S │ ├── powerpc │ │ ├── Makefile │ │ ├── memcpy.c │ │ ├── memmove.c │ │ └── memset.c │ ├── psignal.c │ ├── rawmemchr.c │ ├── sh │ │ ├── memchr.S │ │ ├── sh4 │ │ │ ├── memcpy.S │ │ │ ├── memmove.c │ │ │ ├── memset.S │ │ │ ├── strcpy.S │ │ │ └── strncpy.S │ │ └── strlen.S │ ├── sparc │ │ ├── Makefile │ │ ├── _glibc_inc.h │ │ ├── bcopy.c │ │ ├── bzero.c │ │ ├── memchr.S │ │ ├── memcpy.S │ │ ├── memmove.c │ │ ├── memset.S │ │ ├── sparc32 │ │ │ ├── memchr.S │ │ │ ├── memcpy.S │ │ │ ├── memset.S │ │ │ ├── sparcv9b │ │ │ │ ├── memchr.S │ │ │ │ ├── memcpy.S │ │ │ │ ├── memset.S │ │ │ │ ├── stpcpy.S │ │ │ │ ├── strcat.S │ │ │ │ ├── strchr.S │ │ │ │ ├── strcmp.S │ │ │ │ ├── strcpy.S │ │ │ │ └── strlen.S │ │ │ ├── stpcpy.S │ │ │ ├── strcat.S │ │ │ ├── strchr.S │ │ │ ├── strcmp.S │ │ │ ├── strcpy.S │ │ │ └── strlen.S │ │ ├── stpcpy.S │ │ ├── strcat.S │ │ ├── strchr.S │ │ ├── strcmp.S │ │ ├── strcpy.S │ │ ├── strlen.S │ │ └── strrchr.c │ ├── stpcpy.c │ ├── stpncpy.c │ ├── strcasecmp.c │ ├── strcasecmp_l.c │ ├── strcasestr.c │ ├── strcat.c │ ├── strchr.c │ ├── strchrnul.c │ ├── strcmp.c │ ├── strcpy.c │ ├── strcspn.c │ ├── strdup.c │ ├── strerror.c │ ├── strlcat.c │ ├── strlcpy.c │ ├── strlen.c │ ├── strncasecmp.c │ ├── strncasecmp_l.c │ ├── strncat.c │ ├── strncmp.c │ ├── strncpy.c │ ├── strndup.c │ ├── strnlen.c │ ├── strpbrk.c │ ├── strrchr.c │ ├── strsep.c │ ├── strsignal.c │ ├── strspn.c │ ├── strstr.c │ ├── strtok.c │ ├── strtok_r.c │ ├── strverscmp.c │ ├── strxfrm.c │ ├── strxfrm_l.c │ ├── sys_errlist.c │ ├── sys_siglist.c │ ├── wcpcpy.c │ ├── wcpncpy.c │ ├── wcscasecmp.c │ ├── wcscasecmp_l.c │ ├── wcscat.c │ ├── wcschr.c │ ├── wcschrnul.c │ ├── wcscmp.c │ ├── wcscpy.c │ ├── wcscspn.c │ ├── wcsdup.c │ ├── wcslcpy.c │ ├── wcslen.c │ ├── wcsncasecmp.c │ ├── wcsncasecmp_l.c │ ├── wcsncat.c │ ├── wcsncmp.c │ ├── wcsncpy.c │ ├── wcsnlen.c │ ├── wcspbrk.c │ ├── wcsrchr.c │ ├── wcsspn.c │ ├── wcsstr.c │ ├── wcstok.c │ ├── wcsxfrm.c │ ├── wcsxfrm_l.c │ ├── wmemchr.c │ ├── wmemcmp.c │ ├── wmemcpy.c │ ├── wmemmove.c │ ├── wmempcpy.c │ ├── wmemset.c │ ├── x86_64 │ │ ├── Makefile │ │ ├── _glibc_inc.h │ │ ├── bzero.S │ │ ├── memcpy.S │ │ ├── mempcpy.S │ │ ├── memset.S │ │ ├── stpcpy.S │ │ ├── strcat.S │ │ ├── strchr.S │ │ ├── strcmp.S │ │ ├── strcpy.S │ │ ├── strcspn.S │ │ ├── strlen.S │ │ ├── strpbrk.S │ │ └── strspn.S │ └── xtensa │ │ ├── Makefile │ │ ├── memcpy.S │ │ ├── memset.S │ │ ├── strcmp.S │ │ ├── strcpy.S │ │ ├── strlen.S │ │ └── strncpy.S ├── sysdeps │ ├── Makefile │ ├── Makefile.in │ ├── README │ └── linux │ │ ├── Makefile │ │ ├── Makefile.commonarch │ │ ├── Makefile.in │ │ ├── README │ │ ├── aarch64 │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── __syscall_error.c │ │ ├── bits │ │ │ ├── atomic.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── hwcap.h │ │ │ ├── kernel_types.h │ │ │ ├── mman.h │ │ │ ├── setjmp.h │ │ │ ├── shm.h │ │ │ ├── sigstack.h │ │ │ ├── stackinfo.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ ├── uClibc_page.h │ │ │ └── wordsize.h │ │ ├── bsd-_setjmp.S │ │ ├── bsd-setjmp.S │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── fpu_control.h │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── setjmp.S │ │ ├── sys │ │ │ ├── procfs.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── syscall.S │ │ ├── sysdep.h │ │ └── vfork.S │ │ ├── alpha │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── __syscall_error.c │ │ ├── __syscall_rt_sigaction.S │ │ ├── bits │ │ │ ├── atomic.h │ │ │ ├── dirent.h │ │ │ ├── elfclass.h │ │ │ ├── endian.h │ │ │ ├── epoll.h │ │ │ ├── eventfd.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── inotify.h │ │ │ ├── ioctls.h │ │ │ ├── ipc.h │ │ │ ├── kernel_sigaction.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── local_lim.h │ │ │ ├── mathdef.h │ │ │ ├── mathinline.h │ │ │ ├── mman.h │ │ │ ├── msq.h │ │ │ ├── netdb.h │ │ │ ├── resource.h │ │ │ ├── sem.h │ │ │ ├── setjmp.h │ │ │ ├── shm.h │ │ │ ├── sigaction.h │ │ │ ├── sigcontextinfo.h │ │ │ ├── siginfo.h │ │ │ ├── signalfd.h │ │ │ ├── signum.h │ │ │ ├── sigstack.h │ │ │ ├── socket_type.h │ │ │ ├── stackinfo.h │ │ │ ├── stat.h │ │ │ ├── statfs.h │ │ │ ├── syscalls.h │ │ │ ├── termios.h │ │ │ ├── timerfd.h │ │ │ ├── typesizes.h │ │ │ ├── uClibc_arch_features.h │ │ │ ├── uClibc_clk_tck.h │ │ │ ├── uClibc_page.h │ │ │ └── wordsize.h │ │ ├── brk.S │ │ ├── bsd-_setjmp.S │ │ ├── bsd-setjmp.S │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── divl.S │ │ ├── divq.S │ │ ├── divrem.h │ │ ├── fpu_control.h │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── pipe.S │ │ ├── reml.S │ │ ├── remq.S │ │ ├── setjmp.S │ │ ├── sigprocmask.c │ │ ├── sys │ │ │ ├── acct.h │ │ │ ├── io.h │ │ │ ├── procfs.h │ │ │ ├── regdef.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ └── syscall.S │ │ ├── arc │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── __syscall_error.c │ │ ├── asm.h │ │ ├── bits │ │ │ ├── atomic.h │ │ │ ├── byteswap.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── kernel_types.h │ │ │ ├── setjmp.h │ │ │ ├── sigcontextinfo.h │ │ │ ├── stackinfo.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ ├── uClibc_page.h │ │ │ └── wordsize.h │ │ ├── bsd-_setjmp.S │ │ ├── bsd-setjmp.S │ │ ├── cacheflush.c │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── fpu_control.h │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── setjmp.S │ │ ├── sigaction.c │ │ ├── sigrestorer.S │ │ ├── sys │ │ │ ├── cachectl.h │ │ │ ├── procfs.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── syscall.c │ │ ├── sysdep.h │ │ ├── vfork.S │ │ └── xstatconv.c │ │ ├── arm │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── __syscall_error.c │ │ ├── aeabi_assert.c │ │ ├── aeabi_atexit.c │ │ ├── aeabi_errno_addr.c │ │ ├── aeabi_lcsts.c │ │ ├── aeabi_localeconv.c │ │ ├── aeabi_math.c │ │ ├── aeabi_mb_cur_max.c │ │ ├── aeabi_memclr.c │ │ ├── aeabi_memcpy.c │ │ ├── aeabi_memmove.c │ │ ├── aeabi_memset.c │ │ ├── aeabi_sighandlers.S │ │ ├── aeabi_unwind_cpp_pr1.c │ │ ├── bits │ │ │ ├── arm_asm.h │ │ │ ├── arm_bx.h │ │ │ ├── armsigctx.h │ │ │ ├── atomic.h │ │ │ ├── elf-fdpic.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── huge_val.h │ │ │ ├── hwcap.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── mathdef.h │ │ │ ├── mman.h │ │ │ ├── setjmp.h │ │ │ ├── shm.h │ │ │ ├── sigcontextinfo.h │ │ │ ├── stackinfo.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ └── wordsize.h │ │ ├── brk.c │ │ ├── bsd-_setjmp.S │ │ ├── bsd-setjmp.S │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── crtreloc.c │ │ ├── find_exidx.c │ │ ├── find_got.c │ │ ├── fpu_control.h │ │ ├── getcontext.S │ │ ├── ioperm.c │ │ ├── iopl.c │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── libc-aeabi_read_tp.S │ │ ├── makecontext.c │ │ ├── mmap64.S │ │ ├── setcontext.S │ │ ├── setjmp.S │ │ ├── sigaction.c │ │ ├── sigrestorer.S │ │ ├── swapcontext.S │ │ ├── sys │ │ │ ├── elf.h │ │ │ ├── io.h │ │ │ ├── procfs.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── syscall-eabi.S │ │ ├── syscall.c │ │ ├── sysdep.h │ │ ├── ucontext_i.sym │ │ ├── unwind.h │ │ └── vfork.S │ │ ├── avr32 │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── bits │ │ │ ├── atomic.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── setjmp.h │ │ │ ├── stackinfo.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ └── wordsize.h │ │ ├── brk.c │ │ ├── bsd-_setjmp.S │ │ ├── bsd-setjmp.S │ │ ├── clone.c │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── mmap.c │ │ ├── prctl.c │ │ ├── setjmp.S │ │ ├── sigaction.c │ │ ├── sigrestorer.S │ │ ├── sys │ │ │ ├── elf.h │ │ │ ├── procfs.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── syscall.S │ │ └── vfork.S │ │ ├── bfin │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── bfin_fixed_code.h │ │ ├── bfin_l1layout.h │ │ ├── bfin_sram.h │ │ ├── bits │ │ │ ├── byteswap.h │ │ │ ├── elf-fdpic.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── huge_val.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── setjmp.h │ │ │ ├── sigcontextinfo.h │ │ │ ├── stackinfo.h │ │ │ ├── syscalls.h │ │ │ ├── typesizes.h │ │ │ ├── uClibc_arch_features.h │ │ │ └── wordsize.h │ │ ├── bsd-_setjmp.S │ │ ├── bsdsetjmp.c │ │ ├── cacheflush.c │ │ ├── clone.c │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── crtreloc.c │ │ ├── dma-memcpy.c │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── setjmp.S │ │ ├── sram-alloc.c │ │ ├── sram-free.c │ │ ├── sys │ │ │ ├── cachectl.h │ │ │ ├── elf.h │ │ │ ├── io.h │ │ │ ├── procfs.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── sysdep.h │ │ └── vfork.S │ │ ├── c6x │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── _vfork.S │ │ ├── bits │ │ │ ├── byteswap.h │ │ │ ├── elf-dsbt.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── ipc.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── mathdef.h │ │ │ ├── nan.h │ │ │ ├── poll.h │ │ │ ├── resource.h │ │ │ ├── setjmp.h │ │ │ ├── sigcontextinfo.h │ │ │ ├── stackinfo.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ └── wordsize.h │ │ ├── brk.c │ │ ├── bsd-_setjmp.s │ │ ├── bsd-setjmp.S │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── prctl.c │ │ ├── setjmp.s │ │ ├── sigaction.c │ │ ├── sys │ │ │ ├── procfs.h │ │ │ ├── ptrace.h │ │ │ ├── reg.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ └── syscall.c │ │ ├── common-generic │ │ └── bits │ │ │ ├── align64bit.h │ │ │ ├── dirent.h │ │ │ ├── kernel_stat.h │ │ │ ├── stat.h │ │ │ └── statfs.h │ │ ├── common │ │ ├── .indent.pro │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── __rt_sigtimedwait.c │ │ ├── __rt_sigwaitinfo.c │ │ ├── __socketcall.c │ │ ├── __syscall_fcntl.c │ │ ├── __syscall_fcntl64.c │ │ ├── __syscall_rt_sigaction.c │ │ ├── __syscall_sigaction.c │ │ ├── _exit.c │ │ ├── access.c │ │ ├── acct.c │ │ ├── adjtimex.c │ │ ├── alarm.c │ │ ├── arch_prctl.c │ │ ├── bdflush.c │ │ ├── bits │ │ │ ├── atomic.h │ │ │ ├── byteswap-16.h │ │ │ ├── byteswap-common.h │ │ │ ├── byteswap.h │ │ │ ├── cmathcalls.h │ │ │ ├── confname.h │ │ │ ├── dirent.h │ │ │ ├── dlfcn.h │ │ │ ├── elfclass.h │ │ │ ├── endian.h │ │ │ ├── environments.h │ │ │ ├── epoll.h │ │ │ ├── errno.h │ │ │ ├── eventfd.h │ │ │ ├── fcntl-linux.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── fenvinline.h │ │ │ ├── getopt.h │ │ │ ├── getopt_int.h │ │ │ ├── huge_val.h │ │ │ ├── huge_valf.h │ │ │ ├── huge_vall.h │ │ │ ├── hwcap.h │ │ │ ├── in.h │ │ │ ├── inf.h │ │ │ ├── initspin.h │ │ │ ├── inotify.h │ │ │ ├── ioctl-types.h │ │ │ ├── ioctls.h │ │ │ ├── ipc.h │ │ │ ├── jmp_buf_tag.h │ │ │ ├── kernel-features.h │ │ │ ├── kernel_sigaction.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── local_lim.h │ │ │ ├── locale.h │ │ │ ├── mathcalls.h │ │ │ ├── mathdef.h │ │ │ ├── mathinline.h │ │ │ ├── mman-common.h │ │ │ ├── mman-linux.h │ │ │ ├── mman-shared.h │ │ │ ├── mman.h │ │ │ ├── mqueue.h │ │ │ ├── msq.h │ │ │ ├── nan.h │ │ │ ├── netdb.h │ │ │ ├── poll.h │ │ │ ├── posix1_lim.h │ │ │ ├── posix2_lim.h │ │ │ ├── posix_opt.h │ │ │ ├── resource.h │ │ │ ├── sched.h │ │ │ ├── select.h │ │ │ ├── sem.h │ │ │ ├── setjmp.h │ │ │ ├── shm.h │ │ │ ├── sigaction.h │ │ │ ├── sigcontext.h │ │ │ ├── sigcontextinfo.h │ │ │ ├── siginfo.h │ │ │ ├── signalfd.h │ │ │ ├── signum.h │ │ │ ├── sigset.h │ │ │ ├── sigstack.h │ │ │ ├── sigthread.h │ │ │ ├── sockaddr.h │ │ │ ├── socket.h │ │ │ ├── socket_type.h │ │ │ ├── stab.def │ │ │ ├── stackinfo.h │ │ │ ├── stat.h │ │ │ ├── statfs.h │ │ │ ├── statvfs.h │ │ │ ├── statx.h │ │ │ ├── stdio.h │ │ │ ├── stdio_lim.h │ │ │ ├── syscalls-common.h │ │ │ ├── syscalls.h │ │ │ ├── termios.h │ │ │ ├── time.h │ │ │ ├── timerfd.h │ │ │ ├── types.h │ │ │ ├── typesizes.h │ │ │ ├── uClibc_alloc.h │ │ │ ├── uClibc_arch_features.h │ │ │ ├── uClibc_charclass.h │ │ │ ├── uClibc_clk_tck.h │ │ │ ├── uClibc_ctype.h │ │ │ ├── uClibc_fpmax.h │ │ │ ├── uClibc_local_lim.h │ │ │ ├── uClibc_locale.h │ │ │ ├── uClibc_mutex.h │ │ │ ├── uClibc_page.h │ │ │ ├── uClibc_posix_opt.h │ │ │ ├── uClibc_pthread.h │ │ │ ├── uClibc_stdio.h │ │ │ ├── uClibc_touplow.h │ │ │ ├── uClibc_uintmaxtostr.h │ │ │ ├── uClibc_uwchar.h │ │ │ ├── uClibc_va_copy.h │ │ │ ├── uio.h │ │ │ ├── ustat.h │ │ │ ├── utmp.h │ │ │ ├── utmpx.h │ │ │ ├── utsname.h │ │ │ ├── waitflags.h │ │ │ ├── waitstatus.h │ │ │ ├── wchar.h │ │ │ ├── wordsize.h │ │ │ └── xopen_lim.h │ │ ├── brk.c │ │ ├── capget.c │ │ ├── capset.c │ │ ├── chdir.c │ │ ├── chmod.c │ │ ├── chown.c │ │ ├── chroot.c │ │ ├── clock_adjtime.c │ │ ├── clock_getres.c │ │ ├── clock_gettime.c │ │ ├── clock_settime.c │ │ ├── close.c │ │ ├── cmsg_nxthdr.c │ │ ├── creat.c │ │ ├── creat64.c │ │ ├── dl-osinfo.h │ │ ├── dup.c │ │ ├── dup2.c │ │ ├── dup3.c │ │ ├── epoll.c │ │ ├── epoll_create.c │ │ ├── epoll_ctl.c │ │ ├── epoll_pwait.c │ │ ├── epoll_wait.c │ │ ├── euidaccess.c │ │ ├── eventfd.c │ │ ├── eventfd_read.c │ │ ├── eventfd_write.c │ │ ├── execve.c │ │ ├── faccessat.c │ │ ├── fallocate.c │ │ ├── fallocate64.c │ │ ├── fanotify.c │ │ ├── fchdir.c │ │ ├── fchmod.c │ │ ├── fchmodat.c │ │ ├── fchown.c │ │ ├── fchownat.c │ │ ├── fdatasync.c │ │ ├── fexecve.c │ │ ├── flock.c │ │ ├── fork.c │ │ ├── fpu_control.h │ │ ├── fstat.c │ │ ├── fstat64.c │ │ ├── fstatat.c │ │ ├── fstatat64.c │ │ ├── fstatfs.c │ │ ├── fsync.c │ │ ├── ftruncate.c │ │ ├── ftruncate64.c │ │ ├── futimens.c │ │ ├── futimesat.c │ │ ├── getcwd.c │ │ ├── getdents.c │ │ ├── getdents64.c │ │ ├── getdirname.c │ │ ├── getdomainname.c │ │ ├── getdtablesize.c │ │ ├── getegid.c │ │ ├── getentropy.c │ │ ├── geteuid.c │ │ ├── getgid.c │ │ ├── getgroups.c │ │ ├── gethostname.c │ │ ├── getitimer.c │ │ ├── getpagesize.c │ │ ├── getpgid.c │ │ ├── getpgrp.c │ │ ├── getpid.c │ │ ├── getppid.c │ │ ├── getpriority.c │ │ ├── getrandom.c │ │ ├── getresgid.c │ │ ├── getresuid.c │ │ ├── getrlimit.c │ │ ├── getrlimit64.c │ │ ├── getrusage.c │ │ ├── getsid.c │ │ ├── gettimeofday.c │ │ ├── getuid.c │ │ ├── inotify.c │ │ ├── internal-signals.h │ │ ├── ioctl.c │ │ ├── ioperm.c │ │ ├── iopl.c │ │ ├── jmpbuf-offsets.h │ │ ├── kill.c │ │ ├── klogctl.c │ │ ├── lchown.c │ │ ├── libgcc_s.h │ │ ├── link.c │ │ ├── linkat.c │ │ ├── llseek.c │ │ ├── longjmp.c │ │ ├── lseek.c │ │ ├── lstat.c │ │ ├── lstat64.c │ │ ├── lutimes.c │ │ ├── madvise.c │ │ ├── makedev.c │ │ ├── memfd_create.c │ │ ├── mincore.c │ │ ├── mkdir.c │ │ ├── mkdirat.c │ │ ├── mkfifo.c │ │ ├── mkfifoat.c │ │ ├── mknod.c │ │ ├── mknodat.c │ │ ├── mlock.c │ │ ├── mlockall.c │ │ ├── mmap.c │ │ ├── mmap64.c │ │ ├── modify_ldt.c │ │ ├── module.c │ │ ├── mount.c │ │ ├── mprotect.c │ │ ├── mremap.c │ │ ├── msync.c │ │ ├── munlock.c │ │ ├── munlockall.c │ │ ├── munmap.c │ │ ├── name_to_handle_at.c │ │ ├── nanosleep.c │ │ ├── nice.c │ │ ├── noophooks.c │ │ ├── not-cancel.h │ │ ├── ntp_gettime.c │ │ ├── open.c │ │ ├── open64.c │ │ ├── open_by_handle_at.c │ │ ├── openat.c │ │ ├── openat64.c │ │ ├── pause.c │ │ ├── personality.c │ │ ├── pipe.c │ │ ├── pipe2.c │ │ ├── pivot_root.c │ │ ├── poll.c │ │ ├── posix_fadvise.c │ │ ├── posix_fadvise64.c │ │ ├── posix_fallocate.c │ │ ├── posix_fallocate64.c │ │ ├── posix_madvise.c │ │ ├── ppoll.c │ │ ├── prctl.c │ │ ├── pread_write.c │ │ ├── preadv.c │ │ ├── prlimit.c │ │ ├── prlimit64.c │ │ ├── process_vm_readv.c │ │ ├── process_vm_writev.c │ │ ├── pselect.c │ │ ├── ptrace.c │ │ ├── pwritev.c │ │ ├── quotactl.c │ │ ├── read.c │ │ ├── readahead.c │ │ ├── readlink.c │ │ ├── readlinkat.c │ │ ├── readv.c │ │ ├── reboot.c │ │ ├── remap_file_pages.c │ │ ├── rename.c │ │ ├── renameat.c │ │ ├── rmdir.c │ │ ├── sbrk.c │ │ ├── sched_cpucount.c │ │ ├── sched_get_priority_max.c │ │ ├── sched_get_priority_min.c │ │ ├── sched_getaffinity.c │ │ ├── sched_getcpu.c │ │ ├── sched_getparam.c │ │ ├── sched_getscheduler.c │ │ ├── sched_rr_get_interval.c │ │ ├── sched_setaffinity.c │ │ ├── sched_setparam.c │ │ ├── sched_setscheduler.c │ │ ├── sched_yield.c │ │ ├── select.c │ │ ├── sendfile.c │ │ ├── sendfile64.c │ │ ├── setdomainname.c │ │ ├── setegid.c │ │ ├── seteuid.c │ │ ├── setfsgid.c │ │ ├── setfsuid.c │ │ ├── setgid.c │ │ ├── setgroups.c │ │ ├── sethostname.c │ │ ├── setitimer.c │ │ ├── setns.c │ │ ├── setpgid.c │ │ ├── setpgrp.c │ │ ├── setpriority.c │ │ ├── setregid.c │ │ ├── setresgid.c │ │ ├── setresuid.c │ │ ├── setreuid.c │ │ ├── setrlimit.c │ │ ├── setrlimit64.c │ │ ├── setsid.c │ │ ├── settimeofday.c │ │ ├── setuid.c │ │ ├── sigaltstack.c │ │ ├── signalfd.c │ │ ├── sigpending.c │ │ ├── sigprocmask.c │ │ ├── sigqueue.c │ │ ├── sigsuspend.c │ │ ├── splice.c │ │ ├── ssp-local.c │ │ ├── ssp.c │ │ ├── stat.c │ │ ├── stat64.c │ │ ├── statfs.c │ │ ├── statx_cp.c │ │ ├── statx_cp.h │ │ ├── stime.c │ │ ├── stubs.c │ │ ├── swapoff.c │ │ ├── swapon.c │ │ ├── symlink.c │ │ ├── symlinkat.c │ │ ├── sync.c │ │ ├── sync_file_range.c │ │ ├── syncfs.c │ │ ├── sys │ │ │ ├── acct.h │ │ │ ├── epoll.h │ │ │ ├── eventfd.h │ │ │ ├── fanotify.h │ │ │ ├── inotify.h │ │ │ ├── prctl.h │ │ │ ├── ptrace.h │ │ │ ├── random.h │ │ │ ├── signalfd.h │ │ │ ├── timerfd.h │ │ │ └── user.h │ │ ├── syscall.c │ │ ├── sysctl.c │ │ ├── sysdep.h │ │ ├── sysfs.c │ │ ├── sysinfo.c │ │ ├── tee.c │ │ ├── time.c │ │ ├── timerfd.c │ │ ├── times.c │ │ ├── truncate.c │ │ ├── truncate64.c │ │ ├── ulimit.c │ │ ├── umask.c │ │ ├── umount.c │ │ ├── umount2.c │ │ ├── uname.c │ │ ├── unlink.c │ │ ├── unlinkat.c │ │ ├── unshare.c │ │ ├── unwind.h │ │ ├── uselib.c │ │ ├── ustat.c │ │ ├── utime.c │ │ ├── utimensat.c │ │ ├── utimes.c │ │ ├── vfork.c │ │ ├── vhangup.c │ │ ├── vmsplice.c │ │ ├── wait.c │ │ ├── wait3.c │ │ ├── wait4.c │ │ ├── waitid.c │ │ ├── waitpid.c │ │ ├── write.c │ │ ├── writev.c │ │ ├── xattr.c │ │ ├── xstatconv.c │ │ └── xstatconv.h │ │ ├── cris │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __init_brk.c │ │ ├── __longjmp.S │ │ ├── bits │ │ │ ├── byteswap.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── setjmp.h │ │ │ ├── stackinfo.h │ │ │ ├── syscalls.h │ │ │ ├── termios.h │ │ │ ├── uClibc_arch_features.h │ │ │ ├── uClibc_page.h │ │ │ └── wordsize.h │ │ ├── brk.c │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── libc.map │ │ ├── sbrk.c │ │ ├── setjmp.S │ │ ├── sys │ │ │ ├── procfs.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── syscall.S │ │ ├── sysdep.S │ │ ├── sysdep.h │ │ └── vfork.S │ │ ├── csky │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── __syscall_error.c │ │ ├── bits │ │ │ ├── atomic.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── mathinline.h │ │ │ ├── setjmp.h │ │ │ ├── shm.h │ │ │ ├── sigcontextinfo.h │ │ │ ├── stackinfo.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ └── wordsize.h │ │ ├── cacheflush.c │ │ ├── clone.c │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── csky_clone.S │ │ ├── fpu_control.h │ │ ├── jmpbuf-unwind.h │ │ ├── libc-read_tp.S │ │ ├── setjmp.S │ │ ├── sys │ │ │ ├── cachectl.h │ │ │ ├── procfs.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── sysdep.h │ │ └── vfork.S │ │ ├── frv │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __init_brk.c │ │ ├── __longjmp.S │ │ ├── bits │ │ │ ├── elf-fdpic.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── setjmp.h │ │ │ ├── stackinfo.h │ │ │ ├── stat.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ ├── uClibc_page.h │ │ │ └── wordsize.h │ │ ├── brk.c │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── crtreloc.c │ │ ├── dl-iterate-phdr.c │ │ ├── fstat.c │ │ ├── fstat64.c │ │ ├── jmpbuf-unwind.h │ │ ├── lstat.c │ │ ├── lstat64.c │ │ ├── sbrk.c │ │ ├── setjmp.S │ │ ├── stat.c │ │ ├── stat64.c │ │ ├── sys │ │ │ ├── procfs.h │ │ │ ├── ptrace.h │ │ │ └── ucontext.h │ │ ├── syscall.c │ │ ├── sysdep.c │ │ ├── vfork.S │ │ └── xstatconv.c │ │ ├── h8300 │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── bits │ │ │ ├── byteswap.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── kernel_types.h │ │ │ ├── setjmp.h │ │ │ ├── sigcontextinfo.h │ │ │ ├── stackinfo.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ └── wordsize.h │ │ ├── brk.c │ │ ├── bsd-_setjmp.S │ │ ├── bsd-setjmp.S │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── float.h │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── ptrace.c │ │ ├── setjmp.S │ │ ├── sys │ │ │ ├── procfs.h │ │ │ └── ucontext.h │ │ └── vfork.S │ │ ├── hppa │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── __syscall_error.c │ │ ├── add_n.s │ │ ├── bits │ │ │ ├── atomic.h │ │ │ ├── endian.h │ │ │ ├── eventfd.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── ioctls.h │ │ │ ├── ipc.h │ │ │ ├── kernel_sigaction.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── mman.h │ │ │ ├── setjmp.h │ │ │ ├── sigaction.h │ │ │ ├── signum.h │ │ │ ├── socket_type.h │ │ │ ├── stackinfo.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ └── wordsize.h │ │ ├── brk.c │ │ ├── bsd-_setjmp.S │ │ ├── bsd-setjmp.S │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── lshift.s │ │ ├── rshift.s │ │ ├── setjmp.S │ │ ├── sub_n.s │ │ ├── sys │ │ │ ├── procfs.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── syscall.c │ │ ├── sysdep.h │ │ ├── udiv_qrnnd.s │ │ └── vfork.S │ │ ├── i386 │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── __syscall_error.c │ │ ├── bits │ │ │ ├── atomic.h │ │ │ ├── byteswap.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── huge_vall.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── mathdef.h │ │ │ ├── mathinline.h │ │ │ ├── mman.h │ │ │ ├── select.h │ │ │ ├── setjmp.h │ │ │ ├── sigcontextinfo.h │ │ │ ├── stackinfo.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ └── wordsize.h │ │ ├── brk.c │ │ ├── bsd-_setjmp.S │ │ ├── bsd-setjmp.S │ │ ├── clone.S │ │ ├── copysign.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── fpu_control.h │ │ ├── getcontext.S │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── makecontext.S │ │ ├── mmap.S │ │ ├── mmap64.S │ │ ├── posix_fadvise64.S │ │ ├── setcontext.S │ │ ├── setjmp.S │ │ ├── sigaction.c │ │ ├── swapcontext.S │ │ ├── sync_file_range.S │ │ ├── sys │ │ │ ├── debugreg.h │ │ │ ├── elf.h │ │ │ ├── io.h │ │ │ ├── perm.h │ │ │ ├── procfs.h │ │ │ ├── reg.h │ │ │ ├── ucontext.h │ │ │ ├── user.h │ │ │ └── vm86.h │ │ ├── syscall.S │ │ ├── syscall6.S │ │ ├── sysdep.h │ │ ├── ucontext_i.sym │ │ └── vfork.S │ │ ├── ia64 │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── __syscall_error.c │ │ ├── bits │ │ │ ├── atomic.h │ │ │ ├── byteswap.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── huge_vall.h │ │ │ ├── ipc.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── local_lim.h │ │ │ ├── mathdef.h │ │ │ ├── mathinline.h │ │ │ ├── mman.h │ │ │ ├── msq.h │ │ │ ├── sem.h │ │ │ ├── setjmp.h │ │ │ ├── shm.h │ │ │ ├── sigaction.h │ │ │ ├── sigcontext.h │ │ │ ├── siginfo.h │ │ │ ├── sigstack.h │ │ │ ├── stackinfo.h │ │ │ ├── stat.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ └── wordsize.h │ │ ├── brk.S │ │ ├── bsd-_setjmp.S │ │ ├── bsd-setjmp.S │ │ ├── clone2.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── fork.S │ │ ├── jmpbuf-unwind.h │ │ ├── pipe.S │ │ ├── setjmp.S │ │ ├── sys │ │ │ ├── io.h │ │ │ ├── procfs.h │ │ │ ├── ptrace.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── syscall.S │ │ ├── sysdep.h │ │ └── vfork.S │ │ ├── kvx │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── __syscall_error.c │ │ ├── bits │ │ │ ├── atomic.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── kernel_types.h │ │ │ ├── posix_types.h │ │ │ ├── sem.h │ │ │ ├── setjmp.h │ │ │ ├── shm.h │ │ │ ├── stackinfo.h │ │ │ ├── stat.h │ │ │ ├── statfs.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ └── wordsize.h │ │ ├── bsd-_setjmp.S │ │ ├── bsd-setjmp.S │ │ ├── cachectl.c │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── getcontext.S │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── makecontext.c │ │ ├── setcontext.S │ │ ├── setjmp.S │ │ ├── swapcontext.S │ │ ├── sys │ │ │ ├── cachectl.h │ │ │ ├── procfs.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── sysdep.h │ │ ├── ucontext_i.sym │ │ └── vfork.S │ │ ├── lm32 │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── bits │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── setjmp.h │ │ │ ├── stackinfo.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ ├── uClibc_page.h │ │ │ └── wordsize.h │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── setjmp.S │ │ ├── sys │ │ │ ├── procfs.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ └── vfork.S │ │ ├── m68k │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── README.m68k │ │ ├── __longjmp.S │ │ ├── __syscall_error.c │ │ ├── bits │ │ │ ├── byteswap.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── huge_vall.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── mathdef.h │ │ │ ├── mathinline.h │ │ │ ├── mman.h │ │ │ ├── poll.h │ │ │ ├── setjmp.h │ │ │ ├── shm.h │ │ │ ├── sigcontextinfo.h │ │ │ ├── stackinfo.h │ │ │ ├── stat.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ ├── uClibc_page.h │ │ │ └── wordsize.h │ │ ├── brk.c │ │ ├── bsd-_setjmp.S │ │ ├── bsd-setjmp.S │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── float.h │ │ ├── fpu_control.h │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── m68k_pic.S │ │ ├── m68k_read_tp.S │ │ ├── setjmp.S │ │ ├── sys │ │ │ ├── procfs.h │ │ │ ├── reg.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── sysdep.h │ │ └── vfork.S │ │ ├── metag │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __syscall_error.c │ │ ├── _longjmp.S │ │ ├── bits │ │ │ ├── atomic.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── ipc.h │ │ │ ├── kernel_types.h │ │ │ ├── profil-counter.h │ │ │ ├── setjmp.h │ │ │ ├── sigcontextinfo.h │ │ │ ├── stackinfo.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ └── wordsize.h │ │ ├── brk.c │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── libc-metag_load_tp.S │ │ ├── metag.c │ │ ├── setjmp.S │ │ ├── sys │ │ │ ├── io.h │ │ │ ├── procfs.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── syscall.c │ │ ├── sysdep.h │ │ └── vfork.S │ │ ├── microblaze │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── __syscall_error.c │ │ ├── bits │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── mman.h │ │ │ ├── poll.h │ │ │ ├── setjmp.h │ │ │ ├── stackinfo.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ ├── uClibc_page.h │ │ │ └── wordsize.h │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── jmpbuf-unwind.h │ │ ├── setjmp.S │ │ ├── sys │ │ │ ├── procfs.h │ │ │ ├── ptrace.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── sysdep.h │ │ └── vfork.S │ │ ├── mips │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.c │ │ ├── __syscall_error.c │ │ ├── _test_and_set.c │ │ ├── bits │ │ │ ├── atomic.h │ │ │ ├── dlfcn.h │ │ │ ├── endian.h │ │ │ ├── epoll.h │ │ │ ├── eventfd.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── inotify.h │ │ │ ├── ioctl-types.h │ │ │ ├── ipc.h │ │ │ ├── kernel_sigaction.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── mathdef.h │ │ │ ├── mman.h │ │ │ ├── msq.h │ │ │ ├── poll.h │ │ │ ├── resource.h │ │ │ ├── sem.h │ │ │ ├── setjmp.h │ │ │ ├── shm.h │ │ │ ├── sigaction.h │ │ │ ├── sigcontext.h │ │ │ ├── sigcontextinfo.h │ │ │ ├── siginfo.h │ │ │ ├── signalfd.h │ │ │ ├── signum.h │ │ │ ├── sigstack.h │ │ │ ├── socket_type.h │ │ │ ├── stackinfo.h │ │ │ ├── stat.h │ │ │ ├── statfs.h │ │ │ ├── syscalls.h │ │ │ ├── termios.h │ │ │ ├── timerfd.h │ │ │ ├── uClibc_arch_features.h │ │ │ ├── uClibc_page.h │ │ │ └── wordsize.h │ │ ├── brk.c │ │ ├── bsd-_setjmp.S │ │ ├── bsd-setjmp.S │ │ ├── cacheflush.c │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── fpu_control.h │ │ ├── getcontext.S │ │ ├── jmpbuf-unwind.h │ │ ├── kernel_rt_sigframe.h │ │ ├── makecontext.S │ │ ├── pipe.S │ │ ├── posix_fadvise.c │ │ ├── posix_fadvise64.c │ │ ├── pread_write.c │ │ ├── regdef.h │ │ ├── setcontext.S │ │ ├── setjmp.S │ │ ├── setjmp_aux.c │ │ ├── sgidefs.h │ │ ├── sigaction.c │ │ ├── swapcontext.S │ │ ├── sys │ │ │ ├── asm.h │ │ │ ├── cachectl.h │ │ │ ├── fpregdef.h │ │ │ ├── procfs.h │ │ │ ├── regdef.h │ │ │ ├── sysmips.h │ │ │ ├── tas.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── syscall.S │ │ ├── syscall_error.S │ │ ├── sysdep.h │ │ ├── sysmips.c │ │ ├── ucontext_i.sym │ │ └── vfork.S │ │ ├── nds32 │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── __syscall_error.c │ │ ├── bits │ │ │ ├── atomic.h │ │ │ ├── byteswap.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── mathdef.h │ │ │ ├── mman.h │ │ │ ├── setjmp.h │ │ │ ├── shm.h │ │ │ ├── sigcontextinfo.h │ │ │ ├── stackinfo.h │ │ │ ├── stat.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ ├── uClibc_page.h │ │ │ └── wordsize.h │ │ ├── brk.c │ │ ├── bsd-_setjmp.S │ │ ├── bsd-setjmp.S │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── fpu_control.h │ │ ├── getcontext.S │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── makecontext.c │ │ ├── mremap.c │ │ ├── prctl.c │ │ ├── setcontext.S │ │ ├── setjmp.S │ │ ├── swapcontext.c │ │ ├── sys │ │ │ ├── elf.h │ │ │ ├── io.h │ │ │ ├── procfs.h │ │ │ ├── ptrace.h │ │ │ ├── regdef.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── sysdep.S │ │ ├── sysdep.h │ │ ├── ucontext_i.sym │ │ └── vfork.S │ │ ├── nios2 │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── __syscall_error.c │ │ ├── bits │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── kernel_types.h │ │ │ ├── mathdef.h │ │ │ ├── mman.h │ │ │ ├── setjmp.h │ │ │ ├── sigcontextinfo.h │ │ │ ├── stackinfo.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ └── wordsize.h │ │ ├── brk.c │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── setjmp.S │ │ ├── sys │ │ │ ├── procfs.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── sysdep.h │ │ └── vfork.S │ │ ├── or1k │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __init_brk.c │ │ ├── __longjmp.S │ │ ├── __syscall_error.c │ │ ├── bits │ │ │ ├── atomic.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── setjmp.h │ │ │ ├── sigcontextinfo.h │ │ │ ├── stackinfo.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ ├── uClibc_page.h │ │ │ └── wordsize.h │ │ ├── brk.c │ │ ├── clone.c │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── fpu_control.h │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── or1k_clone.S │ │ ├── sbrk.c │ │ ├── setjmp.S │ │ ├── spr_defs.h │ │ ├── sys │ │ │ ├── procfs.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ └── sysdep.h │ │ ├── powerpc │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── __syscall_error.c │ │ ├── __uClibc_syscall.S │ │ ├── bits │ │ │ ├── atomic.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── fenvinline.h │ │ │ ├── ioctl-types.h │ │ │ ├── ipc.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── local_lim.h │ │ │ ├── mathdef.h │ │ │ ├── mathinline.h │ │ │ ├── mman.h │ │ │ ├── msq.h │ │ │ ├── sem.h │ │ │ ├── setjmp.h │ │ │ ├── shm.h │ │ │ ├── sigcontextinfo.h │ │ │ ├── stackinfo.h │ │ │ ├── stat.h │ │ │ ├── syscalls.h │ │ │ ├── termios.h │ │ │ ├── uClibc_arch_features.h │ │ │ └── wordsize.h │ │ ├── brk.S │ │ ├── bsd-_setjmp.S │ │ ├── bsd-setjmp.S │ │ ├── clone.S │ │ ├── copysignl.c │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── fenv.h │ │ ├── fpu_control.h │ │ ├── ioctl.c │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── ppc_asm.h │ │ ├── setjmp.S │ │ ├── sys │ │ │ ├── procfs.h │ │ │ ├── ptrace.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── syscall.S │ │ ├── sysdep.h │ │ └── vfork.S │ │ ├── riscv32 │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── __syscall_error.c │ │ ├── bits │ │ │ ├── atomic.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── kernel_types.h │ │ │ ├── mman.h │ │ │ ├── setjmp.h │ │ │ ├── shm.h │ │ │ ├── sigcontext.h │ │ │ ├── stackinfo.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ ├── uClibc_page.h │ │ │ └── wordsize.h │ │ ├── bsd-_setjmp.c │ │ ├── bsd-setjmp.c │ │ ├── cache.c │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── setjmp.S │ │ ├── sys │ │ │ ├── asm.h │ │ │ ├── procfs.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── sysdep.h │ │ └── vfork.S │ │ ├── riscv64 │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── __syscall_error.c │ │ ├── bits │ │ │ ├── atomic.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── kernel_types.h │ │ │ ├── mman.h │ │ │ ├── setjmp.h │ │ │ ├── shm.h │ │ │ ├── sigcontext.h │ │ │ ├── stackinfo.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ ├── uClibc_page.h │ │ │ └── wordsize.h │ │ ├── bsd-_setjmp.c │ │ ├── bsd-setjmp.c │ │ ├── cache.c │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── setjmp.S │ │ ├── sys │ │ │ ├── asm.h │ │ │ ├── procfs.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── sysdep.h │ │ └── vfork.S │ │ ├── sh │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── ___fpscr_values.S │ │ ├── __init_brk.c │ │ ├── __longjmp.S │ │ ├── bits │ │ │ ├── atomic.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── huge_val.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── mathdef.h │ │ │ ├── mman.h │ │ │ ├── setjmp.h │ │ │ ├── shm.h │ │ │ ├── sigcontextinfo.h │ │ │ ├── stackinfo.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ └── wordsize.h │ │ ├── brk.c │ │ ├── cacheflush.c │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── fpu_control.h │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── pipe.c │ │ ├── pread_write.c │ │ ├── sbrk.c │ │ ├── setjmp.S │ │ ├── sys │ │ │ ├── io.h │ │ │ ├── procfs.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── syscall_error.S │ │ ├── sysdep.h │ │ └── vfork.S │ │ ├── sparc │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── __syscall_error.c │ │ ├── _math_inc.h │ │ ├── bits │ │ │ ├── atomic.h │ │ │ ├── endian.h │ │ │ ├── epoll.h │ │ │ ├── eventfd.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── huge_vall.h │ │ │ ├── inotify.h │ │ │ ├── ioctls.h │ │ │ ├── ipc.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── local_lim.h │ │ │ ├── mathdef.h │ │ │ ├── mathinline.h │ │ │ ├── mman.h │ │ │ ├── msq.h │ │ │ ├── poll.h │ │ │ ├── resource.h │ │ │ ├── sem.h │ │ │ ├── setjmp.h │ │ │ ├── shm.h │ │ │ ├── sigaction.h │ │ │ ├── sigcontext.h │ │ │ ├── sigcontextinfo.h │ │ │ ├── siginfo.h │ │ │ ├── signalfd.h │ │ │ ├── signum.h │ │ │ ├── sigstack.h │ │ │ ├── socket_type.h │ │ │ ├── stackinfo.h │ │ │ ├── stat.h │ │ │ ├── syscalls.h │ │ │ ├── termios.h │ │ │ ├── timerfd.h │ │ │ ├── typesizes.h │ │ │ ├── uClibc_arch_features.h │ │ │ └── wordsize.h │ │ ├── brk.c │ │ ├── bsd-_setjmp.S │ │ ├── bsd-setjmp.S │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── fork.S │ │ ├── fpu_control.h │ │ ├── getcontext.S │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── makecontext.c │ │ ├── pipe.S │ │ ├── rem.S │ │ ├── sdiv.S │ │ ├── setcontext.S │ │ ├── setjmp.S │ │ ├── sigaction.c │ │ ├── sigreturn_stub.S │ │ ├── sparcv7 │ │ │ ├── rem.S │ │ │ ├── sdiv.S │ │ │ ├── udiv.S │ │ │ ├── umul.S │ │ │ └── urem.S │ │ ├── sparcv8 │ │ │ ├── rem.S │ │ │ ├── sdiv.S │ │ │ ├── udiv.S │ │ │ ├── umul.S │ │ │ └── urem.S │ │ ├── swapcontext.S │ │ ├── sys │ │ │ ├── procfs.h │ │ │ ├── ptrace.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── syscall.S │ │ ├── sysdep.h │ │ ├── ucontext_i.sym │ │ ├── udiv.S │ │ ├── umul.S │ │ ├── urem.S │ │ └── vfork.S │ │ ├── sparc64 │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── __start_context.S │ │ ├── __syscall_error.c │ │ ├── bits │ │ │ ├── endian.h │ │ │ ├── epoll.h │ │ │ ├── eventfd.h │ │ │ ├── fcntl.h │ │ │ ├── inotify.h │ │ │ ├── ioctls.h │ │ │ ├── ipc.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── mathdef.h │ │ │ ├── mathinline.h │ │ │ ├── mman.h │ │ │ ├── msq.h │ │ │ ├── poll.h │ │ │ ├── resource.h │ │ │ ├── sem.h │ │ │ ├── setjmp.h │ │ │ ├── shm.h │ │ │ ├── sigaction.h │ │ │ ├── sigcontextinfo.h │ │ │ ├── siginfo.h │ │ │ ├── signalfd.h │ │ │ ├── signum.h │ │ │ ├── sigstack.h │ │ │ ├── socket_type.h │ │ │ ├── stackinfo.h │ │ │ ├── stat.h │ │ │ ├── syscalls.h │ │ │ ├── termios.h │ │ │ ├── timerfd.h │ │ │ ├── typesizes.h │ │ │ ├── uClibc_arch_features.h │ │ │ ├── uClibc_page.h │ │ │ └── wordsize.h │ │ ├── brk.S │ │ ├── bsd-_setjmp.S │ │ ├── bsd-setjmp.S │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── fork.S │ │ ├── fpu_control.h │ │ ├── getcontext.S │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── makecontext.c │ │ ├── pipe.S │ │ ├── setcontext.S │ │ ├── setjmp.S │ │ ├── sigaction.c │ │ ├── sigreturn_stub.S │ │ ├── soft-fp │ │ │ ├── Makefile │ │ │ ├── Versions │ │ │ ├── double.h │ │ │ ├── e_ilogbl.c │ │ │ ├── longlong.h │ │ │ ├── op-1.h │ │ │ ├── op-2.h │ │ │ ├── op-4.h │ │ │ ├── op-8.h │ │ │ ├── op-common.h │ │ │ ├── qp_add.c │ │ │ ├── qp_cmp.c │ │ │ ├── qp_cmpe.c │ │ │ ├── qp_div.c │ │ │ ├── qp_dtoq.c │ │ │ ├── qp_feq.c │ │ │ ├── qp_fge.c │ │ │ ├── qp_fgt.c │ │ │ ├── qp_fle.c │ │ │ ├── qp_flt.c │ │ │ ├── qp_fne.c │ │ │ ├── qp_itoq.c │ │ │ ├── qp_mul.c │ │ │ ├── qp_neg.S │ │ │ ├── qp_qtod.c │ │ │ ├── qp_qtoi.c │ │ │ ├── qp_qtos.c │ │ │ ├── qp_qtoui.c │ │ │ ├── qp_qtoux.c │ │ │ ├── qp_qtox.c │ │ │ ├── qp_sqrt.c │ │ │ ├── qp_stoq.c │ │ │ ├── qp_sub.c │ │ │ ├── qp_uitoq.c │ │ │ ├── qp_util.c │ │ │ ├── qp_uxtoq.c │ │ │ ├── qp_xtoq.c │ │ │ ├── quad.h │ │ │ ├── s_frexpl.c │ │ │ ├── s_scalblnl.c │ │ │ ├── s_scalbnl.c │ │ │ ├── sfp-machine.h │ │ │ ├── single.h │ │ │ └── soft-fp.h │ │ ├── swapcontext.c │ │ ├── sys │ │ │ ├── procfs.h │ │ │ ├── ptrace.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── syscall.S │ │ ├── sysdep.h │ │ ├── ucontext_i.sym │ │ └── vfork.S │ │ ├── tile │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── __syscall_error.c │ │ ├── bits │ │ │ ├── byteswap.h │ │ │ ├── endian.h │ │ │ ├── fcntl.h │ │ │ ├── kernel_types.h │ │ │ ├── mman.h │ │ │ ├── setjmp.h │ │ │ ├── shm.h │ │ │ ├── sigcontextinfo.h │ │ │ ├── stackinfo.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ └── wordsize.h │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── setjmp.S │ │ ├── sys │ │ │ ├── cachectl.h │ │ │ ├── procfs.h │ │ │ ├── ptrace.h │ │ │ ├── reg.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── sysdep.h │ │ └── vfork.S │ │ ├── x86_64 │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── __start_context.S │ │ ├── __syscall_error.c │ │ ├── bits │ │ │ ├── atomic.h │ │ │ ├── byteswap.h │ │ │ ├── endian.h │ │ │ ├── environments.h │ │ │ ├── epoll.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── kernel_stat.h │ │ │ ├── kernel_types.h │ │ │ ├── mathdef.h │ │ │ ├── mathinline.h │ │ │ ├── mman.h │ │ │ ├── msq.h │ │ │ ├── sem.h │ │ │ ├── setjmp.h │ │ │ ├── shm.h │ │ │ ├── sigcontext.h │ │ │ ├── sigcontextinfo.h │ │ │ ├── stackinfo.h │ │ │ ├── stat.h │ │ │ ├── syscalls.h │ │ │ ├── uClibc_arch_features.h │ │ │ └── wordsize.h │ │ ├── brk.c │ │ ├── bsd-_setjmp.S │ │ ├── bsd-setjmp.S │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── fpu_control.h │ │ ├── getcontext.S │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── makecontext.c │ │ ├── sched_getcpu.S │ │ ├── setcontext.S │ │ ├── setjmp.S │ │ ├── sigaction.c │ │ ├── swapcontext.S │ │ ├── sys │ │ │ ├── debugreg.h │ │ │ ├── io.h │ │ │ ├── perm.h │ │ │ ├── procfs.h │ │ │ ├── reg.h │ │ │ ├── ucontext.h │ │ │ └── user.h │ │ ├── syscall.S │ │ ├── sysdep.h │ │ ├── ucontext_i.sym │ │ └── vfork.S │ │ └── xtensa │ │ ├── Makefile │ │ ├── Makefile.arch │ │ ├── __longjmp.S │ │ ├── __start_context.S │ │ ├── __syscall_error.c │ │ ├── bits │ │ ├── atomic.h │ │ ├── elf-fdpic.h │ │ ├── endian.h │ │ ├── fcntl.h │ │ ├── ipc.h │ │ ├── kernel_stat.h │ │ ├── kernel_types.h │ │ ├── mathdef.h │ │ ├── mman.h │ │ ├── msq.h │ │ ├── poll.h │ │ ├── setjmp.h │ │ ├── shm.h │ │ ├── sigcontext.h │ │ ├── sigcontextinfo.h │ │ ├── stackinfo.h │ │ ├── stat.h │ │ ├── syscalls.h │ │ ├── uClibc_arch_features.h │ │ ├── wordsize.h │ │ └── xtensa-config.h │ │ ├── brk.c │ │ ├── bsd-_setjmp.S │ │ ├── bsd-setjmp.S │ │ ├── clone.S │ │ ├── crt1.S │ │ ├── crti.S │ │ ├── crtn.S │ │ ├── crtreloc.c │ │ ├── fork.c │ │ ├── getcontext.S │ │ ├── jmpbuf-offsets.h │ │ ├── jmpbuf-unwind.h │ │ ├── makecontext.c │ │ ├── mmap.S │ │ ├── setcontext.S │ │ ├── setjmp.S │ │ ├── sigaction.c │ │ ├── sigrestorer.S │ │ ├── swapcontext.S │ │ ├── sys │ │ ├── procfs.h │ │ ├── ucontext.h │ │ └── user.h │ │ ├── syscall.S │ │ ├── sysdep.h │ │ ├── ucontext_i.sym │ │ ├── vfork.S │ │ └── windowspill.S ├── termios │ ├── .indent.pro │ ├── Makefile │ ├── Makefile.in │ ├── cfmakeraw.c │ ├── cfsetspeed.c │ ├── isatty.c │ ├── kernel_termios.h │ ├── speed.c │ ├── tcdrain.c │ ├── tcflow.c │ ├── tcflush.c │ ├── tcgetattr.c │ ├── tcgetpgrp.c │ ├── tcgetsid.c │ ├── tcsendbrk.c │ ├── tcsetattr.c │ ├── tcsetpgrp.c │ └── ttyname.c └── unistd │ ├── .indent.pro │ ├── Makefile │ ├── Makefile.in │ ├── __exec_alloc.c │ ├── confstr.c │ ├── daemon.c │ ├── exec.c │ ├── execl.c │ ├── execle.c │ ├── execlp.c │ ├── execv.c │ ├── execvp.c │ ├── execvpe.c │ ├── fpathconf.c │ ├── getlogin.c │ ├── getopt-susv3.c │ ├── getopt.c │ ├── getopt_int.h │ ├── getopt_long-simple.c │ ├── getpass.c │ ├── getsubopt-susv3.c │ ├── getsubopt.c │ ├── pathconf.c │ ├── sleep.c │ ├── swab.c │ ├── sysconf.c │ ├── ualarm.c │ ├── usershell.c │ └── usleep.c ├── libcrypt ├── Makefile ├── Makefile.in ├── crypt.c ├── crypt_stub.c ├── des.c ├── des_tables.c ├── libcrypt.h ├── md5.c ├── sha256-crypt.c ├── sha256.c ├── sha256.h ├── sha512-crypt.c ├── sha512.c └── sha512.h ├── libiconv ├── COPYRIGHT ├── Makefile ├── Makefile.in ├── iconv.c ├── include │ ├── codepages.h │ ├── jis0208.h │ ├── legacychars.h │ └── revjis.h └── m4 │ └── iconv.m4 ├── libintl ├── Makefile ├── Makefile.in └── libintl.c ├── libm ├── Makefile ├── Makefile.in ├── README ├── aarch64 │ ├── Makefile.arch │ ├── fclrexcpt.c │ ├── fedisblxcpt.c │ ├── feenablxcpt.c │ ├── fegetenv.c │ ├── fegetexcept.c │ ├── fegetmode.c │ ├── fegetround.c │ ├── feholdexcpt.c │ ├── fenv_private.h │ ├── fesetenv.c │ ├── fesetexcept.c │ ├── fesetmode.c │ ├── fesetround.c │ ├── feupdateenv.c │ ├── fgetexcptflg.c │ ├── fraiseexcpt.c │ ├── fsetexcptflg.c │ └── ftestexcept.c ├── arc │ ├── Makefile.arch │ ├── fclrexcpt.c │ ├── fegetenv.c │ ├── fegetmode.c │ ├── fegetround.c │ ├── feholdexcpt.c │ ├── fenv_private.h │ ├── fesetenv.c │ ├── fesetexcept.c │ ├── fesetmode.c │ ├── fesetround.c │ ├── feupdateenv.c │ ├── fgetexcptflg.c │ ├── fraiseexcpt.c │ ├── fsetexcptflg.c │ ├── ftestexcept.c │ └── get-rounding-mode.h ├── arm │ ├── Makefile.arch │ ├── arm-features.h │ ├── fclrexcpt.c │ ├── fedisblxcpt.c │ ├── feenablxcpt.c │ ├── fegetenv.c │ ├── fegetexcept.c │ ├── fegetmode.c │ ├── fegetround.c │ ├── feholdexcpt.c │ ├── fenv_private.h │ ├── fesetenv.c │ ├── fesetexcept.c │ ├── fesetmode.c │ ├── fesetround.c │ ├── feupdateenv.c │ ├── fgetexcptflg.c │ ├── fraiseexcpt.c │ ├── fsetexcptflg.c │ └── ftestexcept.c ├── carg.c ├── cexp.c ├── csky │ ├── Makefile.arch │ ├── fclrexcpt.c │ ├── fedisblxcpt.c │ ├── feenablxcpt.c │ ├── fegetenv.c │ ├── fegetexcept.c │ ├── fegetmode.c │ ├── fegetround.c │ ├── feholdexcpt.c │ ├── fenv_libc.h │ ├── fenv_private.h │ ├── fesetenv.c │ ├── fesetexcept.c │ ├── fesetmode.c │ ├── fesetround.c │ ├── feupdateenv.c │ ├── fgetexcptflg.c │ ├── fraiseexcpt.c │ ├── fsetexcptflg.c │ └── ftestexcept.c ├── e_acos.c ├── e_acosh.c ├── e_asin.c ├── e_atan2.c ├── e_atanh.c ├── e_cosh.c ├── e_exp.c ├── e_exp10.c ├── e_fmod.c ├── e_hypot.c ├── e_j0.c ├── e_j1.c ├── e_jn.c ├── e_lgamma_r.c ├── e_log.c ├── e_log10.c ├── e_log2.c ├── e_pow.c ├── e_rem_pio2.c ├── e_remainder.c ├── e_scalb.c ├── e_sinh.c ├── e_sqrt.c ├── float_wrappers.c ├── i386 │ ├── Makefile.arch │ ├── fclrexcpt.c │ ├── fedisblxcpt.c │ ├── feenablxcpt.c │ ├── fegetenv.c │ ├── fegetexcept.c │ ├── fegetround.c │ ├── feholdexcpt.c │ ├── fesetenv.c │ ├── fesetround.c │ ├── feupdateenv.c │ ├── fgetexcptflg.c │ ├── fraiseexcpt.c │ ├── fsetexcptflg.c │ └── ftestexcept.c ├── k_cos.c ├── k_rem_pio2.c ├── k_sin.c ├── k_standard.c ├── k_standardf.c ├── k_standardl.c ├── k_tan.c ├── kvx │ ├── Makefile.arch │ ├── feclearexcept.c │ ├── fegetenv.c │ ├── fegetexceptflag.c │ ├── fegetround.c │ ├── feholdexcept.c │ ├── feraiseexcept.c │ ├── fesetenv.c │ ├── fesetexceptflag.c │ ├── fesetround.c │ ├── fetestexcept.c │ └── feupdateenv.c ├── ldouble_wrappers.c ├── m68k │ ├── Makefile.arch │ ├── fclrexcpt.c │ ├── fedisblxcpt.c │ ├── feenablxcpt.c │ ├── fegetenv.c │ ├── fegetexcept.c │ ├── fegetmode.c │ ├── fegetround.c │ ├── feholdexcpt.c │ ├── fesetenv.c │ ├── fesetexcept.c │ ├── fesetmode.c │ ├── fesetround.c │ ├── feupdateenv.c │ ├── fgetexcptflg.c │ ├── fraiseexcpt.c │ ├── fsetexcptflg.c │ └── ftestexcept.c ├── math_private.h ├── metag │ ├── Makefile.arch │ ├── fclrexcpt.c │ ├── fedisblxcpt.c │ ├── feenablxcpt.c │ ├── fegetenv.c │ ├── fegetexcept.c │ ├── fegetround.c │ ├── feholdexcpt.c │ ├── fesetenv.c │ ├── fesetround.c │ ├── feupdateenv.c │ ├── fgetexcptflg.c │ ├── fraiseexcpt.c │ ├── fsetexcptflg.c │ ├── ftestexcept.c │ └── internal.h ├── mips │ ├── Makefile.arch │ ├── fclrexcpt.c │ ├── fedisblxcpt.c │ ├── feenablxcpt.c │ ├── fegetenv.c │ ├── fegetexcept.c │ ├── fegetmode.c │ ├── fegetround.c │ ├── feholdexcpt.c │ ├── fenv_libc.h │ ├── fenv_private.h │ ├── fesetenv.c │ ├── fesetexcept.c │ ├── fesetmode.c │ ├── fesetround.c │ ├── feupdateenv.c │ ├── fgetexcptflg.c │ ├── fraiseexcpt.c │ ├── fsetexcptflg.c │ └── ftestexcept.c ├── nan.c ├── nds32 │ ├── Makefile.arch │ ├── e_sqrt.c │ ├── fclrexcpt.c │ ├── fedisblxcpt.c │ ├── feenablxcpt.c │ ├── fegetenv.c │ ├── fegetexcept.c │ ├── fegetround.c │ ├── feholdexcpt.c │ ├── fenv_libc.h │ ├── fesetenv.c │ ├── fesetround.c │ ├── feupdateenv.c │ ├── fgetexcptflg.c │ ├── fraiseexcpt.c │ ├── fsetexcptflg.c │ └── ftestexcept.c ├── or1k │ ├── Makefile.arch │ ├── fclrexcpt.c │ ├── fegetenv.c │ ├── fegetmode.c │ ├── fegetround.c │ ├── feholdexcpt.c │ ├── fenv_private.h │ ├── fesetenv.c │ ├── fesetexcept.c │ ├── fesetmode.c │ ├── fesetround.c │ ├── feupdateenv.c │ ├── fgetexcptflg.c │ ├── fraiseexcpt.c │ ├── fsetexcptflg.c │ ├── ftestexcept.c │ └── get-rounding-mode.h ├── powerpc │ ├── classic │ │ └── Makefile.arch │ └── e500 │ │ ├── Makefile.arch │ │ ├── README.txt │ │ ├── fpu │ │ ├── Makefile.arch │ │ ├── fclrexcpt.c │ │ ├── fe_nomask.c │ │ ├── fedisblxcpt.c │ │ ├── feenablxcpt.c │ │ ├── fegetenv.c │ │ ├── fegetexcept.c │ │ ├── fegetround.c │ │ ├── feholdexcpt.c │ │ ├── fenv_const.c │ │ ├── fenv_libc.h │ │ ├── fesetenv.c │ │ ├── fesetround.c │ │ ├── feupdateenv.c │ │ ├── fgetexcptflg.c │ │ ├── fraiseexcpt.c │ │ ├── fsetexcptflg.c │ │ └── ftestexcept.c │ │ └── spe-raise.c ├── riscv32 │ ├── Makefile.arch │ ├── fclrexcpt.c │ ├── fegetenv.c │ ├── fegetmode.c │ ├── fegetround.c │ ├── feholdexcpt.c │ ├── fenv_private.h │ ├── fesetenv.c │ ├── fesetexcept.c │ ├── fesetmode.c │ ├── fesetround.c │ ├── feupdateenv.c │ ├── fgetexcptflg.c │ ├── fraiseexcpt.c │ ├── fsetexcptflg.c │ ├── ftestexcept.c │ └── get-rounding-mode.h ├── riscv64 │ ├── Makefile.arch │ ├── fclrexcpt.c │ ├── fegetenv.c │ ├── fegetmode.c │ ├── fegetround.c │ ├── feholdexcpt.c │ ├── fenv_private.h │ ├── fesetenv.c │ ├── fesetexcept.c │ ├── fesetmode.c │ ├── fesetround.c │ ├── feupdateenv.c │ ├── fgetexcptflg.c │ ├── fraiseexcpt.c │ ├── fsetexcptflg.c │ ├── ftestexcept.c │ └── get-rounding-mode.h ├── s_asinh.c ├── s_atan.c ├── s_cbrt.c ├── s_ceil.c ├── s_copysign.c ├── s_cos.c ├── s_erf.c ├── s_expm1.c ├── s_fabs.c ├── s_fdim.c ├── s_finite.c ├── s_finitef.c ├── s_floor.c ├── s_fma.c ├── s_fmax.c ├── s_fmin.c ├── s_fpclassify.c ├── s_fpclassifyf.c ├── s_frexp.c ├── s_ilogb.c ├── s_isinf.c ├── s_isinff.c ├── s_isnan.c ├── s_isnanf.c ├── s_ldexp.c ├── s_lib_version.c ├── s_llrint.c ├── s_llround.c ├── s_log1p.c ├── s_logb.c ├── s_lrint.c ├── s_lround.c ├── s_modf.c ├── s_nextafter.c ├── s_nextafterf.c ├── s_remquo.c ├── s_rint.c ├── s_round.c ├── s_scalbn.c ├── s_signbit.c ├── s_signbitf.c ├── s_signgam.c ├── s_significand.c ├── s_sin.c ├── s_tan.c ├── s_tanh.c ├── s_trunc.c ├── sh │ └── sh4 │ │ ├── Makefile.arch │ │ ├── fclrexcpt.c │ │ ├── fedisblxcpt.c │ │ ├── feenablxcpt.c │ │ ├── fegetenv.c │ │ ├── fegetexcept.c │ │ ├── fegetmode.c │ │ ├── fegetround.c │ │ ├── feholdexcpt.c │ │ ├── fesetenv.c │ │ ├── fesetexcept.c │ │ ├── fesetmode.c │ │ ├── fesetround.c │ │ ├── feupdateenv.c │ │ ├── fgetexcptflg.c │ │ ├── fraiseexcpt.c │ │ ├── fsetexcptflg.c │ │ ├── ftestexcept.c │ │ ├── s_lrintf.S │ │ └── s_lroundf.S ├── sincos.c ├── sparc │ ├── Makefile.arch │ ├── fclrexcpt.c │ ├── fedisblxcpt.c │ ├── feenablxcpt.c │ ├── fegetenv.c │ ├── fegetexcept.c │ ├── fegetmode.c │ ├── fegetround.c │ ├── feholdexcpt.c │ ├── fenv_private.h │ ├── fesetenv.c │ ├── fesetexcept.c │ ├── fesetmode.c │ ├── fesetround.c │ ├── feupdateenv.c │ ├── fgetexcptflg.c │ ├── fpu_control.h │ ├── fraiseexcpt.c │ ├── fsetexcptflg.c │ ├── ftestexcept.c │ └── math-barriers.h ├── w_acos.c ├── w_acosf.c ├── w_acosh.c ├── w_acoshf.c ├── w_acoshl.c ├── w_acosl.c ├── w_asin.c ├── w_asinf.c ├── w_asinl.c ├── w_atan2.c ├── w_atan2f.c ├── w_atan2l.c ├── w_atanh.c ├── w_atanhf.c ├── w_atanhl.c ├── w_cabs.c ├── w_cosh.c ├── w_coshf.c ├── w_coshl.c ├── w_exp.c ├── w_exp10.c ├── w_exp10f.c ├── w_exp10l.c ├── w_exp2.c ├── w_exp2f.c ├── w_exp2l.c ├── w_expf.c ├── w_expl.c ├── w_fmod.c ├── w_fmodf.c ├── w_fmodl.c ├── w_hypot.c ├── w_hypotf.c ├── w_hypotl.c ├── w_j0.c ├── w_j0f.c ├── w_j0l.c ├── w_j1.c ├── w_j1f.c ├── w_j1l.c ├── w_jn.c ├── w_jnf.c ├── w_jnl.c ├── w_lgamma.c ├── w_lgamma_r.c ├── w_lgammaf.c ├── w_lgammaf_r.c ├── w_lgammal.c ├── w_lgammal_r.c ├── w_log.c ├── w_log10.c ├── w_log10f.c ├── w_log10l.c ├── w_log2.c ├── w_log2f.c ├── w_log2l.c ├── w_logf.c ├── w_logl.c ├── w_pow.c ├── w_powf.c ├── w_powl.c ├── w_remainder.c ├── w_remainderf.c ├── w_remainderl.c ├── w_scalb.c ├── w_scalbf.c ├── w_scalbl.c ├── w_sinh.c ├── w_sinhf.c ├── w_sinhl.c ├── w_sqrt.c ├── w_sqrtf.c ├── w_sqrtl.c ├── w_tgamma.c ├── w_tgammaf.c ├── w_tgammal.c └── x86_64 │ ├── Makefile.arch │ ├── fclrexcpt.c │ ├── fedisblxcpt.c │ ├── feenablxcpt.c │ ├── fegetenv.c │ ├── fegetexcept.c │ ├── fegetmode.c │ ├── fegetround.c │ ├── feholdexcpt.c │ ├── fesetenv.c │ ├── fesetexcept.c │ ├── fesetmode.c │ ├── fesetround.c │ ├── feupdateenv.c │ ├── fgetexcptflg.c │ ├── fraiseexcpt.c │ ├── fsetexcptflg.c │ └── ftestexcept.c ├── libpthread ├── Makefile ├── Makefile.in ├── linuxthreads │ ├── Makefile │ ├── Makefile.in │ ├── attr.c │ ├── cancel.c │ ├── condvar.c │ ├── debug.h │ ├── errno.c │ ├── events.c │ ├── internals.h │ ├── join.c │ ├── libc_pthread_init.c │ ├── locale.c │ ├── lockfile.c │ ├── manager.c │ ├── mutex.c │ ├── pt-machine.c │ ├── ptfork.c │ ├── pthread.c │ ├── ptlongjmp.c │ ├── queue.h │ ├── restart.h │ ├── rwlock.c │ ├── semaphore.c │ ├── semaphore.h │ ├── signals.c │ ├── specific.c │ ├── spinlock.c │ ├── spinlock.h │ ├── sysdeps │ │ ├── alpha │ │ │ └── pt-machine.h │ │ ├── arc │ │ │ └── pt-machine.h │ │ ├── arm │ │ │ └── pt-machine.h │ │ ├── avr32 │ │ │ └── pt-machine.h │ │ ├── bfin │ │ │ └── pt-machine.h │ │ ├── c6x │ │ │ └── pt-machine.h │ │ ├── cris │ │ │ └── pt-machine.h │ │ ├── frv │ │ │ └── pt-machine.h │ │ ├── h8300 │ │ │ └── pt-machine.h │ │ ├── hppa │ │ │ ├── pspinlock.c │ │ │ └── pt-machine.h │ │ ├── i386 │ │ │ ├── pt-machine.h │ │ │ ├── tls.h │ │ │ └── useldt.h │ │ ├── ia64 │ │ │ ├── pt-machine.h │ │ │ └── tls.h │ │ ├── m68k │ │ │ └── pt-machine.h │ │ ├── microblaze │ │ │ ├── pt-machine.h │ │ │ └── sigcontextinfo.h │ │ ├── mips │ │ │ └── pt-machine.h │ │ ├── nds32 │ │ │ ├── pspinlock.c │ │ │ └── pt-machine.h │ │ ├── nios2 │ │ │ └── pt-machine.h │ │ ├── or1k │ │ │ └── pt-machine.h │ │ ├── powerpc │ │ │ └── pt-machine.h │ │ ├── pthread │ │ │ ├── bits │ │ │ │ ├── libc-lock.h │ │ │ │ ├── libc-tsd.h │ │ │ │ └── pthreadtypes.h │ │ │ ├── not-cancel.h │ │ │ ├── pthread.h │ │ │ └── tls.h │ │ ├── riscv32 │ │ │ └── pt-machine.h │ │ ├── riscv64 │ │ │ └── pt-machine.h │ │ ├── sh │ │ │ ├── pt-machine.h │ │ │ └── tls.h │ │ ├── sparc │ │ │ ├── pt-machine.h │ │ │ └── tcb-offsets.h │ │ ├── x86_64 │ │ │ ├── pt-machine.h │ │ │ └── tls.h │ │ └── xtensa │ │ │ └── pt-machine.h │ └── wrapsyscall.c ├── linuxthreads_db │ ├── Banner │ ├── Makefile │ ├── Makefile.in │ ├── Versions │ ├── proc_service.h │ ├── td_init.c │ ├── td_log.c │ ├── td_symbol_list.c │ ├── td_ta_clear_event.c │ ├── td_ta_delete.c │ ├── td_ta_enable_stats.c │ ├── td_ta_event_addr.c │ ├── td_ta_event_getmsg.c │ ├── td_ta_get_nthreads.c │ ├── td_ta_get_ph.c │ ├── td_ta_get_stats.c │ ├── td_ta_map_id2thr.c │ ├── td_ta_map_lwp2thr.c │ ├── td_ta_new.c │ ├── td_ta_reset_stats.c │ ├── td_ta_set_event.c │ ├── td_ta_setconcurrency.c │ ├── td_ta_thr_iter.c │ ├── td_ta_tsd_iter.c │ ├── td_thr_clear_event.c │ ├── td_thr_dbresume.c │ ├── td_thr_dbsuspend.c │ ├── td_thr_event_enable.c │ ├── td_thr_event_getmsg.c │ ├── td_thr_get_info.c │ ├── td_thr_getfpregs.c │ ├── td_thr_getgregs.c │ ├── td_thr_getxregs.c │ ├── td_thr_getxregsize.c │ ├── td_thr_set_event.c │ ├── td_thr_setfpregs.c │ ├── td_thr_setgregs.c │ ├── td_thr_setprio.c │ ├── td_thr_setsigpending.c │ ├── td_thr_setxregs.c │ ├── td_thr_sigsetmask.c │ ├── td_thr_tls_get_addr.c │ ├── td_thr_tlsbase.c │ ├── td_thr_tsd.c │ ├── td_thr_validate.c │ ├── thread_db.h │ └── thread_dbP.h ├── nptl │ ├── .gitignore │ ├── DESIGN-barrier.txt │ ├── DESIGN-condvar.txt │ ├── DESIGN-rwlock.txt │ ├── DESIGN-sem.txt │ ├── Makefile │ ├── Makefile.in │ ├── README.NPTL │ ├── alloca_cutoff.c │ ├── allocatestack.c │ ├── banner.h │ ├── cancellation.c │ ├── cleanup.c │ ├── cleanup_compat.c │ ├── cleanup_defer.c │ ├── cleanup_defer_compat.c │ ├── cleanup_routine.c │ ├── descr.h │ ├── errno_location.c │ ├── events.c │ ├── herrno.c │ ├── init.c │ ├── libc-cancellation.c │ ├── linux_fsinfo.h │ ├── pt-cleanup.c │ ├── pthread-errnos.sym │ ├── pthreadP.h │ ├── pthread_atfork.c │ ├── pthread_attr_destroy.c │ ├── pthread_attr_getdetachstate.c │ ├── pthread_attr_getguardsize.c │ ├── pthread_attr_getinheritsched.c │ ├── pthread_attr_getschedparam.c │ ├── pthread_attr_getschedpolicy.c │ ├── pthread_attr_getscope.c │ ├── pthread_attr_getstack.c │ ├── pthread_attr_getstackaddr.c │ ├── pthread_attr_getstacksize.c │ ├── pthread_attr_init.c │ ├── pthread_attr_setdetachstate.c │ ├── pthread_attr_setguardsize.c │ ├── pthread_attr_setinheritsched.c │ ├── pthread_attr_setschedparam.c │ ├── pthread_attr_setschedpolicy.c │ ├── pthread_attr_setscope.c │ ├── pthread_attr_setstack.c │ ├── pthread_attr_setstackaddr.c │ ├── pthread_attr_setstacksize.c │ ├── pthread_barrierattr_destroy.c │ ├── pthread_barrierattr_getpshared.c │ ├── pthread_barrierattr_init.c │ ├── pthread_barrierattr_setpshared.c │ ├── pthread_cancel.c │ ├── pthread_cond_destroy.c │ ├── pthread_cond_init.c │ ├── pthread_condattr_destroy.c │ ├── pthread_condattr_getclock.c │ ├── pthread_condattr_getpshared.c │ ├── pthread_condattr_init.c │ ├── pthread_condattr_setclock.c │ ├── pthread_condattr_setpshared.c │ ├── pthread_create.c │ ├── pthread_detach.c │ ├── pthread_equal.c │ ├── pthread_exit.c │ ├── pthread_getattr_np.c │ ├── pthread_getconcurrency.c │ ├── pthread_getname.c │ ├── pthread_getschedparam.c │ ├── pthread_getspecific.c │ ├── pthread_join.c │ ├── pthread_key_create.c │ ├── pthread_key_delete.c │ ├── pthread_kill_other_threads.c │ ├── pthread_mutex_consistent.c │ ├── pthread_mutex_destroy.c │ ├── pthread_mutex_getprioceiling.c │ ├── pthread_mutex_init.c │ ├── pthread_mutex_lock.c │ ├── pthread_mutex_setprioceiling.c │ ├── pthread_mutex_timedlock.c │ ├── pthread_mutex_trylock.c │ ├── pthread_mutex_unlock.c │ ├── pthread_mutexattr_destroy.c │ ├── pthread_mutexattr_getprioceiling.c │ ├── pthread_mutexattr_getprotocol.c │ ├── pthread_mutexattr_getpshared.c │ ├── pthread_mutexattr_getrobust.c │ ├── pthread_mutexattr_gettype.c │ ├── pthread_mutexattr_init.c │ ├── pthread_mutexattr_setprioceiling.c │ ├── pthread_mutexattr_setprotocol.c │ ├── pthread_mutexattr_setpshared.c │ ├── pthread_mutexattr_setrobust.c │ ├── pthread_mutexattr_settype.c │ ├── pthread_rwlock_destroy.c │ ├── pthread_rwlock_init.c │ ├── pthread_rwlock_tryrdlock.c │ ├── pthread_rwlock_trywrlock.c │ ├── pthread_rwlockattr_destroy.c │ ├── pthread_rwlockattr_getkind_np.c │ ├── pthread_rwlockattr_getpshared.c │ ├── pthread_rwlockattr_init.c │ ├── pthread_rwlockattr_setkind_np.c │ ├── pthread_rwlockattr_setpshared.c │ ├── pthread_self.c │ ├── pthread_setcancelstate.c │ ├── pthread_setcanceltype.c │ ├── pthread_setconcurrency.c │ ├── pthread_setegid.c │ ├── pthread_seteuid.c │ ├── pthread_setname.c │ ├── pthread_setregid.c │ ├── pthread_setresgid.c │ ├── pthread_setresuid.c │ ├── pthread_setreuid.c │ ├── pthread_setschedparam.c │ ├── pthread_setschedprio.c │ ├── pthread_setspecific.c │ ├── pthread_testcancel.c │ ├── pthread_timedjoin.c │ ├── pthread_tryjoin.c │ ├── sem_close.c │ ├── sem_destroy.c │ ├── sem_getvalue.c │ ├── sem_init.c │ ├── sem_open.c │ ├── sem_unlink.c │ ├── semaphore.h │ ├── semaphoreP.h │ ├── sysdeps │ │ ├── Makefile │ │ ├── Makefile.commonarch │ │ ├── Makefile.in │ │ ├── aarch64 │ │ │ ├── Makefile.arch │ │ │ ├── dl-tls.h │ │ │ ├── libc-dl-tlsdesc.S │ │ │ ├── libc-tls.c │ │ │ ├── pthread_spin_lock.c │ │ │ ├── pthread_spin_trylock.c │ │ │ ├── pthreaddef.h │ │ │ ├── tcb-offsets.sym │ │ │ ├── tls.h │ │ │ └── tlsdesc.sym │ │ ├── alpha │ │ │ ├── dl-tls.h │ │ │ ├── elf │ │ │ │ └── pt-initfini.c │ │ │ ├── libc-tls.c │ │ │ ├── pthread_spin_lock.S │ │ │ ├── pthread_spin_trylock.S │ │ │ ├── pthreaddef.h │ │ │ ├── tcb-offsets.sym │ │ │ └── tls.h │ │ ├── arc │ │ │ ├── Makefile.arch │ │ │ ├── dl-tls.h │ │ │ ├── libc-tls.c │ │ │ ├── pthread_spin_lock.S │ │ │ ├── pthread_spin_trylock.S │ │ │ ├── pthreaddef.h │ │ │ ├── tcb-offsets.sym │ │ │ └── tls.h │ │ ├── arm │ │ │ ├── Makefile.arch │ │ │ ├── arm-unwind-resume.c │ │ │ ├── dl-tls.h │ │ │ ├── libc-tls.c │ │ │ ├── pthread_spin_lock.c │ │ │ ├── pthread_spin_trylock.c │ │ │ ├── pthreaddef.h │ │ │ ├── tcb-offsets.sym │ │ │ ├── tls.h │ │ │ └── unwind-resume.h │ │ ├── csky │ │ │ ├── Makefile │ │ │ ├── Makefile.arch │ │ │ ├── dl-tls.h │ │ │ ├── libc-tls.c │ │ │ ├── pthread_spin_lock.S │ │ │ ├── pthread_spin_trylock.S │ │ │ ├── pthreaddef.h │ │ │ ├── tcb-offsets.sym │ │ │ └── tls.h │ │ ├── generic │ │ │ ├── Makefile │ │ │ ├── Makefile.in │ │ │ ├── dl-tls.c │ │ │ ├── dl-tls.h │ │ │ ├── libc-tls.c │ │ │ ├── unwind-resume.c │ │ │ └── unwind-resume.h │ │ ├── i386 │ │ │ ├── Makefile.arch │ │ │ ├── dl-tls.h │ │ │ ├── i486 │ │ │ │ └── pthread_spin_trylock.S │ │ │ ├── i586 │ │ │ │ └── pthread_spin_trylock.S │ │ │ ├── i686 │ │ │ │ ├── Makefile │ │ │ │ ├── pthread_spin_trylock.S │ │ │ │ └── tls.h │ │ │ ├── pthread_spin_init.c │ │ │ ├── pthread_spin_lock.c │ │ │ ├── pthread_spin_unlock.S │ │ │ ├── pthreaddef.h │ │ │ ├── tcb-offsets.sym │ │ │ └── tls.h │ │ ├── kvx │ │ │ ├── Makefile.arch │ │ │ ├── dl-tls.h │ │ │ ├── libc-tls.c │ │ │ ├── pthread_spin_lock.c │ │ │ ├── pthread_spin_trylock.c │ │ │ ├── pthreaddef.h │ │ │ ├── tcb-offsets.sym │ │ │ ├── tls.h │ │ │ └── unwind-forcedunwind.c │ │ ├── m68k │ │ │ ├── Makefile │ │ │ ├── Makefile.arch │ │ │ ├── dl-tls.h │ │ │ ├── libc-tls.c │ │ │ ├── pthread_spin_lock.c │ │ │ ├── pthread_spin_trylock.c │ │ │ ├── pthreaddef.h │ │ │ ├── tcb-offsets.sym │ │ │ └── tls.h │ │ ├── metag │ │ │ ├── Makefile.arch │ │ │ ├── dl-tls.h │ │ │ ├── libc-tls.c │ │ │ ├── pthread_spin_init.c │ │ │ ├── pthread_spin_lock.S │ │ │ ├── pthread_spin_trylock.S │ │ │ ├── pthread_spin_unlock.S │ │ │ ├── pthreaddef.h │ │ │ ├── tcb-offsets.sym │ │ │ └── tls.h │ │ ├── microblaze │ │ │ ├── Makefile.arch │ │ │ ├── dl-tls.h │ │ │ ├── libc-tls.c │ │ │ ├── pthread_spin_lock.c │ │ │ ├── pthread_spin_trylock.c │ │ │ ├── pthreaddef.h │ │ │ ├── tcb-offsets.sym │ │ │ └── tls.h │ │ ├── mips │ │ │ ├── Makefile.arch │ │ │ ├── dl-tls.h │ │ │ ├── libc-tls.c │ │ │ ├── pthread_spin_lock.S │ │ │ ├── pthread_spin_trylock.S │ │ │ ├── pthreaddef.h │ │ │ ├── regdef.h │ │ │ ├── tcb-offsets.sym │ │ │ └── tls.h │ │ ├── nds32 │ │ │ ├── Makefile.arch │ │ │ ├── dl-tls.h │ │ │ ├── libc-dl-tlsdesc.S │ │ │ ├── pthread_spin_lock.c │ │ │ ├── pthread_spin_trylock.c │ │ │ ├── pthreaddef.h │ │ │ ├── tcb-offsets.sym │ │ │ ├── tls.h │ │ │ └── tlsdesc.sym │ │ ├── nios2 │ │ │ ├── Makefile.arch │ │ │ ├── dl-tls.h │ │ │ ├── libc-tls.c │ │ │ ├── pthread_spin_lock.c │ │ │ ├── pthread_spin_trylock.c │ │ │ ├── pthreaddef.h │ │ │ ├── tcb-offsets.sym │ │ │ └── tls.h │ │ ├── or1k │ │ │ ├── Makefile.arch │ │ │ ├── dl-tls.h │ │ │ ├── libc-tls.c │ │ │ ├── pthread_spin_lock.c │ │ │ ├── pthread_spin_trylock.c │ │ │ ├── pthreaddef.h │ │ │ ├── tcb-offsets.sym │ │ │ └── tls.h │ │ ├── powerpc │ │ │ ├── Makefile.arch │ │ │ ├── dl-tls.h │ │ │ ├── pthread_spin_lock.c │ │ │ ├── pthread_spin_trylock.c │ │ │ ├── pthreaddef.h │ │ │ ├── tcb-offsets.sym │ │ │ └── tls.h │ │ ├── pthread │ │ │ ├── Makefile │ │ │ ├── Makefile.in │ │ │ ├── allocalim.h │ │ │ ├── bits │ │ │ │ ├── libc-lock.h │ │ │ │ ├── libc-tsd.h │ │ │ │ ├── sigthread.h │ │ │ │ └── stdio-lock.h │ │ │ ├── createthread.c │ │ │ ├── librt-cancellation.c │ │ │ ├── list.h │ │ │ ├── malloc-machine.h │ │ │ ├── posix-timer.h │ │ │ ├── pt-sigaction.c │ │ │ ├── pthread.h │ │ │ ├── pthread_barrier_destroy.c │ │ │ ├── pthread_barrier_init.c │ │ │ ├── pthread_barrier_wait.c │ │ │ ├── pthread_cond_broadcast.c │ │ │ ├── pthread_cond_signal.c │ │ │ ├── pthread_cond_timedwait.c │ │ │ ├── pthread_cond_wait.c │ │ │ ├── pthread_once.c │ │ │ ├── pthread_rwlock_rdlock.c │ │ │ ├── pthread_rwlock_timedrdlock.c │ │ │ ├── pthread_rwlock_timedwrlock.c │ │ │ ├── pthread_rwlock_unlock.c │ │ │ ├── pthread_rwlock_wrlock.c │ │ │ ├── pthread_sigmask.c │ │ │ ├── pthread_spin_destroy.c │ │ │ ├── pthread_spin_init.c │ │ │ ├── pthread_spin_unlock.c │ │ │ ├── rt-unwind-resume.c │ │ │ ├── setxid.h │ │ │ ├── tcb-offsets.h │ │ │ ├── timer_create.c │ │ │ ├── timer_delete.c │ │ │ ├── timer_getoverr.c │ │ │ ├── timer_gettime.c │ │ │ ├── timer_routines.c │ │ │ ├── timer_settime.c │ │ │ ├── tpp.c │ │ │ ├── uClibc-glue.h │ │ │ └── unwind-forcedunwind.c │ │ ├── riscv32 │ │ │ ├── Makefile.arch │ │ │ ├── dl-tls.h │ │ │ ├── libc-tls.c │ │ │ ├── pthread_spin_lock.c │ │ │ ├── pthread_spin_trylock.c │ │ │ ├── pthreaddef.h │ │ │ ├── tcb-offsets.sym │ │ │ └── tls.h │ │ ├── riscv64 │ │ │ ├── Makefile.arch │ │ │ ├── dl-tls.h │ │ │ ├── libc-tls.c │ │ │ ├── pthread_spin_lock.c │ │ │ ├── pthread_spin_trylock.c │ │ │ ├── pthreaddef.h │ │ │ ├── tcb-offsets.sym │ │ │ └── tls.h │ │ ├── sh │ │ │ ├── Makefile.arch │ │ │ ├── dl-tls.h │ │ │ ├── libc-tls.c │ │ │ ├── pthread_spin_init.c │ │ │ ├── pthread_spin_lock.c │ │ │ ├── pthread_spin_trylock.S │ │ │ ├── pthread_spin_unlock.S │ │ │ ├── pthreaddef.h │ │ │ ├── tcb-offsets.sym │ │ │ └── tls.h │ │ ├── sparc │ │ │ ├── Makefile.arch │ │ │ ├── dl-tls.h │ │ │ ├── pthread_spin_lock.c │ │ │ ├── pthread_spin_trylock.c │ │ │ ├── pthreaddef.h │ │ │ ├── tcb-offsets.sym │ │ │ └── tls.h │ │ ├── unix │ │ │ ├── Makefile │ │ │ ├── Makefile.in │ │ │ └── sysv │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.in │ │ │ │ └── linux │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.commonarch │ │ │ │ ├── __syscall_error.c │ │ │ │ ├── aarch64 │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.arch │ │ │ │ ├── bits │ │ │ │ │ ├── pthreadtypes.h │ │ │ │ │ └── semaphore.h │ │ │ │ ├── createthread.c │ │ │ │ ├── fork.c │ │ │ │ ├── pthread_once.c │ │ │ │ └── sysdep-cancel.h │ │ │ │ ├── accept.c │ │ │ │ ├── alpha │ │ │ │ ├── Makefile │ │ │ │ ├── bits │ │ │ │ │ ├── local_lim.h │ │ │ │ │ ├── pthreadtypes.h │ │ │ │ │ └── semaphore.h │ │ │ │ ├── createthread.c │ │ │ │ ├── fork.c │ │ │ │ ├── pthread_once.c │ │ │ │ ├── sem_post.c │ │ │ │ ├── sysdep-cancel.h │ │ │ │ ├── timer_create.c │ │ │ │ ├── timer_delete.c │ │ │ │ ├── timer_getoverr.c │ │ │ │ ├── timer_gettime.c │ │ │ │ └── timer_settime.c │ │ │ │ ├── arc │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.arch │ │ │ │ ├── bits │ │ │ │ │ ├── pthreadtypes.h │ │ │ │ │ └── semaphore.h │ │ │ │ ├── createthread.c │ │ │ │ ├── fork.c │ │ │ │ ├── pt-gettimeofday.c │ │ │ │ ├── pthread_once.c │ │ │ │ └── sysdep-cancel.h │ │ │ │ ├── arm │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.arch │ │ │ │ ├── bits │ │ │ │ │ ├── pthreadtypes.h │ │ │ │ │ └── semaphore.h │ │ │ │ ├── createthread.c │ │ │ │ ├── fork.c │ │ │ │ ├── pt-gettimeofday.c │ │ │ │ ├── pthread_once.c │ │ │ │ └── sysdep-cancel.h │ │ │ │ ├── bits │ │ │ │ ├── local_lim.h │ │ │ │ └── posix_opt.h │ │ │ │ ├── connect.c │ │ │ │ ├── creat.c │ │ │ │ ├── createthread.c │ │ │ │ ├── csky │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.arch │ │ │ │ ├── bits │ │ │ │ │ ├── pthreadtypes.h │ │ │ │ │ └── semaphore.h │ │ │ │ ├── createthread.c │ │ │ │ ├── fork.c │ │ │ │ ├── pthread_once.c │ │ │ │ └── sysdep-cancel.h │ │ │ │ ├── fork.c │ │ │ │ ├── fork.h │ │ │ │ ├── getpid.c │ │ │ │ ├── i386 │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.arch │ │ │ │ ├── bits │ │ │ │ │ ├── pthreadtypes.h │ │ │ │ │ └── semaphore.h │ │ │ │ ├── createthread.c │ │ │ │ ├── fork.c │ │ │ │ ├── pthread_once.S │ │ │ │ ├── smp.h │ │ │ │ └── sysdep-cancel.h │ │ │ │ ├── internaltypes.h │ │ │ │ ├── jmp-unwind.c │ │ │ │ ├── kernel-posix-timers.h │ │ │ │ ├── kvx │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.arch │ │ │ │ ├── bits │ │ │ │ │ ├── pthreadtypes.h │ │ │ │ │ └── semaphore.h │ │ │ │ ├── createthread.c │ │ │ │ ├── fork.c │ │ │ │ ├── pthread_once.c │ │ │ │ └── sysdep-cancel.h │ │ │ │ ├── libc_multiple_threads.c │ │ │ │ ├── libc_pthread_init.c │ │ │ │ ├── lowlevelbarrier.sym │ │ │ │ ├── lowlevelcond.sym │ │ │ │ ├── lowlevellock.c │ │ │ │ ├── lowlevellock.h │ │ │ │ ├── lowlevelrobustlock.c │ │ │ │ ├── lowlevelrobustlock.sym │ │ │ │ ├── lowlevelrwlock.sym │ │ │ │ ├── m68k │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.arch │ │ │ │ ├── bits │ │ │ │ │ ├── pthreadtypes.h │ │ │ │ │ └── semaphore.h │ │ │ │ ├── createthread.c │ │ │ │ ├── fork.c │ │ │ │ ├── pthread_once.c │ │ │ │ └── sysdep-cancel.h │ │ │ │ ├── metag │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.arch │ │ │ │ ├── bits │ │ │ │ │ ├── pthreadtypes.h │ │ │ │ │ └── semaphore.h │ │ │ │ ├── createthread.c │ │ │ │ ├── fork.c │ │ │ │ ├── pt-gettimeofday.c │ │ │ │ ├── pthread_once.c │ │ │ │ └── sysdep-cancel.h │ │ │ │ ├── microblaze │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.arch │ │ │ │ ├── bits │ │ │ │ │ ├── pthreadtypes.h │ │ │ │ │ └── semaphore.h │ │ │ │ ├── createthread.c │ │ │ │ ├── fork.c │ │ │ │ ├── pthread_once.c │ │ │ │ └── sysdep-cancel.h │ │ │ │ ├── mips │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.arch │ │ │ │ ├── bits │ │ │ │ │ ├── pthreadtypes.h │ │ │ │ │ └── semaphore.h │ │ │ │ ├── createthread.c │ │ │ │ ├── fork.c │ │ │ │ ├── lowlevellock.h │ │ │ │ ├── pthread_once.c │ │ │ │ └── sysdep-cancel.h │ │ │ │ ├── mq_notify.c │ │ │ │ ├── msync.c │ │ │ │ ├── nanosleep.c │ │ │ │ ├── nds32 │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.arch │ │ │ │ ├── bits │ │ │ │ │ ├── pthreadtypes.h │ │ │ │ │ └── semaphore.h │ │ │ │ ├── createthread.c │ │ │ │ ├── fork.c │ │ │ │ ├── pthread_once.c │ │ │ │ └── sysdep-cancel.h │ │ │ │ ├── nios2 │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.arch │ │ │ │ ├── bits │ │ │ │ │ ├── pthreadtypes.h │ │ │ │ │ └── semaphore.h │ │ │ │ ├── createthread.c │ │ │ │ ├── fork.c │ │ │ │ ├── pt-gettimeofday.c │ │ │ │ ├── pthread_once.c │ │ │ │ └── sysdep-cancel.h │ │ │ │ ├── not-cancel.h │ │ │ │ ├── or1k │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.arch │ │ │ │ ├── bits │ │ │ │ │ ├── pthreadtypes.h │ │ │ │ │ └── semaphore.h │ │ │ │ ├── createthread.c │ │ │ │ ├── fork.c │ │ │ │ ├── pthread_once.c │ │ │ │ └── sysdep-cancel.h │ │ │ │ ├── powerpc │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.arch │ │ │ │ ├── bits │ │ │ │ │ ├── pthreadtypes.h │ │ │ │ │ └── semaphore.h │ │ │ │ ├── createthread.c │ │ │ │ ├── fork.c │ │ │ │ ├── pt-longjmp.c │ │ │ │ ├── pthread_once.c │ │ │ │ ├── pthread_spin_unlock.c │ │ │ │ ├── sem_post.c │ │ │ │ └── sysdep-cancel.h │ │ │ │ ├── pt-fcntl.c │ │ │ │ ├── pt-fsync.c │ │ │ │ ├── pt-llseek.c │ │ │ │ ├── pt-msgrcv.c │ │ │ │ ├── pt-msgsnd.c │ │ │ │ ├── pt-open64.c │ │ │ │ ├── pt-pread_pwrite.c │ │ │ │ ├── pt-tcdrain.c │ │ │ │ ├── pt-tempname.c │ │ │ │ ├── pt-wait.c │ │ │ │ ├── pt-waitpid.c │ │ │ │ ├── pthread-pi-defines.sym │ │ │ │ ├── pthread_attr_getaffinity.c │ │ │ │ ├── pthread_attr_setaffinity.c │ │ │ │ ├── pthread_getaffinity.c │ │ │ │ ├── pthread_getcpuclockid.c │ │ │ │ ├── pthread_kill.c │ │ │ │ ├── pthread_mutex_cond_lock.c │ │ │ │ ├── pthread_setaffinity.c │ │ │ │ ├── pthread_sigqueue.c │ │ │ │ ├── pthread_yield.c │ │ │ │ ├── raise.c │ │ │ │ ├── recv.c │ │ │ │ ├── recvfrom.c │ │ │ │ ├── recvmsg.c │ │ │ │ ├── register-atfork.c │ │ │ │ ├── riscv32 │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.arch │ │ │ │ ├── bits │ │ │ │ │ ├── pthreadtypes.h │ │ │ │ │ └── semaphore.h │ │ │ │ ├── createthread.c │ │ │ │ ├── fork.c │ │ │ │ ├── pthread_once.c │ │ │ │ └── sysdep-cancel.h │ │ │ │ ├── riscv64 │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.arch │ │ │ │ ├── bits │ │ │ │ │ ├── pthreadtypes.h │ │ │ │ │ └── semaphore.h │ │ │ │ ├── createthread.c │ │ │ │ ├── fork.c │ │ │ │ ├── pthread_once.c │ │ │ │ └── sysdep-cancel.h │ │ │ │ ├── sem_post.c │ │ │ │ ├── sem_timedwait.c │ │ │ │ ├── sem_trywait.c │ │ │ │ ├── sem_wait.c │ │ │ │ ├── send.c │ │ │ │ ├── sendmsg.c │ │ │ │ ├── sendto.c │ │ │ │ ├── sh │ │ │ │ ├── Makefile.arch │ │ │ │ ├── bits │ │ │ │ │ ├── pthreadtypes.h │ │ │ │ │ └── semaphore.h │ │ │ │ ├── createthread.c │ │ │ │ ├── fork.c │ │ │ │ ├── pthread_once.c │ │ │ │ ├── smp.h │ │ │ │ └── sysdep-cancel.h │ │ │ │ ├── smp.h │ │ │ │ ├── sparc │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.arch │ │ │ │ ├── bits │ │ │ │ │ ├── local_lim.h │ │ │ │ │ ├── pthreadtypes.h │ │ │ │ │ └── semaphore.h │ │ │ │ ├── fork.c │ │ │ │ ├── internaltypes.h │ │ │ │ ├── libc-lowlevellock.c │ │ │ │ ├── lowlevellock.c │ │ │ │ ├── pthread_barrier_destroy.c │ │ │ │ ├── pthread_barrier_init.c │ │ │ │ ├── pthread_barrier_wait.c │ │ │ │ ├── pthread_once.c │ │ │ │ ├── sem_init.c │ │ │ │ ├── sem_post.c │ │ │ │ ├── sem_timedwait.c │ │ │ │ ├── sem_trywait.c │ │ │ │ ├── sem_wait.c │ │ │ │ └── sysdep-cancel.h │ │ │ │ ├── structsem.sym │ │ │ │ ├── timer_create.c │ │ │ │ ├── timer_delete.c │ │ │ │ ├── timer_getoverr.c │ │ │ │ ├── timer_gettime.c │ │ │ │ ├── timer_routines.c │ │ │ │ ├── timer_settime.c │ │ │ │ ├── unregister-atfork.c │ │ │ │ ├── unwindbuf.sym │ │ │ │ ├── x86_64 │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.arch │ │ │ │ ├── bits │ │ │ │ │ ├── pthreadtypes.h │ │ │ │ │ └── semaphore.h │ │ │ │ ├── cancellation.S │ │ │ │ ├── compat-timer.h │ │ │ │ ├── fork.c │ │ │ │ ├── libc-cancellation.S │ │ │ │ ├── libc-lowlevellock.S │ │ │ │ ├── librt-cancellation.S │ │ │ │ ├── lowlevellock.S │ │ │ │ ├── lowlevellock.h │ │ │ │ ├── lowlevelrobustlock.S │ │ │ │ ├── pthread_barrier_wait.S │ │ │ │ ├── pthread_cond_broadcast.S │ │ │ │ ├── pthread_cond_signal.S │ │ │ │ ├── pthread_once.S │ │ │ │ ├── pthread_rwlock_rdlock.S │ │ │ │ ├── pthread_rwlock_timedrdlock.S │ │ │ │ ├── pthread_rwlock_timedwrlock.S │ │ │ │ ├── pthread_rwlock_unlock.S │ │ │ │ ├── pthread_rwlock_wrlock.S │ │ │ │ ├── pthread_setaffinity.c │ │ │ │ ├── pthread_spin_init.c │ │ │ │ ├── pthread_spin_unlock.S │ │ │ │ ├── sem_post.S │ │ │ │ ├── sem_timedwait.S │ │ │ │ ├── sem_trywait.S │ │ │ │ ├── sem_wait.S │ │ │ │ └── sysdep-cancel.h │ │ │ │ └── xtensa │ │ │ │ ├── Makefile.arch │ │ │ │ ├── bits │ │ │ │ ├── pthreadtypes.h │ │ │ │ └── semaphore.h │ │ │ │ ├── createthread.c │ │ │ │ ├── fork.c │ │ │ │ ├── pthread_once.c │ │ │ │ └── sysdep-cancel.h │ │ ├── x86_64 │ │ │ ├── Makefile.arch │ │ │ ├── dl-tls.h │ │ │ ├── pthread_spin_init.c │ │ │ ├── pthread_spin_lock.c │ │ │ ├── pthread_spin_trylock.S │ │ │ ├── pthread_spin_unlock.S │ │ │ ├── pthreaddef.h │ │ │ ├── tcb-offsets.sym │ │ │ └── tls.h │ │ └── xtensa │ │ │ ├── Makefile.arch │ │ │ ├── dl-tls.h │ │ │ ├── libc-dl-tlsdesc.S │ │ │ ├── libc-tls.c │ │ │ ├── pthread_spin_lock.S │ │ │ ├── pthread_spin_trylock.S │ │ │ ├── pthreaddef.h │ │ │ ├── tcb-offsets.sym │ │ │ ├── tls.h │ │ │ └── tlsdesc.sym │ ├── unwind.c │ ├── vars.c │ ├── version.c │ └── version.h └── nptl_db │ ├── ChangeLog │ ├── Makefile │ ├── Makefile.in │ ├── db_info.c │ ├── fetch-value.c │ ├── proc_service.h │ ├── structs.def │ ├── td_init.c │ ├── td_log.c │ ├── td_symbol_list.c │ ├── td_ta_clear_event.c │ ├── td_ta_delete.c │ ├── td_ta_enable_stats.c │ ├── td_ta_event_addr.c │ ├── td_ta_event_getmsg.c │ ├── td_ta_get_nthreads.c │ ├── td_ta_get_ph.c │ ├── td_ta_get_stats.c │ ├── td_ta_map_id2thr.c │ ├── td_ta_map_lwp2thr.c │ ├── td_ta_new.c │ ├── td_ta_reset_stats.c │ ├── td_ta_set_event.c │ ├── td_ta_setconcurrency.c │ ├── td_ta_thr_iter.c │ ├── td_ta_tsd_iter.c │ ├── td_thr_clear_event.c │ ├── td_thr_dbresume.c │ ├── td_thr_dbsuspend.c │ ├── td_thr_event_enable.c │ ├── td_thr_event_getmsg.c │ ├── td_thr_get_info.c │ ├── td_thr_getfpregs.c │ ├── td_thr_getgregs.c │ ├── td_thr_getxregs.c │ ├── td_thr_getxregsize.c │ ├── td_thr_set_event.c │ ├── td_thr_setfpregs.c │ ├── td_thr_setgregs.c │ ├── td_thr_setprio.c │ ├── td_thr_setsigpending.c │ ├── td_thr_setxregs.c │ ├── td_thr_sigsetmask.c │ ├── td_thr_tls_get_addr.c │ ├── td_thr_tlsbase.c │ ├── td_thr_tsd.c │ ├── td_thr_validate.c │ ├── thread_db.h │ └── thread_dbP.h ├── librt ├── Makefile ├── Makefile.in ├── clock_getcpuclockid.c ├── clock_gettime.c ├── clock_nanosleep.c ├── dso_handle.c ├── kernel-posix-cpu-timers.h ├── kernel-posix-timers.h ├── mq_close.c ├── mq_getsetattr.c ├── mq_notify.c ├── mq_open.c ├── mq_receive.c ├── mq_send.c ├── mq_timedreceive.c ├── mq_timedsend.c ├── mq_unlink.c ├── rt_stubs.c ├── shm.c ├── spawn.c ├── spawn_faction_addclose.c ├── spawn_faction_adddup2.c ├── spawn_faction_addopen.c ├── spawn_faction_init.c ├── spawn_int.h ├── timer_create.c ├── timer_delete.c ├── timer_getoverr.c ├── timer_gettime.c └── timer_settime.c ├── libuargp ├── Makefile ├── Makefile.in ├── argp-ba.c ├── argp-eexst.c ├── argp-fmtstream.c ├── argp-fmtstream.h ├── argp-fs-xinl.c ├── argp-help.c ├── argp-parse.c ├── argp-pv.c ├── argp-pvh.c └── argp-xinl.c ├── libubacktrace ├── Makefile ├── Makefile.in ├── arm │ ├── Makefile.arch │ └── backtrace.c ├── backtrace.c ├── backtracesyms.c └── backtracesymsfd.c ├── libutil ├── Makefile ├── Makefile.in ├── forkpty.c ├── login.c ├── login_tty.c ├── logout.c ├── logwtmp.c └── openpty.c └── utils ├── .gitignore ├── Makefile ├── Makefile.in ├── StringEscape.c ├── StringEscape.h ├── bswap.h ├── chroot_realpath.c ├── getconf.c ├── iconv.c ├── ldconfig.c ├── ldd.c ├── mmap-windows.c ├── msgfmt.c ├── msgmerge.c ├── poparser.c ├── poparser.h ├── porting.h ├── readsoname2.c └── xgettext /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/.gitignore -------------------------------------------------------------------------------- /COPYING.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/COPYING.LIB -------------------------------------------------------------------------------- /COPYING.LIB.boilerplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/COPYING.LIB.boilerplate -------------------------------------------------------------------------------- /INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/INSTALL -------------------------------------------------------------------------------- /MAINTAINERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/MAINTAINERS -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/Makefile -------------------------------------------------------------------------------- /Makefile.help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/Makefile.help -------------------------------------------------------------------------------- /Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/Makefile.in -------------------------------------------------------------------------------- /Makerules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/Makerules -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/README -------------------------------------------------------------------------------- /Rules.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/Rules.mak -------------------------------------------------------------------------------- /docs/crt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/docs/crt.txt -------------------------------------------------------------------------------- /docs/defines.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/docs/defines.txt -------------------------------------------------------------------------------- /docs/porting.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/docs/porting.txt -------------------------------------------------------------------------------- /extra/Configs/defconfigs/alpha/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_alpha=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/arc/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_arc=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/arm/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_arm=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/avr32/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_avr32=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/bfin/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_bfin=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/cris/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_cris=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/csky/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_csky=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/frv/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_frv=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/h8300/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_h8300=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/hppa/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_hppa=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/i386/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_i386=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/ia64/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_ia64=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/kvx/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_kvx=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/lm32: -------------------------------------------------------------------------------- 1 | TARGET_lm32=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/m68k/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_m68k=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/metag/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_metag=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/microblaze/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_microblaze=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/mips/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_mips=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/nds32/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_nds32=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/nios2/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_nios2=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/or1k/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_or1k=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/powerpc/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_powerpc=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/sh/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_sh=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/sparc/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_sparc=y 2 | -------------------------------------------------------------------------------- /extra/Configs/defconfigs/x86_64/defconfig: -------------------------------------------------------------------------------- 1 | TARGET_x86_64=y 2 | -------------------------------------------------------------------------------- /extra/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/Makefile -------------------------------------------------------------------------------- /extra/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/Makefile.in -------------------------------------------------------------------------------- /extra/config/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/config/Makefile -------------------------------------------------------------------------------- /extra/config/check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/config/check.sh -------------------------------------------------------------------------------- /extra/config/conf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/config/conf.c -------------------------------------------------------------------------------- /extra/config/expr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/config/expr.c -------------------------------------------------------------------------------- /extra/config/expr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/config/expr.h -------------------------------------------------------------------------------- /extra/config/gconf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/config/gconf.c -------------------------------------------------------------------------------- /extra/config/images.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/config/images.c -------------------------------------------------------------------------------- /extra/config/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/config/list.h -------------------------------------------------------------------------------- /extra/config/lkc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/config/lkc.h -------------------------------------------------------------------------------- /extra/config/lxdialog/.gitignore: -------------------------------------------------------------------------------- 1 | # 2 | # Generated files 3 | # 4 | lxdialog 5 | -------------------------------------------------------------------------------- /extra/config/mconf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/config/mconf.c -------------------------------------------------------------------------------- /extra/config/menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/config/menu.c -------------------------------------------------------------------------------- /extra/config/nconf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/config/nconf.c -------------------------------------------------------------------------------- /extra/config/nconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/config/nconf.h -------------------------------------------------------------------------------- /extra/config/qconf.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/config/qconf.cc -------------------------------------------------------------------------------- /extra/config/qconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/config/qconf.h -------------------------------------------------------------------------------- /extra/config/symbol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/config/symbol.c -------------------------------------------------------------------------------- /extra/config/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/config/util.c -------------------------------------------------------------------------------- /extra/config/zconf.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/config/zconf.l -------------------------------------------------------------------------------- /extra/config/zconf.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/config/zconf.y -------------------------------------------------------------------------------- /extra/locale/LOCALES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/locale/LOCALES -------------------------------------------------------------------------------- /extra/locale/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/locale/Makefile -------------------------------------------------------------------------------- /extra/locale/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/locale/README -------------------------------------------------------------------------------- /extra/locale/collation/af_ZA: -------------------------------------------------------------------------------- 1 | copy "en_DK" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/bn_BD: -------------------------------------------------------------------------------- 1 | % TODO: Bengali sorting should be added 2 | copy "iso14651_t1" 3 | -------------------------------------------------------------------------------- /extra/locale/collation/de_BE: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/de_CH: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/de_LU: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/el_GR: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/en_AU: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/en_BW: -------------------------------------------------------------------------------- 1 | copy "en_ZA" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/en_DK: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/en_HK: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/en_IE: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/en_NZ: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/en_ZA: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/en_ZW: -------------------------------------------------------------------------------- 1 | copy "en_ZA" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/es_AR: -------------------------------------------------------------------------------- 1 | copy "es_ES" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/es_BO: -------------------------------------------------------------------------------- 1 | copy "es_ES" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/es_CL: -------------------------------------------------------------------------------- 1 | copy "es_ES" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/es_CO: -------------------------------------------------------------------------------- 1 | copy "es_ES" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/es_CR: -------------------------------------------------------------------------------- 1 | copy "es_ES" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/es_DO: -------------------------------------------------------------------------------- 1 | copy "es_ES" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/es_EC: -------------------------------------------------------------------------------- 1 | copy "es_US" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/es_GT: -------------------------------------------------------------------------------- 1 | copy "es_ES" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/es_HN: -------------------------------------------------------------------------------- 1 | copy "es_ES" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/es_MX: -------------------------------------------------------------------------------- 1 | copy "es_ES" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/es_NI: -------------------------------------------------------------------------------- 1 | copy "es_ES" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/es_PA: -------------------------------------------------------------------------------- 1 | copy "es_ES" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/es_PE: -------------------------------------------------------------------------------- 1 | copy "es_ES" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/es_PR: -------------------------------------------------------------------------------- 1 | copy "es_ES" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/es_PY: -------------------------------------------------------------------------------- 1 | copy "es_ES" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/es_SV: -------------------------------------------------------------------------------- 1 | copy "es_ES" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/es_UY: -------------------------------------------------------------------------------- 1 | copy "es_ES" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/es_VE: -------------------------------------------------------------------------------- 1 | copy "es_ES" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/eu_ES: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/fo_FO: -------------------------------------------------------------------------------- 1 | copy "da_DK" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/fr_BE: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/fr_CA: -------------------------------------------------------------------------------- 1 | copy "en_CA" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/fr_CH: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/fr_LU: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/ga_IE: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/gd_GB: -------------------------------------------------------------------------------- 1 | copy "en_DK" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/gl_ES: -------------------------------------------------------------------------------- 1 | copy "es_ES" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/gv_GB: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/he_IL: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/id_ID: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/it_CH: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/it_IT: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/iw_IL: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/ka_GE: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/kl_GL: -------------------------------------------------------------------------------- 1 | copy "da_DK" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/kw_GB: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/mk_MK: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/nl_BE: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/nl_NL: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/oc_FR: -------------------------------------------------------------------------------- 1 | copy "en_DK" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/pt_BR: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/pt_PT: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/sk_SK: -------------------------------------------------------------------------------- 1 | copy "cs_CZ" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/sv_FI: -------------------------------------------------------------------------------- 1 | copy "fi_FI" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/ti_ER: -------------------------------------------------------------------------------- 1 | copy "am_ET" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/ti_ET: -------------------------------------------------------------------------------- 1 | copy "am_ET" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/ur_PK: -------------------------------------------------------------------------------- 1 | copy "en_DK" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/wa_BE: -------------------------------------------------------------------------------- 1 | copy "fr_BE" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/zh_CN: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/locale/collation/zh_TW: -------------------------------------------------------------------------------- 1 | copy "iso14651_t1" 2 | -------------------------------------------------------------------------------- /extra/scripts/.gitignore: -------------------------------------------------------------------------------- 1 | unifdef 2 | -------------------------------------------------------------------------------- /extra/scripts/MAKEALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/scripts/MAKEALL -------------------------------------------------------------------------------- /extra/scripts/getent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/extra/scripts/getent -------------------------------------------------------------------------------- /include/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/.gitignore -------------------------------------------------------------------------------- /include/_lfs_64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/_lfs_64.h -------------------------------------------------------------------------------- /include/a.out.h: -------------------------------------------------------------------------------- 1 | #define __NO_A_OUT_SUPPORT 1 2 | -------------------------------------------------------------------------------- /include/alloca.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/alloca.h -------------------------------------------------------------------------------- /include/ar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/ar.h -------------------------------------------------------------------------------- /include/argp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/argp.h -------------------------------------------------------------------------------- /include/arpa/ftp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/arpa/ftp.h -------------------------------------------------------------------------------- /include/arpa/inet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/arpa/inet.h -------------------------------------------------------------------------------- /include/arpa/telnet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/arpa/telnet.h -------------------------------------------------------------------------------- /include/arpa/tftp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/arpa/tftp.h -------------------------------------------------------------------------------- /include/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/assert.h -------------------------------------------------------------------------------- /include/atomic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/atomic.h -------------------------------------------------------------------------------- /include/byteswap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/byteswap.h -------------------------------------------------------------------------------- /include/cancel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/cancel.h -------------------------------------------------------------------------------- /include/complex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/complex.h -------------------------------------------------------------------------------- /include/cpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/cpio.h -------------------------------------------------------------------------------- /include/crypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/crypt.h -------------------------------------------------------------------------------- /include/ctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/ctype.h -------------------------------------------------------------------------------- /include/dirent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/dirent.h -------------------------------------------------------------------------------- /include/dlfcn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/dlfcn.h -------------------------------------------------------------------------------- /include/elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/elf.h -------------------------------------------------------------------------------- /include/endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/endian.h -------------------------------------------------------------------------------- /include/err.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/err.h -------------------------------------------------------------------------------- /include/errno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/errno.h -------------------------------------------------------------------------------- /include/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/error.h -------------------------------------------------------------------------------- /include/execinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/execinfo.h -------------------------------------------------------------------------------- /include/fcntl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/fcntl.h -------------------------------------------------------------------------------- /include/features.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/features.h -------------------------------------------------------------------------------- /include/fenv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/fenv.h -------------------------------------------------------------------------------- /include/fnmatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/fnmatch.h -------------------------------------------------------------------------------- /include/fts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/fts.h -------------------------------------------------------------------------------- /include/ftw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/ftw.h -------------------------------------------------------------------------------- /include/getopt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/getopt.h -------------------------------------------------------------------------------- /include/glob.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/glob.h -------------------------------------------------------------------------------- /include/grp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/grp.h -------------------------------------------------------------------------------- /include/iconv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/iconv.h -------------------------------------------------------------------------------- /include/ieee754.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/ieee754.h -------------------------------------------------------------------------------- /include/ifaddrs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/ifaddrs.h -------------------------------------------------------------------------------- /include/inttypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/inttypes.h -------------------------------------------------------------------------------- /include/langinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/langinfo.h -------------------------------------------------------------------------------- /include/lastlog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/lastlog.h -------------------------------------------------------------------------------- /include/libgen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/libgen.h -------------------------------------------------------------------------------- /include/libintl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/libintl.h -------------------------------------------------------------------------------- /include/limits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/limits.h -------------------------------------------------------------------------------- /include/link.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/link.h -------------------------------------------------------------------------------- /include/locale.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/locale.h -------------------------------------------------------------------------------- /include/malloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/malloc.h -------------------------------------------------------------------------------- /include/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/math.h -------------------------------------------------------------------------------- /include/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/memory.h -------------------------------------------------------------------------------- /include/mntent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/mntent.h -------------------------------------------------------------------------------- /include/mqueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/mqueue.h -------------------------------------------------------------------------------- /include/net/if.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/net/if.h -------------------------------------------------------------------------------- /include/net/if_arp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/net/if_arp.h -------------------------------------------------------------------------------- /include/net/if_ppp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/net/if_ppp.h -------------------------------------------------------------------------------- /include/net/if_slip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/net/if_slip.h -------------------------------------------------------------------------------- /include/net/ppp-comp.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /include/net/route.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/net/route.h -------------------------------------------------------------------------------- /include/netdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/netdb.h -------------------------------------------------------------------------------- /include/netinet/in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/netinet/in.h -------------------------------------------------------------------------------- /include/netinet/ip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/netinet/ip.h -------------------------------------------------------------------------------- /include/netinet/ip6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/netinet/ip6.h -------------------------------------------------------------------------------- /include/netinet/tcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/netinet/tcp.h -------------------------------------------------------------------------------- /include/netinet/udp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/netinet/udp.h -------------------------------------------------------------------------------- /include/netipx/ipx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/netipx/ipx.h -------------------------------------------------------------------------------- /include/nl_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/nl_types.h -------------------------------------------------------------------------------- /include/paths.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/paths.h -------------------------------------------------------------------------------- /include/poll.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /include/printf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/printf.h -------------------------------------------------------------------------------- /include/pty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/pty.h -------------------------------------------------------------------------------- /include/pwd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/pwd.h -------------------------------------------------------------------------------- /include/regex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/regex.h -------------------------------------------------------------------------------- /include/regexp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/regexp.h -------------------------------------------------------------------------------- /include/resolv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/resolv.h -------------------------------------------------------------------------------- /include/sched.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sched.h -------------------------------------------------------------------------------- /include/scsi/scsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/scsi/scsi.h -------------------------------------------------------------------------------- /include/scsi/sg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/scsi/sg.h -------------------------------------------------------------------------------- /include/search.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/search.h -------------------------------------------------------------------------------- /include/setjmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/setjmp.h -------------------------------------------------------------------------------- /include/sgtty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sgtty.h -------------------------------------------------------------------------------- /include/shadow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/shadow.h -------------------------------------------------------------------------------- /include/signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/signal.h -------------------------------------------------------------------------------- /include/spawn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/spawn.h -------------------------------------------------------------------------------- /include/stdint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/stdint.h -------------------------------------------------------------------------------- /include/stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/stdio.h -------------------------------------------------------------------------------- /include/stdio_ext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/stdio_ext.h -------------------------------------------------------------------------------- /include/stdlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/stdlib.h -------------------------------------------------------------------------------- /include/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/string.h -------------------------------------------------------------------------------- /include/strings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/strings.h -------------------------------------------------------------------------------- /include/sys/auxv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/auxv.h -------------------------------------------------------------------------------- /include/sys/bitypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/bitypes.h -------------------------------------------------------------------------------- /include/sys/cdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/cdefs.h -------------------------------------------------------------------------------- /include/sys/dir.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/dir.h -------------------------------------------------------------------------------- /include/sys/errno.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /include/sys/fcntl.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /include/sys/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/file.h -------------------------------------------------------------------------------- /include/sys/fsuid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/fsuid.h -------------------------------------------------------------------------------- /include/sys/ioctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/ioctl.h -------------------------------------------------------------------------------- /include/sys/ipc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/ipc.h -------------------------------------------------------------------------------- /include/sys/kd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/kd.h -------------------------------------------------------------------------------- /include/sys/kdaemon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/kdaemon.h -------------------------------------------------------------------------------- /include/sys/klog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/klog.h -------------------------------------------------------------------------------- /include/sys/mman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/mman.h -------------------------------------------------------------------------------- /include/sys/mount.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/mount.h -------------------------------------------------------------------------------- /include/sys/msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/msg.h -------------------------------------------------------------------------------- /include/sys/mtio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/mtio.h -------------------------------------------------------------------------------- /include/sys/param.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/param.h -------------------------------------------------------------------------------- /include/sys/poll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/poll.h -------------------------------------------------------------------------------- /include/sys/queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/queue.h -------------------------------------------------------------------------------- /include/sys/quota.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/quota.h -------------------------------------------------------------------------------- /include/sys/reboot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/reboot.h -------------------------------------------------------------------------------- /include/sys/select.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/select.h -------------------------------------------------------------------------------- /include/sys/sem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/sem.h -------------------------------------------------------------------------------- /include/sys/shm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/shm.h -------------------------------------------------------------------------------- /include/sys/signal.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /include/sys/socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/socket.h -------------------------------------------------------------------------------- /include/sys/soundcard.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /include/sys/stat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/stat.h -------------------------------------------------------------------------------- /include/sys/statfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/statfs.h -------------------------------------------------------------------------------- /include/sys/statvfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/statvfs.h -------------------------------------------------------------------------------- /include/sys/swap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/swap.h -------------------------------------------------------------------------------- /include/sys/syscall.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/syscall.h -------------------------------------------------------------------------------- /include/sys/sysctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/sysctl.h -------------------------------------------------------------------------------- /include/sys/sysinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/sysinfo.h -------------------------------------------------------------------------------- /include/sys/syslog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/syslog.h -------------------------------------------------------------------------------- /include/sys/termios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/termios.h -------------------------------------------------------------------------------- /include/sys/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/time.h -------------------------------------------------------------------------------- /include/sys/timeb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/timeb.h -------------------------------------------------------------------------------- /include/sys/times.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/times.h -------------------------------------------------------------------------------- /include/sys/timex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/timex.h -------------------------------------------------------------------------------- /include/sys/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/types.h -------------------------------------------------------------------------------- /include/sys/uio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/uio.h -------------------------------------------------------------------------------- /include/sys/un.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/un.h -------------------------------------------------------------------------------- /include/sys/unistd.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /include/sys/ustat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/ustat.h -------------------------------------------------------------------------------- /include/sys/utsname.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/utsname.h -------------------------------------------------------------------------------- /include/sys/vfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/vfs.h -------------------------------------------------------------------------------- /include/sys/vt.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /include/sys/wait.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/wait.h -------------------------------------------------------------------------------- /include/sys/xattr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sys/xattr.h -------------------------------------------------------------------------------- /include/syscall.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /include/sysexits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/sysexits.h -------------------------------------------------------------------------------- /include/syslog.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /include/tar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/tar.h -------------------------------------------------------------------------------- /include/termio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/termio.h -------------------------------------------------------------------------------- /include/termios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/termios.h -------------------------------------------------------------------------------- /include/tgmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/tgmath.h -------------------------------------------------------------------------------- /include/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/time.h -------------------------------------------------------------------------------- /include/tls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/tls.h -------------------------------------------------------------------------------- /include/ttyent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/ttyent.h -------------------------------------------------------------------------------- /include/uchar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/uchar.h -------------------------------------------------------------------------------- /include/ucontext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/ucontext.h -------------------------------------------------------------------------------- /include/ulimit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/ulimit.h -------------------------------------------------------------------------------- /include/unistd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/unistd.h -------------------------------------------------------------------------------- /include/ustat.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /include/utime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/utime.h -------------------------------------------------------------------------------- /include/utmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/utmp.h -------------------------------------------------------------------------------- /include/utmpx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/utmpx.h -------------------------------------------------------------------------------- /include/values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/values.h -------------------------------------------------------------------------------- /include/wait.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /include/wchar-stub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/wchar-stub.h -------------------------------------------------------------------------------- /include/wchar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/wchar.h -------------------------------------------------------------------------------- /include/wctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/wctype.h -------------------------------------------------------------------------------- /include/wordexp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/wordexp.h -------------------------------------------------------------------------------- /include/xlocale.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/include/xlocale.h -------------------------------------------------------------------------------- /ldso/COPYRIGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/ldso/COPYRIGHT -------------------------------------------------------------------------------- /ldso/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/ldso/Makefile -------------------------------------------------------------------------------- /ldso/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/ldso/Makefile.in -------------------------------------------------------------------------------- /ldso/include/dl-elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/ldso/include/dl-elf.h -------------------------------------------------------------------------------- /ldso/include/dlfcn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/ldso/include/dlfcn.h -------------------------------------------------------------------------------- /ldso/include/ldso.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/ldso/include/ldso.h -------------------------------------------------------------------------------- /ldso/ldso/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/ldso/ldso/Makefile -------------------------------------------------------------------------------- /ldso/ldso/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/ldso/ldso/Makefile.in -------------------------------------------------------------------------------- /ldso/ldso/arm/dl-inlines.h: -------------------------------------------------------------------------------- 1 | #include "../fdpic/dl-inlines.h" 2 | -------------------------------------------------------------------------------- /ldso/ldso/avr32/dl-syscalls.h: -------------------------------------------------------------------------------- 1 | /* stub for arch-specific syscall issues */ 2 | -------------------------------------------------------------------------------- /ldso/ldso/c6x/dl-syscalls.h: -------------------------------------------------------------------------------- 1 | /* stub for arch-specific syscall issues */ 2 | -------------------------------------------------------------------------------- /ldso/ldso/cris/dl-syscalls.h: -------------------------------------------------------------------------------- 1 | /* stub for arch-specific syscall issues */ 2 | -------------------------------------------------------------------------------- /ldso/ldso/dl-array.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/ldso/ldso/dl-array.c -------------------------------------------------------------------------------- /ldso/ldso/dl-debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/ldso/ldso/dl-debug.c -------------------------------------------------------------------------------- /ldso/ldso/dl-elf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/ldso/ldso/dl-elf.c -------------------------------------------------------------------------------- /ldso/ldso/dl-hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/ldso/ldso/dl-hash.c -------------------------------------------------------------------------------- /ldso/ldso/dl-tls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/ldso/ldso/dl-tls.c -------------------------------------------------------------------------------- /ldso/ldso/dl-vdso.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/ldso/ldso/dl-vdso.c -------------------------------------------------------------------------------- /ldso/ldso/frv/dl-inlines.h: -------------------------------------------------------------------------------- 1 | #include "../fdpic/dl-inlines.h" 2 | -------------------------------------------------------------------------------- /ldso/ldso/frv/dl-syscalls.h: -------------------------------------------------------------------------------- 1 | /* stub for arch-specific syscall issues */ 2 | -------------------------------------------------------------------------------- /ldso/ldso/h8300/dl-sysdep.h: -------------------------------------------------------------------------------- 1 | /* dl not supported */ 2 | -------------------------------------------------------------------------------- /ldso/ldso/i386/syscall6.S: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /ldso/ldso/kvx/dl-syscalls.h: -------------------------------------------------------------------------------- 1 | /* stub for arch-specific syscall issues */ 2 | -------------------------------------------------------------------------------- /ldso/ldso/ldso.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/ldso/ldso/ldso.c -------------------------------------------------------------------------------- /ldso/ldso/m68k/dl-syscalls.h: -------------------------------------------------------------------------------- 1 | /* stub for arch-specific syscall issues */ 2 | -------------------------------------------------------------------------------- /ldso/ldso/microblaze/dl-syscalls.h: -------------------------------------------------------------------------------- 1 | /* stub for arch-specific syscall issues */ 2 | -------------------------------------------------------------------------------- /ldso/ldso/mips/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/ldso/ldso/mips/README -------------------------------------------------------------------------------- /ldso/ldso/nios2/dl-syscalls.h: -------------------------------------------------------------------------------- 1 | /* stub for arch-specific syscall issues */ 2 | -------------------------------------------------------------------------------- /ldso/ldso/or1k/dl-syscalls.h: -------------------------------------------------------------------------------- 1 | /* stub for arch-specific syscall issues */ 2 | -------------------------------------------------------------------------------- /ldso/ldso/powerpc/dl-syscalls.h: -------------------------------------------------------------------------------- 1 | /* stub for arch-specific syscall issues */ 2 | -------------------------------------------------------------------------------- /ldso/ldso/riscv32/dl-syscalls.h: -------------------------------------------------------------------------------- 1 | /* stub for arch-specific syscall issues */ 2 | -------------------------------------------------------------------------------- /ldso/ldso/riscv64/dl-syscalls.h: -------------------------------------------------------------------------------- 1 | /* stub for arch-specific syscall issues */ 2 | -------------------------------------------------------------------------------- /ldso/ldso/sparc/dl-syscalls.h: -------------------------------------------------------------------------------- 1 | /* stub for arch-specific syscall issues */ 2 | -------------------------------------------------------------------------------- /ldso/ldso/xtensa/dl-inlines.h: -------------------------------------------------------------------------------- 1 | #include "../fdpic/dl-inlines.h" 2 | -------------------------------------------------------------------------------- /ldso/ldso/xtensa/dl-syscalls.h: -------------------------------------------------------------------------------- 1 | /* stub for arch-specific syscall issues */ 2 | -------------------------------------------------------------------------------- /ldso/libdl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/ldso/libdl/Makefile -------------------------------------------------------------------------------- /ldso/libdl/libdl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/ldso/libdl/libdl.c -------------------------------------------------------------------------------- /libc/.gitignore: -------------------------------------------------------------------------------- 1 | ucontext_i.[chs] 2 | -------------------------------------------------------------------------------- /libc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/Makefile -------------------------------------------------------------------------------- /libc/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/Makefile.in -------------------------------------------------------------------------------- /libc/inet/.indent.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/.indent.pro -------------------------------------------------------------------------------- /libc/inet/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/Makefile -------------------------------------------------------------------------------- /libc/inet/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/Makefile.in -------------------------------------------------------------------------------- /libc/inet/accept.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/accept.c -------------------------------------------------------------------------------- /libc/inet/accept4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/accept4.c -------------------------------------------------------------------------------- /libc/inet/addr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/addr.c -------------------------------------------------------------------------------- /libc/inet/bind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/bind.c -------------------------------------------------------------------------------- /libc/inet/connect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/connect.c -------------------------------------------------------------------------------- /libc/inet/decodea.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/decodea.c -------------------------------------------------------------------------------- /libc/inet/decodeh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/decodeh.c -------------------------------------------------------------------------------- /libc/inet/decodep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/decodep.c -------------------------------------------------------------------------------- /libc/inet/decodeq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/decodeq.c -------------------------------------------------------------------------------- /libc/inet/dnslookup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/dnslookup.c -------------------------------------------------------------------------------- /libc/inet/encodea.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/encodea.c -------------------------------------------------------------------------------- /libc/inet/encodeh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/encodeh.c -------------------------------------------------------------------------------- /libc/inet/encodep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/encodep.c -------------------------------------------------------------------------------- /libc/inet/encodeq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/encodeq.c -------------------------------------------------------------------------------- /libc/inet/ethers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/ethers.c -------------------------------------------------------------------------------- /libc/inet/formquery.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/formquery.c -------------------------------------------------------------------------------- /libc/inet/getnet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/getnet.c -------------------------------------------------------------------------------- /libc/inet/getproto.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/getproto.c -------------------------------------------------------------------------------- /libc/inet/herror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/herror.c -------------------------------------------------------------------------------- /libc/inet/hostid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/hostid.c -------------------------------------------------------------------------------- /libc/inet/if_index.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/if_index.c -------------------------------------------------------------------------------- /libc/inet/ifaddrs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/ifaddrs.c -------------------------------------------------------------------------------- /libc/inet/in6_addr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/in6_addr.c -------------------------------------------------------------------------------- /libc/inet/inet_addr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/inet_addr.c -------------------------------------------------------------------------------- /libc/inet/inet_aton.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/inet_aton.c -------------------------------------------------------------------------------- /libc/inet/inet_net.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/inet_net.c -------------------------------------------------------------------------------- /libc/inet/inet_ntoa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/inet_ntoa.c -------------------------------------------------------------------------------- /libc/inet/lengthd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/lengthd.c -------------------------------------------------------------------------------- /libc/inet/lengthq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/lengthq.c -------------------------------------------------------------------------------- /libc/inet/listen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/listen.c -------------------------------------------------------------------------------- /libc/inet/ns_name.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/ns_name.c -------------------------------------------------------------------------------- /libc/inet/ns_netint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/ns_netint.c -------------------------------------------------------------------------------- /libc/inet/ns_parse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/ns_parse.c -------------------------------------------------------------------------------- /libc/inet/ntohl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/ntohl.c -------------------------------------------------------------------------------- /libc/inet/ntop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/ntop.c -------------------------------------------------------------------------------- /libc/inet/opensock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/opensock.c -------------------------------------------------------------------------------- /libc/inet/recv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/recv.c -------------------------------------------------------------------------------- /libc/inet/recvfrom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/recvfrom.c -------------------------------------------------------------------------------- /libc/inet/recvmmsg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/recvmmsg.c -------------------------------------------------------------------------------- /libc/inet/recvmsg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/recvmsg.c -------------------------------------------------------------------------------- /libc/inet/res_comp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/res_comp.c -------------------------------------------------------------------------------- /libc/inet/res_data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/res_data.c -------------------------------------------------------------------------------- /libc/inet/res_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/res_init.c -------------------------------------------------------------------------------- /libc/inet/res_query.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/res_query.c -------------------------------------------------------------------------------- /libc/inet/resolv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/resolv.c -------------------------------------------------------------------------------- /libc/inet/send.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/send.c -------------------------------------------------------------------------------- /libc/inet/sendmmsg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/sendmmsg.c -------------------------------------------------------------------------------- /libc/inet/sendmsg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/sendmsg.c -------------------------------------------------------------------------------- /libc/inet/sendto.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/sendto.c -------------------------------------------------------------------------------- /libc/inet/shutdown.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/shutdown.c -------------------------------------------------------------------------------- /libc/inet/socket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/inet/socket.c -------------------------------------------------------------------------------- /libc/misc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/misc/Makefile -------------------------------------------------------------------------------- /libc/misc/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/misc/Makefile.in -------------------------------------------------------------------------------- /libc/misc/error/err.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/misc/error/err.c -------------------------------------------------------------------------------- /libc/misc/fts/fts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/misc/fts/fts.c -------------------------------------------------------------------------------- /libc/misc/ftw/ftw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/misc/ftw/ftw.c -------------------------------------------------------------------------------- /libc/misc/ftw/ftw64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/misc/ftw/ftw64.c -------------------------------------------------------------------------------- /libc/misc/glob/glob.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/misc/glob/glob.c -------------------------------------------------------------------------------- /libc/misc/time/time.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/misc/time/time.c -------------------------------------------------------------------------------- /libc/pwd_grp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/pwd_grp/Makefile -------------------------------------------------------------------------------- /libc/pwd_grp/getpw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/pwd_grp/getpw.c -------------------------------------------------------------------------------- /libc/signal/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/signal/Makefile -------------------------------------------------------------------------------- /libc/signal/killpg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/signal/killpg.c -------------------------------------------------------------------------------- /libc/signal/raise.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/signal/raise.c -------------------------------------------------------------------------------- /libc/signal/sighold.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/signal/sighold.c -------------------------------------------------------------------------------- /libc/signal/sigintr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/signal/sigintr.c -------------------------------------------------------------------------------- /libc/signal/sigjmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/signal/sigjmp.c -------------------------------------------------------------------------------- /libc/signal/signal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/signal/signal.c -------------------------------------------------------------------------------- /libc/signal/sigset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/signal/sigset.c -------------------------------------------------------------------------------- /libc/signal/sigwait.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/signal/sigwait.c -------------------------------------------------------------------------------- /libc/stdio/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/Makefile -------------------------------------------------------------------------------- /libc/stdio/_READ.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/_READ.c -------------------------------------------------------------------------------- /libc/stdio/_WRITE.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/_WRITE.c -------------------------------------------------------------------------------- /libc/stdio/__flbf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/__flbf.c -------------------------------------------------------------------------------- /libc/stdio/__fpurge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/__fpurge.c -------------------------------------------------------------------------------- /libc/stdio/_fopen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/_fopen.c -------------------------------------------------------------------------------- /libc/stdio/_fwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/_fwrite.c -------------------------------------------------------------------------------- /libc/stdio/_rfill.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/_rfill.c -------------------------------------------------------------------------------- /libc/stdio/_scanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/_scanf.c -------------------------------------------------------------------------------- /libc/stdio/_stdio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/_stdio.c -------------------------------------------------------------------------------- /libc/stdio/_stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/_stdio.h -------------------------------------------------------------------------------- /libc/stdio/_trans2r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/_trans2r.c -------------------------------------------------------------------------------- /libc/stdio/_trans2w.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/_trans2w.c -------------------------------------------------------------------------------- /libc/stdio/_wcommit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/_wcommit.c -------------------------------------------------------------------------------- /libc/stdio/_wfwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/_wfwrite.c -------------------------------------------------------------------------------- /libc/stdio/asprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/asprintf.c -------------------------------------------------------------------------------- /libc/stdio/clearerr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/clearerr.c -------------------------------------------------------------------------------- /libc/stdio/ctermid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/ctermid.c -------------------------------------------------------------------------------- /libc/stdio/dprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/dprintf.c -------------------------------------------------------------------------------- /libc/stdio/fclose.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fclose.c -------------------------------------------------------------------------------- /libc/stdio/fdopen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fdopen.c -------------------------------------------------------------------------------- /libc/stdio/feof.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/feof.c -------------------------------------------------------------------------------- /libc/stdio/ferror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/ferror.c -------------------------------------------------------------------------------- /libc/stdio/fflush.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fflush.c -------------------------------------------------------------------------------- /libc/stdio/fgetc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fgetc.c -------------------------------------------------------------------------------- /libc/stdio/fgetpos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fgetpos.c -------------------------------------------------------------------------------- /libc/stdio/fgets.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fgets.c -------------------------------------------------------------------------------- /libc/stdio/fgetwc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fgetwc.c -------------------------------------------------------------------------------- /libc/stdio/fgetws.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fgetws.c -------------------------------------------------------------------------------- /libc/stdio/fileno.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fileno.c -------------------------------------------------------------------------------- /libc/stdio/fmemopen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fmemopen.c -------------------------------------------------------------------------------- /libc/stdio/fopen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fopen.c -------------------------------------------------------------------------------- /libc/stdio/fopen64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fopen64.c -------------------------------------------------------------------------------- /libc/stdio/fprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fprintf.c -------------------------------------------------------------------------------- /libc/stdio/fputc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fputc.c -------------------------------------------------------------------------------- /libc/stdio/fputs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fputs.c -------------------------------------------------------------------------------- /libc/stdio/fputwc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fputwc.c -------------------------------------------------------------------------------- /libc/stdio/fputws.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fputws.c -------------------------------------------------------------------------------- /libc/stdio/fread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fread.c -------------------------------------------------------------------------------- /libc/stdio/freopen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/freopen.c -------------------------------------------------------------------------------- /libc/stdio/fscanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fscanf.c -------------------------------------------------------------------------------- /libc/stdio/fseeko.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fseeko.c -------------------------------------------------------------------------------- /libc/stdio/fseeko64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fseeko64.c -------------------------------------------------------------------------------- /libc/stdio/fsetpos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fsetpos.c -------------------------------------------------------------------------------- /libc/stdio/ftello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/ftello.c -------------------------------------------------------------------------------- /libc/stdio/ftello64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/ftello64.c -------------------------------------------------------------------------------- /libc/stdio/fwide.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fwide.c -------------------------------------------------------------------------------- /libc/stdio/fwprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fwprintf.c -------------------------------------------------------------------------------- /libc/stdio/fwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fwrite.c -------------------------------------------------------------------------------- /libc/stdio/fwscanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/fwscanf.c -------------------------------------------------------------------------------- /libc/stdio/getchar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/getchar.c -------------------------------------------------------------------------------- /libc/stdio/getdelim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/getdelim.c -------------------------------------------------------------------------------- /libc/stdio/getline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/getline.c -------------------------------------------------------------------------------- /libc/stdio/gets.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/gets.c -------------------------------------------------------------------------------- /libc/stdio/getw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/getw.c -------------------------------------------------------------------------------- /libc/stdio/getwchar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/getwchar.c -------------------------------------------------------------------------------- /libc/stdio/perror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/perror.c -------------------------------------------------------------------------------- /libc/stdio/popen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/popen.c -------------------------------------------------------------------------------- /libc/stdio/printf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/printf.c -------------------------------------------------------------------------------- /libc/stdio/putchar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/putchar.c -------------------------------------------------------------------------------- /libc/stdio/puts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/puts.c -------------------------------------------------------------------------------- /libc/stdio/putw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/putw.c -------------------------------------------------------------------------------- /libc/stdio/putwchar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/putwchar.c -------------------------------------------------------------------------------- /libc/stdio/remove.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/remove.c -------------------------------------------------------------------------------- /libc/stdio/rewind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/rewind.c -------------------------------------------------------------------------------- /libc/stdio/scanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/scanf.c -------------------------------------------------------------------------------- /libc/stdio/setbuf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/setbuf.c -------------------------------------------------------------------------------- /libc/stdio/setvbuf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/setvbuf.c -------------------------------------------------------------------------------- /libc/stdio/snprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/snprintf.c -------------------------------------------------------------------------------- /libc/stdio/sprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/sprintf.c -------------------------------------------------------------------------------- /libc/stdio/sscanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/sscanf.c -------------------------------------------------------------------------------- /libc/stdio/swprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/swprintf.c -------------------------------------------------------------------------------- /libc/stdio/swscanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/swscanf.c -------------------------------------------------------------------------------- /libc/stdio/tempnam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/tempnam.c -------------------------------------------------------------------------------- /libc/stdio/tmpfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/tmpfile.c -------------------------------------------------------------------------------- /libc/stdio/tmpnam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/tmpnam.c -------------------------------------------------------------------------------- /libc/stdio/tmpnam_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/tmpnam_r.c -------------------------------------------------------------------------------- /libc/stdio/ungetc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/ungetc.c -------------------------------------------------------------------------------- /libc/stdio/ungetwc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/ungetwc.c -------------------------------------------------------------------------------- /libc/stdio/vdprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/vdprintf.c -------------------------------------------------------------------------------- /libc/stdio/vfprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/vfprintf.c -------------------------------------------------------------------------------- /libc/stdio/vfscanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/vfscanf.c -------------------------------------------------------------------------------- /libc/stdio/vfwscanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/vfwscanf.c -------------------------------------------------------------------------------- /libc/stdio/vprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/vprintf.c -------------------------------------------------------------------------------- /libc/stdio/vscanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/vscanf.c -------------------------------------------------------------------------------- /libc/stdio/vsprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/vsprintf.c -------------------------------------------------------------------------------- /libc/stdio/vsscanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/vsscanf.c -------------------------------------------------------------------------------- /libc/stdio/vswscanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/vswscanf.c -------------------------------------------------------------------------------- /libc/stdio/vwprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/vwprintf.c -------------------------------------------------------------------------------- /libc/stdio/vwscanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/vwscanf.c -------------------------------------------------------------------------------- /libc/stdio/wprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/wprintf.c -------------------------------------------------------------------------------- /libc/stdio/wscanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdio/wscanf.c -------------------------------------------------------------------------------- /libc/stdlib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/Makefile -------------------------------------------------------------------------------- /libc/stdlib/_atexit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/_atexit.c -------------------------------------------------------------------------------- /libc/stdlib/_strtod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/_strtod.c -------------------------------------------------------------------------------- /libc/stdlib/a64l.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/a64l.c -------------------------------------------------------------------------------- /libc/stdlib/abort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/abort.c -------------------------------------------------------------------------------- /libc/stdlib/abs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/abs.c -------------------------------------------------------------------------------- /libc/stdlib/atexit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/atexit.c -------------------------------------------------------------------------------- /libc/stdlib/atof.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/atof.c -------------------------------------------------------------------------------- /libc/stdlib/atoi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/atoi.c -------------------------------------------------------------------------------- /libc/stdlib/atol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/atol.c -------------------------------------------------------------------------------- /libc/stdlib/atoll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/atoll.c -------------------------------------------------------------------------------- /libc/stdlib/bsearch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/bsearch.c -------------------------------------------------------------------------------- /libc/stdlib/div.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/div.c -------------------------------------------------------------------------------- /libc/stdlib/drand48.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/drand48.c -------------------------------------------------------------------------------- /libc/stdlib/erand48.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/erand48.c -------------------------------------------------------------------------------- /libc/stdlib/exit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/exit.c -------------------------------------------------------------------------------- /libc/stdlib/gcvt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/gcvt.c -------------------------------------------------------------------------------- /libc/stdlib/getenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/getenv.c -------------------------------------------------------------------------------- /libc/stdlib/getpt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/getpt.c -------------------------------------------------------------------------------- /libc/stdlib/grantpt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/grantpt.c -------------------------------------------------------------------------------- /libc/stdlib/jrand48.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/jrand48.c -------------------------------------------------------------------------------- /libc/stdlib/l64a.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/l64a.c -------------------------------------------------------------------------------- /libc/stdlib/labs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/labs.c -------------------------------------------------------------------------------- /libc/stdlib/lcong48.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/lcong48.c -------------------------------------------------------------------------------- /libc/stdlib/ldiv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/ldiv.c -------------------------------------------------------------------------------- /libc/stdlib/llabs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/llabs.c -------------------------------------------------------------------------------- /libc/stdlib/lldiv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/lldiv.c -------------------------------------------------------------------------------- /libc/stdlib/lrand48.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/lrand48.c -------------------------------------------------------------------------------- /libc/stdlib/mblen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/mblen.c -------------------------------------------------------------------------------- /libc/stdlib/mbtowc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/mbtowc.c -------------------------------------------------------------------------------- /libc/stdlib/mkdtemp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/mkdtemp.c -------------------------------------------------------------------------------- /libc/stdlib/mkstemp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/mkstemp.c -------------------------------------------------------------------------------- /libc/stdlib/mktemp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/mktemp.c -------------------------------------------------------------------------------- /libc/stdlib/mrand48.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/mrand48.c -------------------------------------------------------------------------------- /libc/stdlib/nrand48.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/nrand48.c -------------------------------------------------------------------------------- /libc/stdlib/on_exit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/on_exit.c -------------------------------------------------------------------------------- /libc/stdlib/ptsname.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/ptsname.c -------------------------------------------------------------------------------- /libc/stdlib/qsort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/qsort.c -------------------------------------------------------------------------------- /libc/stdlib/qsort_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/qsort_r.c -------------------------------------------------------------------------------- /libc/stdlib/rand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/rand.c -------------------------------------------------------------------------------- /libc/stdlib/rand_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/rand_r.c -------------------------------------------------------------------------------- /libc/stdlib/random.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/random.c -------------------------------------------------------------------------------- /libc/stdlib/rpmatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/rpmatch.c -------------------------------------------------------------------------------- /libc/stdlib/seed48.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/seed48.c -------------------------------------------------------------------------------- /libc/stdlib/setenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/setenv.c -------------------------------------------------------------------------------- /libc/stdlib/srand48.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/srand48.c -------------------------------------------------------------------------------- /libc/stdlib/stdlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/stdlib.c -------------------------------------------------------------------------------- /libc/stdlib/strtod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/strtod.c -------------------------------------------------------------------------------- /libc/stdlib/strtof.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/strtof.c -------------------------------------------------------------------------------- /libc/stdlib/strtol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/strtol.c -------------------------------------------------------------------------------- /libc/stdlib/strtold.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/strtold.c -------------------------------------------------------------------------------- /libc/stdlib/strtoll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/strtoll.c -------------------------------------------------------------------------------- /libc/stdlib/strtoul.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/strtoul.c -------------------------------------------------------------------------------- /libc/stdlib/system.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/system.c -------------------------------------------------------------------------------- /libc/stdlib/valloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/valloc.c -------------------------------------------------------------------------------- /libc/stdlib/wcstod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/wcstod.c -------------------------------------------------------------------------------- /libc/stdlib/wcstof.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/wcstof.c -------------------------------------------------------------------------------- /libc/stdlib/wcstol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/wcstol.c -------------------------------------------------------------------------------- /libc/stdlib/wcstold.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/wcstold.c -------------------------------------------------------------------------------- /libc/stdlib/wcstoll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/wcstoll.c -------------------------------------------------------------------------------- /libc/stdlib/wcstoul.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/wcstoul.c -------------------------------------------------------------------------------- /libc/stdlib/wctomb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/stdlib/wctomb.c -------------------------------------------------------------------------------- /libc/string/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/Makefile -------------------------------------------------------------------------------- /libc/string/_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/_string.h -------------------------------------------------------------------------------- /libc/string/bcopy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/bcopy.c -------------------------------------------------------------------------------- /libc/string/bzero.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/bzero.c -------------------------------------------------------------------------------- /libc/string/dirname.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/dirname.c -------------------------------------------------------------------------------- /libc/string/ffs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/ffs.c -------------------------------------------------------------------------------- /libc/string/ffsll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/ffsll.c -------------------------------------------------------------------------------- /libc/string/memccpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/memccpy.c -------------------------------------------------------------------------------- /libc/string/memchr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/memchr.c -------------------------------------------------------------------------------- /libc/string/memcmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/memcmp.c -------------------------------------------------------------------------------- /libc/string/memcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/memcpy.c -------------------------------------------------------------------------------- /libc/string/memmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/memmem.c -------------------------------------------------------------------------------- /libc/string/memmove.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/memmove.c -------------------------------------------------------------------------------- /libc/string/mempcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/mempcpy.c -------------------------------------------------------------------------------- /libc/string/memrchr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/memrchr.c -------------------------------------------------------------------------------- /libc/string/memset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/memset.c -------------------------------------------------------------------------------- /libc/string/psignal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/psignal.c -------------------------------------------------------------------------------- /libc/string/sparc/bcopy.c: -------------------------------------------------------------------------------- 1 | /* bcopy is in memcpy.S */ 2 | -------------------------------------------------------------------------------- /libc/string/sparc/bzero.c: -------------------------------------------------------------------------------- 1 | /* bzero is in memset.S */ 2 | -------------------------------------------------------------------------------- /libc/string/stpcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/stpcpy.c -------------------------------------------------------------------------------- /libc/string/stpncpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/stpncpy.c -------------------------------------------------------------------------------- /libc/string/strcat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/strcat.c -------------------------------------------------------------------------------- /libc/string/strchr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/strchr.c -------------------------------------------------------------------------------- /libc/string/strcmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/strcmp.c -------------------------------------------------------------------------------- /libc/string/strcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/strcpy.c -------------------------------------------------------------------------------- /libc/string/strcspn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/strcspn.c -------------------------------------------------------------------------------- /libc/string/strdup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/strdup.c -------------------------------------------------------------------------------- /libc/string/strlcat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/strlcat.c -------------------------------------------------------------------------------- /libc/string/strlcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/strlcpy.c -------------------------------------------------------------------------------- /libc/string/strlen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/strlen.c -------------------------------------------------------------------------------- /libc/string/strncat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/strncat.c -------------------------------------------------------------------------------- /libc/string/strncmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/strncmp.c -------------------------------------------------------------------------------- /libc/string/strncpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/strncpy.c -------------------------------------------------------------------------------- /libc/string/strndup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/strndup.c -------------------------------------------------------------------------------- /libc/string/strnlen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/strnlen.c -------------------------------------------------------------------------------- /libc/string/strpbrk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/strpbrk.c -------------------------------------------------------------------------------- /libc/string/strrchr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/strrchr.c -------------------------------------------------------------------------------- /libc/string/strsep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/strsep.c -------------------------------------------------------------------------------- /libc/string/strspn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/strspn.c -------------------------------------------------------------------------------- /libc/string/strstr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/strstr.c -------------------------------------------------------------------------------- /libc/string/strtok.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/strtok.c -------------------------------------------------------------------------------- /libc/string/strxfrm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/strxfrm.c -------------------------------------------------------------------------------- /libc/string/wcpcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wcpcpy.c -------------------------------------------------------------------------------- /libc/string/wcpncpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wcpncpy.c -------------------------------------------------------------------------------- /libc/string/wcscat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wcscat.c -------------------------------------------------------------------------------- /libc/string/wcschr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wcschr.c -------------------------------------------------------------------------------- /libc/string/wcscmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wcscmp.c -------------------------------------------------------------------------------- /libc/string/wcscpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wcscpy.c -------------------------------------------------------------------------------- /libc/string/wcscspn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wcscspn.c -------------------------------------------------------------------------------- /libc/string/wcsdup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wcsdup.c -------------------------------------------------------------------------------- /libc/string/wcslcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wcslcpy.c -------------------------------------------------------------------------------- /libc/string/wcslen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wcslen.c -------------------------------------------------------------------------------- /libc/string/wcsncat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wcsncat.c -------------------------------------------------------------------------------- /libc/string/wcsncmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wcsncmp.c -------------------------------------------------------------------------------- /libc/string/wcsncpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wcsncpy.c -------------------------------------------------------------------------------- /libc/string/wcsnlen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wcsnlen.c -------------------------------------------------------------------------------- /libc/string/wcspbrk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wcspbrk.c -------------------------------------------------------------------------------- /libc/string/wcsrchr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wcsrchr.c -------------------------------------------------------------------------------- /libc/string/wcsspn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wcsspn.c -------------------------------------------------------------------------------- /libc/string/wcsstr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wcsstr.c -------------------------------------------------------------------------------- /libc/string/wcstok.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wcstok.c -------------------------------------------------------------------------------- /libc/string/wcsxfrm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wcsxfrm.c -------------------------------------------------------------------------------- /libc/string/wmemchr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wmemchr.c -------------------------------------------------------------------------------- /libc/string/wmemcmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wmemcmp.c -------------------------------------------------------------------------------- /libc/string/wmemcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wmemcpy.c -------------------------------------------------------------------------------- /libc/string/wmemset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/string/wmemset.c -------------------------------------------------------------------------------- /libc/sysdeps/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/sysdeps/Makefile -------------------------------------------------------------------------------- /libc/sysdeps/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/sysdeps/README -------------------------------------------------------------------------------- /libc/sysdeps/linux/arc/xstatconv.c: -------------------------------------------------------------------------------- 1 | /* We don't need any of this. */ 2 | -------------------------------------------------------------------------------- /libc/sysdeps/linux/avr32/bits/wordsize.h: -------------------------------------------------------------------------------- 1 | #define __WORDSIZE 32 2 | -------------------------------------------------------------------------------- /libc/sysdeps/linux/common/bits/byteswap.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /libc/sysdeps/linux/common/bits/mman.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /libc/sysdeps/linux/cris/libc.map: -------------------------------------------------------------------------------- 1 | U { 2 | local: __sigjmp_save; 3 | }; 4 | -------------------------------------------------------------------------------- /libc/sysdeps/linux/frv/xstatconv.c: -------------------------------------------------------------------------------- 1 | /* We don't need any of this. */ 2 | -------------------------------------------------------------------------------- /libc/sysdeps/linux/h8300/bits/wordsize.h: -------------------------------------------------------------------------------- 1 | #define __WORDSIZE 32 2 | -------------------------------------------------------------------------------- /libc/sysdeps/linux/lm32/bits/wordsize.h: -------------------------------------------------------------------------------- 1 | #define __WORDSIZE 32 2 | -------------------------------------------------------------------------------- /libc/sysdeps/linux/or1k/bits/kernel_types.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /libc/sysdeps/linux/sparc/bits/wordsize.h: -------------------------------------------------------------------------------- 1 | #define __WORDSIZE 32 2 | -------------------------------------------------------------------------------- /libc/termios/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/termios/Makefile -------------------------------------------------------------------------------- /libc/termios/isatty.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/termios/isatty.c -------------------------------------------------------------------------------- /libc/termios/speed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/termios/speed.c -------------------------------------------------------------------------------- /libc/termios/tcflow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/termios/tcflow.c -------------------------------------------------------------------------------- /libc/unistd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/unistd/Makefile -------------------------------------------------------------------------------- /libc/unistd/confstr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/unistd/confstr.c -------------------------------------------------------------------------------- /libc/unistd/daemon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/unistd/daemon.c -------------------------------------------------------------------------------- /libc/unistd/exec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/unistd/exec.c -------------------------------------------------------------------------------- /libc/unistd/execl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/unistd/execl.c -------------------------------------------------------------------------------- /libc/unistd/execle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/unistd/execle.c -------------------------------------------------------------------------------- /libc/unistd/execlp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/unistd/execlp.c -------------------------------------------------------------------------------- /libc/unistd/execv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/unistd/execv.c -------------------------------------------------------------------------------- /libc/unistd/execvp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/unistd/execvp.c -------------------------------------------------------------------------------- /libc/unistd/execvpe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/unistd/execvpe.c -------------------------------------------------------------------------------- /libc/unistd/getopt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/unistd/getopt.c -------------------------------------------------------------------------------- /libc/unistd/getpass.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/unistd/getpass.c -------------------------------------------------------------------------------- /libc/unistd/sleep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/unistd/sleep.c -------------------------------------------------------------------------------- /libc/unistd/swab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/unistd/swab.c -------------------------------------------------------------------------------- /libc/unistd/sysconf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/unistd/sysconf.c -------------------------------------------------------------------------------- /libc/unistd/ualarm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/unistd/ualarm.c -------------------------------------------------------------------------------- /libc/unistd/usleep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libc/unistd/usleep.c -------------------------------------------------------------------------------- /libcrypt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libcrypt/Makefile -------------------------------------------------------------------------------- /libcrypt/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libcrypt/Makefile.in -------------------------------------------------------------------------------- /libcrypt/crypt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libcrypt/crypt.c -------------------------------------------------------------------------------- /libcrypt/crypt_stub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libcrypt/crypt_stub.c -------------------------------------------------------------------------------- /libcrypt/des.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libcrypt/des.c -------------------------------------------------------------------------------- /libcrypt/des_tables.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libcrypt/des_tables.c -------------------------------------------------------------------------------- /libcrypt/libcrypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libcrypt/libcrypt.h -------------------------------------------------------------------------------- /libcrypt/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libcrypt/md5.c -------------------------------------------------------------------------------- /libcrypt/sha256.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libcrypt/sha256.c -------------------------------------------------------------------------------- /libcrypt/sha256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libcrypt/sha256.h -------------------------------------------------------------------------------- /libcrypt/sha512.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libcrypt/sha512.c -------------------------------------------------------------------------------- /libcrypt/sha512.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libcrypt/sha512.h -------------------------------------------------------------------------------- /libiconv/COPYRIGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libiconv/COPYRIGHT -------------------------------------------------------------------------------- /libiconv/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libiconv/Makefile -------------------------------------------------------------------------------- /libiconv/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libiconv/Makefile.in -------------------------------------------------------------------------------- /libiconv/iconv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libiconv/iconv.c -------------------------------------------------------------------------------- /libiconv/m4/iconv.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libiconv/m4/iconv.m4 -------------------------------------------------------------------------------- /libintl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libintl/Makefile -------------------------------------------------------------------------------- /libintl/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libintl/Makefile.in -------------------------------------------------------------------------------- /libintl/libintl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libintl/libintl.c -------------------------------------------------------------------------------- /libm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/Makefile -------------------------------------------------------------------------------- /libm/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/Makefile.in -------------------------------------------------------------------------------- /libm/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/README -------------------------------------------------------------------------------- /libm/arc/fclrexcpt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/arc/fclrexcpt.c -------------------------------------------------------------------------------- /libm/arc/fegetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/arc/fegetenv.c -------------------------------------------------------------------------------- /libm/arc/fegetmode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/arc/fegetmode.c -------------------------------------------------------------------------------- /libm/arc/fegetround.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/arc/fegetround.c -------------------------------------------------------------------------------- /libm/arc/fesetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/arc/fesetenv.c -------------------------------------------------------------------------------- /libm/arc/fesetmode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/arc/fesetmode.c -------------------------------------------------------------------------------- /libm/arc/fesetround.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/arc/fesetround.c -------------------------------------------------------------------------------- /libm/arm/fclrexcpt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/arm/fclrexcpt.c -------------------------------------------------------------------------------- /libm/arm/fegetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/arm/fegetenv.c -------------------------------------------------------------------------------- /libm/arm/fegetmode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/arm/fegetmode.c -------------------------------------------------------------------------------- /libm/arm/fegetround.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/arm/fegetround.c -------------------------------------------------------------------------------- /libm/arm/fesetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/arm/fesetenv.c -------------------------------------------------------------------------------- /libm/arm/fesetmode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/arm/fesetmode.c -------------------------------------------------------------------------------- /libm/arm/fesetround.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/arm/fesetround.c -------------------------------------------------------------------------------- /libm/carg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/carg.c -------------------------------------------------------------------------------- /libm/cexp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/cexp.c -------------------------------------------------------------------------------- /libm/csky/fclrexcpt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/csky/fclrexcpt.c -------------------------------------------------------------------------------- /libm/csky/fegetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/csky/fegetenv.c -------------------------------------------------------------------------------- /libm/csky/fegetmode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/csky/fegetmode.c -------------------------------------------------------------------------------- /libm/csky/fenv_libc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/csky/fenv_libc.h -------------------------------------------------------------------------------- /libm/csky/fesetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/csky/fesetenv.c -------------------------------------------------------------------------------- /libm/csky/fesetmode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/csky/fesetmode.c -------------------------------------------------------------------------------- /libm/e_acos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_acos.c -------------------------------------------------------------------------------- /libm/e_acosh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_acosh.c -------------------------------------------------------------------------------- /libm/e_asin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_asin.c -------------------------------------------------------------------------------- /libm/e_atan2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_atan2.c -------------------------------------------------------------------------------- /libm/e_atanh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_atanh.c -------------------------------------------------------------------------------- /libm/e_cosh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_cosh.c -------------------------------------------------------------------------------- /libm/e_exp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_exp.c -------------------------------------------------------------------------------- /libm/e_exp10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_exp10.c -------------------------------------------------------------------------------- /libm/e_fmod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_fmod.c -------------------------------------------------------------------------------- /libm/e_hypot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_hypot.c -------------------------------------------------------------------------------- /libm/e_j0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_j0.c -------------------------------------------------------------------------------- /libm/e_j1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_j1.c -------------------------------------------------------------------------------- /libm/e_jn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_jn.c -------------------------------------------------------------------------------- /libm/e_lgamma_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_lgamma_r.c -------------------------------------------------------------------------------- /libm/e_log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_log.c -------------------------------------------------------------------------------- /libm/e_log10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_log10.c -------------------------------------------------------------------------------- /libm/e_log2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_log2.c -------------------------------------------------------------------------------- /libm/e_pow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_pow.c -------------------------------------------------------------------------------- /libm/e_rem_pio2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_rem_pio2.c -------------------------------------------------------------------------------- /libm/e_remainder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_remainder.c -------------------------------------------------------------------------------- /libm/e_scalb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_scalb.c -------------------------------------------------------------------------------- /libm/e_sinh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_sinh.c -------------------------------------------------------------------------------- /libm/e_sqrt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/e_sqrt.c -------------------------------------------------------------------------------- /libm/float_wrappers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/float_wrappers.c -------------------------------------------------------------------------------- /libm/i386/fclrexcpt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/i386/fclrexcpt.c -------------------------------------------------------------------------------- /libm/i386/fegetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/i386/fegetenv.c -------------------------------------------------------------------------------- /libm/i386/fesetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/i386/fesetenv.c -------------------------------------------------------------------------------- /libm/k_cos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/k_cos.c -------------------------------------------------------------------------------- /libm/k_rem_pio2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/k_rem_pio2.c -------------------------------------------------------------------------------- /libm/k_sin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/k_sin.c -------------------------------------------------------------------------------- /libm/k_standard.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/k_standard.c -------------------------------------------------------------------------------- /libm/k_standardf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/k_standardf.c -------------------------------------------------------------------------------- /libm/k_standardl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/k_standardl.c -------------------------------------------------------------------------------- /libm/k_tan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/k_tan.c -------------------------------------------------------------------------------- /libm/kvx/fegetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/kvx/fegetenv.c -------------------------------------------------------------------------------- /libm/kvx/fegetround.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/kvx/fegetround.c -------------------------------------------------------------------------------- /libm/kvx/fesetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/kvx/fesetenv.c -------------------------------------------------------------------------------- /libm/kvx/fesetround.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/kvx/fesetround.c -------------------------------------------------------------------------------- /libm/m68k/fclrexcpt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/m68k/fclrexcpt.c -------------------------------------------------------------------------------- /libm/m68k/fegetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/m68k/fegetenv.c -------------------------------------------------------------------------------- /libm/m68k/fegetmode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/m68k/fegetmode.c -------------------------------------------------------------------------------- /libm/m68k/fesetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/m68k/fesetenv.c -------------------------------------------------------------------------------- /libm/m68k/fesetmode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/m68k/fesetmode.c -------------------------------------------------------------------------------- /libm/math_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/math_private.h -------------------------------------------------------------------------------- /libm/metag/fegetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/metag/fegetenv.c -------------------------------------------------------------------------------- /libm/metag/fesetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/metag/fesetenv.c -------------------------------------------------------------------------------- /libm/metag/internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/metag/internal.h -------------------------------------------------------------------------------- /libm/mips/fclrexcpt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/mips/fclrexcpt.c -------------------------------------------------------------------------------- /libm/mips/fegetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/mips/fegetenv.c -------------------------------------------------------------------------------- /libm/mips/fegetmode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/mips/fegetmode.c -------------------------------------------------------------------------------- /libm/mips/fenv_libc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/mips/fenv_libc.h -------------------------------------------------------------------------------- /libm/mips/fesetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/mips/fesetenv.c -------------------------------------------------------------------------------- /libm/mips/fesetmode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/mips/fesetmode.c -------------------------------------------------------------------------------- /libm/nan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/nan.c -------------------------------------------------------------------------------- /libm/nds32/e_sqrt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/nds32/e_sqrt.c -------------------------------------------------------------------------------- /libm/nds32/fegetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/nds32/fegetenv.c -------------------------------------------------------------------------------- /libm/nds32/fesetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/nds32/fesetenv.c -------------------------------------------------------------------------------- /libm/or1k/fclrexcpt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/or1k/fclrexcpt.c -------------------------------------------------------------------------------- /libm/or1k/fegetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/or1k/fegetenv.c -------------------------------------------------------------------------------- /libm/or1k/fegetmode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/or1k/fegetmode.c -------------------------------------------------------------------------------- /libm/or1k/fesetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/or1k/fesetenv.c -------------------------------------------------------------------------------- /libm/or1k/fesetmode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/or1k/fesetmode.c -------------------------------------------------------------------------------- /libm/s_asinh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_asinh.c -------------------------------------------------------------------------------- /libm/s_atan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_atan.c -------------------------------------------------------------------------------- /libm/s_cbrt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_cbrt.c -------------------------------------------------------------------------------- /libm/s_ceil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_ceil.c -------------------------------------------------------------------------------- /libm/s_copysign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_copysign.c -------------------------------------------------------------------------------- /libm/s_cos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_cos.c -------------------------------------------------------------------------------- /libm/s_erf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_erf.c -------------------------------------------------------------------------------- /libm/s_expm1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_expm1.c -------------------------------------------------------------------------------- /libm/s_fabs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_fabs.c -------------------------------------------------------------------------------- /libm/s_fdim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_fdim.c -------------------------------------------------------------------------------- /libm/s_finite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_finite.c -------------------------------------------------------------------------------- /libm/s_finitef.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_finitef.c -------------------------------------------------------------------------------- /libm/s_floor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_floor.c -------------------------------------------------------------------------------- /libm/s_fma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_fma.c -------------------------------------------------------------------------------- /libm/s_fmax.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_fmax.c -------------------------------------------------------------------------------- /libm/s_fmin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_fmin.c -------------------------------------------------------------------------------- /libm/s_fpclassify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_fpclassify.c -------------------------------------------------------------------------------- /libm/s_fpclassifyf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_fpclassifyf.c -------------------------------------------------------------------------------- /libm/s_frexp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_frexp.c -------------------------------------------------------------------------------- /libm/s_ilogb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_ilogb.c -------------------------------------------------------------------------------- /libm/s_isinf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_isinf.c -------------------------------------------------------------------------------- /libm/s_isinff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_isinff.c -------------------------------------------------------------------------------- /libm/s_isnan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_isnan.c -------------------------------------------------------------------------------- /libm/s_isnanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_isnanf.c -------------------------------------------------------------------------------- /libm/s_ldexp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_ldexp.c -------------------------------------------------------------------------------- /libm/s_lib_version.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_lib_version.c -------------------------------------------------------------------------------- /libm/s_llrint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_llrint.c -------------------------------------------------------------------------------- /libm/s_llround.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_llround.c -------------------------------------------------------------------------------- /libm/s_log1p.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_log1p.c -------------------------------------------------------------------------------- /libm/s_logb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_logb.c -------------------------------------------------------------------------------- /libm/s_lrint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_lrint.c -------------------------------------------------------------------------------- /libm/s_lround.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_lround.c -------------------------------------------------------------------------------- /libm/s_modf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_modf.c -------------------------------------------------------------------------------- /libm/s_nextafter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_nextafter.c -------------------------------------------------------------------------------- /libm/s_nextafterf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_nextafterf.c -------------------------------------------------------------------------------- /libm/s_remquo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_remquo.c -------------------------------------------------------------------------------- /libm/s_rint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_rint.c -------------------------------------------------------------------------------- /libm/s_round.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_round.c -------------------------------------------------------------------------------- /libm/s_scalbn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_scalbn.c -------------------------------------------------------------------------------- /libm/s_signbit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_signbit.c -------------------------------------------------------------------------------- /libm/s_signbitf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_signbitf.c -------------------------------------------------------------------------------- /libm/s_signgam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_signgam.c -------------------------------------------------------------------------------- /libm/s_significand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_significand.c -------------------------------------------------------------------------------- /libm/s_sin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_sin.c -------------------------------------------------------------------------------- /libm/s_tan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_tan.c -------------------------------------------------------------------------------- /libm/s_tanh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_tanh.c -------------------------------------------------------------------------------- /libm/s_trunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/s_trunc.c -------------------------------------------------------------------------------- /libm/sincos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/sincos.c -------------------------------------------------------------------------------- /libm/sparc/fegetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/sparc/fegetenv.c -------------------------------------------------------------------------------- /libm/sparc/fesetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/sparc/fesetenv.c -------------------------------------------------------------------------------- /libm/w_acos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_acos.c -------------------------------------------------------------------------------- /libm/w_acosf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_acosf.c -------------------------------------------------------------------------------- /libm/w_acosh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_acosh.c -------------------------------------------------------------------------------- /libm/w_acoshf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_acoshf.c -------------------------------------------------------------------------------- /libm/w_acoshl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_acoshl.c -------------------------------------------------------------------------------- /libm/w_acosl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_acosl.c -------------------------------------------------------------------------------- /libm/w_asin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_asin.c -------------------------------------------------------------------------------- /libm/w_asinf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_asinf.c -------------------------------------------------------------------------------- /libm/w_asinl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_asinl.c -------------------------------------------------------------------------------- /libm/w_atan2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_atan2.c -------------------------------------------------------------------------------- /libm/w_atan2f.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_atan2f.c -------------------------------------------------------------------------------- /libm/w_atan2l.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_atan2l.c -------------------------------------------------------------------------------- /libm/w_atanh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_atanh.c -------------------------------------------------------------------------------- /libm/w_atanhf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_atanhf.c -------------------------------------------------------------------------------- /libm/w_atanhl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_atanhl.c -------------------------------------------------------------------------------- /libm/w_cabs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_cabs.c -------------------------------------------------------------------------------- /libm/w_cosh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_cosh.c -------------------------------------------------------------------------------- /libm/w_coshf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_coshf.c -------------------------------------------------------------------------------- /libm/w_coshl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_coshl.c -------------------------------------------------------------------------------- /libm/w_exp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_exp.c -------------------------------------------------------------------------------- /libm/w_exp10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_exp10.c -------------------------------------------------------------------------------- /libm/w_exp10f.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_exp10f.c -------------------------------------------------------------------------------- /libm/w_exp10l.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_exp10l.c -------------------------------------------------------------------------------- /libm/w_exp2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_exp2.c -------------------------------------------------------------------------------- /libm/w_exp2f.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_exp2f.c -------------------------------------------------------------------------------- /libm/w_exp2l.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_exp2l.c -------------------------------------------------------------------------------- /libm/w_expf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_expf.c -------------------------------------------------------------------------------- /libm/w_expl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_expl.c -------------------------------------------------------------------------------- /libm/w_fmod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_fmod.c -------------------------------------------------------------------------------- /libm/w_fmodf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_fmodf.c -------------------------------------------------------------------------------- /libm/w_fmodl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_fmodl.c -------------------------------------------------------------------------------- /libm/w_hypot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_hypot.c -------------------------------------------------------------------------------- /libm/w_hypotf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_hypotf.c -------------------------------------------------------------------------------- /libm/w_hypotl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_hypotl.c -------------------------------------------------------------------------------- /libm/w_j0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_j0.c -------------------------------------------------------------------------------- /libm/w_j0f.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_j0f.c -------------------------------------------------------------------------------- /libm/w_j0l.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_j0l.c -------------------------------------------------------------------------------- /libm/w_j1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_j1.c -------------------------------------------------------------------------------- /libm/w_j1f.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_j1f.c -------------------------------------------------------------------------------- /libm/w_j1l.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_j1l.c -------------------------------------------------------------------------------- /libm/w_jn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_jn.c -------------------------------------------------------------------------------- /libm/w_jnf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_jnf.c -------------------------------------------------------------------------------- /libm/w_jnl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_jnl.c -------------------------------------------------------------------------------- /libm/w_lgamma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_lgamma.c -------------------------------------------------------------------------------- /libm/w_lgamma_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_lgamma_r.c -------------------------------------------------------------------------------- /libm/w_lgammaf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_lgammaf.c -------------------------------------------------------------------------------- /libm/w_lgammaf_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_lgammaf_r.c -------------------------------------------------------------------------------- /libm/w_lgammal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_lgammal.c -------------------------------------------------------------------------------- /libm/w_lgammal_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_lgammal_r.c -------------------------------------------------------------------------------- /libm/w_log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_log.c -------------------------------------------------------------------------------- /libm/w_log10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_log10.c -------------------------------------------------------------------------------- /libm/w_log10f.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_log10f.c -------------------------------------------------------------------------------- /libm/w_log10l.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_log10l.c -------------------------------------------------------------------------------- /libm/w_log2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_log2.c -------------------------------------------------------------------------------- /libm/w_log2f.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_log2f.c -------------------------------------------------------------------------------- /libm/w_log2l.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_log2l.c -------------------------------------------------------------------------------- /libm/w_logf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_logf.c -------------------------------------------------------------------------------- /libm/w_logl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_logl.c -------------------------------------------------------------------------------- /libm/w_pow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_pow.c -------------------------------------------------------------------------------- /libm/w_powf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_powf.c -------------------------------------------------------------------------------- /libm/w_powl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_powl.c -------------------------------------------------------------------------------- /libm/w_remainder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_remainder.c -------------------------------------------------------------------------------- /libm/w_remainderf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_remainderf.c -------------------------------------------------------------------------------- /libm/w_remainderl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_remainderl.c -------------------------------------------------------------------------------- /libm/w_scalb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_scalb.c -------------------------------------------------------------------------------- /libm/w_scalbf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_scalbf.c -------------------------------------------------------------------------------- /libm/w_scalbl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_scalbl.c -------------------------------------------------------------------------------- /libm/w_sinh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_sinh.c -------------------------------------------------------------------------------- /libm/w_sinhf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_sinhf.c -------------------------------------------------------------------------------- /libm/w_sinhl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_sinhl.c -------------------------------------------------------------------------------- /libm/w_sqrt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_sqrt.c -------------------------------------------------------------------------------- /libm/w_sqrtf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_sqrtf.c -------------------------------------------------------------------------------- /libm/w_sqrtl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_sqrtl.c -------------------------------------------------------------------------------- /libm/w_tgamma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_tgamma.c -------------------------------------------------------------------------------- /libm/w_tgammaf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_tgammaf.c -------------------------------------------------------------------------------- /libm/w_tgammal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libm/w_tgammal.c -------------------------------------------------------------------------------- /libpthread/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libpthread/Makefile -------------------------------------------------------------------------------- /libpthread/linuxthreads_db/Banner: -------------------------------------------------------------------------------- 1 | libthread_db work sponsored by Alpha Processor Inc 2 | -------------------------------------------------------------------------------- /libpthread/nptl/errno_location.c: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /libpthread/nptl/sysdeps/m68k/Makefile.arch: -------------------------------------------------------------------------------- 1 | libc_arch_a_CSRC = libc-tls.c 2 | -------------------------------------------------------------------------------- /libpthread/nptl/sysdeps/pthread/bits/sigthread.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libpthread/nptl/sysdeps/pthread/rt-unwind-resume.c: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork.c: -------------------------------------------------------------------------------- 1 | #include "../i386/fork.c" 2 | -------------------------------------------------------------------------------- /libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: -------------------------------------------------------------------------------- 1 | #include "../i386/fork.c" 2 | -------------------------------------------------------------------------------- /libpthread/nptl/sysdeps/unix/sysv/linux/pt-pread_pwrite.c: -------------------------------------------------------------------------------- 1 | #include "pread_write.c" 2 | -------------------------------------------------------------------------------- /libpthread/nptl/sysdeps/x86_64/pthread_spin_init.c: -------------------------------------------------------------------------------- 1 | #include "../i386/pthread_spin_init.c" 2 | -------------------------------------------------------------------------------- /libpthread/nptl/sysdeps/x86_64/pthread_spin_lock.c: -------------------------------------------------------------------------------- 1 | #include "../i386/pthread_spin_lock.c" 2 | -------------------------------------------------------------------------------- /librt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/librt/Makefile -------------------------------------------------------------------------------- /librt/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/librt/Makefile.in -------------------------------------------------------------------------------- /librt/clock_gettime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/librt/clock_gettime.c -------------------------------------------------------------------------------- /librt/dso_handle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/librt/dso_handle.c -------------------------------------------------------------------------------- /librt/mq_close.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/librt/mq_close.c -------------------------------------------------------------------------------- /librt/mq_getsetattr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/librt/mq_getsetattr.c -------------------------------------------------------------------------------- /librt/mq_notify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/librt/mq_notify.c -------------------------------------------------------------------------------- /librt/mq_open.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/librt/mq_open.c -------------------------------------------------------------------------------- /librt/mq_receive.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/librt/mq_receive.c -------------------------------------------------------------------------------- /librt/mq_send.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/librt/mq_send.c -------------------------------------------------------------------------------- /librt/mq_timedsend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/librt/mq_timedsend.c -------------------------------------------------------------------------------- /librt/mq_unlink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/librt/mq_unlink.c -------------------------------------------------------------------------------- /librt/rt_stubs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/librt/rt_stubs.c -------------------------------------------------------------------------------- /librt/shm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/librt/shm.c -------------------------------------------------------------------------------- /librt/spawn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/librt/spawn.c -------------------------------------------------------------------------------- /librt/spawn_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/librt/spawn_int.h -------------------------------------------------------------------------------- /librt/timer_create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/librt/timer_create.c -------------------------------------------------------------------------------- /librt/timer_delete.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/librt/timer_delete.c -------------------------------------------------------------------------------- /librt/timer_gettime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/librt/timer_gettime.c -------------------------------------------------------------------------------- /librt/timer_settime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/librt/timer_settime.c -------------------------------------------------------------------------------- /libuargp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libuargp/Makefile -------------------------------------------------------------------------------- /libuargp/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libuargp/Makefile.in -------------------------------------------------------------------------------- /libuargp/argp-ba.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libuargp/argp-ba.c -------------------------------------------------------------------------------- /libuargp/argp-eexst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libuargp/argp-eexst.c -------------------------------------------------------------------------------- /libuargp/argp-help.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libuargp/argp-help.c -------------------------------------------------------------------------------- /libuargp/argp-parse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libuargp/argp-parse.c -------------------------------------------------------------------------------- /libuargp/argp-pv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libuargp/argp-pv.c -------------------------------------------------------------------------------- /libuargp/argp-pvh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libuargp/argp-pvh.c -------------------------------------------------------------------------------- /libuargp/argp-xinl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libuargp/argp-xinl.c -------------------------------------------------------------------------------- /libutil/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libutil/Makefile -------------------------------------------------------------------------------- /libutil/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libutil/Makefile.in -------------------------------------------------------------------------------- /libutil/forkpty.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libutil/forkpty.c -------------------------------------------------------------------------------- /libutil/login.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libutil/login.c -------------------------------------------------------------------------------- /libutil/login_tty.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libutil/login_tty.c -------------------------------------------------------------------------------- /libutil/logout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libutil/logout.c -------------------------------------------------------------------------------- /libutil/logwtmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libutil/logwtmp.c -------------------------------------------------------------------------------- /libutil/openpty.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/libutil/openpty.c -------------------------------------------------------------------------------- /utils/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/utils/.gitignore -------------------------------------------------------------------------------- /utils/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/utils/Makefile -------------------------------------------------------------------------------- /utils/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/utils/Makefile.in -------------------------------------------------------------------------------- /utils/StringEscape.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/utils/StringEscape.c -------------------------------------------------------------------------------- /utils/StringEscape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/utils/StringEscape.h -------------------------------------------------------------------------------- /utils/bswap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/utils/bswap.h -------------------------------------------------------------------------------- /utils/getconf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/utils/getconf.c -------------------------------------------------------------------------------- /utils/iconv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/utils/iconv.c -------------------------------------------------------------------------------- /utils/ldconfig.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/utils/ldconfig.c -------------------------------------------------------------------------------- /utils/ldd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/utils/ldd.c -------------------------------------------------------------------------------- /utils/mmap-windows.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/utils/mmap-windows.c -------------------------------------------------------------------------------- /utils/msgfmt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/utils/msgfmt.c -------------------------------------------------------------------------------- /utils/msgmerge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/utils/msgmerge.c -------------------------------------------------------------------------------- /utils/poparser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/utils/poparser.c -------------------------------------------------------------------------------- /utils/poparser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/utils/poparser.h -------------------------------------------------------------------------------- /utils/porting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/utils/porting.h -------------------------------------------------------------------------------- /utils/readsoname2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/utils/readsoname2.c -------------------------------------------------------------------------------- /utils/xgettext: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wbx-github/uclibc-ng/HEAD/utils/xgettext --------------------------------------------------------------------------------