about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* generalize ELF hash table types not to assume 32-bit entriesRich Felker2016-11-111-1/+2
* fix build regression on archs with variable page sizeRich Felker2016-11-081-1/+1
* add limited pthread_setattr_default_np API to set stack size defaultsRich Felker2016-11-082-4/+43
* fix pthread_create regression from stack/guard size simplificationRich Felker2016-11-081-1/+4
* simplify pthread_attr_t stack/guard size representationRich Felker2016-11-077-11/+13
* fix swprintf internal buffer state and error handlingRich Felker2016-11-071-1/+8
* fix integer overflow of tm_year in __secs_to_tmDaniel Sabogal2016-11-071-4/+5
* fix parsing of quoted time zone namesHannu Nyman2016-11-071-1/+1
* redesign snprintf without undefined behaviorRich Felker2016-10-211-25/+38
* add missing confstr constantsDaniel Sabogal2016-10-201-1/+1
* fix minor problem in previous strtod non-nearest rounding bug fixRich Felker2016-10-201-1/+1
* fix strtod int optimization in non-nearest rounding modeSzabolcs Nagy2016-10-201-1/+4
* fix strtod and strtof rounding with many trailing zerosSzabolcs Nagy2016-10-201-0/+3
* fix gratuitous undefined behavior in strptimeRich Felker2016-10-201-2/+7
* fix getopt_long_only misinterpreting "--" as an optionRich Felker2016-10-201-1/+1
* fix float formatting of some exact halfway casesSzabolcs Nagy2016-10-201-1/+2
* add pthread_setname_npFelix Janda2016-10-201-0/+26
* fix clock_nanosleep error caseDaniel Sabogal2016-10-201-1/+3
* math: fix pow signed shift ubSzabolcs Nagy2016-10-201-2/+2
* use dynamic buffer for getmntentNatanael Copa2016-10-201-4/+13
* fix integer overflows and uncaught EOVERFLOW in printf coreRich Felker2016-10-202-46/+89
* fix integer overflow in float printf needed-precision computationRich Felker2016-10-191-1/+1
* fix regexec with haystack strings longer than INT_MAXRich Felker2016-10-061-26/+28
* fix missing integer overflow checks in regexec buffer size computationsRich Felker2016-10-061-5/+18
* fix strftime %y for negative tm_yearSzabolcs Nagy2016-10-061-0/+1
* fix getservby*_r result pointer value on errorDaniel Sabogal2016-09-242-0/+3
* remove dead case in gethostbyname2_rDaniel Sabogal2016-09-241-2/+0
* simplify/refactor fflush and make fflush_unlocked an alias for fflushRich Felker2016-09-181-30/+23
* fix if_indextoname error caseDaniel Sabogal2016-09-161-1/+6
* fix printf regression with alt-form octal, zero flag, and field widthRich Felker2016-09-161-1/+1
* restore _Noreturn to __assert_failRich Felker2016-08-301-1/+1
* getdtablesize: fix returning hard instead of soft rlimitOlivier Brunel2016-08-301-1/+1
* math: fix 128bit long double inverse trigonometric functionsSzabolcs Nagy2016-08-301-1/+1
* verify that ttyname refers to the same file as the fdSzabolcs Nagy2016-08-301-4/+11
* fix pread/pwrite syscall calling convention on shRich Felker2016-08-113-2/+6
* revert unrelated change that slipped into last commitRich Felker2016-07-131-1/+1
* fix regression in tcsetattr on all mips archsRich Felker2016-07-131-1/+1
* fix asctime day/month names not to vary by localeRich Felker2016-07-071-5/+4
* remove obsolete and unused gethostbyaddr implementationRich Felker2016-07-061-52/+0
* improve abort fallback behavior when raising SIGABRT fails to terminateRich Felker2016-07-031-1/+5
* define appropriate feature test macros to get CBAUD from termios.hRich Felker2016-07-032-0/+2
* fix posix_fadvise syscall args on powerpc, unify with arm fixRich Felker2016-07-012-12/+8
* pthread: implement try/timed join variantsBobby Bingham2016-06-301-3/+17
* fix misordered syscall arguments for posix_fadvise on armRich Felker2016-06-291-0/+12
* in posix_fadvise, don't bypass __syscall macro infrastructureRich Felker2016-06-291-1/+1
* refactor name_from_dns in hostname lookup backendNatanael Copa2016-06-291-14/+13
* in performing dns lookups, check result from res_mkqueryNatanael Copa2016-06-291-0/+4
* fix misaligned address buffers in gethostbyname[2][_r] resultsRich Felker2016-06-271-7/+7
* fix failure to obtain EOWNERDEAD status for process-shared robust mutexesRich Felker2016-06-273-3/+3
* remove comments on copyright status from UTF-8 implementation filesRich Felker2016-06-2113-78/+0