summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2014-03-20release 1.0.0v1.0.0Rich Felker-1/+43
2014-03-20remove claim of XSI coverage from READMERich Felker-2/+1
2014-03-20update README in preparation for releaseRich Felker-59/+21
2014-03-20update INSTALL file with new information and better adviceRich Felker-109/+114
2014-03-20update COPYRIGHT file with additional contributor informationRich Felker-22/+54
2014-03-19configure: check for __ILP32__ if arch is x86_64rofl0r-0/+4
2014-03-18fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker-48/+50
2014-03-18fix mips stack_tRich Felker-1/+1
2014-03-18move signal.h definition of stack_t to arch-specific bitsRich Felker-6/+48
2014-03-18fix mips sigsetjmp asm to match fixed jmp_buf sizeRich Felker-1/+1
2014-03-18fix typo in filename used in sh portRich Felker-0/+0
2014-03-18fix size of mips jmp_bufRich Felker-1/+1
2014-03-18remove useless and incorrect uc_regspace member from mips ucontext_tRich Felker-1/+0
2014-03-18use syscall_arg_t for arguments in public syscall() functionRich Felker-7/+7
2014-03-17make configure accept alternate gcc tuples for x32Rich Felker-1/+1
2014-03-17x32: fix struct statfsrofl0r-2/+4
2014-03-17fix negated error codes from ptsname_rRich Felker-1/+1
2014-03-16superh: fix dynamic linking of __fpscr_valuesBobby Bingham-1/+7
2014-03-13semctl: fix UB causing crashes on powerpcrofl0r-4/+8
2014-03-12fix statfs struct on mipsSzabolcs Nagy-3/+4
2014-03-12fix semid_ds structure on mipsSzabolcs Nagy-2/+0
2014-03-11fix socket.h struct msghdr member types on powerpcRich Felker-4/+4
2014-03-11fix sysvipc structures on powerpcRich Felker-20/+16
2014-03-11move struct semid_ds to from shared sys/sem.h to bitsRich Felker-16/+129
2014-03-09math.h: make __FLOAT_BITS and __DOUBLE_BITS C89Szabolcs Nagy-2/+4
2014-03-09fix incorrect rounding in printf floating point corner casesRich Felker-2/+2
2014-03-09fix buffer overflow in printf formatting of denormals with low bit setRich Felker-1/+2
2014-03-08in sys/procfs.h, avoid using __WORDSIZE macroRich Felker-1/+1
2014-03-08add bits/user.h for sh portRich Felker-0/+75
2014-03-07in fcntl, use unsigned long instead of long for variadic argument typeRich Felker-2/+2
2014-03-06update copyright dates to 2014Rich Felker-2/+2
2014-03-06x32: fix sysinfo()rofl0r-0/+52
2014-03-05fix strerror on mips: one error code is out of the 8-bit table rangeRich Felker-1/+7
2014-02-28improve configure's target arch matchingRich Felker-4/+6
2014-02-28fix missing CFLAGS in configure test for float on shRich Felker-1/+1
2014-02-27fix copy-and-paste error in configure's IEEE double check for shRich Felker-1/+1
2014-02-27add nofpu subarchs to the sh arch, and properly detect compiler's fpu configRich Felker-2/+76
2014-02-27fix endian subarchs for sh archRich Felker-7/+7
2014-02-27rename superh port to "sh" for consistencyRich Felker-2/+2
2014-02-25fix readdir not to set ENOENT when directory is removed while readingRich Felker-2/+7
2014-02-25in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACESzabolcs Nagy-0/+1
2014-02-25if_ether.h: new ethernet protocol typeSzabolcs Nagy-0/+1
2014-02-25sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET optionSzabolcs Nagy-0/+1
2014-02-25elf.h: add aarch64 relocationsSzabolcs Nagy-0/+111
2014-02-25elf.h: new elf header flag to mark 2008-NaN vs legacy-NaN on mipsSzabolcs Nagy-0/+1
2014-02-24add missing sub files for mipsel-sf to use softfloat codeRich Felker-0/+3
2014-02-24mips: add mips-sf subarch support (soft-float)Szabolcs Nagy-3/+69
2014-02-24fixup general __syscall breakage introduced in x32 portrofl0r-0/+6
2014-02-23make the x32 port use the correct ld-musl-x32.path filenameRich Felker-1/+1
2014-02-23superh portBobby Bingham-0/+2350