aboutsummaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Expand)Author
2020-06-15manual: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer
2020-06-03manual/jobs.texi: remove unused var from example codeAurélien Aptel
2020-06-01mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)Carlos O'Donell
2020-05-29manual: Fix backtraces code example [BZ #10441]Girish Joshi
2020-05-25signal: Deprecate additional legacy signal handling functionsFlorian Weimer
2020-05-20manual: Add missing section and node for clockid_t wait functionsFlorian Weimer
2020-05-18x86: Add --enable-cet=permissiveH.J. Lu
2020-05-05manual: Document the O_NOFOLLOW open flagFlorian Weimer
2020-04-30powerpc64le: blacklist broken GCC compilers (e.g GCC 7.5.0)Paul E. Murphy
2020-04-30powerpc64le: bump binutils version requirement to >= 2.26Paul E. Murphy
2020-04-30powerpc64le: raise GCC requirement to 7.4 for long double transitionPaul E. Murphy
2020-04-29manual: Fix typos in the fexecve descriptionFlorian Weimer
2020-04-27manual: Document the fexecve functionFlorian Weimer
2020-04-17Remove __NO_MATH_INLINESAdhemerval Zanella
2020-04-15Linux: Remove <sys/sysctl.h> and the sysctl functionFlorian Weimer
2020-04-09Add GRND_INSECURE from Linux 5.6 to sys/random.hJoseph Myers
2020-03-20Extended Char Intro: Use getwc in example (Bug 25626)Carlos O'Donell
2020-03-13manual: Fix inconsistent declaration of wcsrchr [BZ #24655]Girish Joshi
2020-03-05manual: Fix wrong declaration of wcschr [BZ #24654]Girish Joshi
2020-03-04manual: Fix typo in parse_printf_format example [BZ #24638]Girish Joshi
2020-02-01Update newest tested versions of dependencies in install.texiSiddhesh Poyarekar
2020-02-01Add more contributors to the manualSiddhesh Poyarekar
2020-01-17Fix tst-pkey.c pkey_alloc return checks and manualLucas A. M. Magalhaes
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-19aarch64: Add Huawei Kunpeng to tunable cpu listXuelei Zhang
2019-12-11manual: clarify fopen with the x flagPaul Eggert
2019-11-04nptl: Fix niggles with pthread_clockjoin_npMike Crowe
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe
2019-11-01manual: Add documentation for pthread_tryjoin_np and pthread_timedjoin_npMike Crowe
2019-10-30Revise the documentation of simple calendar time.Zack Weinberg
2019-10-11manual: Remove warning in the documentation of the abort functionFlorian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-29Correct the spelling of more contributorsPaul Eggert
2019-08-23Don't put non-ASCII into installed headersPaul Eggert
2019-08-23Fix spellings of contributor names in comments and docPaul Eggert
2019-08-22Document strftime %Ob and %OB as C2X features.Joseph Myers
2019-08-19nss: Make nsswitch.conf more distribution friendly.Carlos O'Donell
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers
2019-08-13Add feature test macro _ISOC2X_SOURCE.Joseph Myers
2019-08-09Add glibc.malloc.mxfast tunableDJ Delorie
2019-08-05login: Remove utmp backend jump tables [BZ #23518]Florian Weimer
2019-08-01Update install and NEWS for 2.30 release.Carlos O'Donell
2019-07-29Linux: Move getdents64 to <dirent.h>Florian Weimer
2019-07-12nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe
2019-07-12nptl: Add POSIX-proposed sem_clockwaitMike Crowe
2019-07-10Don't declare __malloc_check_init in <malloc.h> (bug 23352)Andreas Schwab
2019-06-28io: Remove copy_file_range emulation [BZ #24744]Florian Weimer
2019-06-07Linux: Add getdents64 system callFlorian Weimer
2019-05-17Small tcache improvementsWilco Dijkstra