Age | Commit message (Expand) | Author | Files | Lines |
2020-12-16 | Update syscall lists for Linux 5.10. | Joseph Myers | 2 | -0/+2 |
2020-12-10 | linux: Consolidate brk implementation | Adhemerval Zanella | 1 | -0/+3 |
2020-12-02 | Revert "linux: Move {f}xstat{at} to compat symbols" | Adhemerval Zanella | 5 | -40/+0 |
2020-10-23 | Update syscall lists for Linux 5.9. | Joseph Myers | 2 | -0/+2 |
2020-10-16 | linux: Use INTERNAL_SYSCALL on fstatat{64} | Adhemerval Zanella | 1 | -5/+3 |
2020-10-09 | linux: Add {f}stat{at} y2038 support | Adhemerval Zanella | 2 | -14/+6 |
2020-10-09 | linux: Move {f}xstat{at} to compat symbols | Adhemerval Zanella | 5 | -1/+40 |
2020-10-09 | linux: Disentangle fstatat from fxstatat | Adhemerval Zanella | 6 | -8/+80 |
2020-10-09 | Remove mknod wrapper functions, move them to symbols | Adhemerval Zanella | 2 | -0/+4 |
2020-10-09 | Remove stat wrapper functions, move them to exported symbols | Adhemerval Zanella | 2 | -0/+16 |
2020-09-17 | Update mallinfo2 ABI, and test | DJ Delorie | 2 | -0/+2 |
2020-09-11 | linux: Consolidate fxstatat{64} | Adhemerval Zanella | 2 | -23/+38 |
2020-09-11 | linux: Consolidate fxstat{64} | Adhemerval Zanella | 1 | -11/+2 |
2020-09-11 | linux: Consolidate lxstat{64} | Adhemerval Zanella | 1 | -12/+2 |
2020-09-11 | linux: Consolidate xstat{64} | Adhemerval Zanella | 1 | -13/+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 | 2 | -2/+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 | 2 | -0/+2 |
2020-06-19 | New exp10f version without SVID compat wrapper | Adhemerval Zanella | 1 | -0/+1 |
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 | 3 | -1/+5 |
2020-05-20 | nptl: Move pthread_getaffinity_np into libc | Florian Weimer | 3 | -2/+6 |
2020-05-20 | nptl: Move pthread_attr_setaffinity_np into libc | Florian Weimer | 3 | -2/+6 |
2020-04-21 | nptl: Move pthread_sigmask implementation to libc | Adhemerval Zanella | 3 | -1/+4 |
2020-04-03 | Update syscall lists for Linux 5.6. | Joseph Myers | 2 | -0/+4 |
2020-03-10 | mips: Fix wrong INTERNAL_SYSCALL_ERROR_P check from bc2eb9321e | Adhemerval Zanella | 1 | -1/+1 |
2020-03-03 | Linux: getdents64 syscall number is always available on MIPS | Florian Weimer | 1 | -2/+0 |
2020-02-20 | nptl: Move pthread_setschedparam implementation into libc | Florian Weimer | 1 | -1/+0 |
2020-02-20 | nptl: Move pthread_getschedparam implementation into libc | Florian Weimer | 1 | -1/+0 |
2020-02-20 | nptl: Move pthread_cond_init implementation into libc | Florian Weimer | 1 | -2/+0 |
2020-02-20 | nptl: Move pthread_cond_destroy implementation into libc | Florian Weimer | 1 | -2/+0 |
2020-02-20 | nptl: Move pthread_condattr_init implementation into libc | Florian Weimer | 1 | -1/+0 |
2020-02-20 | nptl: Move pthread_condattr_destroy implementation into libc | Florian Weimer | 1 | -1/+0 |
2020-02-20 | nptl: Move pthread_attr_setscope implementation into libc | Florian Weimer | 1 | -1/+0 |
2020-02-20 | nptl: Move pthread_attr_getscope implementation into libc | Florian Weimer | 1 | -1/+0 |
2020-02-20 | nptl: Move pthread_attr_setschedpolicy implementation into libc | Florian Weimer | 1 | -1/+0 |
2020-02-20 | nptl: Move pthread_attr_getschedpolicy implementation into libc | Florian Weimer | 1 | -1/+0 |
2020-02-15 | ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486] | Florian Weimer | 2 | -8/+0 |
2020-02-14 | linux: Remove INTERNAL_SYSCALL_DECL | Adhemerval Zanella | 2 | -19/+17 |
2020-02-14 | linux: Consolidate INLINE_SYSCALL | Adhemerval Zanella | 1 | -28/+1 |
2020-02-14 | mips: Use Linux kABI for syscall return | Adhemerval Zanella | 1 | -17/+11 |
2020-02-14 | mips64: Consolidate Linux sysdep.h | Adhemerval Zanella | 2 | -390/+68 |
2020-02-12 | mips: Fix argument passing for inlined syscalls on Linux [BZ #25523] | WANG Xuerui | 2 | -42/+84 |
2020-02-12 | mips: Use 'long int' and 'long long int' in linux syscall code | WANG Xuerui | 3 | -100/+100 |
2020-01-02 | Linux: Add tables with system call numbers | Florian Weimer | 2 | -0/+702 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 17 | -17/+17 |
2019-12-19 | nptl: Move waitpid implementation to libc | Adhemerval Zanella | 1 | -1/+0 |