summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/microblaze
AgeCommit message (Expand)Author
2018-01-29microblaze: don't use copy_file_range syscall with kernel headers < 4.10Romain Naour
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-22copy_file_range: New function to copy file dataFlorian Weimer
2017-12-07Add _Float32 function aliases.Joseph Myers
2017-12-06Add _Float64, _Float32x function aliases.Joseph Myers
2017-12-05Linux: Implement interfaces for memory protection keysFlorian Weimer
2017-11-27Implement the mlock2 functionFlorian Weimer
2017-11-23Linux: Add memfd_create system call wrapperFlorian Weimer
2017-11-09Add jmp_buf-macros.hH.J. Lu
2017-10-11Linux: Consolidate {RTLD_}SINGLE_THREAD_P definitionAdhemerval Zanella
2017-10-02New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy
2017-09-25posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella
2017-09-25New expf and exp2f version without SVID compat wrapperSzabolcs Nagy
2017-09-19Use execveat syscall in fexecve (bug 22134)Andreas Schwab
2017-08-31Remove NO_CANCELLATION macroAdhemerval Zanella
2017-08-30Fix mcontext_t sigcontext namespace (bug 21457).Joseph Myers
2017-08-24Remove cancellation support for syscall generationAdhemerval Zanella
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer
2017-07-28microblaze: Resolve non-relocatable branch in pt-vfork.S (BZ#21779)Nathan Rossi
2017-06-30Consolidate Linux fcntl implementationAdhemerval Zanella
2017-06-26Rename struct ucontext tag (bug 21457).Joseph Myers
2017-06-01Avoid tickling a linker bug from microblaze pt-vfork.S.Zack Weinberg
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella
2017-05-30Add reallocarray functionDennis Wölfing
2017-05-09Simplify accept4, recvmmsg, sendmmsg code.Joseph Myers
2017-05-02posix: Fix internal p{read,write} plt usageAdhemerval Zanella
2017-04-12Consolidate Linux mmap implementation (BZ#21270)Adhemerval Zanella
2017-03-28Consolidate set* Linux implementationAdhemerval Zanella
2017-03-09Consolidate Linux sendto implementationAdhemerval Zanella
2017-03-09Consolidate Linux recvfrom implementationAdhemerval Zanella
2017-03-09Consolidate Linux accept implementationAdhemerval Zanella
2017-01-19Restore clock_* librt exports for MicroBlaze (bug 21061).Joseph Myers
2017-01-09Update MicroBlaze localplt.data.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Add fromfp functions.Joseph Myers
2016-12-28Use shmget syscall for linux implementationAdhemerval Zanella
2016-12-28Use shmdt syscall for linux implementationAdhemerval Zanella
2016-12-28Consolidate Linux shmctl implementationAdhemerval Zanella
2016-12-28Use shmat syscall for Linux implementationAdhemerval Zanella
2016-12-28Consolidate Linux semtimedop implementationAdhemerval Zanella
2016-12-28Use semop syscall for Linux implementationAdhemerval Zanella
2016-12-28Use semget syscall for Linux implementationAdhemerval Zanella
2016-12-28Consolidate Linux semctl implementationAdhemerval Zanella
2016-12-28Use msgget syscall for Linux implementationAdhemerval Zanella
2016-12-28Use msgsnd syscall for Linux implementationAdhemerval Zanella
2016-12-28Consolidate Linux msgrcv implementationAdhemerval Zanella
2016-12-28Consolidate Linux msgctl implementationAdhemerval Zanella
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg