projects
/
oweals
/
musl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/musl.git
2015-02-05
Rich Felker
fix fd leak race (missing O_CLOEXEC) in fchmodat
commit
|
commitdiff
|
tree
|
snapshot
2015-02-03
Rich Felker
make execvp continue PATH search on EACCES rather than...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-03
Rich Felker
fix missing memory barrier in cancellation signal handler
commit
|
commitdiff
|
tree
|
snapshot
2015-02-01
Felix Janda
fix typo in x86_64/x32 user_fpregs_struct
commit
|
commitdiff
|
tree
|
snapshot
2015-01-31
Trutz Behn
make fsync, fdatasync, and msync cancellation points
commit
|
commitdiff
|
tree
|
snapshot
2015-01-31
Trutz Behn
move MREMAP_MAYMOVE and MREMAP_FIXED out of bits
commit
|
commitdiff
|
tree
|
snapshot
2015-01-31
Trutz Behn
fix missing comma in sh setjmp asm
commit
|
commitdiff
|
tree
|
snapshot
2015-01-31
Trutz Behn
remove mips-only EINIT and EREMDEV errnos
commit
|
commitdiff
|
tree
|
snapshot
2015-01-31
Rich Felker
fix failure of configure to detect gcc due to message...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-21
Rich Felker
fix erroneous return of partial username matches by...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-21
Rich Felker
simplify part of getopt_long
commit
|
commitdiff
|
tree
|
snapshot
2015-01-21
Rich Felker
always set optarg in getopt_long
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Rich Felker
overhaul __synccall and fix AS-safety and other issues...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-16
Rich Felker
add FUTEX_PRIVATE macro to internal futex.h
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Rich Felker
suppress EINTR in sem_wait and sem_timedwait
commit
|
commitdiff
|
tree
|
snapshot
2015-01-15
Rich Felker
for multithreaded set*id/setrlimit, handle case where...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-14
Rich Felker
release 1.1.6
v1.1.6
commit
|
commitdiff
|
tree
|
snapshot
2015-01-13
Rich Felker
increase syslog message limit from 256 to 1024
commit
|
commitdiff
|
tree
|
snapshot
2015-01-12
Rich Felker
remove rlimit hacks from multi-threaded set*id() code
commit
|
commitdiff
|
tree
|
snapshot
2015-01-12
Rich Felker
simplify ctermid
commit
|
commitdiff
|
tree
|
snapshot
2015-01-11
Rich Felker
fix regression in getopt_long support for non-option...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-09
Rich Felker
check for connect failure in syslog log opening
commit
|
commitdiff
|
tree
|
snapshot
2014-12-23
Szabolcs Nagy
add new prctl command PR_SET_MM_MAP to sys/prctl.h
commit
|
commitdiff
|
tree
|
snapshot
2014-12-23
Szabolcs Nagy
add new syscall numbers for bpf and kexec_file_load
commit
|
commitdiff
|
tree
|
snapshot
2014-12-21
Rich Felker
move wint_t definition to the shared part of alltypes...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-21
Rich Felker
fix signedness of UINT32_MAX and UINT64_MAX at the...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-21
Rich Felker
overhaul forkpty function using new login_tty
commit
|
commitdiff
|
tree
|
snapshot
2014-12-21
Rich Felker
block pthread cancellation in openpty function
commit
|
commitdiff
|
tree
|
snapshot
2014-12-21
Rich Felker
don't write openpty results until success is determined
commit
|
commitdiff
|
tree
|
snapshot
2014-12-21
Felix Janda
add login_tty function
commit
|
commitdiff
|
tree
|
snapshot
2014-12-21
Rich Felker
set optopt in getopt_long
commit
|
commitdiff
|
tree
|
snapshot
2014-12-21
Rich Felker
add error message printing to getopt_long and make...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-20
Rich Felker
support translation for getopt error messages
commit
|
commitdiff
|
tree
|
snapshot
2014-12-20
Rich Felker
fix stderr locking and ferror semantics in getopt messa...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-19
Rich Felker
use tkill instead of tgkill in implementing raise
commit
|
commitdiff
|
tree
|
snapshot
2014-12-18
Rich Felker
don't suppress sign output for NANs in printf
commit
|
commitdiff
|
tree
|
snapshot
2014-12-18
Rich Felker
fix return value computation in one code path of wcsnrtombs
commit
|
commitdiff
|
tree
|
snapshot
2014-12-17
Rich Felker
fix signedness of WINT_MIN expression
commit
|
commitdiff
|
tree
|
snapshot
2014-12-17
Rich Felker
make the definition of _Complex_I explicitly complex
commit
|
commitdiff
|
tree
|
snapshot
2014-12-17
Rich Felker
make the result of the cimag macro a non-lvalue
commit
|
commitdiff
|
tree
|
snapshot
2014-12-17
Rich Felker
fix definition of CMPLX macros in complex.h to work...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-17
Rich Felker
provide CMPLX macros in implementation-internal libm.h
commit
|
commitdiff
|
tree
|
snapshot
2014-12-17
Nagy Szabolcs
implement FNM_CASEFOLD extension to fnmatch function
commit
|
commitdiff
|
tree
|
snapshot
2014-12-17
Rich Felker
add basic dns record parsing functions
commit
|
commitdiff
|
tree
|
snapshot
2014-12-17
Rich Felker
correctly handle write errors encountered by printf...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-13
Rich Felker
simplify getopt_long argv permutation loop logic
commit
|
commitdiff
|
tree
|
snapshot
2014-12-13
Rich Felker
fix handling of "--" with getopt_long argv permutation
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
Rich Felker
accept null longopts pointer in getopt_long
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
Rich Felker
fix getopt handling of initial '+' in optstring
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
Rich Felker
support abbreviated options in getopt_long
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
Rich Felker
support options after non-option arguments in getopt_lo...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
Bobby Bingham
don't shadow functions with macros in C++
commit
|
commitdiff
|
tree
|
snapshot
2014-12-06
Rich Felker
use direct syscall rather than write function in posix_...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-06
Rich Felker
don't fail posix_spawn on failed close
commit
|
commitdiff
|
tree
|
snapshot
2014-12-04
Rich Felker
fix getopt handling of ':' modifier for multibyte optio...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-03
Timo Teräs
add arm private syscall numbers
commit
|
commitdiff
|
tree
|
snapshot
2014-12-03
Rich Felker
fix return value of pthread_getaffinity_np and pthread_...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-03
Rich Felker
fix uninitialized output from sched_getaffinity
commit
|
commitdiff
|
tree
|
snapshot
2014-12-03
Gianluca Anzolin
add support for non-option arguments extension to getopt
commit
|
commitdiff
|
tree
|
snapshot
2014-11-23
Rich Felker
adapt dynamic linker for new binutils versions that...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-23
Rich Felker
fix tabs/spaces in memcpy.s
commit
|
commitdiff
|
tree
|
snapshot
2014-11-23
Rich Felker
fix build regression in arm asm for setjmp/longjmp...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-23
Rich Felker
fix build regression in arm asm for memcpy
commit
|
commitdiff
|
tree
|
snapshot
2014-11-23
Joakim Sindholt
arm assembly changes for clang compatibility
commit
|
commitdiff
|
tree
|
snapshot
2014-11-23
Rich Felker
unify non-inline version of syscall code across archs
commit
|
commitdiff
|
tree
|
snapshot
2014-11-23
Rich Felker
inline 5- and 6-argument syscalls on arm
commit
|
commitdiff
|
tree
|
snapshot
2014-11-23
Rich Felker
remove old clang workarounds from arm syscall implement...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-22
Rich Felker
fix __aeabi_read_tp oversight in arm atomics/tls overhaul
commit
|
commitdiff
|
tree
|
snapshot
2014-11-19
Rich Felker
overhaul ARM atomics/tls for performance and compatibility
commit
|
commitdiff
|
tree
|
snapshot
2014-11-19
Rich Felker
save auxv pointer into libc struct early in dynamic...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-16
Felix Fietkau
getopt: fix optional argument processing
commit
|
commitdiff
|
tree
|
snapshot
2014-11-15
Jens Gustedt
implement a private state for the uchar.h functions
commit
|
commitdiff
|
tree
|
snapshot
2014-11-15
Rich Felker
fix behavior of printf with alt-form octal, zero precis...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-05
Szabolcs Nagy
math: use fnstsw consistently instead of fstsw in x87 asm
commit
|
commitdiff
|
tree
|
snapshot
2014-11-05
Szabolcs Nagy
math: fix x86_64 and x32 asm not to use sahf instruction
commit
|
commitdiff
|
tree
|
snapshot
2014-11-05
Rich Felker
fix 64-bit syscall argument passing on or1k
commit
|
commitdiff
|
tree
|
snapshot
2014-10-31
Rich Felker
fix uninitialized mode variable in openat function
commit
|
commitdiff
|
tree
|
snapshot
2014-10-31
Szabolcs Nagy
math: use the rounding idiom consistently
commit
|
commitdiff
|
tree
|
snapshot
2014-10-31
Szabolcs Nagy
fix rint.c and rintf.c when FLT_EVAL_METHOD!=0
commit
|
commitdiff
|
tree
|
snapshot
2014-10-31
Rich Felker
fix invalid access by openat to possibly-missing variad...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-31
Rich Felker
fix failure of open to read variadic mode argument...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-20
Rich Felker
manually "shrink wrap" fast path in pthread_once
commit
|
commitdiff
|
tree
|
snapshot
2014-10-14
Rich Felker
release 1.1.5
v1.1.5
commit
|
commitdiff
|
tree
|
snapshot
2014-10-14
Rich Felker
suppress macro definitions of ctype functions under C++
commit
|
commitdiff
|
tree
|
snapshot
2014-10-14
Rich Felker
implement uchar.h (C11 UTF-16/32 conversion) interfaces
commit
|
commitdiff
|
tree
|
snapshot
2014-10-13
Rich Felker
eliminate global waiters count in pthread_once
commit
|
commitdiff
|
tree
|
snapshot
2014-10-10
Rich Felker
fix missing barrier in pthread_once/call_once shortcut...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-10
Rich Felker
add explicit barrier operation to internal atomic.h API
commit
|
commitdiff
|
tree
|
snapshot
2014-10-10
Rich Felker
fix handling of negative offsets in timezone spec strings
commit
|
commitdiff
|
tree
|
snapshot
2014-10-08
Szabolcs Nagy
add new linux file sealing api to fcntl.h
commit
|
commitdiff
|
tree
|
snapshot
2014-10-08
Szabolcs Nagy
add new IPV6_AUTOFLOWLABEL socket option in netinet...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-08
Szabolcs Nagy
add new syscall numbers for seccomp, getrandom, memfd_c...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-08
Rich Felker
always provide __fpclassifyl and __signbitl definitions
commit
|
commitdiff
|
tree
|
snapshot
2014-10-07
Rich Felker
ignore access mode bits of flags in mkostemps and funct...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-04
Rich Felker
fix handling of odd lengths in swab function
commit
|
commitdiff
|
tree
|
snapshot
2014-09-22
Rich Felker
fix incorrect sequence generation in *rand48 prng functions
commit
|
commitdiff
|
tree
|
snapshot
2014-09-19
Rich Felker
fix linked list corruption in flockfile lists
commit
|
commitdiff
|
tree
|
snapshot
2014-09-18
Szabolcs Nagy
math: fix exp10 not to raise invalid exception on NaN
commit
|
commitdiff
|
tree
|
snapshot
2014-09-16
Rich Felker
fix overflow corner case in strtoul-family functions
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Szabolcs Nagy
rewrite the regex pattern parser in regcomp
commit
|
commitdiff
|
tree
|
snapshot
next