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
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
aarch64: add sve_context struct and related defines from linux v4.15
Szabolcs Nagy
2018-02-22
1
-0
/
+39
*
aarch64: update hwcap.h for linux v4.15
Szabolcs Nagy
2018-02-22
1
-0
/
+6
*
arm: add get_tls syscall from linux v4.15
Szabolcs Nagy
2018-02-22
1
-0
/
+1
*
powerpc: update hwcap.h for linux v4.15
Szabolcs Nagy
2018-02-22
2
-0
/
+6
*
s390x: add s390_sthyi system call from v4.15
Szabolcs Nagy
2018-02-22
1
-0
/
+1
*
add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15
Szabolcs Nagy
2018-02-22
5
-0
/
+5
*
mips,powerpc: fix TIOCSER_TEMT in termios.h
Szabolcs Nagy
2018-02-22
5
-5
/
+5
*
aarch64: add HWCAP_DCPOP from linux v4.14
Szabolcs Nagy
2018-02-22
1
-0
/
+1
*
aarch64: fix mismatched type of ucontext_t uc_link member
William Pitcock
2018-01-31
1
-1
/
+1
*
fix x32 unistd macros to report as ILP32 not LP64
Nicholas Wilson
2017-12-14
1
-2
/
+2
*
s390x: use generic ioctl.h
Szabolcs Nagy
2017-11-05
2
-196
/
+2
*
microblaze: add statx syscall from linux v4.13
Szabolcs Nagy
2017-11-05
1
-0
/
+1
*
aarch64: add extra_context struct from linux v4.13
Szabolcs Nagy
2017-11-05
1
-0
/
+7
*
ioctl TIOCGPTPEER from linux v4.13
Szabolcs Nagy
2017-11-05
7
-0
/
+7
*
s390x: add syscall number for s390_guarded_storage from linux v4.12
Szabolcs Nagy
2017-11-05
1
-0
/
+1
*
i386: add arch_prctl syscall number from linux v4.12
Szabolcs Nagy
2017-11-05
1
-0
/
+1
*
aarch64: add new HWCAP_* flags from linux v4.12
Szabolcs Nagy
2017-11-05
1
-0
/
+3
*
add statx syscall numbers from linux v4.11
Szabolcs Nagy
2017-11-05
12
-0
/
+12
*
update aarch64 hwcap.h for linux v4.11
Szabolcs Nagy
2017-11-05
1
-0
/
+2
*
add kexec_file_load syscall number on powerpc from linux v4.10
Szabolcs Nagy
2017-11-05
2
-0
/
+2
*
add microblaze syscall numbers from linux v4.10
Szabolcs Nagy
2017-11-05
1
-0
/
+6
*
fix build regression on ARM for ISA levels less than v5
Rich Felker
2017-10-25
1
-0
/
+4
*
powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.h
Szabolcs Nagy
2017-09-11
2
-1
/
+11
*
make syscall.h consistent with linux
Szabolcs Nagy
2017-09-06
10
-24
/
+20
*
arm: add HWCAP_ARM_ hwcap macros
Szabolcs Nagy
2017-08-29
1
-0
/
+24
*
add a_clz_64 helper function
Szabolcs Nagy
2017-08-29
7
-0
/
+49
*
s390x: add bits/hwcap.h
Szabolcs Nagy
2017-08-29
1
-0
/
+15
*
add SIOCGSTAMPNS socket ioctl macro to ioctl.h
Szabolcs Nagy
2017-08-29
8
-0
/
+8
*
fix mips ioctl macros to match linux asm/sockios.h
Szabolcs Nagy
2017-08-29
3
-15
/
+15
*
fix build failure for sh4a due to missing colon in asm statement
Thomas Petazzoni
2017-08-11
1
-1
/
+1
*
fix omission of microblaze user.h definitions
Rich Felker
2017-06-21
1
-1
/
+25
*
remove long-obsolete clang workarounds from mips* syscall_arch.h files
Rich Felker
2017-05-31
3
-157
/
+0
*
fix fstatat syscall on mips64
Rich Felker
2017-05-31
1
-3
/
+22
*
s390x: provide sigcontext struct definition
Bobby Bingham
2017-04-22
1
-0
/
+15
*
s390x: fix fpreg_t and remove unused per_struct
Tuan M. Hoang
2017-03-15
1
-2
/
+2
*
fix ld-behavior-dependent crash in ppc64 ldso startup
Rich Felker
2017-03-08
1
-1
/
+1
*
allow page size to vary on arm
Rich Felker
2017-02-22
1
-1
/
+0
*
fix crashes in x32 __tls_get_addr
rofl0r
2017-01-13
1
-0
/
+2
*
reduce impact of REG_* namespace pollution in x86[_64] signal.h
Rich Felker
2017-01-04
3
-65
/
+130
*
add pkey_{mprotect,alloc,free} syscalls from linux v4.9
Szabolcs Nagy
2016-12-29
9
-0
/
+27
*
rework arm atomic/tp backends to be thumb-compatible and fdpic-ready
Rich Felker
2016-12-19
2
-14
/
+23
*
fix use of incomplete struct type in s390x user.h
Bobby Bingham
2016-12-16
1
-10
/
+10
*
fix typo in s390x user.h
Bobby Bingham
2016-12-16
1
-1
/
+1
*
remove legacy i386 fallback stdarg implementation and framework
Rich Felker
2016-12-15
2
-13
/
+0
*
work around gdb issues recognizing sigreturn trampoline on x86_64
Rich Felker
2016-11-12
2
-0
/
+18
*
add s390x port
Bobby Bingham
2016-11-11
27
-0
/
+1097
*
generalize ELF hash table types not to assume 32-bit entries
Rich Felker
2016-11-11
1
-0
/
+1
*
add bits/hwcap.h and include it in sys/auxv.h
Szabolcs Nagy
2016-10-20
9
-0
/
+137
*
add sh syscall numbers from linux v4.8
Szabolcs Nagy
2016-10-20
1
-0
/
+14
*
fix preadv2 and pwritev2 syscall numbers on x32 for linux v4.8
Szabolcs Nagy
2016-10-20
1
-2
/
+2
[next]