about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips
Commit message (Expand)AuthorAgeFilesLines
* Update mallinfo2 ABI, and testDJ Delorie2020-09-174-0/+4
* linux: Consolidate fxstatat{64}Adhemerval Zanella2020-09-113-24/+38
* linux: Consolidate fxstat{64}Adhemerval Zanella2020-09-112-11/+44
* linux: Consolidate lxstat{64}Adhemerval Zanella2020-09-112-12/+44
* linux: Consolidate xstat{64}Adhemerval Zanella2020-09-112-13/+45
* linux: Define STAT64_IS_KERNEL_STAT64Adhemerval Zanella2020-09-111-0/+6
* linux: Always define STAT_IS_KERNEL_STATAdhemerval Zanella2020-09-111-0/+1
* Update syscall lists for Linux 5.8.Joseph Myers2020-08-073-0/+3
* Linux: Remove rseq supportFlorian Weimer2020-07-165-66/+0
* sysv: linux: Add 64-bit time_t variant for shmctlAdhemerval Zanella2020-07-092-3/+30
* sysvipc: Remove the linux shm-pad.h fileAdhemerval Zanella2020-07-092-26/+49
* sysv: linux: Add 64-bit time_t variant for msgctlAdhemerval Zanella2020-07-092-6/+39
* sysvipc: Remove the linux msq-pad.h fileAdhemerval Zanella2020-07-092-31/+56
* sysv: linux: Add 64-bit time_t variant for semctlAdhemerval Zanella2020-07-092-2/+12
* Remove --enable-obsolete-nsl configure flagPetr Vorel2020-07-081-2/+0
* string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella2020-07-074-0/+8
* string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella2020-07-074-0/+8
* signal: Move sys_errlist to a compat symbolAdhemerval Zanella2020-07-072-7/+27
* signal: Add signum-{generic,arch}.hAdhemerval Zanella2020-07-072-68/+65
* Add the __libc_single_threaded variableFlorian Weimer2020-07-064-0/+4
* Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers2020-07-065-0/+66
* New exp10f version without SVID compat wrapperAdhemerval Zanella2020-06-192-0/+2
* nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer2020-06-024-0/+8
* nptl: Move pthread_gettattr_np into libcFlorian Weimer2020-05-206-2/+10
* nptl: Move pthread_getaffinity_np into libcFlorian Weimer2020-05-206-4/+12
* nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer2020-05-206-4/+12
* semctl: Remove the sem-pad.h fileAlistair Francis2020-04-291-5/+13
* nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella2020-04-216-2/+8
* Update syscall lists for Linux 5.6.Joseph Myers2020-04-033-0/+6
* mips: Fix wrong INTERNAL_SYSCALL_ERROR_P check from bc2eb9321eAdhemerval Zanella2020-03-101-1/+1
* Linux: getdents64 syscall number is always available on MIPSFlorian Weimer2020-03-031-2/+0
* nptl: Move pthread_setschedparam implementation into libcFlorian Weimer2020-02-202-2/+0
* nptl: Move pthread_getschedparam implementation into libcFlorian Weimer2020-02-202-2/+0
* nptl: Move pthread_cond_init implementation into libcFlorian Weimer2020-02-202-4/+0
* nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer2020-02-202-4/+0
* nptl: Move pthread_condattr_init implementation into libcFlorian Weimer2020-02-202-2/+0
* nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer2020-02-202-2/+0
* nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer2020-02-202-2/+0
* nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer2020-02-202-2/+0
* nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer2020-02-202-2/+0
* nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer2020-02-202-2/+0
* mips: Fix bracktrace result for signal framesAdhemerval Zanella2020-02-181-0/+67
* ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2020-02-153-12/+0
* linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella2020-02-144-26/+23
* linux: Consolidate INLINE_SYSCALLAdhemerval Zanella2020-02-142-56/+2
* mips: Use Linux kABI for syscall returnAdhemerval Zanella2020-02-143-53/+23
* mips64: Consolidate Linux sysdep.hAdhemerval Zanella2020-02-142-390/+68
* Use gcc -finput-charset=ascii for check-installed-headers.Stefan Liebler2020-02-131-1/+1
* mips: Fix argument passing for inlined syscalls on Linux [BZ #25523]WANG Xuerui2020-02-123-52/+104
* mips: Use 'long int' and 'long long int' in linux syscall codeWANG Xuerui2020-02-1214-220/+230