aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-16release 1.0.1v1.0.1Rich Felker
2014-04-16fix deadlock race in pthread_onceRich Felker
2014-04-16fix RLIMIT_ constants for mipsSzabolcs Nagy
2014-04-16fix fallback code for old kernels in clock_gettimeRich Felker
2014-04-16use hidden visibility rather than protected for syscall internalsRich Felker
2014-04-16math: fix aliasing violation in long double wrappersSzabolcs Nagy
2014-04-16fix search past the end of haystack in memmemTimo Teräs
2014-04-16fix printf rounding with %g for some corner case midpointsRich Felker
2014-04-16fix failure of printf %g to strip trailing zeros in some casesRich Felker
2014-04-16fix carry into uninitialized slots during printf floating point roundingRich Felker
2014-04-16fix microblaze syscall register clobbersRich Felker
2014-04-16fix confstr return valueTimo Teräs
2014-04-16include header that declares __syscall_ret where it's definedRich Felker
2014-03-20release 1.0.0v1.0.0Rich Felker
2014-03-20remove claim of XSI coverage from READMERich Felker
2014-03-20update README in preparation for releaseRich Felker
2014-03-20update INSTALL file with new information and better adviceRich Felker
2014-03-20update COPYRIGHT file with additional contributor informationRich Felker
2014-03-19configure: check for __ILP32__ if arch is x86_64rofl0r
2014-03-18fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker
2014-03-18fix mips stack_tRich Felker
2014-03-18move signal.h definition of stack_t to arch-specific bitsRich Felker
2014-03-18fix mips sigsetjmp asm to match fixed jmp_buf sizeRich Felker
2014-03-18fix typo in filename used in sh portRich Felker
2014-03-18fix size of mips jmp_bufRich Felker
2014-03-18remove useless and incorrect uc_regspace member from mips ucontext_tRich Felker
2014-03-18use syscall_arg_t for arguments in public syscall() functionRich Felker
2014-03-17make configure accept alternate gcc tuples for x32Rich Felker
2014-03-17x32: fix struct statfsrofl0r
2014-03-17fix negated error codes from ptsname_rRich Felker
2014-03-16superh: fix dynamic linking of __fpscr_valuesBobby Bingham
2014-03-13semctl: fix UB causing crashes on powerpcrofl0r
2014-03-12fix statfs struct on mipsSzabolcs Nagy
2014-03-12fix semid_ds structure on mipsSzabolcs Nagy
2014-03-11fix socket.h struct msghdr member types on powerpcRich Felker
2014-03-11fix sysvipc structures on powerpcRich Felker
2014-03-11move struct semid_ds to from shared sys/sem.h to bitsRich Felker
2014-03-09math.h: make __FLOAT_BITS and __DOUBLE_BITS C89Szabolcs Nagy
2014-03-09fix incorrect rounding in printf floating point corner casesRich Felker
2014-03-09fix buffer overflow in printf formatting of denormals with low bit setRich Felker
2014-03-08in sys/procfs.h, avoid using __WORDSIZE macroRich Felker
2014-03-08add bits/user.h for sh portRich Felker
2014-03-07in fcntl, use unsigned long instead of long for variadic argument typeRich Felker
2014-03-06update copyright dates to 2014Rich Felker
2014-03-06x32: fix sysinfo()rofl0r
2014-03-05fix strerror on mips: one error code is out of the 8-bit table rangeRich Felker
2014-02-28improve configure's target arch matchingRich Felker
2014-02-28fix missing CFLAGS in configure test for float on shRich Felker
2014-02-27fix copy-and-paste error in configure's IEEE double check for shRich Felker
2014-02-27add nofpu subarchs to the sh arch, and properly detect compiler's fpu configRich Felker