aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)AuthorFilesLines
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg1-5/+3
2016-09-23Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg1-12/+18
2016-08-25Reduce memory size of tsearch red-black tree.Mark Wielaard1-153/+245
2016-08-03Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h>Zack Weinberg1-3/+59
2016-08-03Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg5-3/+205
2016-08-03Add utility macros for clang detection, and deprecation with messages.Zack Weinberg1-1/+21
2016-07-08Fix LO_HI_LONG definitionAdhemerval Zanella3-95/+146
2016-06-21Fix p{readv,writev}{64} consolidation implementationAdhemerval Zanella3-1/+138
2016-06-10Bug 20215: Always undefine __always_inline before defining it.Carlos O'Donell1-0/+5
2016-06-06Consolidate pwritev/pwritev64 implementationsAdhemerval Zanella1-0/+2
2016-06-06Consolidate preadv/preadv64 implementationAdhemerval Zanella1-0/+2
2016-05-03Fix sys/time.h timespec namespace (bug 20041).Joseph Myers1-1/+3
2016-04-10Fix crash on getauxval call without HAVE_AUX_VECTORSamuel Thibault1-0/+2
2016-04-07hsearch_r: Include <limits.h>Florian Weimer1-0/+1
2016-02-12hsearch_r: Apply VM size limit in test caseFlorian Weimer1-0/+22
2016-01-28Improve check against integer wraparound in hcreate_r [BZ #18240]Florian Weimer3-19/+93
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers140-140/+140
2015-11-24misc/tst-tsearch.c: bump up TIMEOUT to 10 seconds.Chris Metcalf1-0/+1
2015-11-05Fix some stub prototypes missing ... after K&R conversionRoland McGrath2-2/+2
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers2-20/+9
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers1-4/+1
2015-10-20Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers1-2/+1
2015-10-20Convert 24 more function definitions to prototype style (array parameters).Joseph Myers2-7/+2
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2-11/+4
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer1-30/+3
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers50-154/+55
2015-09-17Use __pthread_setcancelstate in libc.aH.J. Lu1-5/+6
2015-09-15Use HOST_NAME_MAX for MAXHOSTNAMELEN in <sys/param.h>.Roland McGrath1-0/+3
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers6-6/+6
2015-08-29getmntent: fix memory corruption w/blank lines [BZ #18887]Mike Frysinger5-22/+103
2015-08-27Mention mkdtemp as another secure alternative to mktempGleb Fotengauer-Malinovskiy1-1/+2
2015-08-25Handle overflow in __hcreate_rOndřej Bílka1-1/+8
2015-08-18regexp.h: update Versions to match file usage [BZ #18681]Zack Weinberg1-0/+3
2015-08-16Desupport regexp.h (bug 18681)Zack Weinberg2-207/+25
2015-08-06Modify several tests to use test-skeleton.cArjun Shankar2-4/+10
2015-08-05Correct comments about the history of <regexp.h>Zack Weinberg1-4/+5
2015-08-01Deprecate the use of regexp.hZack Weinberg2-18/+21
2015-07-07Set errno to ENOMEM on overflow in sbrk (bug 18592)Cyril Hrubis1-4/+9
2015-06-17Fix ttyslot namespace (bug 18547).Joseph Myers2-17/+20
2015-06-17Fix getpass fflush_unlocked namespace (bug 18540).Joseph Myers1-1/+1
2015-06-17Fix sem_* tdelete, tfind, tsearch, twalk namespace (bug 18536).Joseph Myers2-0/+5
2015-06-17Fix syslog dprintf namespace (bug 18534).Joseph Myers1-1/+1
2015-06-17Fix vsyslog namespace (bug 18533).Joseph Myers1-1/+1
2015-06-12Fix syslog fputs_unlocked namespace (bug 18530).Joseph Myers1-1/+1
2015-06-12Fix ecvt_r, fcvt_r namespace (bug 18522).Joseph Myers1-2/+2
2015-06-05Fix open_memstream namespace (bug 18498).Joseph Myers1-1/+1
2015-02-18Fix search.h namespace (bug 17996).Joseph Myers2-9/+12
2015-02-07Add ersatz _Static_assert on older C hostsPaul Eggert1-0/+8
2015-02-07hurd: fix f?chflags prototypes, declare them and their flagsSamuel Thibault2-4/+4
2015-02-06Do not use SA_NOCLDWAIT in tst-pselect.Roland McGrath1-2/+0