about summary refs log tree commit diff
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
* properly access mcontext_t program counter in cancellation handlerRich Felker2015-11-021-1/+1
* add comment documenting hard-coded opcode for reading mips thread pointerRich Felker2015-10-151-0/+1
* fix signal return for sh/fdpicRich Felker2015-09-231-0/+2
* new dlstart stage-2 chaining for mipsRich Felker2015-09-171-0/+15
* socket.h: cleanup/reorder mips and powerpc bits/socket.hRoman Yeryomin2015-07-211-16/+18
* socket.h: fix SO_* for mipsRoman Yeryomin2015-07-211-0/+3
* mips: fix mcontext_t register array field nameFelix Fietkau2015-07-211-1/+1
* fix local-dynamic model TLS on mips and powerpcRich Felker2015-06-251-0/+2
* fix stack alignment code in mips crt_arch.hRich Felker2015-05-241-2/+2
* add .text section directive to all crt_arch.h files missing itRich Felker2015-05-221-0/+1
* fix __syscall declaration with wrong visibility in syscall_arch.hSzabolcs Nagy2015-04-301-0/+3
* fix missing quotation mark in mips crt_arch.h that broke buildRich Felker2015-04-171-1/+1
* dynamic linker bootstrap overhaulRich Felker2015-04-132-89/+38
* fix possible clobbering of syscall return values on mipsRich Felker2015-04-071-3/+6
* move O_PATH definition back to arch bitsRich Felker2015-04-011-0/+1
* fix MINSIGSTKSZ values for archs with large signal contextsRich Felker2015-03-181-0/+5
* fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy2015-03-071-1/+0
* fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn2015-03-041-0/+2
* make all objects used with atomic operations volatileRich Felker2015-03-031-7/+7
* add syscall numbers for the new execveat syscallSzabolcs Nagy2015-02-091-0/+2
* move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn2015-01-301-3/+0
* remove mips-only EINIT and EREMDEV errnosTrutz Behn2015-01-301-2/+0
* add new syscall numbers for bpf and kexec_file_loadSzabolcs Nagy2014-12-231-0/+2
* move wint_t definition to the shared part of alltypes.h.inRich Felker2014-12-211-1/+0
* add explicit barrier operation to internal atomic.h APIRich Felker2014-10-101-1/+3
* add new syscall numbers for seccomp, getrandom, memfd_createSzabolcs Nagy2014-10-081-0/+6
* add threads.h and needed per-arch types for mtx_t and cnd_tRich Felker2014-09-061-0/+2
* add working a_spin() atomic for non-x86 targetsRich Felker2014-08-251-0/+1
* add max_align_t definition for C11 and C++11Rich Felker2014-08-201-0/+2
* make pointers used in robust list volatileRich Felker2014-08-171-1/+1
* clean up unused and inconsistent atomics in arch dirsRich Felker2014-07-271-6/+0
* add syscall numbers for the new renameat2 syscallSzabolcs Nagy2014-07-201-0/+2
* fix regression that negated some mips syscall error returnsRich Felker2014-07-201-5/+5
* fix mips struct stat dev_t members for big endianRich Felker2014-07-191-20/+81
* fix missing barrier instructions in mips atomic asmRich Felker2014-07-191-14/+18
* use memory constraints for mips atomic asmRich Felker2014-07-191-24/+24
* fix regression in mips dynamic linkerRich Felker2014-06-301-0/+1
* refactor to remove arch-specific relocation code from dynamic linkerRich Felker2014-06-181-23/+9
* dynamic linker: permit error returns from arch-specific reloc functionRich Felker2014-06-161-1/+2
* add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macroSzabolcs Nagy2014-05-301-0/+4
* fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy2014-05-301-0/+2
* fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.hRich Felker2014-04-301-1/+2
* fix RLIMIT_ constants for mipsSzabolcs Nagy2014-04-151-0/+5
* fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker2014-03-181-6/+6
* fix mips stack_tRich Felker2014-03-181-1/+1
* move signal.h definition of stack_t to arch-specific bitsRich Felker2014-03-181-0/+6
* fix size of mips jmp_bufRich Felker2014-03-181-1/+1
* remove useless and incorrect uc_regspace member from mips ucontext_tRich Felker2014-03-181-1/+0
* fix statfs struct on mipsSzabolcs Nagy2014-03-121-3/+4
* fix semid_ds structure on mipsSzabolcs Nagy2014-03-121-2/+0