2282 Commits (04bced403dead13d20a46a1bd00ab1eb2c50b882)

Author SHA1 Message Date
Natanael Copa 04bced403d in performing dns lookups, check result from res_mkquery 10 years ago
Rich Felker 4da0bc5ef8 fix misaligned address buffers in gethostbyname[2][_r] results 10 years ago
Rich Felker 384d103d94 fix failure to obtain EOWNERDEAD status for process-shared robust mutexes 10 years ago
Rich Felker 6cec7bc57f remove comments on copyright status from UTF-8 implementation files 10 years ago
Rich Felker 77baaa47e1 fix a64l undefined behavior on ILP32 archs, wrong results on LP64 archs 10 years ago
Szabolcs Nagy 51eeb6ebc9 fix the use of uninitialized value in regcomp 10 years ago
Bobby Bingham c0ede9e404 add powerpc64 port 10 years ago
Andrew Kelley 4b619e5c61 fix incorrect protocol name and number for egp 10 years ago
Rich Felker 6ed791e768 fix FILE buffer underflow in ungetwc 10 years ago
Rich Felker be999f7a54 fix thread structure/dtv-pointer corruption on powerpc 10 years ago
Petr Vaněk e7d05c7894 remove dead store in res_msend 10 years ago
Rich Felker 5972c4a411 add mips n32 port (ILP32 ABI for mips64) 10 years ago
Rich Felker c718f9fc1b fix read past end of haystack buffer for short needles in memmem 10 years ago
Rich Felker 6d1a3dfeaf fix undefined pointer comparison in stdio-internal __toread 10 years ago
Timo Teräs 5978eb703c fix gethostbyaddr_r to fill struct hostent.h_length as appropriate 10 years ago
Rich Felker 4aac019a0e fix padding string formats to width in wide printf variants 10 years ago
Felix Fietkau 5a92dd95c7 add powerpc soft-float support 10 years ago
Alexander Monakov 9543656cc3 env: avoid leaving dangling pointers in __env_map 10 years ago
Rich Felker 83933573af add mips64 port 10 years ago
Rich Felker 71392a91c3 generalize mips-specific reloc code not to hard-code sym/type encoding 10 years ago
Szabolcs Nagy b023c03b57 math: fix expf(-NAN) and exp2f(-NAN) to return -NAN instead of 0 10 years ago
Nathan Zadoks db66ef1f7d add sched_getcpu vDSO support 10 years ago
Nathan Zadoks 98d335735d add sched_getcpu 10 years ago
Szabolcs Nagy 29b1357537 fix ^* at the start of a complete BRE 10 years ago
Szabolcs Nagy 39ea71fb8a fix * at the start of a BRE subexpression 10 years ago
Michael Meeuwisse 6e694d6960 explicitly include stdio.h to get EOF definition needed by wctob 10 years ago
Rich Felker 6d70c08a2c handle non-matching address family entries in hosts file 10 years ago
Bobby Bingham 225f6a6b5b allow implementing a_cas_p with pointer-sized ll/sc 10 years ago
Rich Felker 71c334f951 work around regression building for armhf with clang (compiler bug) 10 years ago
Rich Felker ed97dfd979 improve macro logic for enabling arm math asm 10 years ago
Rich Felker cf115059ba in crypt-sha*, reject excessive rounds as error rather than clamping 10 years ago
Rich Felker ef2b5e9f13 fix unlikely corner cases in getopt's message printing 10 years ago
Rich Felker 10a17dfbad fix assumption in fputs that fwrite returning 0 implies an error 10 years ago
Rich Felker 500c6886c6 fix return value for fread/fwrite when size argument is 0 10 years ago
Rich Felker 416d1c7a71 fix line-buffered flush omission for odd usage of putc-family functions 10 years ago
Rich Felker 5a6e8d098a fix failed write reporting by fwrite in line-buffered mode 10 years ago
Rich Felker 869a9df5b5 remove workaround for broken mips assemblers 10 years ago
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