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
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Lines
2018-09-05
define and use internal macros for hidden visibility, weak refs
Rich Felker
-8
/
+9
2018-08-29
fix async thread cancellation on sh-fdpic
Rich Felker
-0
/
+5
2018-07-20
move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits
midipix
-0
/
+3
2018-07-17
add support for arch-specific ptrace command macros
Szabolcs Nagy
-0
/
+121
2018-06-26
fix regression in powerpc[64] SO_PEERSEC definition
Rich Felker
-0
/
+2
2018-06-26
fix value of SO_PEERSEC on mips archs
Rich Felker
-0
/
+3
2018-06-26
add m68k reg.h and user.h
Rich Felker
-0
/
+78
2018-06-20
fix m68k float.h long double exponent range
Rich Felker
-2
/
+2
2018-06-20
work around broken kernel struct ipc_perm on some big endian archs
Rich Felker
-0
/
+7
2018-06-19
s390x: add kexec_file_load syscall number from linux v4.17
Szabolcs Nagy
-0
/
+1
2018-06-19
mips: add HWCAP_ flags from linux v4.17
Szabolcs Nagy
-0
/
+3
2018-06-19
aarch64: add HWCAP_ flags from linux v4.17
Szabolcs Nagy
-0
/
+4
2018-06-19
powerpc: add pkey syscall numbers from linux v4.16
Szabolcs Nagy
-0
/
+6
2018-06-19
aarch64: add HWCAP_ASIMDFHM from linux v4.16
Szabolcs Nagy
-0
/
+1
2018-06-19
add m68k port
Rich Felker
-0
/
+847
2018-06-02
fix TLS layout of TLS variant I when there is a gap above TP
Szabolcs Nagy
-10
/
+19
2018-05-01
work around arm gcc's rejection of r7 asm constraints in thumb mode
Rich Felker
-14
/
+39
2018-04-19
arm: use a_ll/a_sc atomics when building for ARMv6T2
Andre McCurdy
-1
/
+1
2018-04-19
arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macros
Andre McCurdy
-2
/
+2
2018-04-19
provide optimized a_ctz_32 for arm
Andre McCurdy
-0
/
+12
2018-04-19
remove a_ctz_l from arch specific atomic_arch.h
Andre McCurdy
-5
/
+5
2018-03-10
fix minor namespace issues in termios.h
Rich Felker
-0
/
+12
2018-03-10
use PAGESIZE rather than PAGE_SIZE in user.h bits
Rich Felker
-8
/
+8
2018-03-10
reverse definition dependency between PAGESIZE and PAGE_SIZE
Rich Felker
-6
/
+6
2018-02-22
aarch64: add sve_context struct and related defines from linux v4.15
Szabolcs Nagy
-0
/
+39
2018-02-22
aarch64: update hwcap.h for linux v4.15
Szabolcs Nagy
-0
/
+6
2018-02-22
arm: add get_tls syscall from linux v4.15
Szabolcs Nagy
-0
/
+1
2018-02-22
powerpc: update hwcap.h for linux v4.15
Szabolcs Nagy
-0
/
+6
2018-02-22
s390x: add s390_sthyi system call from v4.15
Szabolcs Nagy
-0
/
+1
2018-02-22
add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15
Szabolcs Nagy
-0
/
+5
2018-02-22
mips,powerpc: fix TIOCSER_TEMT in termios.h
Szabolcs Nagy
-5
/
+5
2018-02-22
aarch64: add HWCAP_DCPOP from linux v4.14
Szabolcs Nagy
-0
/
+1
2018-01-31
aarch64: fix mismatched type of ucontext_t uc_link member
William Pitcock
-1
/
+1
2017-12-14
fix x32 unistd macros to report as ILP32 not LP64
Nicholas Wilson
-2
/
+2
2017-11-05
s390x: use generic ioctl.h
Szabolcs Nagy
-196
/
+2
2017-11-05
microblaze: add statx syscall from linux v4.13
Szabolcs Nagy
-0
/
+1
2017-11-05
aarch64: add extra_context struct from linux v4.13
Szabolcs Nagy
-0
/
+7
2017-11-05
ioctl TIOCGPTPEER from linux v4.13
Szabolcs Nagy
-0
/
+7
2017-11-05
s390x: add syscall number for s390_guarded_storage from linux v4.12
Szabolcs Nagy
-0
/
+1
2017-11-05
i386: add arch_prctl syscall number from linux v4.12
Szabolcs Nagy
-0
/
+1
2017-11-05
aarch64: add new HWCAP_* flags from linux v4.12
Szabolcs Nagy
-0
/
+3
2017-11-05
add statx syscall numbers from linux v4.11
Szabolcs Nagy
-0
/
+12
2017-11-05
update aarch64 hwcap.h for linux v4.11
Szabolcs Nagy
-0
/
+2
2017-11-05
add kexec_file_load syscall number on powerpc from linux v4.10
Szabolcs Nagy
-0
/
+2
2017-11-05
add microblaze syscall numbers from linux v4.10
Szabolcs Nagy
-0
/
+6
2017-10-25
fix build regression on ARM for ISA levels less than v5
Rich Felker
-0
/
+4
2017-09-11
powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.h
Szabolcs Nagy
-1
/
+11
2017-09-06
make syscall.h consistent with linux
Szabolcs Nagy
-24
/
+20
2017-08-29
arm: add HWCAP_ARM_ hwcap macros
Szabolcs Nagy
-0
/
+24
2017-08-29
add a_clz_64 helper function
Szabolcs Nagy
-0
/
+49
[next]