aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/mips
AgeCommit message (Expand)AuthorFilesLines
2020-10-16linux: Use INTERNAL_SYSCALL on fstatat{64}Adhemerval Zanella1-5/+3
2020-10-13Add missing stat/mknod symbol on libc.abilist some ABIsAdhemerval Zanella1-0/+10
2020-10-09linux: Add {f}stat{at} y2038 supportAdhemerval Zanella2-14/+6
2020-10-09linux: Move {f}xstat{at} to compat symbolsAdhemerval Zanella8-1/+64
2020-10-09linux: Disentangle fstatat from fxstatatAdhemerval Zanella9-11/+80
2020-10-09linux: Move the struct stat{64} to struct_stat.hAdhemerval Zanella1-39/+6
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella5-5/+12
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella5-7/+31
2020-10-06Replace Minumum/minumum with Minimum/minimumH.J. Lu2-2/+2
2020-09-17Update mallinfo2 ABI, and testDJ Delorie4-0/+4
2020-09-11linux: Consolidate fxstatat{64}Adhemerval Zanella3-24/+38
2020-09-11linux: Consolidate fxstat{64}Adhemerval Zanella2-11/+44
2020-09-11linux: Consolidate lxstat{64}Adhemerval Zanella2-12/+44
2020-09-11linux: Consolidate xstat{64}Adhemerval Zanella2-13/+45
2020-09-11linux: Define STAT64_IS_KERNEL_STAT64Adhemerval Zanella1-0/+6
2020-09-11linux: Always define STAT_IS_KERNEL_STATAdhemerval Zanella1-0/+1
2020-08-07Update syscall lists for Linux 5.8.Joseph Myers3-0/+3
2020-07-16Linux: Remove rseq supportFlorian Weimer5-66/+0
2020-07-09sysv: linux: Add 64-bit time_t variant for shmctlAdhemerval Zanella2-3/+30
2020-07-09sysvipc: Remove the linux shm-pad.h fileAdhemerval Zanella2-26/+49
2020-07-09sysv: linux: Add 64-bit time_t variant for msgctlAdhemerval Zanella2-6/+39
2020-07-09sysvipc: Remove the linux msq-pad.h fileAdhemerval Zanella2-31/+56
2020-07-09sysv: linux: Add 64-bit time_t variant for semctlAdhemerval Zanella2-2/+12
2020-07-08Remove --enable-obsolete-nsl configure flagPetr Vorel1-2/+0
2020-07-07string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella4-0/+8
2020-07-07string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella4-0/+8
2020-07-07signal: Move sys_errlist to a compat symbolAdhemerval Zanella2-7/+27
2020-07-07signal: Add signum-{generic,arch}.hAdhemerval Zanella2-68/+65
2020-07-06Add the __libc_single_threaded variableFlorian Weimer4-0/+4
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers5-0/+66
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella2-0/+2
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer4-0/+8
2020-05-20nptl: Move pthread_gettattr_np into libcFlorian Weimer6-2/+10
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer6-4/+12
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer6-4/+12
2020-04-29semctl: Remove the sem-pad.h fileAlistair Francis1-5/+13
2020-04-21nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella6-2/+8
2020-04-03Update syscall lists for Linux 5.6.Joseph Myers3-0/+6
2020-03-10mips: Fix wrong INTERNAL_SYSCALL_ERROR_P check from bc2eb9321eAdhemerval Zanella1-1/+1
2020-03-03Linux: getdents64 syscall number is always available on MIPSFlorian Weimer1-2/+0
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-4/+0
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer2-4/+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