summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2015-03-30release 1.0.5v1.0.5rs-1.0Rich Felker-1/+37
2015-03-30regex: fix character class repetitionsSzabolcs Nagy-0/+5
2015-03-30fix internal buffer overrun in inet_ptonRich Felker-2/+3
2015-03-30fix regcomp handling of backslash followed by high byteRich Felker-4/+1
2015-03-30fix signed left-shift overflow in pthread_condattr_setpsharedRich Felker-1/+1
2015-03-30fix preprocessor error introduced in poll.h in last commitRich Felker-1/+1
2015-03-30fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn-0/+8
2015-03-30fix init race that could lead to deadlock in malloc init codeRich Felker-39/+14
2015-03-30avoid malloc failure for small requests when brk can't be extendedRich Felker-1/+23
2015-03-30fix bad character checking in wordexpRich Felker-0/+1
2015-03-30fix fesetenv(FE_DFL_ENV) on mipsSzabolcs Nagy-1/+3
2015-03-30fix failure of fchmodat to report EOPNOTSUPP in the race pathRich Felker-2/+5
2015-03-30fix fd leak race (missing O_CLOEXEC) in fchmodatRich Felker-1/+1
2015-03-30fix typo in x86_64/x32 user_fpregs_structFelix Janda-2/+2
2015-03-30fix erroneous return of partial username matches by getspnam[_r]Rich Felker-1/+1
2015-03-30check for connect failure in syslog log openingRich Felker-2/+6
2015-03-30fix signedness of WINT_MIN expressionRich Felker-1/+1
2015-03-30correctly handle write errors encountered by printf-family functionsRich Felker-2/+12
2015-03-30fix return value of pthread_getaffinity_np and pthread_setaffinity_npRich Felker-8/+11
2015-03-30fix uninitialized output from sched_getaffinityRich Felker-1/+5
2015-03-30adapt dynamic linker for new binutils versions that omit DT_RPATHRich Felker-0/+2
2015-03-30fix behavior of printf with alt-form octal, zero precision, zero valueRich Felker-1/+1
2015-03-30math: fix x86_64 and x32 asm not to use sahf instructionSzabolcs Nagy-28/+14
2015-03-30fix uninitialized mode variable in openat functionRich Felker-1/+1
2015-03-30fix invalid access by openat to possibly-missing variadic mode argumentRich Felker-4/+8
2015-03-30fix missing barrier in pthread_once/call_once shortcut pathRich Felker-2/+7
2015-03-30fix handling of negative offsets in timezone spec stringsRich Felker-10/+7
2015-03-30fix handling of odd lengths in swab functionRich Felker-1/+1
2015-03-30fix incorrect sequence generation in *rand48 prng functionsRich Felker-2/+2
2015-03-30fix overflow corner case in strtoul-family functionsRich Felker-0/+1
2015-03-30fix memory leak in regexec when input contains illegal sequenceSzabolcs Nagy-5/+6
2015-03-30fix off-by-one in bounds check in fpathconfRich Felker-1/+1
2015-03-30fix multiple stdio functions' behavior on zero-length operationsRich Felker-9/+7
2015-03-30suppress null termination when fgets reads EOF with no dataRich Felker-1/+1
2015-03-30fix dn_expand empty name handling and offsets to 0Szabolcs Nagy-6/+9
2015-03-30fix use of uninitialized memory with application-provided thread stacksRich Felker-0/+2
2015-03-30fix CPU_EQUAL macro in sched.hSzabolcs Nagy-1/+1
2014-08-01release 1.0.4v1.0.4Rich Felker-1/+31
2014-07-28add missing yes/no strings to nl_langinfoRich Felker-2/+2
2014-07-28fix nl_langinfo table for LC_TIME era-related itemsRich Felker-1/+2
2014-07-28fix regression that negated some mips syscall error returnsRich Felker-5/+5
2014-07-28fix mips struct stat dev_t members for big endianRich Felker-20/+81
2014-07-28fix missing barriers in powerpc atomic storeRich Felker-1/+5
2014-07-28fix microblaze atomic storeRich Felker-1/+3
2014-07-28fix missing barrier instructions in powerpc atomic asmRich Felker-1/+4
2014-07-28fix missing barrier instructions in mips atomic asmRich Felker-14/+18
2014-07-28use memory constraints for mips atomic asmRich Felker-24/+24
2014-07-28fix build breakage from ppc asm constraints changeRich Felker-3/+3
2014-07-28remove cruft from microblaze atomic.hRich Felker-13/+0
2014-07-28fix broken constraints for powerpc atomic cas asmRich Felker-1/+1