Age | Commit message (Expand) | Author | Files | Lines |
2015-04-24 | fix ldso name for sh-nofpu subarch | Rich Felker | 1 | -1/+7 |
2015-04-24 | fix failure of sh reloc.h to properly detect endianness for ldso name | Rich Felker | 1 | -0/+2 |
2015-04-20 | fix breakage in x32 dynamic linker due to mismatching register size | Rich Felker | 1 | -1/+1 |
2015-04-17 | add execveat syscall number to microblaze | Szabolcs Nagy | 1 | -0/+2 |
2015-04-17 | fix missing quotation mark in mips crt_arch.h that broke build | Rich Felker | 1 | -1/+1 |
2015-04-14 | consistently use hidden visibility for cancellable syscall internals | Rich Felker | 1 | -0/+7 |
2015-04-14 | use hidden visibility for i386 asm-internal __vsyscall symbol | Rich Felker | 1 | -7/+7 |
2015-04-13 | dynamic linker bootstrap overhaul | Rich Felker | 21 | -465/+285 |
2015-04-07 | fix possible clobbering of syscall return values on mips | Rich Felker | 1 | -3/+6 |
2015-04-01 | move O_PATH definition back to arch bits | Rich Felker | 9 | -0/+9 |
2015-04-01 | aarch64: remove duplicate macro definitions in bits/fcntl.h | Rich Felker | 1 | -3/+0 |
2015-04-01 | aarch64: fix definition of sem_nsems in semid_ds structure | Rich Felker | 1 | -1/+7 |
2015-04-01 | aarch64: fix namespace pollution in bits/shm.h | Szabolcs Nagy | 1 | -2/+2 |
2015-03-20 | fix missing max_align_t definition on aarch64 | Rich Felker | 1 | -0/+2 |
2015-03-18 | fix MINSIGSTKSZ values for archs with large signal contexts | Rich Felker | 10 | -0/+50 |
2015-03-14 | aarch64: fix typo in bits/ioctl.h | Szabolcs Nagy | 1 | -1/+1 |
2015-03-14 | aarch64: add struct _aarch64_ctx to signal.h | Szabolcs Nagy | 1 | -0/+17 |
2015-03-12 | align x32 pthread type sizes to be common with 32-bit archs | Rich Felker | 1 | -4/+4 |
2015-03-11 | add aarch64 port | Szabolcs Nagy | 33 | -0/+1814 |
2015-03-07 | fix FLT_ROUNDS to reflect the current rounding mode | Szabolcs Nagy | 9 | -9/+0 |
2015-03-04 | fix POLLWRNORM and POLLWRBAND on mips | Trutz Behn | 9 | -0/+2 |
2015-03-04 | fix x32 pthread type definitions | Rich Felker | 1 | -7/+7 |
2015-03-03 | make all objects used with atomic operations volatile | Rich Felker | 9 | -63/+63 |
2015-02-09 | add syscall numbers for the new execveat syscall | Szabolcs Nagy | 7 | -4/+19 |
2015-02-07 | remove cruft from x86_64 syscall.h | Szabolcs Nagy | 1 | -23/+0 |
2015-02-01 | fix typo in x86_64/x32 user_fpregs_struct | Felix Janda | 2 | -2/+2 |
2015-01-30 | move MREMAP_MAYMOVE and MREMAP_FIXED out of bits | Trutz Behn | 9 | -27/+0 |
2015-01-30 | remove mips-only EINIT and EREMDEV errnos | Trutz Behn | 1 | -2/+0 |
2014-12-23 | add new syscall numbers for bpf and kexec_file_load | Szabolcs Nagy | 8 | -0/+20 |
2014-12-21 | move wint_t definition to the shared part of alltypes.h.in | Rich Felker | 9 | -9/+0 |
2014-12-03 | add arm private syscall numbers | Timo Teräs | 1 | -0/+5 |
2014-11-22 | unify non-inline version of syscall code across archs | Rich Felker | 3 | -104/+6 |
2014-11-22 | inline 5- and 6-argument syscalls on arm | Rich Felker | 1 | -2/+15 |
2014-11-22 | remove old clang workarounds from arm syscall implementation | Rich Felker | 1 | -31/+0 |
2014-11-22 | fix __aeabi_read_tp oversight in arm atomics/tls overhaul | Rich Felker | 2 | -6/+5 |
2014-11-19 | overhaul ARM atomics/tls for performance and compatibility | Rich Felker | 5 | -44/+330 |
2014-11-05 | fix 64-bit syscall argument passing on or1k | Rich Felker | 1 | -1/+1 |
2014-10-10 | add explicit barrier operation to internal atomic.h API | Rich Felker | 9 | -6/+33 |
2014-10-08 | add new syscall numbers for seccomp, getrandom, memfd_create | Szabolcs Nagy | 8 | -0/+50 |
2014-09-11 | fix C++ incompatibility in i386 definition of max_align_t | Rich Felker | 1 | -0/+4 |
2014-09-06 | add threads.h and needed per-arch types for mtx_t and cnd_t | Rich Felker | 9 | -0/+18 |
2014-08-25 | fix build error on arm due to new a_spin code | Rich Felker | 1 | -1/+1 |
2014-08-25 | add working a_spin() atomic for non-x86 targets | Rich Felker | 6 | -0/+6 |
2014-08-20 | add max_align_t definition for C11 and C++11 | Rich Felker | 9 | -0/+18 |
2014-08-17 | make pointers used in robust list volatile | Rich Felker | 9 | -9/+9 |
2014-07-30 | fix broken offset argument to the mmap2 syscall on or1k | Rich Felker | 1 | -0/+2 |
2014-07-30 | provide PAGE_SIZE as a constant value of 8192 on or1k | Rich Felker | 1 | -0/+1 |
2014-07-29 | fix terminal control ioctl constants for sh | Rich Felker | 1 | -4/+8 |
2014-07-27 | remove unused a_cas_l from or1k atomic.h | Rich Felker | 1 | -5/+0 |
2014-07-27 | clean up unused and inconsistent atomics in arch dirs | Rich Felker | 8 | -100/+0 |