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
*
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
*
support abbreviated options in getopt_long
Rich Felker
2014-12-10
1
-7
/
+18
*
support options after non-option arguments in getopt_long (argv permutation)
Rich Felker
2014-12-10
1
-0
/
+39
*
don't shadow functions with macros in C++
Bobby Bingham
2014-12-09
3
-0
/
+6
*
use direct syscall rather than write function in posix_spawn child
Rich Felker
2014-12-05
1
-1
/
+1
*
don't fail posix_spawn on failed close
Rich Felker
2014-12-05
1
-2
/
+1
*
fix getopt handling of ':' modifier for multibyte option characters
Rich Felker
2014-12-04
1
-4
/
+9
*
add arm private syscall numbers
Timo Teräs
2014-12-03
1
-0
/
+5
*
fix return value of pthread_getaffinity_np and pthread_setaffinity_np
Rich Felker
2014-12-02
1
-8
/
+11
*
fix uninitialized output from sched_getaffinity
Rich Felker
2014-12-02
1
-1
/
+5
*
add support for non-option arguments extension to getopt
Gianluca Anzolin
2014-12-02
2
-4
/
+20
*
adapt dynamic linker for new binutils versions that omit DT_RPATH
Rich Felker
2014-11-23
1
-0
/
+2
*
fix tabs/spaces in memcpy.s
Rich Felker
2014-11-23
1
-279
/
+279
*
fix build regression in arm asm for setjmp/longjmp with old assemblers
Rich Felker
2014-11-23
2
-2
/
+2
*
fix build regression in arm asm for memcpy
Rich Felker
2014-11-23
1
-30
/
+30
*
arm assembly changes for clang compatibility
Joakim Sindholt
2014-11-23
3
-32
/
+32
*
unify non-inline version of syscall code across archs
Rich Felker
2014-11-22
4
-104
/
+16
*
inline 5- and 6-argument syscalls on arm
Rich Felker
2014-11-22
1
-2
/
+15
*
remove old clang workarounds from arm syscall implementation
Rich Felker
2014-11-22
1
-31
/
+0
*
fix __aeabi_read_tp oversight in arm atomics/tls overhaul
Rich Felker
2014-11-22
3
-10
/
+5
*
overhaul ARM atomics/tls for performance and compatibility
Rich Felker
2014-11-19
6
-56
/
+331
*
save auxv pointer into libc struct early in dynamic linker startup
Rich Felker
2014-11-19
1
-0
/
+1
*
getopt: fix optional argument processing
Felix Fietkau
2014-11-15
1
-2
/
+2
*
implement a private state for the uchar.h functions
Jens Gustedt
2014-11-15
3
-0
/
+6
*
fix behavior of printf with alt-form octal, zero precision, zero value
Rich Felker
2014-11-15
1
-1
/
+1
[next]