aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/arm
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Add missing stat/mknod symbol on libc.abilist some ABIsAdhemerval Zanella1-0/+10
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella1-0/+2
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella1-0/+8
2020-09-17Update mallinfo2 ABI, and testDJ Delorie2-0/+2
2020-09-11linux: Consolidate fxstatat{64}Adhemerval Zanella1-1/+0
2020-09-11linux: Consolidate fxstat{64}Adhemerval Zanella1-1/+0
2020-09-11linux: Consolidate lxstat{64}Adhemerval Zanella1-1/+0
2020-09-11linux: Consolidate xstat{64}Adhemerval Zanella1-1/+0
2020-08-07Update syscall lists for Linux 5.8.Joseph Myers1-0/+1
2020-07-16Linux: Remove rseq supportFlorian Weimer3-85/+0
2020-07-07string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella2-0/+4
2020-07-07string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella2-0/+4
2020-07-06Add the __libc_single_threaded variableFlorian Weimer2-0/+2
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers3-0/+85
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella2-0/+2
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer2-0/+4
2020-05-20nptl: Move pthread_gettattr_np into libcFlorian Weimer4-2/+4
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer4-2/+4
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer4-2/+4
2020-04-21nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella4-2/+4
2020-04-03Update syscall lists for Linux 5.6.Joseph Myers1-0/+2
2020-02-20nptl: Move pthread_setschedparam implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_getschedparam implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_condattr_init implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer2-2/+0
2020-02-20nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer2-2/+0
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer3-14/+0
2020-02-15arm: fix use of INTERNAL_SYSCALL_CALLAndreas Schwab1-1/+1
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella3-11/+10
2020-02-14linux: Consolidate INLINE_SYSCALLAdhemerval Zanella1-27/+0
2020-01-03linux: Enable vDSO clock_gettime64 for armAdhemerval Zanella1-0/+1
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella1-1/+0
2020-01-02Linux: Use system call tables during buildFlorian Weimer3-6/+2
2020-01-02Linux: Add tables with system call numbersFlorian Weimer2-0/+417
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers39-39/+39
2019-12-19nptl: Move waitpid implementation to libcAdhemerval Zanella2-2/+0
2019-12-19nptl: Move wait implementation to libcAdhemerval Zanella2-4/+0
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella2-4/+0
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe2-0/+2
2019-10-17ipc: Refactor sysvipc internal definitionsAdhemerval Zanella1-0/+2
2019-10-14Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.Joseph Myers1-1/+5
2019-10-10sysvipc: Set ipc_perm mode as mode_t (BZ#18231)Adhemerval Zanella3-0/+13
2019-10-07nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer2-2/+0
2019-10-07nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer2-2/+0
2019-10-04nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer2-2/+0