summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2015-02-21add new masked cancellation modeRich Felker-10/+17
2015-02-20prepare cancellation syscall asm for possibility of __cancel returningRich Felker-11/+32
2015-02-20map interruption of close by signal to success rather than EINPROGRESSRich Felker-1/+1
2015-02-16make pthread_exit responsible for disabling cancellationRich Felker-3/+2
2015-02-14fix type error (arch-dependent) in new aio codeRich Felker-1/+1
2015-02-13refactor group file access codeJosiah Worcester-51/+71
2015-02-13overhaul aio implementation for correctnessRich Felker-193/+440
2015-02-11fix bad character checking in wordexpRich Felker-0/+1
2015-02-10refactor passwd file access codeJosiah Worcester-49/+65
2015-02-10x86_64/memset: avoid performing final store twiceDenys Vlasenko-1/+1
2015-02-10x86_64/memset: simple optimizationsDenys Vlasenko-14/+16
2015-02-10make protocol table zero byte separated and add ipv6 protocolsTimo Teräs-22/+26
2015-02-09add syscall numbers for the new execveat syscallSzabolcs Nagy-4/+19
2015-02-09add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPFSzabolcs Nagy-0/+4
2015-02-09use the internal macro name FUTEX_PRIVATE in __waitSzabolcs Nagy-1/+1
2015-02-09add IEEE binary128 long double support to floatscanSzabolcs Nagy-1/+9
2015-02-09math: fix fmodl for IEEE binary128Szabolcs Nagy-1/+1
2015-02-08simplify armhf fesetenvSzabolcs Nagy-1/+0
2015-02-08fix fesetenv(FE_DFL_ENV) on mipsSzabolcs Nagy-1/+3
2015-02-08math: fix __fpclassifyl(-0.0) for IEEE binary128Szabolcs Nagy-3/+2
2015-02-08add parenthesis in fma.c to clarify intent and silence warningsSzabolcs Nagy-1/+1
2015-02-07make getaddrinfo support SOCK_RAW and other socket typesRich Felker-34/+42
2015-02-07remove cruft from x86_64 syscall.hSzabolcs Nagy-23/+3
2015-02-05fix failure of fchmodat to report EOPNOTSUPP in the race pathRich Felker-2/+4
2015-02-04fix fd leak race (missing O_CLOEXEC) in fchmodatRich Felker-1/+1
2015-02-03make execvp continue PATH search on EACCES rather than issuing an errrorRich Felker-1/+4
2015-02-03fix missing memory barrier in cancellation signal handlerRich Felker-0/+1
2015-02-01fix typo in x86_64/x32 user_fpregs_structFelix Janda-2/+2
2015-01-30make fsync, fdatasync, and msync cancellation pointsTrutz Behn-3/+3
2015-01-30move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn-27/+2
2015-01-30fix missing comma in sh setjmp asmTrutz Behn-1/+1
2015-01-30remove mips-only EINIT and EREMDEV errnosTrutz Behn-2/+0
2015-01-30fix failure of configure to detect gcc due to message translationsRich Felker-1/+1
2015-01-21fix erroneous return of partial username matches by getspnam[_r]Rich Felker-1/+1
2015-01-21simplify part of getopt_longRich Felker-13/+11
2015-01-21always set optarg in getopt_longRich Felker-1/+1
2015-01-15overhaul __synccall and fix AS-safety and other issues in set*idRich Felker-45/+138
2015-01-15add FUTEX_PRIVATE macro to internal futex.hRich Felker-0/+2
2015-01-15suppress EINTR in sem_wait and sem_timedwaitRich Felker-1/+1
2015-01-15for multithreaded set*id/setrlimit, handle case where callback does not runRich Felker-4/+4
2015-01-13release 1.1.6v1.1.6Rich Felker-1/+43
2015-01-13increase syslog message limit from 256 to 1024Rich Felker-1/+1
2015-01-12remove rlimit hacks from multi-threaded set*id() codeRich Felker-23/+15
2015-01-12simplify ctermidRich Felker-14/+2
2015-01-11fix regression in getopt_long support for non-option argumentsRich Felker-7/+6
2015-01-09check for connect failure in syslog log openingRich Felker-2/+6
2014-12-23add new prctl command PR_SET_MM_MAP to sys/prctl.hSzabolcs Nagy-0/+21
2014-12-23add new syscall numbers for bpf and kexec_file_loadSzabolcs Nagy-0/+20
2014-12-21move wint_t definition to the shared part of alltypes.h.inRich Felker-9/+1
2014-12-21fix signedness of UINT32_MAX and UINT64_MAX at the preprocessor levelRich Felker-2/+2