2429 Commits (e13a2b8953efabd38edfb7637fda08638454c001)
 

Author SHA1 Message Date
Timo Teräs e13a2b8953 implement PT_GNU_RELRO support 12 years ago
Rich Felker 689e0e6bf7 fix pointer type mismatch and misplacement of const 12 years ago
Timo Teräs 0a8d98285f fix confstr return value 12 years ago
Rich Felker dab441aea2 always initialize thread pointer at program start 12 years ago
Rich Felker 98221c3611 reduce static linking overhead from TLS support by inlining mmap syscall 12 years ago
Rich Felker 30c1205acd include header that declares __syscall_ret where it's defined 12 years ago
Rich Felker 8afa7cf5d0 release 1.0.0 12 years ago
Rich Felker b427d847f4 remove claim of XSI coverage from README 12 years ago
Rich Felker 4b0f39cb53 update README in preparation for release 12 years ago
Rich Felker cec05e0429 update INSTALL file with new information and better advice 12 years ago
Rich Felker 4ed1d0a908 update COPYRIGHT file with additional contributor information 12 years ago
rofl0r 8c820231ed configure: check for __ILP32__ if arch is x86_64 12 years ago
Rich Felker 9505bfbc40 fix signal.h breakage from moving stack_t to arch-specific bits 12 years ago
Rich Felker 12f37cdee5 fix mips stack_t 12 years ago
Rich Felker bd5f221eaa move signal.h definition of stack_t to arch-specific bits 12 years ago
Rich Felker 25faa2034d fix mips sigsetjmp asm to match fixed jmp_buf size 12 years ago
Rich Felker 40d58b44d0 fix typo in filename used in sh port 12 years ago
Rich Felker cee45f9cb2 fix size of mips jmp_buf 12 years ago
Rich Felker d444064d5a remove useless and incorrect uc_regspace member from mips ucontext_t 12 years ago
Rich Felker 5f95f965e9 use syscall_arg_t for arguments in public syscall() function 12 years ago
Rich Felker f162c064ab make configure accept alternate gcc tuples for x32 12 years ago
rofl0r 797f9a32a4 x32: fix struct statfs 12 years ago
Rich Felker 6619317164 fix negated error codes from ptsname_r 12 years ago
Bobby Bingham 611eabd489 superh: fix dynamic linking of __fpscr_values 12 years ago
rofl0r 2b47a7aff2 semctl: fix UB causing crashes on powerpc 12 years ago
Szabolcs Nagy 7673acd315 fix statfs struct on mips 12 years ago
Szabolcs Nagy 3ceb89ed3f fix semid_ds structure on mips 12 years ago
Rich Felker 514c2dd24f fix socket.h struct msghdr member types on powerpc 12 years ago
Rich Felker ad66ae93d0 fix sysvipc structures on powerpc 12 years ago
Rich Felker f6e2f7e13f move struct semid_ds to from shared sys/sem.h to bits 12 years ago
Szabolcs Nagy 6739b13a17 math.h: make __FLOAT_BITS and __DOUBLE_BITS C89 12 years ago
Rich Felker 9743a399bf fix incorrect rounding in printf floating point corner cases 12 years ago
Rich Felker ba231cf9e5 fix buffer overflow in printf formatting of denormals with low bit set 12 years ago
Rich Felker 73f5b09605 in sys/procfs.h, avoid using __WORDSIZE macro 12 years ago
Rich Felker e12fda3bff add bits/user.h for sh port 12 years ago
Rich Felker b576766d51 in fcntl, use unsigned long instead of long for variadic argument type 12 years ago
Rich Felker 1154e7c9db update copyright dates to 2014 12 years ago
rofl0r dae8ca738c x32: fix sysinfo() 12 years ago
Rich Felker abdd2e48df fix strerror on mips: one error code is out of the 8-bit table range 12 years ago
Rich Felker 0b8f0c57c0 improve configure's target arch matching 12 years ago
Rich Felker 3d7f5c363e fix missing CFLAGS in configure test for float on sh 12 years ago
Rich Felker 946b9fad03 fix copy-and-paste error in configure's IEEE double check for sh 12 years ago
Rich Felker b1683a1d6a add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 12 years ago
Rich Felker 5c27c4458f fix endian subarchs for sh arch 12 years ago
Rich Felker aacd348637 rename superh port to "sh" for consistency 12 years ago
Rich Felker b9f7f2e876 fix readdir not to set ENOENT when directory is removed while reading 12 years ago
Szabolcs Nagy d82db8550a in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE 12 years ago
Szabolcs Nagy fb5a2ef8df if_ether.h: new ethernet protocol type 12 years ago
Szabolcs Nagy 099ce3631c sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET option 12 years ago
Szabolcs Nagy a8a4e5c598 elf.h: add aarch64 relocations 12 years ago