about summary refs log tree commit diff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-012-2/+1
* Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2017-02-251-1/+1
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-161-0/+1
* As a minor cleanup remove the (r)index defines from include/string.h asWilco Dijkstra2017-02-062-4/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01149-149/+149
* Disable stack protector in early static initialization [BZ #7065]Nick Alcock2016-12-261-0/+7
* Move all tests out of the csu subdirectoryNick Alcock2016-12-214-1/+678
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-141-0/+1
* Fix multiple definitions of mk[o]stemp[s]64Andreas Schwab2016-11-224-0/+4
* [BZ #19239] Issue deprecation warnings on macro expansion.Zack Weinberg2016-11-142-35/+28
* hurd: Fix unused variable warningSamuel Thibault2016-10-101-0/+2
* resolv: Deprecate unimplemented flagsFlorian Weimer2016-10-071-0/+10
* Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg2016-09-231-5/+3
* Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg2016-09-231-12/+18
* Reduce memory size of tsearch red-black tree.Mark Wielaard2016-08-251-153/+245
* Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h>Zack Weinberg2016-08-031-3/+59
* Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg2016-08-035-3/+205
* Add utility macros for clang detection, and deprecation with messages.Zack Weinberg2016-08-031-1/+21
* Fix LO_HI_LONG definitionAdhemerval Zanella2016-07-083-95/+146
* Fix p{readv,writev}{64} consolidation implementationAdhemerval Zanella2016-06-213-1/+138
* Bug 20215: Always undefine __always_inline before defining it.Carlos O'Donell2016-06-101-0/+5
* Consolidate pwritev/pwritev64 implementationsAdhemerval Zanella2016-06-061-0/+2
* Consolidate preadv/preadv64 implementationAdhemerval Zanella2016-06-061-0/+2
* Fix sys/time.h timespec namespace (bug 20041).Joseph Myers2016-05-031-1/+3
* Fix crash on getauxval call without HAVE_AUX_VECTORSamuel Thibault2016-04-101-0/+2
* hsearch_r: Include <limits.h>Florian Weimer2016-04-071-0/+1
* hsearch_r: Apply VM size limit in test caseFlorian Weimer2016-02-121-0/+22
* Improve check against integer wraparound in hcreate_r [BZ #18240]Florian Weimer2016-01-283-19/+93
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04140-140/+140
* misc/tst-tsearch.c: bump up TIMEOUT to 10 seconds.Chris Metcalf2015-11-241-0/+1
* Fix some stub prototypes missing ... after K&R conversionRoland McGrath2015-11-052-2/+2
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-202-20/+9
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-4/+1
* Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers2015-10-201-2/+1
* Convert 24 more function definitions to prototype style (array parameters).Joseph Myers2015-10-202-7/+2
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-192-11/+4
* Assume that SOCK_CLOEXEC is available and worksFlorian Weimer2015-10-171-30/+3
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-1650-154/+55
* Use __pthread_setcancelstate in libc.aH.J. Lu2015-09-171-5/+6
* Use HOST_NAME_MAX for MAXHOSTNAMELEN in <sys/param.h>.Roland McGrath2015-09-151-0/+3
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-086-6/+6
* getmntent: fix memory corruption w/blank lines [BZ #18887]Mike Frysinger2015-08-295-22/+103
* Mention mkdtemp as another secure alternative to mktempGleb Fotengauer-Malinovskiy2015-08-271-1/+2
* Handle overflow in __hcreate_rOndřej Bílka2015-08-251-1/+8
* regexp.h: update Versions to match file usage [BZ #18681]Zack Weinberg2015-08-181-0/+3
* Desupport regexp.h (bug 18681)Zack Weinberg2015-08-162-207/+25
* Modify several tests to use test-skeleton.cArjun Shankar2015-08-062-4/+10
* Correct comments about the history of <regexp.h>Zack Weinberg2015-08-051-4/+5
* Deprecate the use of regexp.hZack Weinberg2015-08-012-18/+21
* Set errno to ENOMEM on overflow in sbrk (bug 18592)Cyril Hrubis2015-07-071-4/+9