2245 Commits (756c8af8589265e99e454fe3adcda1d0bc5e1963)

Author SHA1 Message Date
Rich Felker 756c8af858 in mips cancellable syscall asm, don't assume gp register is valid 10 years ago
Rich Felker aecda35373 avoid using signals when a thread attempts to cancel itself 10 years ago
Szabolcs Nagy d150764697 fix malloc_usable_size for NULL input 10 years ago
Szabolcs Nagy 2810b30fc3 regex: increase the stack tre uses for tnfa creation 10 years ago
Felix Fietkau c18d05f0e8 ldso: fix GDB dynamic linker info on MIPS 10 years ago
Szabolcs Nagy 831e9d9efa regex: simplify the {,} repetition parsing logic 11 years ago
Szabolcs Nagy 25160f1c08 regex: treat \+, \? as repetitions in BRE 11 years ago
Szabolcs Nagy 03498ec22a regex: rewrite the repetition parsing code 11 years ago
Szabolcs Nagy da4cc13b97 regex: treat \| in BRE as alternation 11 years ago
Szabolcs Nagy 7eaa76fc2e regex: reject repetitions in some cases with REG_BADRPT 11 years ago
Szabolcs Nagy a8cc225384 regex: clean up position accounting for literal nodes 11 years ago
Rich Felker 9ee57db883 fix misaligned pointer-like objects in arm atomics asm source file 10 years ago
Rich Felker 1563587b45 reuse parsed resolv.conf in dns core to avoid re-reading/re-parsing 10 years ago
Rich Felker dcad020c9c fix uninitialized variable in new resolv.conf parser 10 years ago
Rich Felker 3d6e2e477c add support for search domains to dns resolver 10 years ago
Rich Felker 0fef7ffac1 fix handling of dns response codes 10 years ago
Rich Felker fe8453d2ee fix logic for matching search/domain keywords in resolv.conf 10 years ago
Rich Felker d6cb08bcac factor resolv.conf parsing out of res_msend to its own file 10 years ago
Rich Felker 19df86cbb3 add errno setting to stub utmpxname function 10 years ago
Kylie McClain 378f8cb522 legacy/utmpx: Add utmp{,x}name stubs 10 years ago
Rich Felker a5ba2d7507 improve clock_gettime and adapt it to support slightly-broken vdso 10 years ago
Szabolcs Nagy a5e133bf29 change the internal socketcall selection logic 10 years ago
Rich Felker 5552ce5200 move dynamic linker to its own top-level directory, ldso 10 years ago
Rich Felker 16f70388d4 adapt static dl_iterate_phdr not to depend on !defined(SHARED) 10 years ago
Rich Felker 4058795d49 move static-linked stub dlsym out of dynlink.c 10 years ago
Rich Felker 14469371cd move static-linked stub dlopen out of dynlink.c 10 years ago
Rich Felker b98414732d move dlinfo out of dynlink.c 10 years ago
Rich Felker da1fe7f500 move dlclose out of dynlink.c to its own source file 10 years ago
Rich Felker 891e6547b4 move static-linked stub invalid dso handle checking out of dynlink.c 10 years ago
Rich Felker 4f8f038060 move static/stub version of dladdr out of dynlink.c 10 years ago
Rich Felker a4fbc82c8e factor dlerror and error-setting code out of dynlink.c 10 years ago
Rich Felker 0f5eb3de29 add arch/abi info to dynamic linker's id/version output 10 years ago
Rich Felker 007907a93c move sh port's __shcall internal function from arch/sh/src to src tree 10 years ago
Rich Felker 230bfe1a7d move sh __unmapself code from arch/sh/src to main src tree 10 years ago
Rich Felker 66215afc2e move x32 sysinfo impl and syscall fixup code out of arch/x32/src 10 years ago
Rich Felker e617b9eea9 move arm-specific translation units out of arch/arm/src, to src/*/arm 10 years ago
Rich Felker 61b1e75f7d overhaul sh atomics for new atomics framework, add j-core cas.l backend 10 years ago
Rich Felker 1315596b51 refactor internal atomic.h 10 years ago
Khem Raj d1b29c2a54 exclude vis.h when compiling assembly files 10 years ago
Rich Felker af21a82ccc switch arm, sh, and mips fenv asm from .sub system to .S files 10 years ago
Rich Felker 4b9a08f293 switch sh and mips setjmp asm from .sub system to .S files 10 years ago
Rich Felker e4355bd6be replace armhf math asm source files with inline asm 10 years ago
Rich Felker cb1875eb4f adapt build of arm memcpy asm not to use .sub files 10 years ago
Ron Yorston 3cdbfb99c3 fix if_nametoindex return value when socket open fails 10 years ago
Timo Teräs d5f8394f6e add missing protocols to protoent lookup functions 11 years ago
Rich Felker c673158d91 fix overly pessimistic realloc strategy in getdelim 11 years ago
Rich Felker d87f0a9a95 avoid updating caller's size when getdelim fails to realloc 11 years ago
Rich Felker 42216742cd fix crash when signal number 0 is passed to sigaction 11 years ago
Szabolcs Nagy 3abb094d19 fix tsearch, tfind, tdelete to handle null pointer input 11 years ago
Szabolcs Nagy 8994908b19 tsearch code cleanup 11 years ago