about summary refs log tree commit diff
path: root/arch/x32
Commit message (Expand)AuthorAgeFilesLines
* deduplicate the bulk of the arch bits headersRich Felker2016-01-276-314/+0
* add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy2016-01-261-0/+1
* add mlock2 syscall number from linux v4.4Szabolcs Nagy2016-01-261-0/+2
* add new membarrier, userfaultfd and switch_endian syscallsSzabolcs Nagy2016-01-261-0/+4
* move x32 sysinfo impl and syscall fixup code out of arch/x32/srcRich Felker2016-01-222-88/+0
* clean up x86_64 (and x32) atomics for new atomics frameworkRich Felker2016-01-221-58/+66
* refactor internal atomic.hRich Felker2016-01-211-15/+16
* remove visibility suppression by SHARED macro in mips and x32 arch filesRich Felker2015-12-151-4/+0
* properly access mcontext_t program counter in cancellation handlerRich Felker2015-11-021-1/+1
* new dlstart stage-2 chaining for x86_64 and x32Rich Felker2015-09-171-0/+5
* mitigate performance regression in libc-internal locks on x86_64Rich Felker2015-08-161-1/+1
* fix missing synchronization in atomic store on i386 and x86_64Rich Felker2015-07-281-1/+1
* fix inconsistency in a_and and a_or argument types on x86[_64]Rich Felker2015-05-201-4/+4
* fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker2015-05-061-0/+2
* fix broken cancellation on x32 due to incorrect saved-PC offsetRich Felker2015-05-021-1/+1
* fix dangling pointers in x32 syscall timespec fixup codeRich Felker2015-05-012-10/+23
* fix breakage in x32 dynamic linker due to mismatching register sizeRich Felker2015-04-201-1/+1
* consistently use hidden visibility for cancellable syscall internalsRich Felker2015-04-141-0/+7
* dynamic linker bootstrap overhaulRich Felker2015-04-132-40/+29
* 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
* align x32 pthread type sizes to be common with 32-bit archsRich Felker2015-03-121-4/+4
* fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy2015-03-071-1/+0
* fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn2015-03-041-0/+0
* fix x32 pthread type definitionsRich Felker2015-03-041-7/+7
* make all objects used with atomic operations volatileRich Felker2015-03-031-7/+7
* add syscall numbers for the new execveat syscallSzabolcs Nagy2015-02-091-4/+7
* fix typo in x86_64/x32 user_fpregs_structFelix Janda2015-02-011-1/+1
* move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn2015-01-301-3/+0
* add new syscall numbers for bpf and kexec_file_loadSzabolcs Nagy2014-12-231-0/+4
* 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-0/+5
* 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 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-25/+0
* add syscall numbers for the new renameat2 syscallSzabolcs Nagy2014-07-201-0/+2
* refactor to remove arch-specific relocation code from dynamic linkerRich Felker2014-06-181-27/+20
* 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/+6
* fix RLIMIT_ constants for mipsSzabolcs Nagy2014-04-151-0/+0
* add namespace-protected name for sysinfo functionRich Felker2014-04-151-1/+4
* fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker2014-03-181-6/+6
* move signal.h definition of stack_t to arch-specific bitsRich Felker2014-03-181-0/+6
* x32: fix struct statfsrofl0r2014-03-171-2/+4
* move struct semid_ds to from shared sys/sem.h to bitsRich Felker2014-03-111-0/+16
* x32: fix sysinfo()rofl0r2014-03-061-0/+47
* make the x32 port use the correct ld-musl-x32.path filenameRich Felker2014-02-231-1/+1
* fix x32 syscall arch.h timespec fixup coderofl0r2014-02-231-53/+49