2327 Commits (4078a5c31fa67987051c2180db7a07702534032f)

Author SHA1 Message Date
Rich Felker 4078a5c31f fix build regression on archs with variable page size 10 years ago
Rich Felker 31fb174dd2 add limited pthread_setattr_default_np API to set stack size defaults 10 years ago
Rich Felker ea7891a651 fix pthread_create regression from stack/guard size simplification 10 years ago
Rich Felker 33ce920857 simplify pthread_attr_t stack/guard size representation 10 years ago
Rich Felker 7442442ccc fix swprintf internal buffer state and error handling 10 years ago
Daniel Sabogal bc1e7731ce fix integer overflow of tm_year in __secs_to_tm 10 years ago
Hannu Nyman 8ca27ac4bf fix parsing of quoted time zone names 10 years ago
Rich Felker ed86967425 redesign snprintf without undefined behavior 10 years ago
Daniel Sabogal 104e8a0e3b add missing confstr constants 10 years ago
Rich Felker e314258e2f fix minor problem in previous strtod non-nearest rounding bug fix 10 years ago
Szabolcs Nagy 6ffdc4579f fix strtod int optimization in non-nearest rounding mode 10 years ago
Szabolcs Nagy d184a09e05 fix strtod and strtof rounding with many trailing zeros 10 years ago
Rich Felker f33b175850 fix gratuitous undefined behavior in strptime 10 years ago
Rich Felker b24f1d2520 fix getopt_long_only misinterpreting "--" as an option 10 years ago
Szabolcs Nagy 51ab6db4ed fix float formatting of some exact halfway cases 10 years ago
Felix Janda 8fb28b0b3e add pthread_setname_np 10 years ago
Daniel Sabogal 3ca2d2d4ae fix clock_nanosleep error case 10 years ago
Szabolcs Nagy 688d3da0f1 math: fix pow signed shift ub 10 years ago
Natanael Copa 05973dc3bb use dynamic buffer for getmntent 10 years ago
Rich Felker 167dfe9672 fix integer overflows and uncaught EOVERFLOW in printf core 10 years ago
Rich Felker 70d2687d85 fix integer overflow in float printf needed-precision computation 10 years ago
Rich Felker aee6abb240 fix regexec with haystack strings longer than INT_MAX 10 years ago
Rich Felker c3edc06d1e fix missing integer overflow checks in regexec buffer size computations 10 years ago
Szabolcs Nagy 583ea83541 fix strftime %y for negative tm_year 10 years ago
Daniel Sabogal 8d7a3f40c8 fix getservby*_r result pointer value on error 10 years ago
Daniel Sabogal d917ef0b84 remove dead case in gethostbyname2_r 10 years ago
Rich Felker c002668eb0 simplify/refactor fflush and make fflush_unlocked an alias for fflush 10 years ago
Daniel Sabogal 32055d52ca fix if_indextoname error case 10 years ago
Rich Felker 78897b0dc0 fix printf regression with alt-form octal, zero flag, and field width 10 years ago
Rich Felker e738b8cbe6 restore _Noreturn to __assert_fail 10 years ago
Olivier Brunel 397586625e getdtablesize: fix returning hard instead of soft rlimit 10 years ago
Szabolcs Nagy 5b5db97f7e math: fix 128bit long double inverse trigonometric functions 10 years ago
Szabolcs Nagy 0a950dcf15 verify that ttyname refers to the same file as the fd 10 years ago
Rich Felker 7cc3a28eed fix pread/pwrite syscall calling convention on sh 10 years ago
Rich Felker 39494a273e revert unrelated change that slipped into last commit 10 years ago
Rich Felker cff5747c74 fix regression in tcsetattr on all mips archs 10 years ago
Rich Felker 6399fa9d29 fix asctime day/month names not to vary by locale 10 years ago
Rich Felker 7c82870d45 remove obsolete and unused gethostbyaddr implementation 10 years ago
Rich Felker 0c8bc102f2 improve abort fallback behavior when raising SIGABRT fails to terminate 10 years ago
Rich Felker 126f58b2f4 define appropriate feature test macros to get CBAUD from termios.h 10 years ago
Rich Felker 3dd27f3aab fix posix_fadvise syscall args on powerpc, unify with arm fix 10 years ago
Bobby Bingham 3d98146146 pthread: implement try/timed join variants 10 years ago
Rich Felker 6d38c9cf80 fix misordered syscall arguments for posix_fadvise on arm 10 years ago
Rich Felker 804debee2b in posix_fadvise, don't bypass __syscall macro infrastructure 10 years ago
Natanael Copa 4adc6c33e7 refactor name_from_dns in hostname lookup backend 10 years ago
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