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-06-20
Rich Felker
fix sendmmsg emulation return value for zero-length...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-20
Rich Felker
rename dynamic linker entry point from _start to _dlstart
commit
|
commitdiff
|
tree
|
snapshot
2014-06-20
Rich Felker
implement sendmmsg and recvmmsg
commit
|
commitdiff
|
tree
|
snapshot
2014-06-19
Rich Felker
add tlsdesc support for x86_64
commit
|
commitdiff
|
tree
|
snapshot
2014-06-19
Rich Felker
separate __tls_get_addr implementation from dynamic...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-19
Rich Felker
add tlsdesc support for i386
commit
|
commitdiff
|
tree
|
snapshot
2014-06-19
Rich Felker
optimize i386 ___tls_get_addr asm
commit
|
commitdiff
|
tree
|
snapshot
2014-06-19
Rich Felker
change dynamic TLS installation strategy to optimize...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-19
Rich Felker
add arch-generic support for tlsdesc relocations to...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-19
Rich Felker
fix incorrect comparison loop condition in memmem
commit
|
commitdiff
|
tree
|
snapshot
2014-06-18
Rich Felker
reduce code duplication in dynamic linker error paths
commit
|
commitdiff
|
tree
|
snapshot
2014-06-18
Rich Felker
refactor to remove arch-specific relocation code from...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-17
Rich Felker
fix powerpc dynamic linker thread-pointer-relative...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-17
Rich Felker
multiple fixes to sh (superh) dynamic linker relocations
commit
|
commitdiff
|
tree
|
snapshot
2014-06-16
Rich Felker
dynamic linker: permit error returns from arch-specific...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-14
Clément Vasseur
fix missing argument to syscall in fanotify_mark
commit
|
commitdiff
|
tree
|
snapshot
2014-06-12
Rich Felker
support optional-argument extension to getopt via doubl...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-10
Rich Felker
fail configure on --enable-shared if -Bsymbolic-functio...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-10
Rich Felker
simplify errno implementation
commit
|
commitdiff
|
tree
|
snapshot
2014-06-10
Rich Felker
replace all remaining internal uses of pthread_self...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-10
Rich Felker
add thread-pointer support for pre-2.6 kernels on i386
commit
|
commitdiff
|
tree
|
snapshot
2014-06-07
Rich Felker
avoid spurious lookup failures from badly-behaved names...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-07
Rich Felker
use default timezone from /etc/localtime if $TZ is...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-06
Rich Felker
release 1.1.2
v1.1.2
commit
|
commitdiff
|
tree
|
snapshot
2014-06-06
Timo Teräs
implement %y and %C specifiers in strptime
commit
|
commitdiff
|
tree
|
snapshot
2014-06-06
Rich Felker
avoid invalid use of va_arg in open
commit
|
commitdiff
|
tree
|
snapshot
2014-06-06
Rich Felker
add O_CLOEXEC fallback for open and related functions
commit
|
commitdiff
|
tree
|
snapshot
2014-06-06
Rich Felker
optimize SOCK_CLOEXEC fallback for socket function
commit
|
commitdiff
|
tree
|
snapshot
2014-06-06
Rich Felker
add SOCK_CLOEXEC fallback for socketpair on old kernels
commit
|
commitdiff
|
tree
|
snapshot
2014-06-06
Szabolcs Nagy
implement dn_comp RFC 1035 domain name compression
commit
|
commitdiff
|
tree
|
snapshot
2014-06-06
Szabolcs Nagy
accept trailing . and empty domain names
commit
|
commitdiff
|
tree
|
snapshot
2014-06-06
Rich Felker
add vdso clock_gettime acceleration support to i386
commit
|
commitdiff
|
tree
|
snapshot
2014-06-06
Rich Felker
fix fd leak in tmpfile when the fdopen operation fails
commit
|
commitdiff
|
tree
|
snapshot
2014-06-05
Szabolcs Nagy
fix the domain name length limit checks
commit
|
commitdiff
|
tree
|
snapshot
2014-06-05
Szabolcs Nagy
fix multiple validation issues in dns response label...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-05
Rich Felker
fix missing function declarations in refactored ip...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-04
Rich Felker
add support for reverse port lookups from services...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-04
Rich Felker
add support for reverse name lookups from hosts file...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-04
Rich Felker
remove some dummy "ent" function aliases that duplicate...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-04
Rich Felker
simplify vasprintf implementation
commit
|
commitdiff
|
tree
|
snapshot
2014-06-04
Rich Felker
add support for ipv6 scope_id to getaddrinfo and getnam...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Rich Felker
fix if_nametoindex return value when interface does...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Rich Felker
fix negative response and non-response handling for...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Rich Felker
fix some validation checks in dns response parsing...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-02
Rich Felker
fix incorrect end pointer in some cases when wcsrtombs...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-02
Rich Felker
remove cruft from old resolver and numeric ip parsing
commit
|
commitdiff
|
tree
|
snapshot
2014-06-02
Rich Felker
switch standard resolver functions to use the new dns...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-02
Rich Felker
fix uninitialized variable in new __res_msend dns function
commit
|
commitdiff
|
tree
|
snapshot
2014-06-02
Rich Felker
implement new dns backend, res_send and other legacy...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-02
Timo Teräs
add ipsec and tunneling protocols to getprotoent-family...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-02
Rich Felker
fix off-by-one in checking hostname length in new resol...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-01
Rich Felker
improve getservbyname_r using new resolver backend
commit
|
commitdiff
|
tree
|
snapshot
2014-06-01
Rich Felker
improve gethostbyname2_r using new resolver backend
commit
|
commitdiff
|
tree
|
snapshot
2014-06-01
Rich Felker
refactor getaddrinfo and add support for most remaining...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-30
Szabolcs Nagy
fix POSIX namespace pollution in sys/types.h
commit
|
commitdiff
|
tree
|
snapshot
2014-05-30
Szabolcs Nagy
use cleaner code for handling float rounding in vfprintf
commit
|
commitdiff
|
tree
|
snapshot
2014-05-30
Szabolcs Nagy
update netinet/in.h to match the current kernel uapi
commit
|
commitdiff
|
tree
|
snapshot
2014-05-30
Szabolcs Nagy
add SO_BPF_EXTENSIONS socket option
commit
|
commitdiff
|
tree
|
snapshot
2014-05-30
Szabolcs Nagy
add sched_{get,set}attr syscall numbers and SCHED_DEADL...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-30
Rich Felker
fix breakage from recent syscall commits due to missing...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-30
Szabolcs Nagy
fix for broken kernel side RLIM_INFINITY on mips
commit
|
commitdiff
|
tree
|
snapshot
2014-05-30
Rich Felker
break down coarse-grained 64-bit-off_t syscall remappings
commit
|
commitdiff
|
tree
|
snapshot
2014-05-30
Rich Felker
additional fixes for linux kernel apis with old syscall...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-30
Rich Felker
fix sendfile syscall to use 64-bit off_t
commit
|
commitdiff
|
tree
|
snapshot
2014-05-30
Rich Felker
support linux kernel apis (new archs) with old syscalls...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-29
Rich Felker
remove useless synchronization in exit and quick_exit
commit
|
commitdiff
|
tree
|
snapshot
2014-05-27
Rich Felker
fix missing declaration of strcpy in implementation...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-27
Rich Felker
overhaul tmpfile, tmpnam, and tempnam functions
commit
|
commitdiff
|
tree
|
snapshot
2014-05-27
Rich Felker
fix sys_open macro for archs without the plain open...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-27
Rich Felker
fix placement of multiple inclusion guard endif in...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-27
Rich Felker
fix type of extended argument array to pselect6 syscall
commit
|
commitdiff
|
tree
|
snapshot
2014-05-25
Rich Felker
support kernels with no SYS_open syscall, only SYS_openat
commit
|
commitdiff
|
tree
|
snapshot
2014-05-25
Rich Felker
overhaul siginfo_t definition in signal.h
commit
|
commitdiff
|
tree
|
snapshot
2014-05-20
Rich Felker
release 1.1.1
v1.1.1
commit
|
commitdiff
|
tree
|
snapshot
2014-05-20
Rich Felker
trivial formatting fix for the config.mak generated...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-20
Rich Felker
fix unhandled cases in strptime
commit
|
commitdiff
|
tree
|
snapshot
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
next