Age | Commit message (Expand) | Author |
2020-11-13 | Remove tls.h inclusion from internal errno.h | Adhemerval Zanella |
2020-10-23 | Update syscall lists for Linux 5.9. | Joseph Myers |
2020-10-13 | Add missing stat/mknod symbol on libc.abilist some ABIs | Adhemerval Zanella |
2020-10-09 | linux: Move the struct stat{64} to struct_stat.h | Adhemerval Zanella |
2020-10-09 | Remove mknod wrapper functions, move them to symbols | Adhemerval Zanella |
2020-10-09 | Remove stat wrapper functions, move them to exported symbols | Adhemerval Zanella |
2020-09-17 | Update mallinfo2 ABI, and test | DJ Delorie |
2020-09-11 | linux: Add time64 pselect support | Adhemerval Zanella |
2020-09-11 | linux: Consolidate fxstatat{64} | Adhemerval Zanella |
2020-09-11 | linux: Consolidate fxstat{64} | Adhemerval Zanella |
2020-09-11 | linux: Consolidate lxstat{64} | Adhemerval Zanella |
2020-09-11 | linux: Consolidate xstat{64} | Adhemerval Zanella |
2020-09-11 | linux: Define STAT64_IS_KERNEL_STAT64 | Adhemerval Zanella |
2020-09-11 | linux: Always define STAT_IS_KERNEL_STAT | Adhemerval Zanella |
2020-08-07 | Update syscall lists for Linux 5.8. | Joseph Myers |
2020-07-16 | Linux: Remove rseq support | Florian Weimer |
2020-07-07 | string: Add strerrorname_np and strerrordesc_np | Adhemerval Zanella |
2020-07-07 | string: Add sigabbrev_np and sigdescr_np | Adhemerval Zanella |
2020-07-06 | Add the __libc_single_threaded variable | Florian Weimer |
2020-07-06 | Linux: Perform rseq registration at C startup and thread creation | Mathieu Desnoyers |
2020-06-19 | New exp10f version without SVID compat wrapper | Adhemerval Zanella |
2020-06-02 | nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np | Florian Weimer |
2020-05-20 | nptl: Move pthread_gettattr_np into libc | Florian Weimer |
2020-05-20 | nptl: Move pthread_getaffinity_np into libc | Florian Weimer |
2020-05-20 | nptl: Move pthread_attr_setaffinity_np into libc | Florian Weimer |
2020-04-21 | nptl: Move pthread_sigmask implementation to libc | Adhemerval Zanella |
2020-04-15 | Linux: Remove <sys/sysctl.h> and the sysctl function | Florian Weimer |
2020-04-03 | Update syscall lists for Linux 5.6. | Joseph Myers |
2020-03-03 | microblaze: vfork is always available | Florian Weimer |
2020-02-20 | nptl: Move pthread_setschedparam implementation into libc | Florian Weimer |
2020-02-20 | nptl: Move pthread_getschedparam implementation into libc | Florian Weimer |
2020-02-20 | nptl: Move pthread_cond_init implementation into libc | Florian Weimer |
2020-02-20 | nptl: Move pthread_cond_destroy implementation into libc | Florian Weimer |
2020-02-20 | nptl: Move pthread_condattr_init implementation into libc | Florian Weimer |
2020-02-20 | nptl: Move pthread_condattr_destroy implementation into libc | Florian Weimer |
2020-02-20 | nptl: Move pthread_attr_setscope implementation into libc | Florian Weimer |
2020-02-20 | nptl: Move pthread_attr_getscope implementation into libc | Florian Weimer |
2020-02-20 | nptl: Move pthread_attr_setschedpolicy implementation into libc | Florian Weimer |
2020-02-20 | nptl: Move pthread_attr_getschedpolicy implementation into libc | Florian Weimer |
2020-02-15 | ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486] | Florian Weimer |
2020-02-14 | linux: Remove INTERNAL_SYSCALL_DECL | Adhemerval Zanella |
2020-02-14 | linux: Consolidate INLINE_SYSCALL | Adhemerval Zanella |
2020-02-14 | microblaze: Avoid clobbering register parameters in syscall | Adhemerval Zanella |
2020-01-02 | Linux: Add tables with system call numbers | Florian Weimer |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2019-12-19 | nptl: Move waitpid implementation to libc | Adhemerval Zanella |
2019-12-19 | nptl: Move wait implementation to libc | Adhemerval Zanella |
2019-11-22 | misc: Set generic pselect as ENOSYS | Adhemerval Zanella |
2019-11-06 | nptl: Move nanosleep implementation to libc | Adhemerval Zanella |
2019-11-01 | nptl: Add pthread_clockjoin_np | Mike Crowe |