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