about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* fix bad character checking in wordexpRich Felker2015-02-111-0/+1
* refactor passwd file access codeJosiah Worcester2015-02-106-49/+65
* x86_64/memset: avoid performing final store twiceDenys Vlasenko2015-02-101-1/+1
* x86_64/memset: simple optimizationsDenys Vlasenko2015-02-101-14/+16
* make protocol table zero byte separated and add ipv6 protocolsTimo Teräs2015-02-101-22/+26
* add syscall numbers for the new execveat syscallSzabolcs Nagy2015-02-097-4/+19
* add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPFSzabolcs Nagy2015-02-091-0/+4
* use the internal macro name FUTEX_PRIVATE in __waitSzabolcs Nagy2015-02-091-1/+1
* add IEEE binary128 long double support to floatscanSzabolcs Nagy2015-02-091-1/+9
* math: fix fmodl for IEEE binary128Szabolcs Nagy2015-02-091-1/+1
* simplify armhf fesetenvSzabolcs Nagy2015-02-081-1/+0
* fix fesetenv(FE_DFL_ENV) on mipsSzabolcs Nagy2015-02-081-1/+3
* math: fix __fpclassifyl(-0.0) for IEEE binary128Szabolcs Nagy2015-02-081-3/+2
* add parenthesis in fma.c to clarify intent and silence warningsSzabolcs Nagy2015-02-081-1/+1
* make getaddrinfo support SOCK_RAW and other socket typesRich Felker2015-02-074-34/+42
* remove cruft from x86_64 syscall.hSzabolcs Nagy2015-02-072-23/+3
* fix failure of fchmodat to report EOPNOTSUPP in the race pathRich Felker2015-02-051-2/+4
* fix fd leak race (missing O_CLOEXEC) in fchmodatRich Felker2015-02-041-1/+1
* make execvp continue PATH search on EACCES rather than issuing an errrorRich Felker2015-02-031-1/+4
* fix missing memory barrier in cancellation signal handlerRich Felker2015-02-031-0/+1
* fix typo in x86_64/x32 user_fpregs_structFelix Janda2015-02-012-2/+2
* make fsync, fdatasync, and msync cancellation pointsTrutz Behn2015-01-303-3/+3
* move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn2015-01-3010-27/+2
* fix missing comma in sh setjmp asmTrutz Behn2015-01-301-1/+1
* remove mips-only EINIT and EREMDEV errnosTrutz Behn2015-01-301-2/+0
* fix failure of configure to detect gcc due to message translationsRich Felker2015-01-301-1/+1
* fix erroneous return of partial username matches by getspnam[_r]Rich Felker2015-01-211-1/+1
* simplify part of getopt_longRich Felker2015-01-211-13/+11
* always set optarg in getopt_longRich Felker2015-01-211-1/+1
* overhaul __synccall and fix AS-safety and other issues in set*idRich Felker2015-01-152-45/+138
* add FUTEX_PRIVATE macro to internal futex.hRich Felker2015-01-151-0/+2
* suppress EINTR in sem_wait and sem_timedwaitRich Felker2015-01-151-1/+1
* for multithreaded set*id/setrlimit, handle case where callback does not runRich Felker2015-01-152-4/+4
* release 1.1.6 v1.1.6Rich Felker2015-01-132-1/+43
* increase syslog message limit from 256 to 1024Rich Felker2015-01-131-1/+1
* remove rlimit hacks from multi-threaded set*id() codeRich Felker2015-01-121-23/+15
* simplify ctermidRich Felker2015-01-121-14/+2
* fix regression in getopt_long support for non-option argumentsRich Felker2015-01-111-7/+6
* check for connect failure in syslog log openingRich Felker2015-01-091-2/+6
* add new prctl command PR_SET_MM_MAP to sys/prctl.hSzabolcs Nagy2014-12-231-0/+21
* add new syscall numbers for bpf and kexec_file_loadSzabolcs Nagy2014-12-238-0/+20
* move wint_t definition to the shared part of alltypes.h.inRich Felker2014-12-2110-9/+1
* fix signedness of UINT32_MAX and UINT64_MAX at the preprocessor levelRich Felker2014-12-211-2/+2
* overhaul forkpty function using new login_ttyRich Felker2014-12-211-26/+45
* block pthread cancellation in openpty functionRich Felker2014-12-201-9/+14
* don't write openpty results until success is determinedRich Felker2014-12-201-10/+12
* add login_tty functionFelix Janda2014-12-202-0/+16
* set optopt in getopt_longRich Felker2014-12-201-0/+1
* add error message printing to getopt_long and make related improvementsRich Felker2014-12-202-6/+32
* support translation for getopt error messagesRich Felker2014-12-201-0/+2