about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sh
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0130-30/+30
* copy_file_range: New function to copy file dataFlorian Weimer2017-12-221-0/+1
* sh: Fix clone exit return code (BZ #22605)Adhemerval Zanella2017-12-191-0/+1
* Add _Float32 function aliases.Joseph Myers2017-12-072-0/+109
* Add _Float64, _Float32x function aliases.Joseph Myers2017-12-062-0/+218
* Linux: Implement interfaces for memory protection keysFlorian Weimer2017-12-051-0/+5
* Implement the mlock2 functionFlorian Weimer2017-11-271-0/+1
* Linux: Add memfd_create system call wrapperFlorian Weimer2017-11-231-0/+1
* Add jmp_buf-macros.hH.J. Lu2017-11-091-0/+6
* Linux: Consolidate {RTLD_}SINGLE_THREAD_P definitionAdhemerval Zanella2017-10-111-34/+0
* New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy2017-10-021-0/+3
* posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella2017-09-251-0/+3
* New expf and exp2f version without SVID compat wrapperSzabolcs Nagy2017-09-251-0/+3
* Remove NO_CANCELLATION macroAdhemerval Zanella2017-08-311-1/+0
* Fix mcontext_t sigcontext namespace (bug 21457).Joseph Myers2017-08-301-1/+0
* Remove cancellation support for syscall generationAdhemerval Zanella2017-08-241-140/+6
* Allow abort PLT references in libc.so for SH.Joseph Myers2017-08-161-0/+2
* ld.so: Introduce struct dl_exceptionFlorian Weimer2017-08-101-0/+2
* Fix uc_* namespace (bug 21457).Joseph Myers2017-08-091-3/+3
* Consolidate Linux fcntl implementationAdhemerval Zanella2017-06-301-1/+0
* Rename struct ucontext tag (bug 21457).Joseph Myers2017-06-262-3/+3
* Call exit directly in clone (BZ #21512)Adhemerval Zanella2017-06-261-19/+2
* Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler2017-06-061-0/+3
* Fix struct sigaltstack namespace (bug 21517).Joseph Myers2017-06-051-1/+1
* Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers2017-06-011-17/+31
* posix: Implement preadv2 and pwritev2Adhemerval Zanella2017-05-311-0/+4
* Add reallocarray functionDennis Wölfing2017-05-301-0/+2
* Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers2017-05-231-8/+2
* Remove __need macros from signal.h.Zack Weinberg2017-05-201-0/+1
* Split up bits/sigstack.h.Joseph Myers2017-05-191-0/+3
* posix: Consolidate Linux waitpid syscallAdhemerval Zanella2017-05-181-2/+0
* Condition some sys/ucontext.h contents on __USE_MISC (bug 21457).Joseph Myers2017-05-111-16/+18
* Simplify accept4, recvmmsg, sendmmsg code.Joseph Myers2017-05-091-3/+0
* Consolidate set* Linux implementationAdhemerval Zanella2017-03-289-10/+0
* Consolidate Linux sendto implementationAdhemerval Zanella2017-03-091-1/+0
* Consolidate Linux recvfrom implementationAdhemerval Zanella2017-03-091-1/+0
* Consolidate Linux accept implementationAdhemerval Zanella2017-03-091-1/+0
* Bug 21053: sh: Reduce namespace pollution from sys/ucontext.hJames Clarke2017-01-243-68/+66
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0131-31/+31
* Add fromfp functions.Joseph Myers2016-12-311-0/+12
* Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for LinuxAdhemerval Zanella2016-12-281-0/+3
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-211-0/+3
* Add fmaxmag, fminmag functions.Joseph Myers2016-12-201-0/+6
* New string function explicit_bzero (from OpenBSD).Zack Weinberg2016-12-161-0/+2
* Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer2016-12-121-0/+2
* Add llogb, llogbf, llogbl.Joseph Myers2016-12-021-0/+3
* ld.so: Remove __libc_memalignFlorian Weimer2016-11-302-5/+2
* Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer2016-11-301-0/+3
* Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers2016-11-241-0/+3
* Remove cached PID/TID in cloneAdhemerval Zanella2016-11-242-42/+1