summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revise the documentation of simple calendar time.zack/y2038-preliminariesZack Weinberg2019-08-285-472/+671
* Warn when gettimeofday is called with non-null tzp argument.Zack Weinberg2019-08-283-13/+47
* Use clock_gettime to implement gettimeofday.Zack Weinberg2019-08-2828-492/+67
* Use clock_gettime to implement timespec_get.Zack Weinberg2019-08-283-88/+4
* Use clock_gettime to implement ftime; withdraw ftime.Zack Weinberg2019-08-288-165/+36
* Use clock_gettime to implement time.Zack Weinberg2019-08-2810-273/+5
* Use clock_settime to implement settimeofday.Zack Weinberg2019-08-2810-73/+126
* Use clock_settime to implement stime; withdraw stime.Zack Weinberg2019-08-284-58/+13
* Finish move of clock_* functions to libc.Zack Weinberg2019-08-2866-228/+268
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-08-2826-137/+127
* Linux/Alpha: don't use timeval32 system calls.Zack Weinberg2019-08-2818-132/+666
* misc: Use allocate_once in getmntentFlorian Weimer2019-08-282-16/+29
* nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer2019-08-2830-32/+63
* login: pututxline could fail to overwrite existing entries [BZ #24902]Florian Weimer2019-08-284-11/+201
* Fix posix/tst-regex by using a dedicated input-file.Stefan Liebler2019-08-283-1/+12555
* Don't put non-ASCII into installed headersPaul Eggert2019-08-237-7/+11
* Fix spellings of contributor names in comments and docPaul Eggert2019-08-2339-141/+141
* [MIPS] Raise highest supported EI_ABIVERSION value [BZ #24916]Mihailo Stojanovic2019-08-235-1/+91
* mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic2019-08-234-5/+105
* linux: Make profil_counter a compat_symbol (BZ#17726)Adhemerval Zanella2019-08-234-2/+16
* Refactor sigcontextinfo.hAdhemerval Zanella2019-08-2352-964/+965
* Add RTLD_SINGLE_THREAD_P on generic single-thread.hAdhemerval Zanella2019-08-232-0/+6
* Chinese locales: Set first_weekday to 2 (bug 24682).Rafal Luzynski2019-08-234-0/+10
* powerpc: Fix typos and field name in commentsGustavo Romero2019-08-222-4/+9
* Mark IDN tests unsupported with libidn2 before 2.0.5.Joseph Myers2019-08-223-0/+14
* Document strftime %Ob and %OB as C2X features.Joseph Myers2019-08-222-5/+16
* Remove dead regex codePaul Eggert2019-08-212-1/+5
* Fix bad pointer / leak in regex codePaul Eggert2019-08-212-3/+14
* Don't use the argument to time.Zack Weinberg2019-08-216-6/+17
* Add tgmath.h macros for narrowing functions.Joseph Myers2019-08-215-20/+425
* Update i386 libm-test-ulpsAndreas Schwab2019-08-202-2/+6
* nscd: Improve nscd.conf comments.Carlos O'Donell2019-08-192-0/+10
* nss: Make nsswitch.conf more distribution friendly.Carlos O'Donell2019-08-193-21/+90
* Do not print backtraces on fatal glibc errorsFlorian Weimer2019-08-196-97/+26
* nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer2019-08-1630-32/+64
* Correct TEST_COMPAT conditions in totalorder compat tests.Joseph Myers2019-08-163-2/+10
* nptl: Move pthread_attr_init implementation into libcFlorian Weimer2019-08-1531-55/+77
* elf: Self-dlopen failure with explict loader invocation [BZ #24900]Florian Weimer2019-08-155-25/+106
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-1559-579/+1521
* login: Add nonstring attributes to struct utmp, struct utmpx [BZ #24899]Florian Weimer2019-08-155-10/+32
* login: Use struct flock64 in utmp [BZ #24880]Florian Weimer2019-08-152-2/+8
* login: Disarm timer after utmp lock acquisition [BZ #24879]Florian Weimer2019-08-152-52/+41
* nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer2019-08-1526-52/+54
* nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer2019-08-1531-32/+68
* Update i386 libm-test-ulpsAndreas Schwab2019-08-152-4/+8
* malloc: Various cleanups for malloc/tst-mxfastFlorian Weimer2019-08-153-9/+16
* login: Fix updwtmp, updwtmx unlockingFlorian Weimer2019-08-154-2/+121
* nptl: Move pthread_equal implementation into libcFlorian Weimer2019-08-1529-32/+60
* support: Include <support/descriptors.h> in support_descriptors.cFlorian Weimer2019-08-142-0/+5
* aarch64: Disable using DC ZVA in emag memsetFeng Xue2019-08-143-7/+24