about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* fix pread/pwrite syscall calling convention on shRich Felker2016-08-114-2/+7
* revert unrelated change that slipped into last commitRich Felker2016-07-131-1/+1
* fix regression in tcsetattr on all mips archsRich Felker2016-07-134-10/+10
* fix asctime day/month names not to vary by localeRich Felker2016-07-071-5/+4
* remove obsolete and unused gethostbyaddr implementationRich Felker2016-07-061-52/+0
* remove obsolete gitignore rulesBobby Bingham2016-07-061-2/+0
* remove or1k version of sem.hBobby Bingham2016-07-061-11/+0
* release 1.1.15 v1.1.15Rich Felker2016-07-052-1/+40
* add stdc-predef.h for library-level predefined macrosRich Felker2016-07-031-0/+10
* improve abort fallback behavior when raising SIGABRT fails to terminateRich Felker2016-07-031-1/+5
* make brace placement in public header typedef'd structs consistentRich Felker2016-07-0311-34/+17
* add EF_SH_ sh specific macros to elf.hSzabolcs Nagy2016-07-031-1/+22
* add NT_ARM_SYSTEM_CALL to elf.hSzabolcs Nagy2016-07-031-0/+1
* add missing x86 relocs to elf.hSzabolcs Nagy2016-07-031-2/+5
* add DT_MIPS_RLD_MAP_REL to elf.hSzabolcs Nagy2016-07-031-1/+2
* add SHF_COMPRESSED section flag to elf.hSzabolcs Nagy2016-07-031-0/+23
* add powerpc tls optimization related definitions to elf.hSzabolcs Nagy2016-07-031-2/+6
* add nios2 definitions to elf.hSzabolcs Nagy2016-07-031-0/+50
* update elf.h with mips abi flags supportSzabolcs Nagy2016-07-031-1/+70
* update elf.h with new aarch64 relocsSzabolcs Nagy2016-07-031-1/+13
* update elf.h with powerpc64 elfv2 abi related macrosSzabolcs Nagy2016-07-031-2/+8
* add new powerpc64 relocations to elf.hSzabolcs Nagy2016-07-031-0/+9
* add EM_OPENRISC again to elf.hSzabolcs Nagy2016-07-031-0/+1
* make brace placement in public header struct definitions consistentRich Felker2016-07-0368-200/+100
* fix misplaced indention in sys/procfs.hRich Felker2016-07-031-1/+1
* format mips bits/termios.h consistently mips64 and n32 versionsRich Felker2016-07-031-2/+1
* fix CBAUDEX in powerpc termios.hSzabolcs Nagy2016-07-032-2/+2
* fix TCS* definitions in mips termios.hSzabolcs Nagy2016-07-033-9/+9
* fix mips termios.h macro exposure/namespace issuesSzabolcs Nagy2016-07-033-45/+42
* fix powerpc termios.h macro exposure/namespace issuesSzabolcs Nagy2016-07-032-24/+24
* fix generic termios.h macro exposure/namespace issuesSzabolcs Nagy2016-07-031-9/+14
* define appropriate feature test macros to get CBAUD from termios.hRich Felker2016-07-032-0/+2
* fix FIOQSIZE in arm ioctl.hSzabolcs Nagy2016-07-033-0/+4
* remove termios2 related ioctls from sh ioctl.hSzabolcs Nagy2016-07-031-4/+0
* fix TIOCMSET in mips ioctl.hSzabolcs Nagy2016-07-033-3/+3
* fix mips, mips64, mipsn32 TIOCM_* macros in ioctl.hSzabolcs Nagy2016-07-033-42/+42
* remove mips and powerpc ioctls that are missing from linux uapiSzabolcs Nagy2016-07-035-31/+0
* add missing TIOC* macros to ioctl.hSzabolcs Nagy2016-07-037-3/+40
* add missing SIOCSIFNAME from linux/sockios.h to ioctl.hSzabolcs Nagy2016-07-037-0/+7
* remove ioctl macros that were removed from linux uapiSzabolcs Nagy2016-07-037-32/+0
* use the generic ioctl.h for x86_64, x32 and aarch64Szabolcs Nagy2016-07-033-607/+0
* add consistent reserved fields in mips64/n32 termios structuresRich Felker2016-07-032-0/+4
* fix posix_fadvise syscall args on powerpc, unify with arm fixRich Felker2016-07-014-12/+12
* pthread: implement try/timed join variantsBobby Bingham2016-06-302-3/+19
* fix misordered syscall arguments for posix_fadvise on armRich Felker2016-06-291-0/+12
* in posix_fadvise, don't bypass __syscall macro infrastructureRich Felker2016-06-291-1/+1
* refactor name_from_dns in hostname lookup backendNatanael Copa2016-06-291-14/+13
* in performing dns lookups, check result from res_mkqueryNatanael Copa2016-06-291-0/+4
* add RUSAGE_THREAD (Linux extension) definition to sys/resource.hRich Felker2016-06-291-0/+1
* fix incorrect definition of RUSAGE_CHILDREN in sys/resource.hRich Felker2016-06-291-1/+1