aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-20update README in preparation for releaseRich Felker1-57/+19
2014-03-20update INSTALL file with new information and better adviceRich Felker1-109/+114
2014-03-20update COPYRIGHT file with additional contributor informationRich Felker1-19/+51
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
2014-03-12fix statfs struct on mipsSzabolcs Nagy1-3/+4
2014-03-12fix semid_ds structure on mipsSzabolcs Nagy1-2/+0
2014-03-11fix socket.h struct msghdr member types on powerpcRich Felker1-4/+4
2014-03-11fix sysvipc structures on powerpcRich Felker4-20/+16
2014-03-11move struct semid_ds to from shared sys/sem.h to bitsRich Felker9-16/+129
2014-03-09math.h: make __FLOAT_BITS and __DOUBLE_BITS C89Szabolcs Nagy1-2/+4
2014-03-09fix incorrect rounding in printf floating point corner casesRich Felker1-2/+2
2014-03-09fix buffer overflow in printf formatting of denormals with low bit setRich Felker1-1/+2
2014-03-08in sys/procfs.h, avoid using __WORDSIZE macroRich Felker1-1/+1