aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-28Revise the documentation of simple calendar time.zack/y2038-preliminariesZack Weinberg
2019-08-28Warn when gettimeofday is called with non-null tzp argument.Zack Weinberg
2019-08-28Use clock_gettime to implement gettimeofday.Zack Weinberg
2019-08-28Use clock_gettime to implement timespec_get.Zack Weinberg
2019-08-28Use clock_gettime to implement ftime; withdraw ftime.Zack Weinberg
2019-08-28Use clock_gettime to implement time.Zack Weinberg
2019-08-28Use clock_settime to implement settimeofday.Zack Weinberg
2019-08-28Use clock_settime to implement stime; withdraw stime.Zack Weinberg
2019-08-28Finish move of clock_* functions to libc.Zack Weinberg
2019-08-28Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg
2019-08-28Linux/Alpha: don't use timeval32 system calls.Zack Weinberg
2019-08-28misc: Use allocate_once in getmntentFlorian Weimer
2019-08-28nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer
2019-08-28login: pututxline could fail to overwrite existing entries [BZ #24902]Florian Weimer
2019-08-28Fix posix/tst-regex by using a dedicated input-file.Stefan Liebler
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-23[MIPS] Raise highest supported EI_ABIVERSION value [BZ #24916]Mihailo Stojanovic
2019-08-23mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic
2019-08-23linux: Make profil_counter a compat_symbol (BZ#17726)Adhemerval Zanella
2019-08-23Refactor sigcontextinfo.hAdhemerval Zanella
2019-08-23Add RTLD_SINGLE_THREAD_P on generic single-thread.hAdhemerval Zanella
2019-08-23Chinese locales: Set first_weekday to 2 (bug 24682).Rafal Luzynski
2019-08-22powerpc: Fix typos and field name in commentsGustavo Romero
2019-08-22Mark IDN tests unsupported with libidn2 before 2.0.5.Joseph Myers
2019-08-22Document strftime %Ob and %OB as C2X features.Joseph Myers
2019-08-21Remove dead regex codePaul Eggert
2019-08-21Fix bad pointer / leak in regex codePaul Eggert
2019-08-21Don't use the argument to time.Zack Weinberg
2019-08-21Add tgmath.h macros for narrowing functions.Joseph Myers
2019-08-20Update i386 libm-test-ulpsAndreas Schwab
2019-08-19nscd: Improve nscd.conf comments.Carlos O'Donell
2019-08-19nss: Make nsswitch.conf more distribution friendly.Carlos O'Donell
2019-08-19Do not print backtraces on fatal glibc errorsFlorian Weimer
2019-08-16nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer
2019-08-16Correct TEST_COMPAT conditions in totalorder compat tests.Joseph Myers
2019-08-15nptl: Move pthread_attr_init implementation into libcFlorian Weimer
2019-08-15elf: Self-dlopen failure with explict loader invocation [BZ #24900]Florian Weimer
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers
2019-08-15login: Add nonstring attributes to struct utmp, struct utmpx [BZ #24899]Florian Weimer
2019-08-15login: Use struct flock64 in utmp [BZ #24880]Florian Weimer
2019-08-15login: Disarm timer after utmp lock acquisition [BZ #24879]Florian Weimer
2019-08-15nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer
2019-08-15nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer
2019-08-15Update i386 libm-test-ulpsAndreas Schwab
2019-08-15malloc: Various cleanups for malloc/tst-mxfastFlorian Weimer
2019-08-15login: Fix updwtmp, updwtmx unlockingFlorian Weimer
2019-08-15nptl: Move pthread_equal implementation into libcFlorian Weimer
2019-08-14support: Include <support/descriptors.h> in support_descriptors.cFlorian Weimer
2019-08-14aarch64: Disable using DC ZVA in emag memsetFeng Xue