summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-09-02fix stack-based oob memory clobber in resolver's result sortingRich Felker1-1/+1
2018-09-01consistently use _NSIG/8 idiom for kernel sigset size in sigactionRich Felker1-3/+3
2018-09-01always terminate by SIGABRT when abort is calledRich Felker2-4/+40
2018-09-01optimize raise not to make a syscall for getting tidRich Felker1-3/+1
2018-08-30prevent perror from clobbering stderr's orientationRich Felker1-0/+8
2018-08-30prevent psignal/psiginfo from clobbering stderr orientation, errnoRich Felker2-8/+21
2018-08-29make vfprintf set stream orientation even for zero-length outputRich Felker1-1/+2
2018-08-29re-fix vfprintf temporary buffer logicRich Felker1-2/+2
2018-08-29fix missing flush of stderr at exit if it was put in buffered modeRich Felker1-0/+1
2018-08-29fix async thread cancellation on sh-fdpicRich Felker1-0/+3
2018-08-29fix async thread cancellation on powerpc64Rich Felker1-0/+7
2018-08-28vfwprintf: honor field width with 'c' format typeA. Wilcox1-1/+4
2018-08-28fix several values reported by sysconfRich Felker1-8/+11
2018-08-28fix return value of system on failure to spawn child processRich Felker1-1/+1
2018-08-28set stream orientations in open_[w]memstreamRich Felker2-0/+3
2018-08-28make fmemopen's w+ mode truncate the bufferRich Felker1-0/+1
2018-08-28set errno when fileno is called on a FILE with no underlying fdRich Felker1-4/+7
2018-08-28reject invalid arguments to pthread_barrierattr_setpsharedRich Felker1-0/+1
2018-08-28rewrite __aeabi_read_tp in asmSzabolcs Nagy2-12/+6
2018-08-28fix deadlock in async thread self-cancellationRich Felker1-1/+5
2018-08-27time: fix incorrect DST offset when using POSIX timezones without DSTA. Wilcox1-1/+1
2018-08-23fix tls access on arm targets before armv6kSzabolcs Nagy1-1/+1
2018-08-23fix missing strerror text for EMULTIHOPRich Felker1-0/+1
2018-08-23fix printf precision specifier for hex floats on non-ld80 archsRich Felker1-0/+1
2018-08-22getopt: update optarg and optind correctly on missing argumentRich Felker1-6/+6
2018-08-20remove erroneous SYMLINK_MAX definition from limits.h, pathconfRich Felker1-1/+1
2018-08-18mips archs: fix runaway execution if start fn passed to clone returnsSegev Finer3-3/+12
2018-08-16fix pthread_create return value with PTHREAD_EXPLICIT_SCHEDRich Felker1-0/+1
2018-08-07fix sign of strftime %z output with offsets <1 hour west of UTCRich Felker1-3/+2
2018-07-27make pthread_attr_init honor defaults set by pthread_setattr_default_npRich Felker3-4/+11
2018-07-23bsearch: simplify and optimizeFangrui Song1-6/+6
2018-07-18remove spurious declaration of __getdents from readdir.cRich Felker1-2/+0
2018-07-18fix regression in alignment of dirent structs produced by readdirRich Felker2-1/+7
2018-07-14implement getaddrinfo's AI_ADDRCONFIG flagRich Felker1-0/+39
2018-07-13fix writes outside buffer by ungetc after setvbufRich Felker1-1/+1
2018-07-11resolver: don't depend on v4mapped ipv6 to probe routability of v4 addrsRich Felker1-15/+32
2018-07-02optimize explicit_bzero for sizeAlexander Monakov1-1/+1
2018-06-26fix missing timeout argument to futex syscall in __futexwaitPatrick Oppenlander1-2/+2
2018-06-26add explicit_bzero implementationDavid Carlier1-0/+8
2018-06-26inet_ntop: do not compress single zeros in IPv6Arthur Jones1-1/+1
2018-06-26strftime: fix underlying format string in %z formatDaniel Sabogal1-1/+1
2018-06-26resolver: omit final dot (root/suppress-search) in canonical nameRich Felker1-0/+4
2018-06-20add memfd_create syscall wrapperSzabolcs Nagy1-0/+8
2018-06-20add mlock2 linux syscall wrapperSzabolcs Nagy1-0/+10
2018-06-20work around broken kernel struct ipc_perm on some big endian archsRich Felker3-6/+72
2018-06-19add m68k portRich Felker9-0/+224
2018-06-14add support for m68k 80-bit long double variantRich Felker2-2/+21
2018-06-02fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy2-5/+10
2018-06-01fix output size handling for multi-unicode-char big5-hkscs charactersRich Felker1-5/+13
2018-06-01fix iconv mapping of big5-hkscs characters that map to two unicode charsRich Felker1-1/+1