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-05-19
Rich Felker
remove unsupported nonstandard sysconf macros and their...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-19
Rich Felker
rework sysconf table to treat zero entries as invalid
commit
|
commitdiff
|
tree
|
snapshot
2014-05-19
Rich Felker
add configure check for broken gcc 4.9.0 and possibly...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-13
Rich Felker
add cp437 and cp850 to available iconv conversions
commit
|
commitdiff
|
tree
|
snapshot
2014-05-12
Rich Felker
add configure check for working compiler
commit
|
commitdiff
|
tree
|
snapshot
2014-05-08
Szabolcs Nagy
fix strftime %s not to zero pad with default width=2
commit
|
commitdiff
|
tree
|
snapshot
2014-05-04
Rich Felker
remove useless __yield alias for sched_yield
commit
|
commitdiff
|
tree
|
snapshot
2014-04-30
Rich Felker
fix arm thread-pointer/atomic asm when compiling to...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-30
Rich Felker
fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-28
Bobby Bingham
fix superh nofpu check on old gcc versions
commit
|
commitdiff
|
tree
|
snapshot
2014-04-23
Rich Felker
perform minimal sanity checks on zoneinfo files loaded...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-22
Timo Teräs
do not try to interpret implementation specific strings...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-22
Rich Felker
make __init_libc static for non-shared libc
commit
|
commitdiff
|
tree
|
snapshot
2014-04-21
Rich Felker
further micro-optimize startup code for size
commit
|
commitdiff
|
tree
|
snapshot
2014-04-21
Rich Felker
micro-optimize some startup code for size
commit
|
commitdiff
|
tree
|
snapshot
2014-04-21
Rich Felker
allow zoneinfo-path-relative filenames with no slashes...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-20
M Farkas-Dyck
expose public execvpe interface
commit
|
commitdiff
|
tree
|
snapshot
2014-04-18
Rich Felker
fix false negatives with periodic needles in strstr...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Timo Teräs
make socketcall types common as they are same for all...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Rich Felker
add options when explicitly invoking dynamic loader
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Rich Felker
release 1.1.0
v1.1.0
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Rich Felker
add working vdso clock_gettime support, including stati...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Rich Felker
fix deadlock race in pthread_once
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Szabolcs Nagy
fix RLIMIT_ constants for mips
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Rich Felker
add _SC_PHYS_PAGES and _SC_AVPHYS_PAGES extentions...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Rich Felker
add namespace-protected name for sysinfo function
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Rich Felker
in sysconf, use getrlimit function rather than raw...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Rich Felker
avoid linear-time if/else special cases in sysconf
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Rich Felker
fix fallback code for old kernels in clock_gettime
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Rich Felker
use dmb barrier instruction for atomics on arm v7
commit
|
commitdiff
|
tree
|
snapshot
2014-04-12
Rich Felker
use hidden visibility rather than protected for syscall...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-11
Szabolcs Nagy
math: fix aliasing violation in long double wrappers
commit
|
commitdiff
|
tree
|
snapshot
2014-04-10
Timo Teräs
fix search past the end of haystack in memmem
commit
|
commitdiff
|
tree
|
snapshot
2014-04-07
Rich Felker
fix printf rounding with %g for some corner case midpoints
commit
|
commitdiff
|
tree
|
snapshot
2014-04-07
Rich Felker
fix arm atomic asm register constraint
commit
|
commitdiff
|
tree
|
snapshot
2014-04-07
Rich Felker
use inline atomics and thread pointer on arm models...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-07
Rich Felker
add getauxval function
commit
|
commitdiff
|
tree
|
snapshot
2014-04-07
Rich Felker
fix failure of printf %g to strip trailing zeros in...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-07
Rich Felker
fix carry into uninitialized slots during printf floati...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-07
Rich Felker
remove some cruft from libc/tls init code
commit
|
commitdiff
|
tree
|
snapshot
2014-04-05
Rich Felker
remove cruft left behind when lazy thread pointer init...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-02
Rich Felker
add __sigsetjmp ABI-compat alias for sigsetjmp
commit
|
commitdiff
|
tree
|
snapshot
2014-04-02
sin
remove struct elem entirely from hsearch.c
commit
|
commitdiff
|
tree
|
snapshot
2014-04-02
sin
implement hcreate_r, hdestroy_r and hsearch_r
commit
|
commitdiff
|
tree
|
snapshot
2014-04-02
Rich Felker
avoid malloc failure for small requests when brk can...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-02
Rich Felker
fix microblaze syscall register clobbers
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Timo Teräs
remove lazy ssp initialization
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Rich Felker
if dynamic linker's relro mprotect call fails, include...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Rich Felker
cosmetic improvements in dynamic linker cleanup
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Timo Teräs
clean up internal dynamic linker functions enumerating...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Timo Teräs
implement PT_GNU_RELRO support
commit
|
commitdiff
|
tree
|
snapshot
2014-03-24
Rich Felker
fix pointer type mismatch and misplacement of const
commit
|
commitdiff
|
tree
|
snapshot
2014-03-24
Timo Teräs
fix confstr return value
commit
|
commitdiff
|
tree
|
snapshot
2014-03-24
Rich Felker
always initialize thread pointer at program start
commit
|
commitdiff
|
tree
|
snapshot
2014-03-24
Rich Felker
reduce static linking overhead from TLS support by...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-24
Rich Felker
include header that declares __syscall_ret where it...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-20
Rich Felker
release 1.0.0
v1.0.0
commit
|
commitdiff
|
tree
|
snapshot
2014-03-20
Rich Felker
remove claim of XSI coverage from README
commit
|
commitdiff
|
tree
|
snapshot
2014-03-20
Rich Felker
update README in preparation for release
commit
|
commitdiff
|
tree
|
snapshot
2014-03-20
Rich Felker
update INSTALL file with new information and better...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-20
Rich Felker
update COPYRIGHT file with additional contributor infor...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-19
rofl0r
configure: check for __ILP32__ if arch is x86_64
commit
|
commitdiff
|
tree
|
snapshot
2014-03-19
Rich Felker
fix signal.h breakage from moving stack_t to arch-speci...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-19
Rich Felker
fix mips stack_t
commit
|
commitdiff
|
tree
|
snapshot
2014-03-19
Rich Felker
move signal.h definition of stack_t to arch-specific...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-19
Rich Felker
fix mips sigsetjmp asm to match fixed jmp_buf size
commit
|
commitdiff
|
tree
|
snapshot
2014-03-19
Rich Felker
fix typo in filename used in sh port
commit
|
commitdiff
|
tree
|
snapshot
2014-03-19
Rich Felker
fix size of mips jmp_buf
commit
|
commitdiff
|
tree
|
snapshot
2014-03-19
Rich Felker
remove useless and incorrect uc_regspace member from...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-18
Rich Felker
use syscall_arg_t for arguments in public syscall(...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-17
Rich Felker
make configure accept alternate gcc tuples for x32
commit
|
commitdiff
|
tree
|
snapshot
2014-03-17
rofl0r
x32: fix struct statfs
commit
|
commitdiff
|
tree
|
snapshot
2014-03-17
Rich Felker
fix negated error codes from ptsname_r
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
Bobby Bingham
superh: fix dynamic linking of __fpscr_values
commit
|
commitdiff
|
tree
|
snapshot
2014-03-13
rofl0r
semctl: fix UB causing crashes on powerpc
commit
|
commitdiff
|
tree
|
snapshot
2014-03-12
Szabolcs Nagy
fix statfs struct on mips
commit
|
commitdiff
|
tree
|
snapshot
2014-03-12
Szabolcs Nagy
fix semid_ds structure on mips
commit
|
commitdiff
|
tree
|
snapshot
2014-03-11
Rich Felker
fix socket.h struct msghdr member types on powerpc
commit
|
commitdiff
|
tree
|
snapshot
2014-03-11
Rich Felker
fix sysvipc structures on powerpc
commit
|
commitdiff
|
tree
|
snapshot
2014-03-11
Rich Felker
move struct semid_ds to from shared sys/sem.h to bits
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
Szabolcs Nagy
math.h: make __FLOAT_BITS and __DOUBLE_BITS C89
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
Rich Felker
fix incorrect rounding in printf floating point corner...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
Rich Felker
fix buffer overflow in printf formatting of denormals...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Rich Felker
in sys/procfs.h, avoid using __WORDSIZE macro
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Rich Felker
add bits/user.h for sh port
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Rich Felker
in fcntl, use unsigned long instead of long for variadi...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-06
Rich Felker
update copyright dates to 2014
commit
|
commitdiff
|
tree
|
snapshot
2014-03-06
rofl0r
x32: fix sysinfo()
commit
|
commitdiff
|
tree
|
snapshot
2014-03-05
Rich Felker
fix strerror on mips: one error code is out of the...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-28
Rich Felker
improve configure's target arch matching
commit
|
commitdiff
|
tree
|
snapshot
2014-02-28
Rich Felker
fix missing CFLAGS in configure test for float on sh
commit
|
commitdiff
|
tree
|
snapshot
2014-02-28
Rich Felker
fix copy-and-paste error in configure's IEEE double...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-28
Rich Felker
add nofpu subarchs to the sh arch, and properly detect...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-28
Rich Felker
fix endian subarchs for sh arch
commit
|
commitdiff
|
tree
|
snapshot
2014-02-28
Rich Felker
rename superh port to "sh" for consistency
commit
|
commitdiff
|
tree
|
snapshot
2014-02-25
Rich Felker
fix readdir not to set ENOENT when directory is removed...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-24
Szabolcs Nagy
in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE
commit
|
commitdiff
|
tree
|
snapshot
2014-02-24
Szabolcs Nagy
if_ether.h: new ethernet protocol type
commit
|
commitdiff
|
tree
|
snapshot
2014-02-24
Szabolcs Nagy
sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-24
Szabolcs Nagy
elf.h: add aarch64 relocations
commit
|
commitdiff
|
tree
|
snapshot
next