2013-08-15 |
Rich Felker | add function types to arm crt assembly |
tree | commitdiff |
2013-08-11 |
Rich Felker | add missing a_or_l to atomic.h for non-x86 archs |
tree | commitdiff |
2013-08-11 |
Rich Felker | fix _NSIG and SIGRTMAX on mips |
tree | commitdiff |
2013-07-26 |
Rich Felker | fix powerpc build breakage from dynamic linker path... |
tree | commitdiff |
2013-07-26 |
Rich Felker | new mostly-C crt1 implementation |
tree | commitdiff |
2013-07-24 |
Rich Felker | change jmp_buf to share an underlying type and struct... |
tree | commitdiff |
2013-07-22 |
Rich Felker | remove SIG_ATOMIC_MIN/MAX from stdint bits headers |
tree | commitdiff |
2013-07-22 |
Rich Felker | fix regression in size of nlink_t (broken stat struct... |
tree | commitdiff |
2013-07-22 |
Rich Felker | disable legacy init/fini processing on ARM |
tree | commitdiff |
2013-07-22 |
Rich Felker | change wint_t to unsigned |
tree | commitdiff |
2013-07-22 |
Rich Felker | refactor headers, especially alltypes.h, and improve... |
tree | commitdiff |
2013-07-19 |
Rich Felker | change uid_t, gid_t, and id_t to unsigned types |
tree | commitdiff |
2013-07-18 |
Rich Felker | make the dynamic linker find its path file relative... |
tree | commitdiff |
2013-07-17 |
Rich Felker | make spacing in x86_64 alltypes.h.sh more uniform with... |
tree | commitdiff |
2013-07-10 |
Rich Felker | add some ARM EABI-specific exception handling infrastru... |
tree | commitdiff |
2013-06-29 |
Rich Felker | add some comments about the mips ksigaction structure... |
tree | commitdiff |
2013-06-26 |
Rich Felker | respect iso c namespace in stdio.h and wchar.h regardin... |
tree | commitdiff |
2013-05-26 |
Rich Felker | Merge remote-tracking branch 'nsz/review' |
tree | commitdiff |
2013-05-26 |
Szabolcs Nagy | fix ioctl _IOR, _IOW, etc macros to avoid signed overfl... |
tree | commitdiff |
2013-05-26 |
Szabolcs Nagy | on x86_64 use long instead of long long for 64bit posix... |
tree | commitdiff |
2013-05-24 |
Rich Felker | change underlying type of clock_t to be uniform and... |
tree | commitdiff |
2013-05-17 |
Rich Felker | add FLT_TRUE_MIN, etc. macros from C11 |
tree | commitdiff |
2013-04-05 |
Rich Felker | fix type issues in stdint.h so underlying types of... |
tree | commitdiff |
2013-04-04 |
Rich Felker | eliminate bits/wchar.h |
tree | commitdiff |
2013-04-02 |
rofl0r | re-add useconds_t |
tree | commitdiff |
2013-04-01 |
Szabolcs Nagy | add syscall numbers for the new kcmp and finit_module... |
tree | commitdiff |
2013-04-01 |
Szabolcs Nagy | add the new SO_REUSEPORT socket option to mips and... |
tree | commitdiff |
2013-03-27 |
Rich Felker | remove __SYSCALL_SSLEN arch macro in favor of using... |
tree | commitdiff |
2013-03-24 |
Rich Felker | add deprecated SIGIOT alias for SIGABRT |
tree | commitdiff |
2013-03-05 |
Rich Felker | fix types for wctype_t and wctrans_t |
tree | commitdiff |
2013-02-26 |
Rich Felker | fix wrong float_t on x86_64 |
tree | commitdiff |
2013-02-06 |
rofl0r | arm: add __aeabi_atexit() |
tree | commitdiff |
2013-01-14 |
Rich Felker | Merge remote-tracking branch 'nsz/math' |
tree | commitdiff |
2013-01-12 |
Szabolcs Nagy | add missing mmap options and madvices to bits/mman... |
tree | commitdiff |
2013-01-12 |
Szabolcs Nagy | add missing EXTPROC flag to bits/termios.h |
tree | commitdiff |
2013-01-12 |
Szabolcs Nagy | add missing F_GETOWNER_UIDS flag to bits/fcntl.h |
tree | commitdiff |
2013-01-12 |
Szabolcs Nagy | add missing EHWPOISON to bits/errno.h |
tree | commitdiff |
2012-12-19 |
Rich Felker | merge a few fixes by sh4rm4 |
tree | commitdiff |
2012-12-19 |
rofl0r | x86_64/bits/signal.h: fix typo in REG_CSGSFS |
tree | commitdiff |
2012-12-07 |
Rich Felker | fix trailing whitespace issues that crept in here and... |
tree | commitdiff |
2012-12-06 |
Rich Felker | move signal.h REG_* macros under _GNU_SOURCE protection |
tree | commitdiff |
2012-12-06 |
rofl0r | bits/signal.h: add register names for x86(_64) |
tree | commitdiff |
2012-12-06 |
rofl0r | add more arch-specific MAP_ macros to bits/mman.h |
tree | commitdiff |
2012-12-06 |
rofl0r | remove MAP_32 from non-x86 archs |
tree | commitdiff |
2012-12-06 |
rofl0r | add MAP_NORESERVE to bits/mman.h |
tree | commitdiff |
2012-12-04 |
Rich Felker | fix regression in arm user.h that happened during big... |
tree | commitdiff |
2012-11-27 |
Rich Felker | remove stat member aliases from ppc-specific bits/stat.h |
tree | commitdiff |
2012-11-26 |
Rich Felker | fixup mcontext stuff to expost gregset_t/fpregset_t... |
tree | commitdiff |
2012-11-26 |
Rich Felker | make sys/procfs.h mostly work on most archs |
tree | commitdiff |
2012-11-26 |
Rich Felker | remove microblaze user.h incorrectly copied from arm |
tree | commitdiff |
2012-11-24 |
Rich Felker | begin sys/user.h and sys/reg.h fixes for ports |
tree | commitdiff |
2012-11-24 |
Rich Felker | fix powerpc ucontext, again.. |
tree | commitdiff |
2012-11-23 |
Rich Felker | fix termios constants on mips |
tree | commitdiff |
2012-11-23 |
Rich Felker | sigcontext/mcontext cleanup for arch-specific bits |
tree | commitdiff |
2012-11-23 |
Rich Felker | fix powerpc setjmp/longjmp to save/restore float regs... |
tree | commitdiff |
2012-11-23 |
Rich Felker | fix up leftover, incorrect NSIG definitions in arch... |
tree | commitdiff |
2012-11-23 |
Rich Felker | remove stuff that doesn't belong in powerpc 32-bit... |
tree | commitdiff |
2012-11-21 |
Rich Felker | more ppc signal.h typedef order fixes |
tree | commitdiff |
2012-11-21 |
Rich Felker | fix misordered typedefs in ppc signal.h |
tree | commitdiff |
2012-11-21 |
Rich Felker | ppc signal/NSIG related fix (warning fix, redefinition) |
tree | commitdiff |
2012-11-21 |
Rich Felker | add back NSIG, removed from powerpc in last commit... |
tree | commitdiff |
2012-11-21 |
Rich Felker | make powerpc signal.h namespace-clean for posix/isoc |
tree | commitdiff |
2012-11-21 |
Rich Felker | fix powerpc types to match abi, and some feature test... |
tree | commitdiff |
2012-11-21 |
rofl0r | fix invalid usage of mcontext_t in powerpc signal.h |
tree | commitdiff |
2012-11-19 |
Rich Felker | fix breakage from introducing bits header for sys/io.h |
tree | commitdiff |
2012-11-19 |
Rich Felker | add port io functions to sys/io.h |
tree | commitdiff |
2012-11-18 |
Rich Felker | add missing const on powerpc FE_DFL_ENV |
tree | commitdiff |
2012-11-18 |
Rich Felker | fenv support for ppc, untested |
tree | commitdiff |
2012-11-18 |
Rich Felker | Merge remote-tracking branch 'nsz/math' |
tree | commitdiff |
2012-11-18 |
rofl0r | fcntl.h: O_SEARCH was missing for powerpc |
tree | commitdiff |
2012-11-18 |
rofl0r | ppc socket.h: add forgotten cmsghdr |
tree | commitdiff |
2012-11-17 |
Rich Felker | dynamic linking support for powerpc |
tree | commitdiff |
2012-11-16 |
Rich Felker | fix ppc stat structure definition |
tree | commitdiff |
2012-11-16 |
rofl0r | fix powerpc termios.h and ioctl.h |
tree | commitdiff |
2012-11-16 |
Rich Felker | disable SO_REUSEPORT in sys/socket.h |
tree | commitdiff |
2012-11-15 |
Rich Felker | ppc wchar_t is long, not int |
tree | commitdiff |
2012-11-15 |
Rich Felker | Merge remote-tracking branch 'nsz/math' |
tree | commitdiff |
2012-11-14 |
Rich Felker | fix powerpc atomic compare-and-swap function |
tree | commitdiff |
2012-11-14 |
Rich Felker | update ppc atomic code to match the endian-agnostic... |
tree | commitdiff |
2012-11-14 |
Rich Felker | fix wchar limits mistakenly copied from arm |
tree | commitdiff |
2012-11-14 |
Rich Felker | Merge remote-tracking branch 'ppc-port/ppc-squashed' |
tree | commitdiff |
2012-11-13 |
rofl0r | PPC port cleaned up, static linking works well now. |
tree | commitdiff |
2012-11-13 |
Richard Pennington | import preliminary ppc work by rdp. |
tree | commitdiff |
2012-11-05 |
Rich Felker | fix numerous mips abi constant definition mismatches |
tree | commitdiff |
2012-10-19 |
Rich Felker | fix struct stat size/padding on microblaze |
tree | commitdiff |
2012-10-19 |
Rich Felker | inline syscalls for microblaze |
tree | commitdiff |
2012-10-19 |
Rich Felker | better support for reverse-endian variants of arm/mips... |
tree | commitdiff |
2012-10-19 |
Rich Felker | floating point environment/exceptions support for mips |
tree | commitdiff |
2012-10-16 |
Rich Felker | microblaze TLS relocation support, completely untested |
tree | commitdiff |
2012-10-15 |
Rich Felker | add support for TLS variant I, presently needed for... |
tree | commitdiff |
2012-10-14 |
Rich Felker | ensure pointer decay in inline-asm arg for i386 syscall6 |
tree | commitdiff |
2012-10-12 |
Rich Felker | i386 vsyscall support (vdso-provided sysenter/syscall... |
tree | commitdiff |
2012-10-05 |
Rich Felker | fix incorrect TLS reloc macro names in x86_64 reloc.h |
tree | commitdiff |
2012-10-05 |
Rich Felker | dynamic-linked TLS support for everything but dlopen... |
tree | commitdiff |
2012-09-29 |
Rich Felker | microblaze port |
tree | commitdiff |
2012-09-22 |
Rich Felker | fix IPC_64 in msgctl too |
tree | commitdiff |
2012-09-22 |
Rich Felker | fix broken semctl on systems that don't use IPC_64... |
tree | commitdiff |
2012-09-16 |
Rich Felker | add O_EXEC open mode |
tree | commitdiff |
2012-09-15 |
Rich Felker | fix syscall asm constraints for arm too |
tree | commitdiff |
2012-09-15 |
Rich Felker | fix buggy constraints in mips inline syscall asm |
tree | commitdiff |
next |