201 Commits (5122f9f3c99fee366167c5de98b31546312921ab)

Author SHA1 Message Date
Rich Felker 1c6cace0bf fix regression in size of nlink_t (broken stat struct) on x86_64 13 years ago
Rich Felker c4dd0c98ba change wint_t to unsigned 13 years ago
Rich Felker 9448b0513e refactor headers, especially alltypes.h, and improve C++ ABI compat 13 years ago
Rich Felker 648c3b4e18 change uid_t, gid_t, and id_t to unsigned types 13 years ago
Rich Felker f389c4984a make the dynamic linker find its path file relative to its own location 13 years ago
Rich Felker a3e2f3c2b1 respect iso c namespace in stdio.h and wchar.h regarding va_list 13 years ago
Szabolcs Nagy 41c34d188a fix ioctl _IOR, _IOW, etc macros to avoid signed overflow (2<<30) 13 years ago
Rich Felker 5e642b5a23 change underlying type of clock_t to be uniform and match ABI 13 years ago
Rich Felker 22730d6560 add FLT_TRUE_MIN, etc. macros from C11 13 years ago
Rich Felker f77bab5933 fix type issues in stdint.h so underlying types of 64-bit types match ABI 13 years ago
Rich Felker c7af271000 eliminate bits/wchar.h 13 years ago
rofl0r 47cf4919fc re-add useconds_t 13 years ago
Szabolcs Nagy 8d3ee05754 add syscall numbers for the new kcmp and finit_module syscalls 13 years ago
Szabolcs Nagy ca2300d9ac add the new SO_REUSEPORT socket option to mips and powerpc 13 years ago
Rich Felker ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 13 years ago
Rich Felker 2d0f495e7b add deprecated SIGIOT alias for SIGABRT 13 years ago
Rich Felker da1442c9a8 fix types for wctype_t and wctrans_t 13 years ago
Szabolcs Nagy 000806cde6 add missing mmap options and madvices to bits/mman.h based on linux headers 14 years ago
Szabolcs Nagy 73bb048951 add missing F_GETOWNER_UIDS flag to bits/fcntl.h 14 years ago
Szabolcs Nagy 056c8b1ab5 add missing EHWPOISON to bits/errno.h 14 years ago
Rich Felker 03b0f13e90 fix trailing whitespace issues that crept in here and there 14 years ago
rofl0r 7e0d4fce41 add more arch-specific MAP_ macros to bits/mman.h 14 years ago
rofl0r db846a6217 remove MAP_32 from non-x86 archs 14 years ago
rofl0r 0e10f74006 add MAP_NORESERVE to bits/mman.h 14 years ago
Rich Felker df31363d8c remove stat member aliases from ppc-specific bits/stat.h 14 years ago
Rich Felker a8da6c2f28 fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate 14 years ago
Rich Felker 4b75f4ed8d make sys/procfs.h mostly work on most archs 14 years ago
Rich Felker 4acc95e497 begin sys/user.h and sys/reg.h fixes for ports 14 years ago
Rich Felker 98f56b12ce fix powerpc ucontext, again.. 14 years ago
Rich Felker a50136dfe1 fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_buf 14 years ago
Rich Felker b0756d88a0 remove stuff that doesn't belong in powerpc 32-bit sigcontext 14 years ago
Rich Felker 4860db9f54 more ppc signal.h typedef order fixes 14 years ago
Rich Felker 808f225b7c fix misordered typedefs in ppc signal.h 14 years ago
Rich Felker b5e3832f85 ppc signal/NSIG related fix (warning fix, redefinition) 14 years ago
Rich Felker 65b98213e4 add back NSIG, removed from powerpc in last commit, but for all archs 14 years ago
Rich Felker 57a0b82441 make powerpc signal.h namespace-clean for posix/isoc 14 years ago
Rich Felker 7bdf11c2c6 fix powerpc types to match abi, and some feature test issues 14 years ago
rofl0r 2df4f6f17b fix invalid usage of mcontext_t in powerpc signal.h 14 years ago
Rich Felker 0004ea613a fix breakage from introducing bits header for sys/io.h 14 years ago
Rich Felker f54ac2446a add missing const on powerpc FE_DFL_ENV 14 years ago
Rich Felker 75c450cff3 fenv support for ppc, untested 14 years ago
rofl0r ae67fe1aad ppc socket.h: add forgotten cmsghdr 14 years ago
Rich Felker a4db94ab78 dynamic linking support for powerpc 14 years ago
Rich Felker 7718e7cce5 fix ppc stat structure definition 14 years ago
rofl0r 3bb6bd8580 fix powerpc termios.h and ioctl.h 14 years ago
Rich Felker 7491bac33e ppc wchar_t is long, not int 14 years ago
Rich Felker e7257d3e63 fix powerpc atomic compare-and-swap function 14 years ago
Rich Felker 574d01a696 update ppc atomic code to match the endian-agnostic version on other archs 14 years ago
Rich Felker 50cb6dbb0c fix wchar limits mistakenly copied from arm 14 years ago
rofl0r 1c8eb8bad7 PPC port cleaned up, static linking works well now. 14 years ago