index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix logic for matching search/domain keywords in resolv.conf
Rich Felker
2016-01-28
1
-1
/
+1
*
factor resolv.conf parsing out of res_msend to its own file
Rich Felker
2016-01-28
3
-60
/
+126
*
add errno setting to stub utmpxname function
Rich Felker
2016-01-28
1
-0
/
+2
*
legacy/utmpx: Add utmp{,x}name stubs
Kylie McClain
2016-01-28
1
-0
/
+7
*
deduplicate the bulk of the arch bits headers
Rich Felker
2016-01-27
92
-3194
/
+0
*
add arch/generic include fallback to build rules
Rich Felker
2016-01-27
2
-4
/
+9
*
remove unneeded -I options from configure test for may_alias attribute
Rich Felker
2016-01-27
1
-1
/
+1
*
mips: add vdso support
Hauke Mehrtens
2016-01-27
1
-0
/
+4
*
improve clock_gettime and adapt it to support slightly-broken vdso
Rich Felker
2016-01-27
1
-22
/
+39
*
fix siginfo_t for mips
Szabolcs Nagy
2016-01-26
2
-0
/
+13
*
move bits/signal.h include close to the top of signal.h
Szabolcs Nagy
2016-01-26
1
-6
/
+12
*
add new PTRACE_SECCOMP_GET_FILTER ptrace command
Szabolcs Nagy
2016-01-26
1
-0
/
+1
*
add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags
Szabolcs Nagy
2016-01-26
11
-0
/
+11
*
add mlock2 syscall number from linux v4.4
Szabolcs Nagy
2016-01-26
8
-0
/
+16
*
add new PTRACE_O_SUSPEND_SECCOMP ptrace option
Szabolcs Nagy
2016-01-26
1
-1
/
+2
*
add new PR_CAP_AMBIENT and related defines to sys/prctl.h
Szabolcs Nagy
2016-01-26
1
-0
/
+6
*
update netpacket/packet.h to linux v4.3
Szabolcs Nagy
2016-01-26
1
-0
/
+17
*
add new membarrier, userfaultfd and switch_endian syscalls
Szabolcs Nagy
2016-01-26
8
-0
/
+34
*
add new i386 socket syscall numbers
Szabolcs Nagy
2016-01-26
1
-0
/
+30
*
change the internal socketcall selection logic
Szabolcs Nagy
2016-01-26
2
-1
/
+3
*
add ssp suppression to some arch-override files that may need it
Rich Felker
2016-01-25
1
-2
/
+4
*
use same object files for libc.a and libc.so if compiler produces PIC
Rich Felker
2016-01-25
2
-2
/
+13
*
move dynamic linker to its own top-level directory, ldso
Rich Felker
2016-01-25
5
-19
/
+11
*
adapt static dl_iterate_phdr not to depend on !defined(SHARED)
Rich Felker
2016-01-25
1
-4
/
+3
*
move static-linked stub dlsym out of dynlink.c
Rich Felker
2016-01-25
2
-11
/
+15
*
move static-linked stub dlopen out of dynlink.c
Rich Felker
2016-01-25
2
-5
/
+13
*
move dlinfo out of dynlink.c
Rich Felker
2016-01-25
2
-16
/
+12
*
move dlclose out of dynlink.c to its own source file
Rich Felker
2016-01-25
2
-5
/
+9
*
move static-linked stub invalid dso handle checking out of dynlink.c
Rich Felker
2016-01-25
2
-9
/
+20
*
move static/stub version of dladdr out of dynlink.c
Rich Felker
2016-01-25
2
-9
/
+6
*
factor dlerror and error-setting code out of dynlink.c
Rich Felker
2016-01-25
2
-32
/
+55
*
fix arm a_crash for big endian
Rich Felker
2016-01-25
1
-2
/
+4
*
add native a_crash primitive for arm
Rich Felker
2016-01-25
1
-0
/
+10
*
add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.h
Szabolcs Nagy
2016-01-24
1
-0
/
+2
*
update netinet/tcp.h for linux v4.2
Szabolcs Nagy
2016-01-24
1
-0
/
+7
*
add MS_LAZYTIME mount option to sys/mount.h
Szabolcs Nagy
2016-01-24
1
-1
/
+2
*
add AF_MPLS (PF_MPLS) address family to socket.h
Szabolcs Nagy
2016-01-24
1
-0
/
+2
*
add MSG_FASTOPEN sendmsg/sendto flag to socket.h
Szabolcs Nagy
2016-01-24
1
-0
/
+1
*
clean powerpc syscall.h
Szabolcs Nagy
2016-01-24
1
-24
/
+0
*
add missing powerpc specific PROT_SAO memory protection flag
Szabolcs Nagy
2016-01-24
1
-0
/
+1
*
fix powerpc MCL_* mlockall flags in bits/mman.h
Szabolcs Nagy
2016-01-24
1
-2
/
+2
*
fix aarch64 atomics to load/store 32bit only
Szabolcs Nagy
2016-01-24
1
-2
/
+2
*
improve aarch64 atomics
Rich Felker
2016-01-23
1
-16
/
+36
*
add arch/abi info to dynamic linker's id/version output
Rich Felker
2016-01-22
1
-1
/
+1
*
remove arch/$(ARCH)/src from the build system
Rich Felker
2016-01-22
1
-1
/
+1
*
remove sh port's __fpscr_values source file
Rich Felker
2016-01-22
1
-5
/
+0
*
move sh port's __shcall internal function from arch/sh/src to src tree
Rich Felker
2016-01-22
1
-0
/
+0
*
move sh __unmapself code from arch/sh/src to main src tree
Rich Felker
2016-01-22
2
-1
/
+1
*
move x32 sysinfo impl and syscall fixup code out of arch/x32/src
Rich Felker
2016-01-22
3
-1
/
+0
*
overhaul powerpc atomics for new atomics framework
Rich Felker
2016-01-22
1
-14
/
+38
[prev]
[next]