| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce the statically linked startup code [BZ #23323] | Florian Weimer | 2021-02-25 | 1 | -0/+1 |
* | Remove mknod wrapper functions, move them to symbols | Adhemerval Zanella | 2020-10-09 | 1 | -0/+2 |
* | Remove stat wrapper functions, move them to exported symbols | Adhemerval Zanella | 2020-10-09 | 1 | -0/+8 |
* | Update mallinfo2 ABI, and test | DJ Delorie | 2020-09-17 | 1 | -0/+1 |
* | Linux: Remove rseq support | Florian Weimer | 2020-07-16 | 1 | -1/+0 |
* | string: Add strerrorname_np and strerrordesc_np | Adhemerval Zanella | 2020-07-07 | 1 | -0/+2 |
* | string: Add sigabbrev_np and sigdescr_np | Adhemerval Zanella | 2020-07-07 | 1 | -0/+2 |
* | Add the __libc_single_threaded variable | Florian Weimer | 2020-07-06 | 1 | -0/+1 |
* | Linux: Perform rseq registration at C startup and thread creation | Mathieu Desnoyers | 2020-07-06 | 1 | -0/+1 |
* | nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np | Florian Weimer | 2020-06-02 | 1 | -0/+2 |
* | nptl: Move pthread_gettattr_np into libc | Florian Weimer | 2020-05-20 | 1 | -0/+2 |
* | nptl: Move pthread_getaffinity_np into libc | Florian Weimer | 2020-05-20 | 1 | -0/+3 |
* | nptl: Move pthread_attr_setaffinity_np into libc | Florian Weimer | 2020-05-20 | 1 | -0/+3 |
* | nptl: Move pthread_sigmask implementation to libc | Adhemerval Zanella | 2020-04-21 | 1 | -0/+2 |
* | Finish move of clock_* functions to libc. [BZ #24959] | Zack Weinberg | 2019-09-04 | 1 | -0/+5 |
* | Linux: Add getdents64 system call | Florian Weimer | 2019-06-07 | 1 | -0/+1 |
* | Linux: Add the tgkill function | Florian Weimer | 2019-05-14 | 1 | -0/+1 |
* | misc: Add twalk_r function | Florian Weimer | 2019-05-02 | 1 | -0/+1 |
* | Linux: Add gettid system call wrapper [BZ #6399] | Florian Weimer | 2019-02-08 | 1 | -0/+1 |
* | Add getcpu | H.J. Lu | 2018-12-07 | 1 | -0/+1 |
* | posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405] | Florian Weimer | 2018-12-07 | 1 | -0/+1 |
* | posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405] | Florian Weimer | 2018-11-06 | 1 | -0/+1 |
* | nptl: Add abilist symbols for C11 threads | Adhemerval Zanella | 2018-07-24 | 1 | -0/+4 |
* | Add the statx function | Florian Weimer | 2018-07-10 | 1 | -0/+1 |
* | Add renameat2 function [BZ #17662] | Florian Weimer | 2018-07-05 | 1 | -0/+1 |
* | Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251) | Adhemerval Zanella | 2018-06-26 | 1 | -0/+1 |
* | Ignore absolute symbols in ABI tests. | Joseph Myers | 2018-05-04 | 1 | -31/+0 |
* | copy_file_range: New function to copy file data | Florian Weimer | 2017-12-22 | 1 | -0/+1 |
* | Add _Float32 function aliases. | Joseph Myers | 2017-12-07 | 1 | -0/+5 |
* | Add _Float64, _Float32x function aliases. | Joseph Myers | 2017-12-06 | 1 | -0/+10 |
* | Linux: Implement interfaces for memory protection keys | Florian Weimer | 2017-12-05 | 1 | -0/+5 |
* | Implement the mlock2 function | Florian Weimer | 2017-11-27 | 1 | -0/+1 |
* | Add _Float64x function aliases. | Joseph Myers | 2017-11-27 | 1 | -0/+5 |
* | Linux: Add memfd_create system call wrapper | Florian Weimer | 2017-11-23 | 1 | -0/+1 |
* | posix: Add compat glob symbol to not follow dangling symbols | Adhemerval Zanella | 2017-09-25 | 1 | -0/+3 |
* | Add float128 support for ia64. | Joseph Myers | 2017-06-26 | 1 | -0/+7 |
* | posix: Implement preadv2 and pwritev2 | Adhemerval Zanella | 2017-05-31 | 1 | -0/+4 |
* | Add reallocarray function | Dennis Wölfing | 2017-05-30 | 1 | -0/+2 |
* | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 2016-12-16 | 1 | -0/+2 |
* | Add getentropy, getrandom, <sys/random.h> [BZ #17252] | Florian Weimer | 2016-12-12 | 1 | -0/+2 |
* | Add strfromd, strfromf, and strfroml functions | Gabriel F. T. Gomes | 2016-10-25 | 1 | -0/+3 |
* | Minimize sysdeps code involved in defining major/minor/makedev. | Zack Weinberg | 2016-08-03 | 1 | -0/+1 |
* | Revert {send,sendm,recv,recvm}msg conformance changes | Adhemerval Zanella | 2016-06-10 | 1 | -4/+0 |
* | Bug 20198: quick_exit should not call destructors. | Carlos O'Donell | 2016-06-06 | 1 | -0/+1 |
* | network: recvmmsg and sendmmsg standard compliance (BZ#16919) | Adhemerval Zanella | 2016-05-25 | 1 | -0/+2 |
* | network: recvmsg and sendmsg standard compliance (BZ#16919) | Adhemerval Zanella | 2016-05-25 | 1 | -0/+3 |
* | Simplify the abilist format | Florian Weimer | 2015-11-06 | 1 | -2205/+2178 |
* | Add LFS support for fts functions (bug 11460) | Mark Wielaard | 2015-11-06 | 1 | -0/+7 |
* | libio: fmemopen rewrite to POSIX compliance | Adhemerval Zanella | 2015-07-08 | 1 | -0/+3 |
* | IA64: Consolidate nptl/ subdirectories under linux/... | Roland McGrath | 2014-08-04 | 1 | -0/+2195 |