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
...
*
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
*
don't write openpty results until success is determined
Rich Felker
2014-12-20
1
-10
/
+12
*
add login_tty function
Felix Janda
2014-12-20
2
-0
/
+16
*
set optopt in getopt_long
Rich Felker
2014-12-20
1
-0
/
+1
*
add error message printing to getopt_long and make related improvements
Rich Felker
2014-12-20
2
-6
/
+32
*
support translation for getopt error messages
Rich Felker
2014-12-20
1
-0
/
+2
*
fix stderr locking and ferror semantics in getopt message printing
Rich Felker
2014-12-19
1
-12
/
+16
*
use tkill instead of tgkill in implementing raise
Rich Felker
2014-12-18
1
-3
/
+2
*
don't suppress sign output for NANs in printf
Rich Felker
2014-12-18
1
-1
/
+1
*
fix return value computation in one code path of wcsnrtombs
Rich Felker
2014-12-18
1
-1
/
+1
*
fix signedness of WINT_MIN expression
Rich Felker
2014-12-17
1
-1
/
+1
*
make the definition of _Complex_I explicitly complex
Rich Felker
2014-12-17
1
-2
/
+2
*
make the result of the cimag macro a non-lvalue
Rich Felker
2014-12-17
1
-1
/
+1
*
fix definition of CMPLX macros in complex.h to work in constant expressions
Rich Felker
2014-12-17
1
-3
/
+9
*
provide CMPLX macros in implementation-internal libm.h
Rich Felker
2014-12-17
1
-0
/
+12
*
implement FNM_CASEFOLD extension to fnmatch function
Nagy Szabolcs
2014-12-17
1
-11
/
+25
*
add basic dns record parsing functions
Rich Felker
2014-12-17
2
-35
/
+194
*
correctly handle write errors encountered by printf-family functions
Rich Felker
2014-12-17
2
-2
/
+12
*
simplify getopt_long argv permutation loop logic
Rich Felker
2014-12-13
1
-3
/
+1
*
fix handling of "--" with getopt_long argv permutation
Rich Felker
2014-12-13
1
-1
/
+0
*
accept null longopts pointer in getopt_long
Rich Felker
2014-12-11
1
-1
/
+1
*
fix getopt handling of initial '+' in optstring
Rich Felker
2014-12-10
1
-1
/
+1
[prev]
[next]