about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 1.0.0 v1.0.0Rich Felker2014-03-202-1/+43
* remove claim of XSI coverage from READMERich Felker2014-03-201-2/+1
* update README in preparation for releaseRich Felker2014-03-201-59/+21
* update INSTALL file with new information and better adviceRich Felker2014-03-201-109/+114
* update COPYRIGHT file with additional contributor informationRich Felker2014-03-201-22/+54
* configure: check for __ILP32__ if arch is x86_64rofl0r2014-03-191-0/+4
* fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker2014-03-189-48/+50
* fix mips stack_tRich Felker2014-03-181-1/+1
* move signal.h definition of stack_t to arch-specific bitsRich Felker2014-03-189-6/+48
* fix mips sigsetjmp asm to match fixed jmp_buf sizeRich Felker2014-03-181-1/+1
* fix typo in filename used in sh portRich Felker2014-03-181-0/+0
* fix size of mips jmp_bufRich Felker2014-03-181-1/+1
* remove useless and incorrect uc_regspace member from mips ucontext_tRich Felker2014-03-181-1/+0
* use syscall_arg_t for arguments in public syscall() functionRich Felker2014-03-181-7/+7
* make configure accept alternate gcc tuples for x32Rich Felker2014-03-171-1/+1
* x32: fix struct statfsrofl0r2014-03-171-2/+4
* fix negated error codes from ptsname_rRich Felker2014-03-171-1/+1
* superh: fix dynamic linking of __fpscr_valuesBobby Bingham2014-03-162-1/+7
* semctl: fix UB causing crashes on powerpcrofl0r2014-03-131-4/+8
* fix statfs struct on mipsSzabolcs Nagy2014-03-121-3/+4
* fix semid_ds structure on mipsSzabolcs Nagy2014-03-121-2/+0
* fix socket.h struct msghdr member types on powerpcRich Felker2014-03-111-4/+4
* fix sysvipc structures on powerpcRich Felker2014-03-114-20/+16
* move struct semid_ds to from shared sys/sem.h to bitsRich Felker2014-03-119-16/+129
* math.h: make __FLOAT_BITS and __DOUBLE_BITS C89Szabolcs Nagy2014-03-091-2/+4
* fix incorrect rounding in printf floating point corner casesRich Felker2014-03-091-2/+2
* fix buffer overflow in printf formatting of denormals with low bit setRich Felker2014-03-091-1/+2
* in sys/procfs.h, avoid using __WORDSIZE macroRich Felker2014-03-081-1/+1
* add bits/user.h for sh portRich Felker2014-03-081-0/+75
* in fcntl, use unsigned long instead of long for variadic argument typeRich Felker2014-03-071-2/+2
* update copyright dates to 2014Rich Felker2014-03-061-2/+2
* x32: fix sysinfo()rofl0r2014-03-062-0/+52
* fix strerror on mips: one error code is out of the 8-bit table rangeRich Felker2014-03-051-1/+7
* improve configure's target arch matchingRich Felker2014-02-281-4/+6
* fix missing CFLAGS in configure test for float on shRich Felker2014-02-281-1/+1
* fix copy-and-paste error in configure's IEEE double check for shRich Felker2014-02-271-1/+1
* add nofpu subarchs to the sh arch, and properly detect compiler's fpu configRich Felker2014-02-2710-2/+76
* fix endian subarchs for sh archRich Felker2014-02-273-7/+7
* rename superh port to "sh" for consistencyRich Felker2014-02-2744-2/+2
* fix readdir not to set ENOENT when directory is removed while readingRich Felker2014-02-251-2/+7
* in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACESzabolcs Nagy2014-02-251-0/+1
* if_ether.h: new ethernet protocol typeSzabolcs Nagy2014-02-251-0/+1
* sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET optionSzabolcs Nagy2014-02-251-0/+1
* elf.h: add aarch64 relocationsSzabolcs Nagy2014-02-251-0/+111
* elf.h: new elf header flag to mark 2008-NaN vs legacy-NaN on mipsSzabolcs Nagy2014-02-251-0/+1
* add missing sub files for mipsel-sf to use softfloat codeRich Felker2014-02-243-0/+3
* mips: add mips-sf subarch support (soft-float)Szabolcs Nagy2014-02-248-3/+69
* fixup general __syscall breakage introduced in x32 portrofl0r2014-02-243-0/+6
* make the x32 port use the correct ld-musl-x32.path filenameRich Felker2014-02-231-1/+1
* superh portBobby Bingham2014-02-2346-0/+2350