remove redundant code in do_dlsym function
[oweals/musl.git] / arch / mips /
2015-04-18 Rich Felkerfix missing quotation mark in mips crt_arch.h that...
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-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
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-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-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-19 Rich Felkerfix missing barrier instructions in mips atomic asm
2014-07-19 Rich Felkeruse memory constraints for mips atomic asm
2014-06-30 Rich Felkerfix regression in mips dynamic linker
2014-06-18 Rich Felkerrefactor to remove arch-specific relocation code from...
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-05-30 Szabolcs Nagyfix for broken kernel side RLIM_INFINITY on mips
2014-04-30 Rich Felkerfix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips...
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 Felkerfix mips stack_t
2014-03-19 Rich Felkermove signal.h definition of stack_t to arch-specific...
2014-03-19 Rich Felkerfix size of mips jmp_buf
2014-03-19 Rich Felkerremove useless and incorrect uc_regspace member from...
2014-03-12 Szabolcs Nagyfix statfs struct on mips
2014-03-12 Szabolcs Nagyfix semid_ds structure on mips
2014-03-11 Rich Felkermove struct semid_ds to from shared sys/sem.h to bits
2014-02-24 Szabolcs Nagymips: add mips-sf subarch support (soft-float)
2014-02-24 rofl0rfixup general __syscall breakage introduced in x32...
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-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-26 Rich Felkerremove duplicate lines from mips bits/syscall.h
2013-09-15 Szabolcs Nagysupport configurable page size on mips, powerpc and...
2013-09-14 Rich Felkerfix mips sysv ipc bits headers
2013-08-11 Rich Felkeradd missing a_or_l to atomic.h for non-x86 archs
2013-08-11 Rich Felkerfix _NSIG and SIGRTMAX on mips
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-29 Rich Felkeradd some comments about the mips ksigaction structure...
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-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
2012-12-06 rofl0radd more arch-specific MAP_ macros to bits/mman.h
2012-12-06 rofl0radd MAP_NORESERVE to bits/mman.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-23 Rich Felkerfix termios constants on mips
2012-11-23 Rich Felkersigcontext/mcontext cleanup for arch-specific bits
2012-11-23 Rich Felkerfix up leftover, incorrect NSIG definitions in arch...
2012-11-21 Rich Felkeradd back NSIG, removed from powerpc in last commit...
2012-11-19 Rich Felkerfix breakage from introducing bits header for sys/io.h
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-18 rofl0rfcntl.h: O_SEARCH was missing for powerpc
2012-11-16 Rich Felkerdisable SO_REUSEPORT in sys/socket.h
2012-11-05 Rich Felkerfix numerous mips abi constant definition mismatches
2012-10-19 Rich Felkerbetter support for reverse-endian variants of arm/mips...
2012-10-19 Rich Felkerfloating point environment/exceptions support for mips
2012-10-15 Rich Felkeradd support for TLS variant I, presently needed for...
2012-10-05 Rich Felkerdynamic-linked TLS support for everything but dlopen...
2012-09-22 Rich Felkerfix broken semctl on systems that don't use IPC_64...
2012-09-16 Rich Felkeradd O_EXEC open mode
2012-09-15 Rich Felkerfix buggy constraints in mips inline syscall asm
2012-09-14 Rich Felkeradd O_PATH/O_SEARCH support to fcntl.h
2012-09-11 Rich Felkerimprove mips syscall asm constraints to use immediates...
2012-09-11 Rich Felkereliminate assumption that mips syscall restart preserve...
2012-09-09 Rich Felkerinline syscall support for mips
next