projects
/
oweals
/
musl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/musl.git
2018-04-18
Rich Felker
fix stdio lock dependency on read-after-free not faulting
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Rich Felker
remove unused __brk function/source file
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Rich Felker
enable reclaim_gaps for fdpic
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Rich Felker
comment __malloc_donate overflow logic
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Alexander Monakov
ldso, malloc: implement reclaim_gaps via __malloc_donate
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Alexander Monakov
malloc: fix an over-allocation bug
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Rich Felker
use explicit dynamic-list rather than symbolic-function...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Rich Felker
fix return value of nice function
commit
|
commitdiff
|
tree
|
snapshot
2018-04-11
Alexander Monakov
optimize malloc0
commit
|
commitdiff
|
tree
|
snapshot
2018-04-11
Rich Felker
fix incorrect results for catan with some inputs
commit
|
commitdiff
|
tree
|
snapshot
2018-04-09
Rich Felker
fix wrong result in casin and many related complex...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-07
Samuel Holland
implement wcsftime padding specifier extensions
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Rich Felker
prevent bypass of guarantee that suids start with fd...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-02
Szabolcs Nagy
fix fmaf wrong result
commit
|
commitdiff
|
tree
|
snapshot
2018-03-28
Rich Felker
fix default feature profile in tar.h
commit
|
commitdiff
|
tree
|
snapshot
2018-03-25
Rich Felker
adjust makefile target-specific CFLAGS rules to be...
commit
|
commitdiff
|
tree
|
snapshot
2018-03-24
Rich Felker
fix out-of-tree build of crt files with stack protector...
commit
|
commitdiff
|
tree
|
snapshot
2018-03-13
Rich Felker
explicitly use signed keyword to define intNN_t and...
commit
|
commitdiff
|
tree
|
snapshot
2018-03-10
Rich Felker
fix minor namespace issues in termios.h
commit
|
commitdiff
|
tree
|
snapshot
2018-03-10
Rich Felker
remove spurious const keyword in sigqueue declaration
commit
|
commitdiff
|
tree
|
snapshot
2018-03-10
Rich Felker
fix minor namespace issue in unistd.h
commit
|
commitdiff
|
tree
|
snapshot
2018-03-10
Rich Felker
fix minor namespace issue in tar.h
commit
|
commitdiff
|
tree
|
snapshot
2018-03-10
Rich Felker
fix minor namespace issues in limits.h
commit
|
commitdiff
|
tree
|
snapshot
2018-03-10
Rich Felker
use PAGESIZE rather than PAGE_SIZE in user.h bits
commit
|
commitdiff
|
tree
|
snapshot
2018-03-10
Rich Felker
reverse definition dependency between PAGESIZE and...
commit
|
commitdiff
|
tree
|
snapshot
2018-03-07
Rich Felker
fix nl_langinfo_l(CODESET, loc) reporting wrong locale...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-26
Rich Felker
add public interface headers to implementation files
commit
|
commitdiff
|
tree
|
snapshot
2018-02-24
Rich Felker
fix aliasing violations in fgetpos/fsetpos
commit
|
commitdiff
|
tree
|
snapshot
2018-02-24
Rich Felker
use idiomatic safe form for FUNLOCK macro
commit
|
commitdiff
|
tree
|
snapshot
2018-02-24
Rich Felker
in vswprintf, initialize the FILE rather than memset...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-24
Rich Felker
remove unused MIN macro from getdelim source file
commit
|
commitdiff
|
tree
|
snapshot
2018-02-24
Rich Felker
remove useless null check before call to free in fclose
commit
|
commitdiff
|
tree
|
snapshot
2018-02-24
Rich Felker
remove useless and confusing parentheses in stdio __tow...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-24
Rich Felker
avoid use of readv syscall in __stdio_read backend...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-24
Rich Felker
consistently return number of bytes read from stdio...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-24
Rich Felker
remove obfuscated flags bit-twiddling logic in __stdio_read
commit
|
commitdiff
|
tree
|
snapshot
2018-02-24
Rich Felker
fix getopt wrongly treating colons in optstring as...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-23
Rich Felker
add getentropy function
commit
|
commitdiff
|
tree
|
snapshot
2018-02-23
Hauke Mehrtens
add getrandom syscall wrapper
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
aarch64: add sve_context struct and related defines...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
elf.h: add DT_SYMTAB_SHNDX
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
elf.h: syncronize DF_1_ flags with binutils
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
elf.h: update NT_* coredump elf notes for linux v4.15
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
elf.h: add PPC64_OPT_LOCALENTRY
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
elf.h: add AT_* auxval macros for cache geometry
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
sys/prctl.h: add new PR_SVE_* macros from linux v4.15
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
aarch64: update hwcap.h for linux v4.15
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
arm: add get_tls syscall from linux v4.15
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
powerpc: update hwcap.h for linux v4.15
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
s390x: add s390_sthyi system call from v4.15
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
netinet/in.h: add new IPV6_FREEBIND from linux v4.15
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
netinet/tcp.h: add TCP_* socket options from linux...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
mips,powerpc: fix TIOCSER_TEMT in termios.h
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
netinet/tcp.h: add tcp_diag_md5sig struct from linux...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
netinet/if_ether.h: add new ETH_P_ macros from linux...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
net/if_arp.h: add ARPHRD_RAWIP from linux v4.14
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
signal.h: add missing SIGTRAP si_codes
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
aarch64: add HWCAP_DCPOP from linux v4.14
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
sys/mman.h: add MADV_WIPEONFORK from linux v4.14
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
sys/socket.h: add MSG_ZEROCOPY from linux v4.14
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
sys/socket.h: add SOL_TLS from linux v4.13
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Szabolcs Nagy
sys/socket.h: add PF_SMC from linux v4.11
commit
|
commitdiff
|
tree
|
snapshot
2018-02-22
Rich Felker
release 1.1.19
v1.1.19
commit
|
commitdiff
|
tree
|
snapshot
2018-02-21
Rich Felker
update authors/contributors list
commit
|
commitdiff
|
tree
|
snapshot
2018-02-21
Matúš Olekšák
fix detection of LIBCC for compiler-rt with clang
commit
|
commitdiff
|
tree
|
snapshot
2018-02-21
Rich Felker
convert execvp error handling to switch statement
commit
|
commitdiff
|
tree
|
snapshot
2018-02-21
Przemyslaw...
fix execvp failing on not-dir entries in PATH.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-12
Rich Felker
fix incorrect overflow check for allocation in fmemopen
commit
|
commitdiff
|
tree
|
snapshot
2018-02-07
Szabolcs Nagy
better configure check for long double support
commit
|
commitdiff
|
tree
|
snapshot
2018-02-07
Dmitry V. Levin
make getcwd fail if it cannot obtain an absolute path
commit
|
commitdiff
|
tree
|
snapshot
2018-02-07
Rich Felker
disallow non-absolute rpath $ORIGIN for suid/sgid/AT_SE...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-07
Rich Felker
honor rpath $ORIGIN for ldd/ldso command with program...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-06
Rich Felker
adjust strftime + modifier to match apparent intent...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Rich Felker
fix strftime field widths with %F format and zero year
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Rich Felker
document pthread structure ABI constraints in comments
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Alexander Monakov
re-fix child reaping in wordexp
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Rich Felker
revert regression in faccessat AT_EACCESS robustness
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
William Pitcock
store pthread stack guard sizes for pthread_getattr_np
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Rich Felker
adjust dladdr dli_fbase definition to match other imple...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-01
Samuel Holland
getopt_long: accept prefix match of long options contai...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-01
Samuel Holland
fix getopt_long arguments to partial matches
commit
|
commitdiff
|
tree
|
snapshot
2018-02-01
William Pitcock
aarch64: fix mismatched type of ucontext_t uc_link...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-12
Rostislav Skudnov
add _DIRENT_HAVE_D_* macros to dirent.h
commit
|
commitdiff
|
tree
|
snapshot
2018-01-11
Rich Felker
fix printf alt-form octal with value 0 and no explicit...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-09
Jens Gustedt
revise the definition of multiple basic locks in the...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-09
Jens Gustedt
consistently use the LOCK an UNLOCK macros
commit
|
commitdiff
|
tree
|
snapshot
2018-01-09
Jens Gustedt
new lock algorithm with state and congestion count...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-09
Hauke Mehrtens
add additional uapi guards for Linux kernel header...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-19
Rich Felker
fix iconv output of surrogate pairs in ucs2
commit
|
commitdiff
|
tree
|
snapshot
2017-12-19
Rich Felker
add support for BOM-determined-endian UCS2, UTF-16...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-19
Rich Felker
add cp866 (dos cyrillic) to iconv
commit
|
commitdiff
|
tree
|
snapshot
2017-12-19
Rich Felker
update case mappings to unicode 10.0
commit
|
commitdiff
|
tree
|
snapshot
2017-12-18
Rich Felker
update ctype tables to unicode 10.0
commit
|
commitdiff
|
tree
|
snapshot
2017-12-18
Rich Felker
reformat ctype tables to be diff-friendly, match tool...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-15
Rich Felker
fix endian errors in netinet/icmp6.h due to failure...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-15
Jo-Philipp...
fix endian errors in arpa/nameser.h due to failure...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-15
Nicholas Wilson
remove unused explicit dependency rules for crti/crtn
commit
|
commitdiff
|
tree
|
snapshot
2017-12-15
Natanael Copa
use the name UTC instead of GMT for UTC timezone
commit
|
commitdiff
|
tree
|
snapshot
next