aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-06release 1.0.3v1.0.3Rich Felker2-1/+17
2014-06-06fix multiple validation issues in dns response label parsingSzabolcs Nagy1-4/+6
2014-06-06remove some dummy "ent" function aliases that duplicated real onesRich Felker1-8/+0
2014-06-06fix if_nametoindex return value when interface does not existRich Felker1-1/+1
2014-06-06fix incorrect end pointer in some cases when wcsrtombs stops earlyRich Felker1-7/+15
2014-06-06fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy5-3/+40
2014-06-06fix sendfile syscall to use 64-bit off_tRich Felker1-0/+5
2014-05-20release 1.0.2v1.0.2Rich Felker2-1/+20
2014-05-20trivial formatting fix for the config.mak generated by configureRich Felker1-1/+1
2014-05-20fix unhandled cases in strptimeRich Felker1-5/+16
2014-05-20add configure check for broken gcc 4.9.0 and possibly other versionsRich Felker1-5/+37
2014-05-20add configure check for working compilerRich Felker1-0/+9
2014-05-20fix strftime %s not to zero pad with default width=2Szabolcs Nagy1-0/+1
2014-05-20remove useless __yield alias for sched_yieldRich Felker1-4/+1
2014-05-20fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.hRich Felker1-1/+2
2014-05-20fix superh nofpu check on old gcc versionsBobby Bingham1-1/+1
2014-05-20perform minimal sanity checks on zoneinfo files loaded via TZ variableRich Felker1-0/+5
2014-05-20fix false negatives with periodic needles in strstr, wcsstr, and memmemRich Felker3-3/+3
2014-04-16release 1.0.1v1.0.1Rich Felker2-1/+19
2014-04-16fix deadlock race in pthread_onceRich Felker1-2/+1
2014-04-16fix RLIMIT_ constants for mipsSzabolcs Nagy9-2/+10
2014-04-16fix fallback code for old kernels in clock_gettimeRich Felker1-1/+1
2014-04-16use hidden visibility rather than protected for syscall internalsRich Felker1-1/+1
2014-04-16math: fix aliasing violation in long double wrappersSzabolcs Nagy2-2/+10
2014-04-16fix search past the end of haystack in memmemTimo Teräs1-0/+1
2014-04-16fix printf rounding with %g for some corner case midpointsRich Felker1-1/+1
2014-04-16fix failure of printf %g to strip trailing zeros in some casesRich Felker1-1/+1
2014-04-16fix carry into uninitialized slots during printf floating point roundingRich Felker1-1/+1
2014-04-16fix microblaze syscall register clobbersRich Felker1-7/+7
2014-04-16fix confstr return valueTimo Teräs1-1/+1
2014-04-16include header that declares __syscall_ret where it's definedRich Felker1-0/+1
2014-03-20release 1.0.0v1.0.0Rich Felker2-1/+43
2014-03-20remove claim of XSI coverage from READMERich Felker1-2/+1
2014-03-20update README in preparation for releaseRich Felker1-59/+21
2014-03-20update INSTALL file with new information and better adviceRich Felker1-109/+114
2014-03-20update COPYRIGHT file with additional contributor informationRich Felker1-22/+54
2014-03-19configure: check for __ILP32__ if arch is x86_64rofl0r1-0/+4
2014-03-18fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker9-48/+50
2014-03-18fix mips stack_tRich Felker1-1/+1
2014-03-18move signal.h definition of stack_t to arch-specific bitsRich Felker9-6/+48
2014-03-18fix mips sigsetjmp asm to match fixed jmp_buf sizeRich Felker1-1/+1
2014-03-18fix typo in filename used in sh portRich Felker1-0/+0
2014-03-18fix size of mips jmp_bufRich Felker1-1/+1
2014-03-18remove useless and incorrect uc_regspace member from mips ucontext_tRich Felker1-1/+0
2014-03-18use syscall_arg_t for arguments in public syscall() functionRich Felker1-7/+7
2014-03-17make configure accept alternate gcc tuples for x32Rich Felker1-1/+1
2014-03-17x32: fix struct statfsrofl0r1-2/+4
2014-03-17fix negated error codes from ptsname_rRich Felker1-1/+1
2014-03-16superh: fix dynamic linking of __fpscr_valuesBobby Bingham2-1/+7
2014-03-13semctl: fix UB causing crashes on powerpcrofl0r1-4/+8