about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips
Commit message (Expand)AuthorAgeFilesLines
* C2x scanf binary constant handlingJoseph Myers2023-03-024-0/+48
* Linux: Move wordsize-32 Version to defaultAdhemerval Zanella2023-02-201-3/+0
* C2x strtol binary constant handlingJoseph Myers2023-02-164-0/+80
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0689-89/+89
* Linux: Consolidate typesizes.hAdhemerval Zanella Netto2022-12-071-0/+95
* Linux: consolidate sendfile implementationAdhemerval Zanella Netto2022-12-072-4/+0
* Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)Adhemerval Zanella2022-11-083-0/+3
* linux: Fix fstatat on MIPSn64 (BZ #29730)Aurelien Jarno2022-11-021-0/+51
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-182-8/+0
* Expose all MAP_ constants in <sys/mman.h> unconditionally (bug 29375)Andreas Schwab2022-10-101-15/+11
* Assume only FLAG_ELF_LIBC6 suportLucas A. M. Magalhaes2022-08-041-25/+0
* stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto2022-07-224-0/+12
* stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef.Tom Honermann2022-07-064-0/+8
* linux: Add mount_setattrAdhemerval Zanella2022-07-054-0/+4
* linux: Add open_treeAdhemerval Zanella2022-07-054-0/+4
* linux: Add fspickAdhemerval Zanella2022-07-054-0/+4
* linux: Add fsconfigAdhemerval Zanella2022-07-054-0/+4
* linux: Add move_mountAdhemerval Zanella2022-06-244-0/+4
* linux: Add fsmountAdhemerval Zanella2022-06-244-0/+4
* linux: Add fsopenAdhemerval Zanella2022-06-244-0/+4
* linux: Add process_mreleaseAdhemerval Zanella2022-06-024-0/+4
* linux: Add process_madviseAdhemerval Zanella2022-06-024-0/+4
* linux: Add pidfd_send_signalAdhemerval Zanella2022-05-174-0/+4
* linux: Add pidfd_getfdAdhemerval Zanella2022-05-174-0/+4
* linux: Add pidfd_openAdhemerval Zanella2022-05-174-0/+4
* elf: Remove ldconfig kernel version checkAdhemerval Zanella2022-05-161-10/+8
* stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella2022-05-131-0/+0
* mips: Fix mips64n32 64 bit time_t stat support (BZ#29069)=Joshua Kinard2022-04-181-15/+23
* Update syscall lists for Linux 5.17Joseph Myers2022-03-233-0/+3
* Linux: Use ptrdiff_t for __rseq_offsetFlorian Weimer2022-02-021-1/+1
* posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actio...Adhemerval Zanella2022-02-024-8/+4
* Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)Florian Weimer2022-01-273-0/+3
* posix: Add terminal control setting support for posix_spawnAdhemerval Zanella2022-01-254-0/+8
* Linux: Add epoll_pwait2 (BZ #27359)Adhemerval Zanella2022-01-174-0/+7
* Update syscall lists for Linux 5.16Joseph Myers2022-01-133-0/+3
* debug: Remove catchsegv and libSegfault (BZ #14913)Adhemerval Zanella2022-01-061-120/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0189-89/+89
* time: Refactor timesize.h for some ABIsAdhemerval Zanella2021-12-311-5/+3
* elf: Add _dl_find_object functionFlorian Weimer2021-12-284-0/+4
* Set default __TIMESIZE default to 64Adhemerval Zanella2021-12-231-0/+24
* math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella2021-12-132-0/+4
* nptl: Add public rseq symbols and <sys/rseq.h>Florian Weimer2021-12-093-0/+9
* nptl: Add rseq registrationFlorian Weimer2021-12-091-0/+62
* linux: Implement pipe in terms of __NR_pipe2Adhemerval Zanella2021-11-301-1/+0
* linux: Add prlimit64 C implementationAdhemerval Zanella2021-11-303-7/+0
* linux: Add fanotify_mark C implementationAdhemerval Zanella2021-11-253-6/+0
* setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.symAdhemerval Zanella2021-11-223-18/+0
* Update syscall lists for Linux 5.15Joseph Myers2021-11-103-0/+3
* String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein2021-10-264-0/+4
* Add fmaximum, fminimum functionsJoseph Myers2021-09-282-0/+112