projects
/
oweals
/
musl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/musl.git
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
2014-09-11
Rich Felker
fix C++ incompatibility in i386 definition of max_align_t
commit
|
commitdiff
|
tree
|
snapshot
2014-09-10
Rich Felker
add _DEFAULT_SOURCE feature profile as an alias for...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-10
Rich Felker
fix _ALL_SOURCE logic to avoid possible redefinition...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-10
Rich Felker
fix places where _BSD_SOURCE failed to yield a superset...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-08
Szabolcs Nagy
fix exp10l.c to include float.h
commit
|
commitdiff
|
tree
|
snapshot
2014-09-08
Szabolcs Nagy
prune math code on archs with binary64 long double
commit
|
commitdiff
|
tree
|
snapshot
2014-09-08
Szabolcs Nagy
add new F_OFD_* macros to fcntl.h (open file descriptio...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-07
Rich Felker
add C11 thread creation and related thread functions
commit
|
commitdiff
|
tree
|
snapshot
2014-09-07
Jens Gustedt
add C11 condition variable functions
commit
|
commitdiff
|
tree
|
snapshot
2014-09-07
Jens Gustedt
add C11 mutex functions
commit
|
commitdiff
|
tree
|
snapshot
2014-09-07
Jens Gustedt
add C11 thread functions operating on tss_t and once_flag
commit
|
commitdiff
|
tree
|
snapshot
2014-09-07
Rich Felker
add threads.h and needed per-arch types for mtx_t and...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-06
Jens Gustedt
use weak symbols for the POSIX functions that will...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-06
Rich Felker
add C11 timespec_get function, with associated time...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-06
Rich Felker
fix non-static dummy function that slipped in with...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Szabolcs Nagy
fix macros for LFS *64_t types in sys/stat.h, sys/types...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Szabolcs Nagy
add missing legacy LFS *64 symbol aliases
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Szabolcs Nagy
fix memory leak in regexec when input contains illegal...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Rich Felker
fix off-by-one in bounds check in fpathconf
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Rich Felker
fix potential read past end of buffer in getnameinfo...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Rich Felker
remove incorrect and useless check in network service...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Rich Felker
fix case mapping for U+00DF (ß)
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Rich Felker
make non-waiting paths of sem_[timed]wait and pthread_j...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Rich Felker
remove an extra layer of buffer copying in getnameinfo...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Rich Felker
fix multiple stdio functions' behavior on zero-length...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Rich Felker
suppress null termination when fgets reads EOF with...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Szabolcs Nagy
fix dn_expand empty name handling and offsets to 0
commit
|
commitdiff
|
tree
|
snapshot
2014-08-27
Szabolcs Nagy
add static_assert and hide noreturn, alignas, alignof...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-27
Szabolcs Nagy
add C11 floating-point characteristic macros to float.h
commit
|
commitdiff
|
tree
|
snapshot
2014-08-26
Rich Felker
add malloc_usable_size function and non-stub malloc.h
commit
|
commitdiff
|
tree
|
snapshot
2014-08-26
Rich Felker
refrain from spinning on locks when there is already...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-26
Rich Felker
spin before waiting on futex in mutex and rwlock lock...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-25
Rich Felker
spin in sem_[timed]wait before performing futex wait
commit
|
commitdiff
|
tree
|
snapshot
2014-08-25
Rich Felker
fix build error on arm due to new a_spin code
commit
|
commitdiff
|
tree
|
snapshot
2014-08-25
Rich Felker
sanitize number of spins in userspace before futex...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-25
Rich Felker
add working a_spin() atomic for non-x86 targets
commit
|
commitdiff
|
tree
|
snapshot
2014-08-24
Rich Felker
fix false ownership of stdio FILEs due to tid reuse
commit
|
commitdiff
|
tree
|
snapshot
2014-08-23
Rich Felker
fix fallback checks for kernels without private futex...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-22
Rich Felker
fix use of uninitialized memory with application-provid...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Rich Felker
add max_align_t definition for C11 and C++11
commit
|
commitdiff
|
tree
|
snapshot
2014-08-18
Rich Felker
further simplify and optimize new cond var
commit
|
commitdiff
|
tree
|
snapshot
2014-08-18
Rich Felker
simplify and improve new cond var implementation
commit
|
commitdiff
|
tree
|
snapshot
2014-08-18
Rich Felker
redesign cond var implementation to fix multiple issues
commit
|
commitdiff
|
tree
|
snapshot
2014-08-17
Rich Felker
fix possible failure-to-wake deadlock with robust mutexes
commit
|
commitdiff
|
tree
|
snapshot
2014-08-17
Rich Felker
make pointers used in robust list volatile
commit
|
commitdiff
|
tree
|
snapshot
2014-08-16
Rich Felker
fix robust mutex unrecoverable status, and related...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-16
Rich Felker
fix false ownership of mutexes due to tid reuse, using...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-16
Rich Felker
optimize locking against vm changes for mmap/munmap
commit
|
commitdiff
|
tree
|
snapshot
2014-08-16
Rich Felker
enable private futex for process-local robust mutexes
commit
|
commitdiff
|
tree
|
snapshot
2014-08-16
Rich Felker
make futex operations use private-futex mode when possible
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Szabolcs Nagy
fix #ifdef inside a macro argument list in __init_tls.c
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Szabolcs Nagy
fix CPU_EQUAL macro in sched.h
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Szabolcs Nagy
add inline isspace in ctype.h as an optimization
commit
|
commitdiff
|
tree
|
snapshot
2014-08-08
Rich Felker
add dlerror message for static-linked dlsym failure
commit
|
commitdiff
|
tree
|
snapshot
2014-08-08
Clément Vasseur
fix dlerror when using dlopen with a static libc
commit
|
commitdiff
|
tree
|
snapshot
2014-08-08
Clément Vasseur
make clearenv available with _BSD_SOURCE
commit
|
commitdiff
|
tree
|
snapshot
2014-08-08
Timo Teräs
make endmntent function handle null argument
commit
|
commitdiff
|
tree
|
snapshot
2014-07-31
Rich Felker
release 1.1.4
v1.1.4
commit
|
commitdiff
|
tree
|
snapshot
2014-07-31
Rich Felker
update notice on broken gcc versions in INSTALL file
commit
|
commitdiff
|
tree
|
snapshot
2014-07-31
Rich Felker
update COPYRIGHT file to reflect new contributors
commit
|
commitdiff
|
tree
|
snapshot
2014-07-31
Rich Felker
harden locale name handling and prevent slashes in...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-31
Rich Felker
implement ffsl and ffsll functions
commit
|
commitdiff
|
tree
|
snapshot
2014-07-31
Rich Felker
limit visibility of ffs function declaration to _XOPEN_...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-31
Rich Felker
fix broken offset argument to the mmap2 syscall on...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-31
Rich Felker
add framework for mmap2 syscall unit to vary by arch
commit
|
commitdiff
|
tree
|
snapshot
2014-07-31
Rich Felker
provide PAGE_SIZE as a constant value of 8192 on or1k
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
Szabolcs Nagy
plural rule evaluator rewrite for dcngettext
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
Timo Teräs
reimplement if_nameindex and getifaddrs using netlink
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Rich Felker
fix terminal control ioctl constants for sh
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Szabolcs Nagy
tweaks to plural rules evaluator
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Rich Felker
harden dcngettext plural processing
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Rich Felker
harden mo file processing for locale/translations
commit
|
commitdiff
|
tree
|
snapshot
2014-07-28
Rich Felker
implement non-default plural rules for ngettext transla...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-28
Rich Felker
remove unused a_cas_l from or1k atomic.h
commit
|
commitdiff
|
tree
|
snapshot
2014-07-28
Rich Felker
clean up unused and inconsistent atomics in arch dirs
commit
|
commitdiff
|
tree
|
snapshot
2014-07-28
Rich Felker
fix insufficient synchronization in sh atomic asm
commit
|
commitdiff
|
tree
|
snapshot
2014-07-27
Rich Felker
implement gettext message translation functions
commit
|
commitdiff
|
tree
|
snapshot
next