aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/microblaze
AgeCommit message (Expand)AuthorFilesLines
2019-07-12nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe1-0/+1
2019-07-12nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe1-0/+2
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe1-0/+1
2019-07-12nptl: Add POSIX-proposed sem_clockwaitMike Crowe1-0/+1
2019-07-02nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer2-51/+0
2019-06-28io: Remove copy_file_range emulation [BZ #24744]Florian Weimer1-5/+0
2019-06-07Linux: Add getdents64 system callFlorian Weimer1-0/+1
2019-05-14Linux: Add the tgkill functionFlorian Weimer1-0/+1
2019-05-02misc: Add twalk_r functionFlorian Weimer1-0/+1
2019-02-08Linux: Add gettid system call wrapper [BZ #6399]Florian Weimer1-0/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers18-18/+18
2018-12-07Add getcpuH.J. Lu1-0/+1
2018-12-07posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer1-0/+1
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy1-0/+1
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy1-0/+1
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy1-0/+1
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy1-0/+2
2018-11-08Remove __ASSUME_SOCKETCALL.Joseph Myers1-3/+0
2018-11-07Fix __ASSUME_MLOCK2 for ARM, MicroBlaze (bug 23867).Joseph Myers1-0/+5
2018-11-06posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer1-0/+1
2018-09-25Unify some sys/procfs.h headers.Joseph Myers2-123/+35
2018-09-18Unify many bits/mman.h headers.Joseph Myers1-46/+0
2018-09-14Fix sys/procfs.h pr_uid, pr_gid type (bug 23649).Joseph Myers1-2/+2
2018-07-24nptl: Add abilist symbols for C11 threadsAdhemerval Zanella2-0/+25
2018-07-10Add the statx functionFlorian Weimer2-0/+6
2018-07-05Add renameat2 function [BZ #17662]Florian Weimer2-0/+6
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella1-0/+2
2018-06-05Add MAP_FIXED_NOREPLACE from Linux 4.17 to bits/mman.h.Joseph Myers1-0/+2
2018-05-17Add narrowing divide functions.Joseph Myers1-0/+6
2018-05-16Add narrowing multiply functions.Joseph Myers1-0/+6
2018-05-04Ignore absolute symbols in ABI tests.Joseph Myers13-24/+0
2018-03-22Remove unused frame.h header, sigcontextinfo.h macros.Joseph Myers1-5/+0
2018-03-20Add narrowing subtract functions.Joseph Myers1-0/+6
2018-03-07Refactor Linux ARCH_FORK implementationAdhemerval Zanella2-27/+3
2018-02-10Add narrowing add functions.Joseph Myers1-0/+7
2018-02-06Add MAP_SYNC from Linux 4.15.Joseph Myers1-0/+2
2018-01-29microblaze: don't use copy_file_range syscall with kernel headers < 4.10Romain Naour1-0/+5
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers20-20/+20
2017-12-22copy_file_range: New function to copy file dataFlorian Weimer1-0/+1
2017-12-07Add _Float32 function aliases.Joseph Myers2-0/+109
2017-12-06Add _Float64, _Float32x function aliases.Joseph Myers2-0/+218
2017-12-05Linux: Implement interfaces for memory protection keysFlorian Weimer1-0/+5
2017-11-27Implement the mlock2 functionFlorian Weimer1-0/+1
2017-11-23Linux: Add memfd_create system call wrapperFlorian Weimer1-0/+1
2017-11-09Add jmp_buf-macros.hH.J. Lu1-0/+6
2017-10-11Linux: Consolidate {RTLD_}SINGLE_THREAD_P definitionAdhemerval Zanella2-45/+2
2017-10-02New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy1-0/+3
2017-09-25posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella1-0/+3
2017-09-25New expf and exp2f version without SVID compat wrapperSzabolcs Nagy1-0/+3
2017-09-19Use execveat syscall in fexecve (bug 22134)Andreas Schwab1-0/+5