about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* linux: Enable vDSO clock_gettime64 for mipsAdhemerval Zanella2020-01-031-0/+5
* elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2020-01-031-2/+0
* linux: Update mips vDSO symbolsAdhemerval Zanella2020-01-031-0/+1
* Linux: Use system call tables during buildFlorian Weimer2020-01-021-1/+0
* Linux: Add tables with system call numbersFlorian Weimer2020-01-023-0/+1105
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0184-84/+84
* nptl: Move waitpid implementation to libcAdhemerval Zanella2019-12-192-2/+0
* nptl: Move wait implementation to libcAdhemerval Zanella2019-12-192-4/+0
* mips: Do not include hi and lo in __SYSCALL_CLOBBERS for R6Dragan Mladjenovic2019-12-163-6/+21
* nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-12-092-2/+2
* nptl: Add missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-11-072-0/+2
* nptl: Move nanosleep implementation to libcAdhemerval Zanella2019-11-062-4/+0
* nptl: Add pthread_clockjoin_npMike Crowe2019-11-012-0/+2
* Update sysvipc kernel-features.h files for Linux 5.1Adhemerval Zanella2019-10-181-4/+8
* ipc: Refactor sysvipc internal definitionsAdhemerval Zanella2019-10-172-14/+5
* sysvipc: Set ipc_perm mode as mode_t (BZ#18231)Adhemerval Zanella2019-10-101-54/+0
* mips: Do not malloc on getdents64 fallbackAdhemerval Zanella2019-10-091-59/+81
* nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer2019-10-072-2/+0
* nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer2019-10-072-2/+0
* nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer2019-10-042-2/+0
* Fix vDSO initialization on arm and mipsAndreas Schwab2019-09-241-2/+2
* mips: Consolidate INTERNAL_VSYSCALL_CALLAdhemerval Zanella2019-09-174-36/+16
* Refactor vDSO initialization codeAdhemerval Zanella2019-09-173-71/+2
* Remove PREPARE_VERSION and PREPARE_VERSION_KNOWAdhemerval Zanella2019-09-175-16/+29