Age | Commit message (Expand) | Author | Files | Lines |
2020-10-15 | y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bit | Lukasz Majewski | 2 | -3/+4 |
2020-10-09 | linux: Move the struct stat{64} to struct_stat.h | Adhemerval Zanella | 1 | -39/+7 |
2020-10-09 | Remove mknod wrapper functions, move them to symbols | Adhemerval Zanella | 4 | -12/+9 |
2020-10-09 | Remove stat wrapper functions, move them to exported symbols | Adhemerval Zanella | 4 | -12/+32 |
2020-09-17 | Update mallinfo2 ABI, and test | DJ Delorie | 2 | -0/+2 |
2020-09-11 | linux: Consolidate fxstatat{64} | Adhemerval Zanella | 1 | -1/+0 |
2020-09-11 | linux: Consolidate fxstat{64} | Adhemerval Zanella | 1 | -1/+0 |
2020-09-11 | linux: Consolidate lxstat{64} | Adhemerval Zanella | 1 | -1/+0 |
2020-09-11 | linux: Consolidate xstat{64} | Adhemerval Zanella | 1 | -1/+0 |
2020-09-11 | linux: Define STAT64_IS_KERNEL_STAT64 | Adhemerval Zanella | 1 | -0/+1 |
2020-08-21 | S390: Sync HWCAP names with kernel by adding aliases [BZ #25971] | Stefan Liebler | 1 | -0/+3 |
2020-08-07 | Update syscall lists for Linux 5.8. | Joseph Myers | 2 | -0/+2 |
2020-07-16 | Linux: Remove rseq support | Florian Weimer | 3 | -39/+0 |
2020-07-07 | string: Add strerrorname_np and strerrordesc_np | Adhemerval Zanella | 2 | -0/+4 |
2020-07-07 | string: Add sigabbrev_np and sigdescr_np | Adhemerval Zanella | 2 | -0/+4 |
2020-07-06 | Add the __libc_single_threaded variable | Florian Weimer | 2 | -0/+2 |
2020-07-06 | Linux: Perform rseq registration at C startup and thread creation | Mathieu Desnoyers | 3 | -0/+39 |
2020-06-19 | New exp10f version without SVID compat wrapper | Adhemerval Zanella | 2 | -0/+2 |
2020-06-02 | nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np | Florian Weimer | 2 | -0/+4 |
2020-05-20 | nptl: Move pthread_gettattr_np into libc | Florian Weimer | 4 | -2/+6 |
2020-05-20 | nptl: Move pthread_getaffinity_np into libc | Florian Weimer | 4 | -4/+6 |
2020-05-20 | nptl: Move pthread_attr_setaffinity_np into libc | Florian Weimer | 4 | -4/+6 |
2020-04-21 | nptl: Move pthread_sigmask implementation to libc | Adhemerval Zanella | 4 | -2/+4 |
2020-04-03 | Update syscall lists for Linux 5.6. | Joseph Myers | 2 | -0/+4 |
2020-04-02 | sysv: Define __KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64 | Alistair Francis | 1 | -0/+6 |
2020-03-03 | Linux: Clean up pread64/pwrite64 system call names | Florian Weimer | 1 | -10/+2 |
2020-02-20 | nptl: Move pthread_setschedparam implementation into libc | Florian Weimer | 2 | -2/+0 |
2020-02-20 | nptl: Move pthread_getschedparam implementation into libc | Florian Weimer | 2 | -2/+0 |
2020-02-20 | nptl: Move pthread_cond_init implementation into libc | Florian Weimer | 2 | -4/+0 |
2020-02-20 | nptl: Move pthread_cond_destroy implementation into libc | Florian Weimer | 2 | -4/+0 |
2020-02-20 | nptl: Move pthread_condattr_init implementation into libc | Florian Weimer | 2 | -2/+0 |
2020-02-20 | nptl: Move pthread_condattr_destroy implementation into libc | Florian Weimer | 2 | -2/+0 |
2020-02-20 | nptl: Move pthread_attr_setscope implementation into libc | Florian Weimer | 2 | -2/+0 |
2020-02-20 | nptl: Move pthread_attr_getscope implementation into libc | Florian Weimer | 2 | -2/+0 |
2020-02-20 | nptl: Move pthread_attr_setschedpolicy implementation into libc | Florian Weimer | 2 | -2/+0 |
2020-02-20 | nptl: Move pthread_attr_getschedpolicy implementation into libc | Florian Weimer | 2 | -2/+0 |
2020-02-15 | ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486] | Florian Weimer | 3 | -14/+0 |
2020-02-14 | linux: Remove INTERNAL_SYSCALL_DECL | Adhemerval Zanella | 6 | -13/+18 |
2020-02-14 | linux: Consolidate INLINE_SYSCALL | Adhemerval Zanella | 3 | -31/+2 |
2020-02-14 | s390: Consolidate Linux syscall definition | Adhemerval Zanella | 3 | -192/+103 |
2020-02-07 | y2038: Define __suseconds64_t type to be used with struct __timeval64 | Lukasz Majewski | 1 | -0/+1 |
2020-01-03 | linux: Add support for clock_getres64 vDSO | Adhemerval Zanella | 1 | -1/+2 |
2020-01-03 | linux: Add support for clock_gettime64 vDSO | Adhemerval Zanella | 1 | -0/+4 |
2020-01-03 | elf: Move vDSO setup to rtld (BZ#24967) | Adhemerval Zanella | 1 | -4/+0 |
2020-01-02 | Linux: Add tables with system call numbers | Florian Weimer | 2 | -0/+762 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 93 | -93/+93 |
2019-12-27 | linux: Consolidate sigprocmask | Adhemerval Zanella | 1 | -38/+0 |
2019-12-19 | nptl: Move waitpid implementation to libc | Adhemerval Zanella | 2 | -2/+0 |
2019-12-19 | nptl: Move wait implementation to libc | Adhemerval Zanella | 2 | -4/+0 |
2019-12-09 | nptl: Add more missing placeholder abi symbol from nanosleep move | Adhemerval Zanella | 2 | -1/+2 |