remove redundant code in do_dlsym function
[oweals/musl.git] / arch / powerpc /
2015-04-13 Rich Felkerdynamic linker bootstrap overhaul
2015-04-01 Rich Felkermove O_PATH definition back to arch bits
2015-03-18 Rich Felkerfix MINSIGSTKSZ values for archs with large signal...
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 Felkermake all objects used with atomic operations volatile
2015-02-09 Szabolcs Nagyadd syscall numbers for the new execveat syscall
2015-01-31 Trutz Behnmove MREMAP_MAYMOVE and MREMAP_FIXED out of bits
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-11-23 Rich Felkerunify non-inline version of syscall code across archs
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-07 Rich Felkeradd threads.h and needed per-arch types for mtx_t and...
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-28 Rich Felkerclean up unused and inconsistent atomics in arch dirs
2014-07-20 Szabolcs Nagyadd syscall numbers for the new renameat2 syscall
2014-07-19 Rich Felkerfix missing barriers in powerpc atomic store
2014-07-19 Rich Felkerfix missing barrier instructions in powerpc atomic asm
2014-07-19 Rich Felkerfix build breakage from ppc asm constraints change
2014-07-19 Rich Felkerfix broken constraints for powerpc atomic cas asm
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-16 Rich Felkerdynamic linker: permit error returns from arch-specific...
2014-05-30 Szabolcs Nagyadd sched_{get,set}attr syscall numbers and SCHED_DEADL...
2014-04-17 Timo Teräsmake socketcall types common as they are same for all...
2014-04-15 Szabolcs Nagyfix RLIMIT_ constants for mips
2014-03-19 Rich Felkerfix signal.h breakage from moving stack_t to arch-speci...
2014-03-19 Rich Felkermove signal.h definition of stack_t to arch-specific...
2014-03-11 Rich Felkerfix socket.h struct msghdr member types on powerpc
2014-03-11 Rich Felkerfix sysvipc structures on powerpc
2014-03-11 Rich Felkermove struct semid_ds to from shared sys/sem.h to bits
2014-02-23 rofl0rsys/shm.h: move arch specific structs to bits/
2014-01-09 Rich Felkerfix namespace violations in termios.h, at least mostly
2013-12-02 Rich Felkerworkaround clang deficiency affecting thread pointer...
2013-11-23 Szabolcs Nagyadd O_TMPFILE flag, new in linux 3.11
2013-11-20 Rich Felkerfix the nominal type of LDBL_* limits on archs with...
2013-09-15 Szabolcs Nagysupport configurable page size on mips, powerpc and...
2013-08-11 Rich Felkeradd missing a_or_l to atomic.h for non-x86 archs
2013-07-26 Rich Felkerfix powerpc build breakage from dynamic linker path...
2013-07-26 Rich Felkernew mostly-C crt1 implementation
2013-07-24 Rich Felkerchange jmp_buf to share an underlying type and struct...
2013-07-22 Rich Felkerremove SIG_ATOMIC_MIN/MAX from stdint bits headers
2013-07-22 Rich Felkerfix regression in size of nlink_t (broken stat struct...
2013-07-22 Rich Felkerchange wint_t to unsigned
2013-07-22 Rich Felkerrefactor headers, especially alltypes.h, and improve...
2013-07-19 Rich Felkerchange uid_t, gid_t, and id_t to unsigned types
2013-07-18 Rich Felkermake the dynamic linker find its path file relative...
2013-06-26 Rich Felkerrespect iso c namespace in stdio.h and wchar.h regardin...
2013-05-26 Rich FelkerMerge remote-tracking branch 'nsz/review'
2013-05-26 Szabolcs Nagyfix ioctl _IOR, _IOW, etc macros to avoid signed overfl...
2013-05-24 Rich Felkerchange underlying type of clock_t to be uniform and...
2013-05-17 Rich Felkeradd FLT_TRUE_MIN, etc. macros from C11
2013-04-05 Rich Felkerfix type issues in stdint.h so underlying types of...
2013-04-04 Rich Felkereliminate bits/wchar.h
2013-04-02 rofl0rre-add useconds_t
2013-04-01 Szabolcs Nagyadd syscall numbers for the new kcmp and finit_module...
2013-04-01 Szabolcs Nagyadd the new SO_REUSEPORT socket option to mips and...
2013-03-27 Rich Felkerremove __SYSCALL_SSLEN arch macro in favor of using...
2013-03-24 Rich Felkeradd deprecated SIGIOT alias for SIGABRT
2013-03-05 Rich Felkerfix types for wctype_t and wctrans_t
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-12 Szabolcs Nagyadd missing mmap options and madvices to bits/mman...
2013-01-12 Szabolcs Nagyadd missing F_GETOWNER_UIDS flag to bits/fcntl.h
2013-01-12 Szabolcs Nagyadd missing EHWPOISON to bits/errno.h
2012-12-07 Rich Felkerfix trailing whitespace issues that crept in here and...
2012-12-06 rofl0radd more arch-specific MAP_ macros to bits/mman.h
2012-12-06 rofl0rremove MAP_32 from non-x86 archs
2012-12-06 rofl0radd MAP_NORESERVE to bits/mman.h
2012-11-27 Rich Felkerremove stat member aliases from ppc-specific bits/stat.h
2012-11-26 Rich Felkerfixup mcontext stuff to expost gregset_t/fpregset_t...
2012-11-26 Rich Felkermake sys/procfs.h mostly work on most archs
2012-11-24 Rich Felkerbegin sys/user.h and sys/reg.h fixes for ports
2012-11-24 Rich Felkerfix powerpc ucontext, again..
2012-11-23 Rich Felkerfix powerpc setjmp/longjmp to save/restore float regs...
2012-11-23 Rich Felkerremove stuff that doesn't belong in powerpc 32-bit...
2012-11-21 Rich Felkermore ppc signal.h typedef order fixes
2012-11-21 Rich Felkerfix misordered typedefs in ppc signal.h
2012-11-21 Rich Felkerppc signal/NSIG related fix (warning fix, redefinition)
2012-11-21 Rich Felkeradd back NSIG, removed from powerpc in last commit...
2012-11-21 Rich Felkermake powerpc signal.h namespace-clean for posix/isoc
2012-11-21 Rich Felkerfix powerpc types to match abi, and some feature test...
2012-11-21 rofl0rfix invalid usage of mcontext_t in powerpc signal.h
2012-11-19 Rich Felkerfix breakage from introducing bits header for sys/io.h
2012-11-18 Rich Felkeradd missing const on powerpc FE_DFL_ENV
2012-11-18 Rich Felkerfenv support for ppc, untested
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-18 rofl0rppc socket.h: add forgotten cmsghdr
2012-11-17 Rich Felkerdynamic linking support for powerpc
2012-11-16 Rich Felkerfix ppc stat structure definition
2012-11-16 rofl0rfix powerpc termios.h and ioctl.h
2012-11-15 Rich Felkerppc wchar_t is long, not int
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-14 Rich Felkerfix powerpc atomic compare-and-swap function
2012-11-14 Rich Felkerupdate ppc atomic code to match the endian-agnostic...
2012-11-14 Rich Felkerfix wchar limits mistakenly copied from arm
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-13 rofl0rPPC port cleaned up, static linking works well now.