index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-30
regex: treat \+, \? as repetitions in BRE
Szabolcs Nagy
1
-1
/
+5
2016-01-30
regex: rewrite the repetition parsing code
Szabolcs Nagy
1
-30
/
+29
2016-01-30
regex: treat \| in BRE as alternation
Szabolcs Nagy
1
-2
/
+17
2016-01-30
regex: reject repetitions in some cases with REG_BADRPT
Szabolcs Nagy
1
-3
/
+12
2016-01-30
regex: clean up position accounting for literal nodes
Szabolcs Nagy
1
-4
/
+2
2016-01-30
fix misaligned pointer-like objects in arm atomics asm source file
Rich Felker
1
-0
/
+2
2016-01-30
fix regression in dynamic-linked tls when both main app & libs have tls
Rich Felker
1
-1
/
+1
2016-01-28
reuse parsed resolv.conf in dns core to avoid re-reading/re-parsing
Rich Felker
2
-16
/
+22
2016-01-28
fix uninitialized variable in new resolv.conf parser
Rich Felker
1
-1
/
+1
2016-01-28
add support for search domains to dns resolver
Rich Felker
1
-1
/
+41
2016-01-28
fix handling of dns response codes
Rich Felker
1
-1
/
+2
2016-01-28
fix logic for matching search/domain keywords in resolv.conf
Rich Felker
1
-1
/
+1
2016-01-28
factor resolv.conf parsing out of res_msend to its own file
Rich Felker
3
-60
/
+126
2016-01-28
add errno setting to stub utmpxname function
Rich Felker
1
-0
/
+2
2016-01-28
legacy/utmpx: Add utmp{,x}name stubs
Kylie McClain
1
-0
/
+7
2016-01-27
deduplicate the bulk of the arch bits headers
Rich Felker
92
-3194
/
+0
2016-01-27
add arch/generic include fallback to build rules
Rich Felker
2
-4
/
+9
2016-01-27
remove unneeded -I options from configure test for may_alias attribute
Rich Felker
1
-1
/
+1
2016-01-27
mips: add vdso support
Hauke Mehrtens
1
-0
/
+4
2016-01-27
improve clock_gettime and adapt it to support slightly-broken vdso
Rich Felker
1
-22
/
+39
2016-01-26
fix siginfo_t for mips
Szabolcs Nagy
2
-0
/
+13
2016-01-26
move bits/signal.h include close to the top of signal.h
Szabolcs Nagy
1
-6
/
+12
2016-01-26
add new PTRACE_SECCOMP_GET_FILTER ptrace command
Szabolcs Nagy
1
-0
/
+1
2016-01-26
add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags
Szabolcs Nagy
11
-0
/
+11
2016-01-26
add mlock2 syscall number from linux v4.4
Szabolcs Nagy
8
-0
/
+16
2016-01-26
add new PTRACE_O_SUSPEND_SECCOMP ptrace option
Szabolcs Nagy
1
-1
/
+2
2016-01-26
add new PR_CAP_AMBIENT and related defines to sys/prctl.h
Szabolcs Nagy
1
-0
/
+6
2016-01-26
update netpacket/packet.h to linux v4.3
Szabolcs Nagy
1
-0
/
+17
2016-01-26
add new membarrier, userfaultfd and switch_endian syscalls
Szabolcs Nagy
8
-0
/
+34
2016-01-26
add new i386 socket syscall numbers
Szabolcs Nagy
1
-0
/
+30
2016-01-26
change the internal socketcall selection logic
Szabolcs Nagy
2
-1
/
+3
2016-01-25
add ssp suppression to some arch-override files that may need it
Rich Felker
1
-2
/
+4
2016-01-25
use same object files for libc.a and libc.so if compiler produces PIC
Rich Felker
2
-2
/
+13
2016-01-25
move dynamic linker to its own top-level directory, ldso
Rich Felker
5
-19
/
+11
2016-01-25
adapt static dl_iterate_phdr not to depend on !defined(SHARED)
Rich Felker
1
-4
/
+3
2016-01-25
move static-linked stub dlsym out of dynlink.c
Rich Felker
2
-11
/
+15
2016-01-25
move static-linked stub dlopen out of dynlink.c
Rich Felker
2
-5
/
+13
2016-01-25
move dlinfo out of dynlink.c
Rich Felker
2
-16
/
+12
2016-01-25
move dlclose out of dynlink.c to its own source file
Rich Felker
2
-5
/
+9
2016-01-25
move static-linked stub invalid dso handle checking out of dynlink.c
Rich Felker
2
-9
/
+20
2016-01-25
move static/stub version of dladdr out of dynlink.c
Rich Felker
2
-9
/
+6
2016-01-25
factor dlerror and error-setting code out of dynlink.c
Rich Felker
2
-32
/
+55
2016-01-25
fix arm a_crash for big endian
Rich Felker
1
-2
/
+4
2016-01-25
add native a_crash primitive for arm
Rich Felker
1
-0
/
+10
2016-01-24
add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.h
Szabolcs Nagy
1
-0
/
+2
2016-01-24
update netinet/tcp.h for linux v4.2
Szabolcs Nagy
1
-0
/
+7
2016-01-24
add MS_LAZYTIME mount option to sys/mount.h
Szabolcs Nagy
1
-1
/
+2
2016-01-24
add AF_MPLS (PF_MPLS) address family to socket.h
Szabolcs Nagy
1
-0
/
+2
2016-01-24
add MSG_FASTOPEN sendmsg/sendto flag to socket.h
Szabolcs Nagy
1
-0
/
+1
2016-01-24
clean powerpc syscall.h
Szabolcs Nagy
1
-24
/
+0
[next]