about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix misaligned address buffers in gethostbyname[2][_r] resultsRich Felker2016-06-271-7/+7
* fix failure to obtain EOWNERDEAD status for process-shared robust mutexesRich Felker2016-06-273-3/+3
* remove comments on copyright status from UTF-8 implementation filesRich Felker2016-06-2113-78/+0
* avoid padding gaps in struct sockaddr_storageRich Felker2016-06-091-1/+1
* update sys/socket.h to linux v4.6Szabolcs Nagy2016-06-091-1/+19
* add new tcp_info fields from linux v4.6Szabolcs Nagy2016-06-091-0/+4
* add CLONE_NEWCGROUP clone flag, new in linux v4.6Szabolcs Nagy2016-06-091-0/+1
* update siginfo struct for linux v4.6Szabolcs Nagy2016-06-091-6/+11
* add ETH_P_MACSEC netinet/if_ether.h, new in linux v4.6Szabolcs Nagy2016-06-091-0/+1
* add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6Szabolcs Nagy2016-06-091-0/+1
* add preadv2 and pwritev2 syscall numbers for linux v4.6Szabolcs Nagy2016-06-0911-0/+22
* fix a64l undefined behavior on ILP32 archs, wrong results on LP64 archsRich Felker2016-05-231-3/+6
* fix undefined pointer arithmetic in CMSG_NXTHDR macroRich Felker2016-05-221-3/+3
* fix the use of uninitialized value in regcompSzabolcs Nagy2016-05-221-0/+2
* deduplicate __NR_* and SYS_* syscall number definitionsBobby Bingham2016-05-1217-5284/+890
* x32: eliminate __X32_SYSCALL_BIT constantBobby Bingham2016-05-121-317/+316
* x32: remove arch-specific syscall remappingBobby Bingham2016-05-121-20/+0
* fix spurious trailing whitespace in powerpc & powerpc64 bits/errno.hRich Felker2016-05-082-2/+2
* add powerpc64 portBobby Bingham2016-05-0842-1/+2342
* fix redundant processing of --build flag in configure scriptLeMay, Michael2016-05-041-1/+1
* fix incorrect protocol name and number for egpAndrew Kelley2016-05-041-1/+1
* follow standard configure behavior for cross compile prefixRich Felker2016-04-291-1/+13
* update COPYRIGHT file to clarify that permissions apply for all filesRich Felker2016-04-281-14/+23
* fix FILE buffer underflow in ungetwcRich Felker2016-04-261-3/+3
* fix thread structure/dtv-pointer corruption on powerpcRich Felker2016-04-251-0/+5
* remove dead store in res_msendPetr Vaněk2016-04-181-1/+0
* add mips n32 port (ILP32 ABI for mips64)Rich Felker2016-04-1846-0/+2375
* add support for mips and mips64 r6 isaRich Felker2016-04-037-22/+60
* fix read past end of haystack buffer for short needles in memmemRich Felker2016-04-011-0/+1
* fix regression disabling use of pause instruction for x86 a_spinRich Felker2016-03-293-3/+3
* fix undefined pointer comparison in stdio-internal __toreadRich Felker2016-03-281-1/+1
* fix gethostbyaddr_r to fill struct hostent.h_length as appropriateTimo Teräs2016-03-241-0/+1
* add MADV_FREE madvise command from linux v4.5Szabolcs Nagy2016-03-191-0/+1
* add EPOLLEXCLUSIVE epoll flag from linux v4.5Szabolcs Nagy2016-03-191-0/+1
* add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5Szabolcs Nagy2016-03-191-1/+2
* add IPV6_HDRINCL socket option from linux v4.5Szabolcs Nagy2016-03-191-0/+1
* add copy_file_range syscall numbers from linux v4.5Szabolcs Nagy2016-03-199-0/+18