byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code
[musl] / arch /
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
2015-04-24 Rich Felkerfix ldso name for sh-nofpu subarch
2015-04-24 Rich Felkerfix failure of sh reloc.h to properly detect endianness...
2015-04-20 Rich Felkerfix breakage in x32 dynamic linker due to mismatching...
2015-04-18 Szabolcs Nagyadd execveat syscall number to microblaze
2015-04-18 Rich Felkerfix missing quotation mark in mips crt_arch.h that...
2015-04-14 Rich Felkerconsistently use hidden visibility for cancellable...
2015-04-14 Rich Felkeruse hidden visibility for i386 asm-internal __vsyscall...
2015-04-13 Rich Felkerdynamic linker bootstrap overhaul
2015-04-07 Rich Felkerfix possible clobbering of syscall return values on...
2015-04-01 Rich Felkermove O_PATH definition back to arch bits
2015-04-01 Rich Felkeraarch64: remove duplicate macro definitions in bits...
2015-04-01 Rich Felkeraarch64: fix definition of sem_nsems in semid_ds structure
2015-04-01 Szabolcs Nagyaarch64: fix namespace pollution in bits/shm.h
2015-03-20 Rich Felkerfix missing max_align_t definition on aarch64
2015-03-18 Rich Felkerfix MINSIGSTKSZ values for archs with large signal...
2015-03-14 Szabolcs Nagyaarch64: fix typo in bits/ioctl.h
2015-03-14 Szabolcs Nagyaarch64: add struct _aarch64_ctx to signal.h
2015-03-12 Rich Felkeralign x32 pthread type sizes to be common with 32-bit...
2015-03-12 Szabolcs Nagyadd aarch64 port
2015-03-07 Szabolcs Nagyfix FLT_ROUNDS to reflect the current rounding mode
2015-03-04 Trutz Behnfix POLLWRNORM and POLLWRBAND on mips
2015-03-04 Rich Felkerfix x32 pthread type definitions
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2015-02-09 Szabolcs Nagyadd syscall numbers for the new execveat syscall
2015-02-07 Szabolcs Nagyremove cruft from x86_64 syscall.h
2015-02-01 Felix Jandafix typo in x86_64/x32 user_fpregs_struct
2015-01-31 Trutz Behnmove MREMAP_MAYMOVE and MREMAP_FIXED out of bits
2015-01-31 Trutz Behnremove mips-only EINIT and EREMDEV errnos
2014-12-23 Szabolcs Nagyadd new syscall numbers for bpf and kexec_file_load
2014-12-21 Rich Felkermove wint_t definition to the shared part of alltypes...
2014-12-03 Timo Teräsadd arm private syscall numbers
2014-11-23 Rich Felkerunify non-inline version of syscall code across archs
2014-11-23 Rich Felkerinline 5- and 6-argument syscalls on arm
2014-11-23 Rich Felkerremove old clang workarounds from arm syscall implement...
2014-11-22 Rich Felkerfix __aeabi_read_tp oversight in arm atomics/tls overhaul
2014-11-19 Rich Felkeroverhaul ARM atomics/tls for performance and compatibility
2014-11-05 Rich Felkerfix 64-bit syscall argument passing on or1k
2014-10-10 Rich Felkeradd explicit barrier operation to internal atomic.h API
2014-10-08 Szabolcs Nagyadd new syscall numbers for seccomp, getrandom, memfd_c...
2014-09-11 Rich Felkerfix C++ incompatibility in i386 definition of max_align_t
2014-09-07 Rich Felkeradd threads.h and needed per-arch types for mtx_t and...
2014-08-25 Rich Felkerfix build error on arm due to new a_spin code
2014-08-25 Rich Felkeradd working a_spin() atomic for non-x86 targets
2014-08-20 Rich Felkeradd max_align_t definition for C11 and C++11
2014-08-17 Rich Felkermake pointers used in robust list volatile
2014-07-31 Rich Felkerfix broken offset argument to the mmap2 syscall on...
2014-07-31 Rich Felkerprovide PAGE_SIZE as a constant value of 8192 on or1k
2014-07-29 Rich Felkerfix terminal control ioctl constants for sh
2014-07-28 Rich Felkerremove unused a_cas_l from or1k atomic.h
2014-07-28 Rich Felkerclean up unused and inconsistent atomics in arch dirs
2014-07-28 Rich Felkerfix insufficient synchronization in sh atomic asm
2014-07-20 Szabolcs Nagyadd syscall numbers for the new renameat2 syscall
2014-07-20 Rich Felkerfix regression that negated some mips syscall error...
2014-07-20 Rich Felkerfix mips struct stat dev_t members for big endian
2014-07-20 Rich Felkerfix or1k atomic store
2014-07-19 Rich Felkerfix missing barriers in powerpc atomic store
2014-07-19 Rich Felkerfix microblaze atomic store
2014-07-19 Rich Felkerfix missing barrier instructions in powerpc atomic asm
2014-07-19 Rich Felkerfix missing barrier instructions in mips atomic asm
2014-07-19 Rich Felkeruse memory constraints for mips atomic asm
2014-07-19 Rich Felkerfix build breakage from ppc asm constraints change
2014-07-19 Rich Felkerremove cruft from microblaze atomic.h
2014-07-19 Rich Felkerfix broken constraints for powerpc atomic cas asm
2014-07-18 Rich Felkerfix microblaze definition of struct stat
2014-07-18 Stefan Kristianssonadd or1k (OpenRISC 1000) architecture port
2014-06-30 Rich Felkerfix regression in mips dynamic linker
2014-06-19 Rich Felkeradd tlsdesc support for x86_64
2014-06-19 Rich Felkeradd tlsdesc support for i386
2014-06-18 Rich Felkerrefactor to remove arch-specific relocation code from...
2014-06-17 Rich Felkerfix powerpc dynamic linker thread-pointer-relative...
2014-06-17 Rich Felkermultiple fixes to sh (superh) dynamic linker relocations
2014-06-16 Rich Felkerdynamic linker: permit error returns from arch-specific...
2014-06-06 Rich Felkeradd vdso clock_gettime acceleration support to i386
2014-05-30 Szabolcs Nagyadd sched_{get,set}attr syscall numbers and SCHED_DEADL...
2014-05-30 Szabolcs Nagyfix for broken kernel side RLIM_INFINITY on mips
2014-04-30 Rich Felkerfix arm thread-pointer/atomic asm when compiling to...
2014-04-30 Rich Felkerfix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips...
2014-04-17 Timo Teräsmake socketcall types common as they are same for all...
2014-04-16 Rich Felkeradd working vdso clock_gettime support, including stati...
2014-04-15 Szabolcs Nagyfix RLIMIT_ constants for mips
2014-04-15 Rich Felkeradd namespace-protected name for sysinfo function
2014-04-15 Rich Felkeruse dmb barrier instruction for atomics on arm v7
2014-04-07 Rich Felkerfix arm atomic asm register constraint
2014-04-07 Rich Felkeruse inline atomics and thread pointer on arm models...
2014-04-02 Rich Felkerfix microblaze syscall register clobbers
2014-03-19 Rich Felkerfix signal.h breakage from moving stack_t to arch-speci...
2014-03-19 Rich Felkerfix mips stack_t
next