move calls to application init functions after crt1 entry point
[oweals/musl.git] / arch /
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
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
next