make pthread_attr_init honor defaults set by pthread_setattr_default_np
[oweals/musl.git] / arch /
2016-05-09 Bobby Binghamadd powerpc64 port
2016-04-18 Rich Felkeradd mips n32 port (ILP32 ABI for mips64)
2016-04-03 Rich Felkeradd support for mips and mips64 r6 isa
2016-03-30 Rich Felkerfix regression disabling use of pause instruction for...
2016-03-19 Szabolcs Nagyadd copy_file_range syscall numbers from linux v4.5
2016-03-19 Szabolcs Nagymips64: add recent linux syscall numbers
2016-03-19 Szabolcs Nagydeduplicate bits/mman.h
2016-03-11 Rich Felkercorrect pointer types for a_ll_p and a_sc_p primitives...
2016-03-11 Rich Felkermake mips64 a_sc_p atomic primitive's asm constraints...
2016-03-06 Felix Fietkauadd powerpc soft-float support
2016-03-06 Rich Felkeradd mips64 port
2016-03-03 Nathan Zadoksadd sched_getcpu vDSO support
2016-02-23 Rich Felkermake aarch64 atomic_arch.h report that it defines point...
2016-02-08 Rich Felkerremove workaround for broken mips assemblers
2016-01-31 Szabolcs Nagybetter a_sc inline asm constraint on aarch64 and arm
2016-01-31 Felix Fietkauldso: fix GDB dynamic linker info on MIPS
2016-01-28 Rich Felkerdeduplicate the bulk of the arch bits headers
2016-01-27 Hauke Mehrtensmips: add vdso support
2016-01-27 Szabolcs Nagyfix siginfo_t for mips
2016-01-26 Szabolcs Nagyadd MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2...
2016-01-26 Szabolcs Nagyadd mlock2 syscall number from linux v4.4
2016-01-26 Szabolcs Nagyadd new membarrier, userfaultfd and switch_endian syscalls
2016-01-26 Szabolcs Nagyadd new i386 socket syscall numbers
2016-01-26 Szabolcs Nagychange the internal socketcall selection logic
2016-01-25 Rich Felkerfix arm a_crash for big endian
2016-01-25 Rich Felkeradd native a_crash primitive for arm
2016-01-25 Szabolcs Nagyclean powerpc syscall.h
2016-01-25 Szabolcs Nagyadd missing powerpc specific PROT_SAO memory protection...
2016-01-25 Szabolcs Nagyfix powerpc MCL_* mlockall flags in bits/mman.h
2016-01-25 Szabolcs Nagyfix aarch64 atomics to load/store 32bit only
2016-01-23 Rich Felkerimprove aarch64 atomics
2016-01-22 Rich Felkerremove sh port's __fpscr_values source file
2016-01-22 Rich Felkermove sh port's __shcall internal function from arch...
2016-01-22 Rich Felkermove sh __unmapself code from arch/sh/src to main src...
2016-01-22 Rich Felkermove x32 sysinfo impl and syscall fixup code out of...
2016-01-22 Rich Felkeroverhaul powerpc atomics for new atomics framework
2016-01-22 Rich Felkerclean up x86_64 (and x32) atomics for new atomics framework
2016-01-22 Rich Felkerclean up i386 atomics for new atomics framework
2016-01-22 Rich Felkeroverhaul mips atomics for new atomics framework
2016-01-22 Rich Felkermove arm-specific translation units out of arch/arm...
2016-01-21 Rich Felkeroverhaul arm atomics for new atomics framework
2016-01-21 Rich Felkeroverhaul aarch64 atomics for new atomics framework
2016-01-21 Rich Felkeroverhaul sh atomics for new atomics framework, add...
2016-01-21 Rich Felkerrefactor internal atomic.h
2016-01-20 Rich Felkerfix build regression for arm pre-v7 from out-of-tree...
2016-01-20 Rich Felkerfix dynamic linker path file selection for arm vs armhf
2015-12-29 Rich Felkeradjust mips crt_arch entry point asm to avoid assembler...
2015-12-29 Rich Felkeradjust i386 max_align_t definition to work around some...
2015-12-16 Rich Felkerremove visibility suppression by SHARED macro in mips...
2015-11-11 Rich Felkerfix dynamic loader library mapping for nommu systems
2015-11-10 Rich Felkerexplicitly assemble all arm asm sources as UAL
2015-11-10 Rich Felkerremove non-working pre-armv4t support from arm asm
2015-11-02 Rich Felkergeneralize sh entry point asm not to assume call dests...
2015-11-02 Rich Felkerproperly access mcontext_t program counter in cancellat...
2015-10-15 Rich Felkerprevent reordering of or1k and powerpc thread pointer...
2015-10-15 Rich Felkermark arm thread-pointer-loading inline asm as volatile
2015-10-15 Rich Felkeradd comment documenting hard-coded opcode for reading...
2015-10-15 Rich Felkerremove attribute((const)) from arm __pthread_self inlin...
2015-09-23 Rich Felkerfix signal return for sh/fdpic
2015-09-22 Rich Felkerhave sh/fdpic entry point set fdpic personality if...
2015-09-22 Rich Felkeradd real fdpic loading of shared libraries
2015-09-22 Rich Felkersize-optimize sh/fdpic dynamic entry point
2015-09-22 Rich Felkerwork around breakage in sh/fdpic __unmapself function
2015-09-22 Rich Felkeradd general fdpic support in dynamic linker and arch...
2015-09-17 Rich Felkernew dlstart stage-2 chaining for x86_64 and x32
2015-09-17 Rich Felkernew dlstart stage-2 chaining for powerpc
2015-09-17 Rich Felkernew dlstart stage-2 chaining for or1k
2015-09-17 Rich Felkernew dlstart stage-2 chaining for mips
2015-09-17 Rich Felkernew dlstart stage-2 chaining for microblaze
2015-09-17 Rich Felkerintroduce new symbol-lookup-free rcrt1/dlstart stage...
2015-09-15 Felix Jandareindent powerpc's bits/termios.h to be consistent...
2015-09-15 Felix Jandafix namespace violations in aarch64/bits/termios.h
2015-09-12 Rich Felkeradd sh fdpic subarch variants
2015-09-12 Rich Felkeradd fdpic version of entry point code for sh
2015-09-12 Rich Felkermake sh clone asm fdpic-compatible
2015-09-09 Rich Felkerfix missing earlyclobber flag in i386 a_ctz_64 asm
2015-08-31 Timo Teräsimplement arm eabi mem* functions
2015-08-16 Rich Felkermitigate performance regression in libc-internal locks...
2015-08-11 Szabolcs Nagyaarch64: fix 64-bit syscall argument passing
2015-07-28 Rich Felkerfix missing synchronization in atomic store on i386...
2015-07-21 Roman Yeryominsocket.h: cleanup/reorder mips and powerpc bits/socket.h
2015-07-21 Roman Yeryominsocket.h: fix SO_* for mips
2015-07-21 Felix Fietkaumips: fix mcontext_t register array field name
2015-06-25 Rich Felkerfix local-dynamic model TLS on mips and powerpc
2015-06-16 Rich Felkerswitch to using trap number 31 for syscalls on sh
2015-06-16 Rich Felkerswitch sh port's __unmapself to generic version when...
2015-06-16 Rich Felkeradd support for sh2 interrupt-masking-based atomics...
2015-06-14 Szabolcs Nagyarm: add vdso support
2015-05-25 Rich Felkerfix stack alignment code in mips crt_arch.h
2015-05-22 Rich Felkeradd .text section directive to all crt_arch.h files...
2015-05-20 Rich Felkerfix inconsistency in a_and and a_or argument types...
2015-05-19 Bobby Binghaminline llsc atomics when building for sh4a
2015-05-14 Rich Felkermake arm reloc.h CRTJMP macro compatible with thumb
2015-05-14 Rich Felkermake arm crt_arch.h compatible with thumb code generation
2015-05-06 Rich Felkerfix stack protector crashes on x32 & powerpc due to...
2015-05-02 Rich Felkerfix broken cancellation on x32 due to incorrect saved...
2015-05-02 Rich Felkerfix dangling pointers in x32 syscall timespec fixup...
2015-04-30 Szabolcs Nagyfix __syscall declaration with wrong visibility in...
2015-04-30 Szabolcs Nagyaarch64: fix CRTJMP in reloc.h
2015-04-28 Rich Felkerfix sh jmp_buf size to match ABI
next