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
*
remove riscv64 bits/user.h contents
Rich Felker
2019-08-06
1
-43
/
+0
*
fix risc64 conflict with kernel headers
Baruch Siach
2019-08-06
1
-8
/
+8
*
update riscv64 syscall numbers to linux v5.1
Rich Felker
2019-08-03
1
-0
/
+8
*
move IPC_STAT definition to a new bits/ipcstat.h file
Rich Felker
2019-08-02
10
-0
/
+10
*
ioctl: add fallback for new time64 SIOCGSTAMP[NS]
Rich Felker
2019-07-31
1
-0
/
+3
*
get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO
Rich Felker
2019-07-31
5
-0
/
+15
*
remove gratuitously-different arch-specific bits/ipc.h files
Rich Felker
2019-07-30
3
-36
/
+0
*
remove arch-specific bits/ipc.h that are identical to generic
Rich Felker
2019-07-30
2
-22
/
+0
*
move IPC_64 from public bits/ipc.h to syscall_arch.h
Rich Felker
2019-07-30
15
-22
/
+10
*
remove duplicates of new generic bits/msg.h
Rich Felker
2019-07-29
6
-75
/
+0
*
use 64-bit msqid_ds layout in the generic version of bits/msg.h
Rich Felker
2019-07-29
1
-3
/
+0
*
duplicate generic bits/msg.h for each arch using it, in prep to change
Rich Felker
2019-07-29
5
-0
/
+75
*
remove duplicates of new generic bits/sem.h
Rich Felker
2019-07-29
5
-57
/
+0
*
use 64-bit semid_ds layout in the generic version of bits/sem.h
Rich Felker
2019-07-29
1
-2
/
+0
*
collapse out byte order conditions in bits/sem.h for fixed-endian archs
Rich Felker
2019-07-29
4
-20
/
+0
*
duplicate generic bits/sem.h for each arch using it, in prep to change
Rich Felker
2019-07-29
7
-0
/
+112
*
extricate bits/sem.h from x32 time_t hack
Rich Felker
2019-07-29
7
-25
/
+36
*
remove trailing newlines from various versions of bits/shm.h
Rich Felker
2019-07-29
9
-9
/
+0
*
remove duplicates of new generic bits/shm.h
Rich Felker
2019-07-29
5
-123
/
+0
*
use 64-bit shmid_ds layout in the generic version of bits/shm.h
Rich Felker
2019-07-29
1
-3
/
+0
*
duplicate generic bits/shm.h for each arch using it, in prep to change
Rich Felker
2019-07-29
5
-0
/
+140
*
remove x32 syscall timespec fixup hacks
Rich Felker
2019-07-29
1
-58
/
+0
*
internally, define time64 syscalls on x32 as the existing syscalls
Rich Felker
2019-07-27
1
-0
/
+19
*
don't use futimesat syscall as utimensat fallback on x32
Rich Felker
2019-07-27
1
-0
/
+2
*
remove mips/n32/64 stat struct hacks from syscall machinery
Rich Felker
2019-07-18
6
-213
/
+36
*
decouple struct stat from kernel type
Rich Felker
2019-07-18
16
-0
/
+337
*
remove utterly wrong includes from mips64/n32 bits/stat.h
Rich Felker
2019-07-18
2
-6
/
+0
*
use register constraint instead of memory operand for riscv64 atomics
Rich Felker
2019-07-17
1
-8
/
+8
*
fix riscv64 atomic asm constraints
Rich Felker
2019-07-17
1
-6
/
+10
*
fix riscv64 syscall asm constraint
Rich Felker
2019-07-17
1
-1
/
+1
*
clean up mips64/n32 syscall asm constraints
Rich Felker
2019-07-16
2
-54
/
+56
*
deduplicate mips64/n32 syscall clobbered register lists
Rich Felker
2019-07-16
2
-28
/
+22
*
fix build failure on arm building C code in thumb1 mode
Rich Felker
2019-07-15
1
-1
/
+1
*
fix conflicting mips and powerpc definitions for TIOCSER_TEMT macro
Samuel Holland
2019-07-10
5
-5
/
+5
*
remove spurious MAP_32BIT definition from riscv64 arch
Rich Felker
2019-07-04
1
-1
/
+0
*
add new syscall numbers from linux v5.1
Szabolcs Nagy
2019-07-01
15
-0
/
+327
*
mips64: fix syscall numbers of io_pgetevents and rseq
Szabolcs Nagy
2019-07-01
1
-2
/
+2
*
s390x: drop SO_ definitions from bits/socket.h
Szabolcs Nagy
2019-07-01
1
-28
/
+0
*
add riscv64 architecture support
Rich Felker
2019-06-14
25
-0
/
+835
*
make powerpc64 vrregset_t logical layout match expected API
Rich Felker
2019-05-22
1
-1
/
+4
*
fix vrregset_t layout and member naming on powerpc64
Rich Felker
2019-05-22
1
-4
/
+8
*
improve i386 inline syscall asm on non-broken compilers
Rich Felker
2019-05-11
1
-1
/
+20
*
fix regression in i386 inline syscall asm producing invalid code
Rich Felker
2019-05-10
1
-6
/
+6
*
fix broken posix_fadvise on mips due to missing 7-arg syscall support
Rich Felker
2019-05-05
1
-0
/
+25
*
fix build regression on mips n32 due to typo in new inline syscall
Rich Felker
2019-05-05
1
-1
/
+1
*
fix passing of 64-bit syscall arguments on microblaze
Rich Felker
2019-05-05
1
-1
/
+1
*
fix regression in s390x SO_PEERSEC definition
Rich Felker
2019-04-23
1
-0
/
+1
*
math: add fp_arch.h with fp_barrier and fp_force_eval
Szabolcs Nagy
2019-04-17
2
-0
/
+25
*
implement inline 5- and 6-argument syscalls for mipsn32 and mips64
Rich Felker
2019-04-10
2
-29
/
+68
*
cleanup mips64 syscall_arch functions
Rich Felker
2019-04-10
1
-18
/
+9
[next]