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
...
*
move time_t and suseconds_t definitions to common alltypes.h.in
Rich Felker
2019-11-02
16
-48
/
+0
*
move time64 ioctl numbers to generic bits/ioctl.h
Rich Felker
2019-11-02
6
-21
/
+5
*
move time64 socket options from arch bits to top-level sys/socket.h
Rich Felker
2019-11-02
9
-45
/
+0
*
switch all existing 32-bit archs to 64-bit time_t
Rich Felker
2019-11-02
85
-217
/
+420
*
add x32 bits/ioctl_fix.h defining time-related sockios macros
Rich Felker
2019-11-02
1
-0
/
+4
*
add back x32 bits/socket.h defining time-related socket options
Rich Felker
2019-11-02
1
-0
/
+5
*
move msghdr and cmsghdr out of bits/socket.h
Rich Felker
2019-11-02
10
-208
/
+0
*
fix x32 msghdr struct by removing x32 bits/socket.h
Rich Felker
2019-11-02
1
-16
/
+0
*
add missing m68k user.h/procfs.h regset types
Rich Felker
2019-10-28
1
-0
/
+5
*
internally, define time64 rusage syscalls on x32 as the existing ones
Rich Felker
2019-10-19
1
-0
/
+2
*
use struct pt_regs * rather than void * for powerpc[64] sigcontext regs
Rich Felker
2019-10-19
2
-2
/
+2
*
fix fpregset_t type on powerpc64
Rich Felker
2019-10-19
1
-5
/
+1
*
move pthread types out of per-arch alltypes.h
Rich Felker
2019-10-17
16
-128
/
+0
*
define LONG_MAX via arch alltypes.h, strip down bits/limits.h
Rich Felker
2019-10-17
33
-112
/
+24
*
remove use of endian.h from arch reloc.h headers, clean up
Rich Felker
2019-10-17
9
-24
/
+0
*
remove indirect use of endian.h from public headers
Rich Felker
2019-10-17
4
-8
/
+0
*
move __BYTE_ORDER definition to alltypes.h
Rich Felker
2019-10-17
32
-62
/
+64
*
remove per-arch definitions for va_list
Rich Felker
2019-10-17
16
-48
/
+0
*
remove i386 support for legacy struct __va_list
Rich Felker
2019-10-17
1
-5
/
+0
*
reintroduce riscv64 struct sigcontext
Rich Felker
2019-10-02
1
-6
/
+10
*
fix riscv64 elf_fpregset_t type and member names mismatch
Rich Felker
2019-09-29
1
-5
/
+2
*
fix riscv64 signal.h namespace violations and ucontext API mismatches
Rich Felker
2019-09-29
2
-27
/
+20
*
clean up mips (32-bit, o32) syscall asm constraints
Rich Felker
2019-09-27
1
-31
/
+32
*
fix mips r6 syscall clobber lists not to include hi/lo registers
Rich Felker
2019-09-26
3
-16
/
+30
*
correct the operand specifiers in the riscv64 CAS routines
Palmer Dabbelt
2019-09-25
1
-2
/
+2
*
aarch64: add HWCAP2 flags from linux v5.2
Szabolcs Nagy
2019-09-11
1
-0
/
+8
*
add new syscall numbers from linux v5.2
Szabolcs Nagy
2019-09-11
16
-0
/
+97
*
honor __WCHAR_TYPE__ on archs with legacy long definition of wchar_t
Rich Felker
2019-09-08
4
-0
/
+16
*
fix clash between sys/user.h and kernel ptrace.h on powerpc[64], sh
Rich Felker
2019-08-19
3
-41
/
+13
*
re-add ELF gregs and fpregs types to riscv64 user.h
Khem Raj
2019-08-13
1
-0
/
+8
*
add support for powerpc/powerpc64 unaligned relocations
Samuel Holland
2019-08-11
2
-0
/
+2
*
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
[prev]
[next]