index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2016-02-08
remove workaround for broken mips assemblers
Rich Felker
-9
/
+2
2016-02-04
in mips cancellable syscall asm, don't assume gp register is valid
Rich Felker
-2
/
+13
2016-02-04
avoid using signals when a thread attempts to cancel itself
Rich Felker
-0
/
+1
2016-02-02
make configure accept -h as an alias for --help
Rich Felker
-1
/
+1
2016-02-02
update INSTALL file with new archs, compiler info
Rich Felker
-28
/
+20
2016-01-31
fix malloc_usable_size for NULL input
Szabolcs Nagy
-1
/
+1
2016-01-31
regex: increase the stack tre uses for tnfa creation
Szabolcs Nagy
-1
/
+1
2016-01-31
better a_sc inline asm constraint on aarch64 and arm
Szabolcs Nagy
-3
/
+3
2016-01-31
don't suppress shared libc when linker lacks -Bsymbolic-functions
Rich Felker
-11
/
+5
2016-01-30
ldso: fix GDB dynamic linker info on MIPS
Felix Fietkau
-5
/
+12
2016-01-30
regex: simplify the {,} repetition parsing logic
Szabolcs Nagy
-20
/
+19
2016-01-30
regex: treat \+, \? as repetitions in BRE
Szabolcs Nagy
-1
/
+5
2016-01-30
regex: rewrite the repetition parsing code
Szabolcs Nagy
-30
/
+29
2016-01-30
regex: treat \| in BRE as alternation
Szabolcs Nagy
-2
/
+17
2016-01-30
regex: reject repetitions in some cases with REG_BADRPT
Szabolcs Nagy
-3
/
+12
2016-01-30
regex: clean up position accounting for literal nodes
Szabolcs Nagy
-4
/
+2
2016-01-30
fix misaligned pointer-like objects in arm atomics asm source file
Rich Felker
-0
/
+2
2016-01-30
fix regression in dynamic-linked tls when both main app & libs have tls
Rich Felker
-1
/
+1
2016-01-28
reuse parsed resolv.conf in dns core to avoid re-reading/re-parsing
Rich Felker
-16
/
+22
2016-01-28
fix uninitialized variable in new resolv.conf parser
Rich Felker
-1
/
+1
2016-01-28
add support for search domains to dns resolver
Rich Felker
-1
/
+41
2016-01-28
fix handling of dns response codes
Rich Felker
-1
/
+2
2016-01-28
fix logic for matching search/domain keywords in resolv.conf
Rich Felker
-1
/
+1
2016-01-28
factor resolv.conf parsing out of res_msend to its own file
Rich Felker
-60
/
+126
2016-01-28
add errno setting to stub utmpxname function
Rich Felker
-0
/
+2
2016-01-28
legacy/utmpx: Add utmp{,x}name stubs
Kylie McClain
-0
/
+7
2016-01-27
deduplicate the bulk of the arch bits headers
Rich Felker
-3194
/
+0
2016-01-27
add arch/generic include fallback to build rules
Rich Felker
-4
/
+9
2016-01-27
remove unneeded -I options from configure test for may_alias attribute
Rich Felker
-1
/
+1
2016-01-27
mips: add vdso support
Hauke Mehrtens
-0
/
+4
2016-01-27
improve clock_gettime and adapt it to support slightly-broken vdso
Rich Felker
-22
/
+39
2016-01-26
fix siginfo_t for mips
Szabolcs Nagy
-0
/
+13
2016-01-26
move bits/signal.h include close to the top of signal.h
Szabolcs Nagy
-6
/
+12
2016-01-26
add new PTRACE_SECCOMP_GET_FILTER ptrace command
Szabolcs Nagy
-0
/
+1
2016-01-26
add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags
Szabolcs Nagy
-0
/
+11
2016-01-26
add mlock2 syscall number from linux v4.4
Szabolcs Nagy
-0
/
+16
2016-01-26
add new PTRACE_O_SUSPEND_SECCOMP ptrace option
Szabolcs Nagy
-1
/
+2
2016-01-26
add new PR_CAP_AMBIENT and related defines to sys/prctl.h
Szabolcs Nagy
-0
/
+6
2016-01-26
update netpacket/packet.h to linux v4.3
Szabolcs Nagy
-0
/
+17
2016-01-26
add new membarrier, userfaultfd and switch_endian syscalls
Szabolcs Nagy
-0
/
+34
2016-01-26
add new i386 socket syscall numbers
Szabolcs Nagy
-0
/
+30
2016-01-26
change the internal socketcall selection logic
Szabolcs Nagy
-1
/
+3
2016-01-25
add ssp suppression to some arch-override files that may need it
Rich Felker
-2
/
+4
2016-01-25
use same object files for libc.a and libc.so if compiler produces PIC
Rich Felker
-2
/
+13
2016-01-25
move dynamic linker to its own top-level directory, ldso
Rich Felker
-19
/
+11
2016-01-25
adapt static dl_iterate_phdr not to depend on !defined(SHARED)
Rich Felker
-4
/
+3
2016-01-25
move static-linked stub dlsym out of dynlink.c
Rich Felker
-11
/
+15
2016-01-25
move static-linked stub dlopen out of dynlink.c
Rich Felker
-5
/
+13
2016-01-25
move dlinfo out of dynlink.c
Rich Felker
-16
/
+12
2016-01-25
move dlclose out of dynlink.c to its own source file
Rich Felker
-5
/
+9
[prev]
[next]