about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
Commit message (Expand)AuthorAgeFilesLines
* Add jmp_buf-macros.hH.J. Lu2017-11-0924-0/+144
* Move <bits/mman-linux.h> to the Linux sysdeps directoryFlorian Weimer2017-11-072-7/+111
* Cleanup Linux sigqueue implementationAdhemerval Zanella2017-11-061-8/+2
* Simplify Linux sig{timed}wait{info} implementationsAdhemerval Zanella2017-11-064-118/+13
* aarch64: Guess L1 cache linesize for aarch64Richard Henderson2017-11-031-0/+55
* test-errno-linux: quotactl can fail with EPERM in containersFlorian Weimer2017-11-021-38/+38
* Remove useless #ifdefs from Linux sig*.c syscallsYury Norov2017-10-314-32/+4
* Consolidate Linux sigpending() implementationYury Norov2017-10-314-141/+0
* posix: Do not use WNOHANG in waitpid call for Linux posix_spawnAdhemerval Zanella2017-10-231-5/+5
* posix: Fix improper assert in Linux posix_spawn (BZ#22273)Adhemerval Zanella2017-10-201-6/+18
* sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321]Florian Weimer2017-10-203-1/+71
* Add _Float128 function aliases.Joseph Myers2017-10-1815-0/+768
* posix: Add p{readv,writev}2 flags to generic uio-ext.hAdhemerval Zanella2017-10-171-2/+1
* Linux: Consolidate {RTLD_}SINGLE_THREAD_P definitionAdhemerval Zanella2017-10-1125-676/+78
* Restore sparc32 copysignl, fabsl, fmal compat symbols (bug 22229).Joseph Myers2017-10-042-0/+4
* tile: Check SHARED instead PIC for SYSCALL_ERROR_NAMEH.J. Lu2017-10-031-1/+1
* New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy2017-10-0226-0/+78
* Hide internal fadvise64/fallocate64 functions [BZ #18822]H.J. Lu2017-10-012-0/+4
* Hide internal __sched_setaffinity_new function [BZ #18822]H.J. Lu2017-10-011-0/+4
* Hide internal __glob64 function [BZ #18822]H.J. Lu2017-10-011-0/+1
* Hide internal __new_getrlimit function [BZ #18822]H.J. Lu2017-10-011-1/+2
* Hide internal __tcgetattr function [BZ #18822]H.J. Lu2017-10-011-0/+1
* Hide internal __setrlimit function [BZ #18822]H.J. Lu2017-10-012-0/+4
* Hide internal __get_sol function [BZ #18822]H.J. Lu2017-10-013-4/+22
* Hide internal __bsd_getpt function [BZ #18822]H.J. Lu2017-10-011-1/+1
* Hide internal __sysinfo function [BZ #18822]H.J. Lu2017-10-011-1/+1
* Hide internal signal functions [BZ #18822]H.J. Lu2017-10-016-0/+6
* Hide internal __mremap function [BZ #18822]H.J. Lu2017-10-011-0/+1
* Hide internal __ioctl function [BZ #18822]H.J. Lu2017-10-014-0/+4
* Hide internal sysinfo functions [BZ #18822]H.J. Lu2017-10-011-0/+4
* Mark internal netlink functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-4/+6
* Hide __readv and __writev [BZ #18822]H.J. Lu2017-10-012-0/+4
* Mark internal dirent functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-013-0/+3
* Mark internal statfs functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-4/+8
* Mark __internal_statvfs[64] with attribute_hidden [BZ #18822]H.J. Lu2017-10-016-23/+31
* Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-1/+2
* Fix return pointer save and PIC register restore in __getcontext andJohn David Anglin2017-10-012-1/+5
* Fix hppa text relocations in libc.soJohn David Anglin2017-09-301-0/+5
* Update sysdeps/unix/sysv/linux/ifaddrs.cH.J. Lu2017-09-271-0/+2
* posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella2017-09-2537-35/+184
* New expf and exp2f version without SVID compat wrapperSzabolcs Nagy2017-09-2526-0/+78
* Fix fexecve build where syscall macros call sizeof.Joseph Myers2017-09-191-1/+2
* Use execveat syscall in fexecve (bug 22134)Andreas Schwab2017-09-195-0/+35
* posix: Fix compat glob code on s390 and alphaAdhemerval Zanella2017-09-132-4/+2
* Add thunderx2t99 and thunderx2t99p1 CPU names to tunables listSteve Ellcey2017-09-081-3/+5
* Fix glibc.tune.cpu tunable handlingSteve Ellcey2017-09-081-1/+1
* Add Linux 4.13 constants to bits/fcntl-linux.h.Joseph Myers2017-09-081-0/+15
* Add fcntl sealing interfaces from Linux 3.17 to bits/fcntl-linux.h.Joseph Myers2017-09-081-0/+10
* posix: Consolidate Linux glob implementationAdhemerval Zanella2017-09-0822-35/+129
* posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella2017-09-088-43/+85