about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 1.1.16 v1.1.16Rich Felker2016-12-312-1/+47
* update tcp_info struct to linux v4.9Szabolcs Nagy2016-12-291-0/+2
* add MS_NOREMOTELOCK mount flag from linux v4.9Szabolcs Nagy2016-12-291-0/+1
* add pkey_{mprotect,alloc,free} syscalls from linux v4.9Szabolcs Nagy2016-12-299-0/+27
* fix support for initialized TLS in static PIE binariesRich Felker2016-12-201-0/+5
* when building for arm as thumb2 code, also request assembly as thumbRich Felker2016-12-191-0/+4
* rework arm atomic/tp backends to be thumb-compatible and fdpic-readyRich Felker2016-12-196-70/+92
* disable use of arm memcpy asm if building as thumb codeRich Felker2016-12-172-2/+2
* make arm setjmp/longjmp asm thumb2-compatibleRich Felker2016-12-172-2/+6
* use lookup table for malloc bin index instead of float conversionSzabolcs Nagy2016-12-171-2/+12
* handle ^ and $ in BRE subexpression start and end as anchorsSzabolcs Nagy2016-12-161-9/+12
* fix mrand48/jrand48 return value on 64-bit archsRich Felker2016-12-161-1/+1
* in public headers, don't assume pre-C99 compilers have __inline keywordQuentin Rameau2016-12-161-0/+2
* fix crashing sigsetjmp on s390xBobby Bingham2016-12-161-1/+1
* fix use of incomplete struct type in s390x user.hBobby Bingham2016-12-161-10/+10
* fix typo in s390x user.hBobby Bingham2016-12-161-1/+1
* remove legacy i386 fallback stdarg implementation and frameworkRich Felker2016-12-153-17/+0
* remove largish unused field from pthread structureRich Felker2016-12-061-1/+0
* work around gdb issues recognizing sigreturn trampoline on x86_64Rich Felker2016-11-124-8/+24
* add s390x portBobby Bingham2016-11-1142-0/+1393
* treat null vdso base same as missingBobby Bingham2016-11-112-1/+2
* generalize ELF hash table types not to assume 32-bit entriesRich Felker2016-11-114-5/+6
* fix build regression on archs with variable page sizeRich Felker2016-11-081-1/+1
* add limited pthread_setattr_default_np API to set stack size defaultsRich Felker2016-11-083-4/+45
* fix pthread_create regression from stack/guard size simplificationRich Felker2016-11-081-1/+4
* make netinet/in.h suppress clashing definitions from kernel headersRich Felker2016-11-071-0/+15
* simplify pthread_attr_t stack/guard size representationRich Felker2016-11-077-11/+13
* fix swprintf internal buffer state and error handlingRich Felker2016-11-071-1/+8
* fix integer overflow of tm_year in __secs_to_tmDaniel Sabogal2016-11-071-4/+5
* fix ldso reserved library name handlingSzabolcs Nagy2016-11-071-19/+19
* fix accidental global static pointer in ldsoSzabolcs Nagy2016-11-071-1/+2
* don't claim support for resolv.h APIs that aren't supportedRich Felker2016-11-071-1/+1
* fix parsing of quoted time zone namesHannu Nyman2016-11-071-1/+1
* remove redundant feature test macro checks in sys/time.hRich Felker2016-11-071-5/+0
* redesign snprintf without undefined behaviorRich Felker2016-10-211-25/+38
* fix various header namespace issues under feature-test-macro controlRich Felker2016-10-206-7/+18
* remove parameter names from public headersRich Felker2016-10-206-9/+9
* fix misspelling of a legacy macro name in sys/param.hRich Felker2016-10-201-1/+1
* add missing if_ether.h constantsDaniel Sabogal2016-10-201-0/+3
* add missing if_arp.h constantDaniel Sabogal2016-10-201-0/+1
* fix typo in utmpx.hDaniel Sabogal2016-10-201-1/+1
* add missing confstr constantsDaniel Sabogal2016-10-202-1/+3
* fix minor problem in previous strtod non-nearest rounding bug fixRich Felker2016-10-201-1/+1
* fix strtod int optimization in non-nearest rounding modeSzabolcs Nagy2016-10-201-1/+4
* fix strtod and strtof rounding with many trailing zerosSzabolcs Nagy2016-10-201-0/+3
* fix gratuitous undefined behavior in strptimeRich Felker2016-10-201-2/+7
* fix getopt_long_only misinterpreting "--" as an optionRich Felker2016-10-201-1/+1
* fix float formatting of some exact halfway casesSzabolcs Nagy2016-10-201-1/+2
* add pthread_setname_npFelix Janda2016-10-202-0/+27
* fix clock_nanosleep error caseDaniel Sabogal2016-10-201-1/+3