about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0786-86/+86
* Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg2019-09-046-10/+20
* nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer2019-08-302-2/+0
* MIPS support for GNU hashMihailo Stojanovic2019-08-292-1/+3
* nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer2019-08-282-2/+0
* Don't put non-ASCII into installed headersPaul Eggert2019-08-231-2/+2
* Fix spellings of contributor names in comments and docPaul Eggert2019-08-232-3/+3
* [MIPS] Raise highest supported EI_ABIVERSION value [BZ #24916]Mihailo Stojanovic2019-08-231-1/+1
* mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic2019-08-233-5/+89
* Refactor sigcontextinfo.hAdhemerval Zanella2019-08-232-14/+8
* nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer2019-08-162-2/+0
* nptl: Move pthread_attr_init implementation into libcFlorian Weimer2019-08-152-4/+0
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-152-0/+28
* nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer2019-08-152-2/+0
* nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer2019-08-152-2/+0
* nptl: Move pthread_equal implementation into libcFlorian Weimer2019-08-152-2/+0
* linux: Enable vDSO for static linking as default (BZ#19767)Adhemerval Zanella2019-08-053-9/+0
* Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ #24532]Florian Weimer2019-07-241-0/+38
* nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe2019-07-122-0/+2
* nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe2019-07-122-0/+4
* nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe2019-07-122-0/+2
* nptl: Add POSIX-proposed sem_clockwaitMike Crowe2019-07-122-0/+2
* posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella2019-07-101-0/+13
* nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer2019-07-023-5/+0
* Linux: Adjust gedents64 buffer size to int range [BZ #24740]Florian Weimer2019-06-271-0/+6
* Linux: Add getdents64 system callFlorian Weimer2019-06-075-1/+10