index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
map interruption of close by signal to success rather than EINPROGRESS
Rich Felker
2015-02-20
1
-1
/
+1
*
make pthread_exit responsible for disabling cancellation
Rich Felker
2015-02-16
2
-3
/
+2
*
fix type error (arch-dependent) in new aio code
Rich Felker
2015-02-14
1
-1
/
+1
*
refactor group file access code
Josiah Worcester
2015-02-13
6
-51
/
+71
*
overhaul aio implementation for correctness
Rich Felker
2015-02-13
9
-193
/
+440
*
fix bad character checking in wordexp
Rich Felker
2015-02-11
1
-0
/
+1
*
refactor passwd file access code
Josiah Worcester
2015-02-10
6
-49
/
+65
*
x86_64/memset: avoid performing final store twice
Denys Vlasenko
2015-02-10
1
-1
/
+1
*
x86_64/memset: simple optimizations
Denys Vlasenko
2015-02-10
1
-14
/
+16
*
make protocol table zero byte separated and add ipv6 protocols
Timo Teräs
2015-02-10
1
-22
/
+26
*
add syscall numbers for the new execveat syscall
Szabolcs Nagy
2015-02-09
7
-4
/
+19
*
add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPF
Szabolcs Nagy
2015-02-09
1
-0
/
+4
*
use the internal macro name FUTEX_PRIVATE in __wait
Szabolcs Nagy
2015-02-09
1
-1
/
+1
*
add IEEE binary128 long double support to floatscan
Szabolcs Nagy
2015-02-09
1
-1
/
+9
*
math: fix fmodl for IEEE binary128
Szabolcs Nagy
2015-02-09
1
-1
/
+1
*
simplify armhf fesetenv
Szabolcs Nagy
2015-02-08
1
-1
/
+0
*
fix fesetenv(FE_DFL_ENV) on mips
Szabolcs Nagy
2015-02-08
1
-1
/
+3
*
math: fix __fpclassifyl(-0.0) for IEEE binary128
Szabolcs Nagy
2015-02-08
1
-3
/
+2
*
add parenthesis in fma.c to clarify intent and silence warnings
Szabolcs Nagy
2015-02-08
1
-1
/
+1
*
make getaddrinfo support SOCK_RAW and other socket types
Rich Felker
2015-02-07
4
-34
/
+42
*
remove cruft from x86_64 syscall.h
Szabolcs Nagy
2015-02-07
2
-23
/
+3
*
fix failure of fchmodat to report EOPNOTSUPP in the race path
Rich Felker
2015-02-05
1
-2
/
+4
*
fix fd leak race (missing O_CLOEXEC) in fchmodat
Rich Felker
2015-02-04
1
-1
/
+1
*
make execvp continue PATH search on EACCES rather than issuing an errror
Rich Felker
2015-02-03
1
-1
/
+4
*
fix missing memory barrier in cancellation signal handler
Rich Felker
2015-02-03
1
-0
/
+1
*
fix typo in x86_64/x32 user_fpregs_struct
Felix Janda
2015-02-01
2
-2
/
+2
*
make fsync, fdatasync, and msync cancellation points
Trutz Behn
2015-01-30
3
-3
/
+3
*
move MREMAP_MAYMOVE and MREMAP_FIXED out of bits
Trutz Behn
2015-01-30
10
-27
/
+2
*
fix missing comma in sh setjmp asm
Trutz Behn
2015-01-30
1
-1
/
+1
*
remove mips-only EINIT and EREMDEV errnos
Trutz Behn
2015-01-30
1
-2
/
+0
*
fix failure of configure to detect gcc due to message translations
Rich Felker
2015-01-30
1
-1
/
+1
*
fix erroneous return of partial username matches by getspnam[_r]
Rich Felker
2015-01-21
1
-1
/
+1
*
simplify part of getopt_long
Rich Felker
2015-01-21
1
-13
/
+11
*
always set optarg in getopt_long
Rich Felker
2015-01-21
1
-1
/
+1
*
overhaul __synccall and fix AS-safety and other issues in set*id
Rich Felker
2015-01-15
2
-45
/
+138
*
add FUTEX_PRIVATE macro to internal futex.h
Rich Felker
2015-01-15
1
-0
/
+2
*
suppress EINTR in sem_wait and sem_timedwait
Rich Felker
2015-01-15
1
-1
/
+1
*
for multithreaded set*id/setrlimit, handle case where callback does not run
Rich Felker
2015-01-15
2
-4
/
+4
*
release 1.1.6
v1.1.6
Rich Felker
2015-01-13
2
-1
/
+43
*
increase syslog message limit from 256 to 1024
Rich Felker
2015-01-13
1
-1
/
+1
*
remove rlimit hacks from multi-threaded set*id() code
Rich Felker
2015-01-12
1
-23
/
+15
*
simplify ctermid
Rich Felker
2015-01-12
1
-14
/
+2
*
fix regression in getopt_long support for non-option arguments
Rich Felker
2015-01-11
1
-7
/
+6
*
check for connect failure in syslog log opening
Rich Felker
2015-01-09
1
-2
/
+6
*
add new prctl command PR_SET_MM_MAP to sys/prctl.h
Szabolcs Nagy
2014-12-23
1
-0
/
+21
*
add new syscall numbers for bpf and kexec_file_load
Szabolcs Nagy
2014-12-23
8
-0
/
+20
*
move wint_t definition to the shared part of alltypes.h.in
Rich Felker
2014-12-21
10
-9
/
+1
*
fix signedness of UINT32_MAX and UINT64_MAX at the preprocessor level
Rich Felker
2014-12-21
1
-2
/
+2
*
overhaul forkpty function using new login_tty
Rich Felker
2014-12-21
1
-26
/
+45
*
block pthread cancellation in openpty function
Rich Felker
2014-12-20
1
-9
/
+14
[next]