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
...
*
microblaze: add syscall numbers from linux v4.7
Szabolcs Nagy
2016-08-30
1
-0
/
+3
*
fix pread/pwrite syscall calling convention on sh
Rich Felker
2016-08-11
1
-0
/
+1
*
fix regression in tcsetattr on all mips archs
Rich Felker
2016-07-13
3
-9
/
+9
*
remove or1k version of sem.h
Bobby Bingham
2016-07-06
1
-11
/
+0
*
make brace placement in public header typedef'd structs consistent
Rich Felker
2016-07-03
8
-18
/
+9
*
make brace placement in public header struct definitions consistent
Rich Felker
2016-07-03
44
-108
/
+54
*
format mips bits/termios.h consistently mips64 and n32 versions
Rich Felker
2016-07-03
1
-2
/
+1
*
fix CBAUDEX in powerpc termios.h
Szabolcs Nagy
2016-07-03
2
-2
/
+2
*
fix TCS* definitions in mips termios.h
Szabolcs Nagy
2016-07-03
3
-9
/
+9
*
fix mips termios.h macro exposure/namespace issues
Szabolcs Nagy
2016-07-03
3
-45
/
+42
*
fix powerpc termios.h macro exposure/namespace issues
Szabolcs Nagy
2016-07-03
2
-24
/
+24
*
fix generic termios.h macro exposure/namespace issues
Szabolcs Nagy
2016-07-03
1
-9
/
+14
*
fix FIOQSIZE in arm ioctl.h
Szabolcs Nagy
2016-07-03
3
-0
/
+4
*
remove termios2 related ioctls from sh ioctl.h
Szabolcs Nagy
2016-07-03
1
-4
/
+0
*
fix TIOCMSET in mips ioctl.h
Szabolcs Nagy
2016-07-03
3
-3
/
+3
*
fix mips, mips64, mipsn32 TIOCM_* macros in ioctl.h
Szabolcs Nagy
2016-07-03
3
-42
/
+42
*
remove mips and powerpc ioctls that are missing from linux uapi
Szabolcs Nagy
2016-07-03
5
-31
/
+0
*
add missing TIOC* macros to ioctl.h
Szabolcs Nagy
2016-07-03
7
-3
/
+40
*
add missing SIOCSIFNAME from linux/sockios.h to ioctl.h
Szabolcs Nagy
2016-07-03
7
-0
/
+7
*
remove ioctl macros that were removed from linux uapi
Szabolcs Nagy
2016-07-03
7
-32
/
+0
*
use the generic ioctl.h for x86_64, x32 and aarch64
Szabolcs Nagy
2016-07-03
3
-607
/
+0
*
add consistent reserved fields in mips64/n32 termios structures
Rich Felker
2016-07-03
2
-0
/
+4
*
fix posix_fadvise syscall args on powerpc, unify with arm fix
Rich Felker
2016-07-01
2
-0
/
+4
*
add preadv2 and pwritev2 syscall numbers for linux v4.6
Szabolcs Nagy
2016-06-09
11
-0
/
+22
*
deduplicate __NR_* and SYS_* syscall number definitions
Bobby Bingham
2016-05-12
16
-5283
/
+885
*
x32: eliminate __X32_SYSCALL_BIT constant
Bobby Bingham
2016-05-12
1
-317
/
+316
*
x32: remove arch-specific syscall remapping
Bobby Bingham
2016-05-12
1
-20
/
+0
*
fix spurious trailing whitespace in powerpc & powerpc64 bits/errno.h
Rich Felker
2016-05-08
2
-2
/
+2
*
add powerpc64 port
Bobby Bingham
2016-05-08
28
-0
/
+1907
*
add mips n32 port (ILP32 ABI for mips64)
Rich Felker
2016-04-18
31
-0
/
+2009
*
add support for mips and mips64 r6 isa
Rich Felker
2016-04-03
6
-22
/
+58
*
fix regression disabling use of pause instruction for x86 a_spin
Rich Felker
2016-03-29
3
-3
/
+3
*
add copy_file_range syscall numbers from linux v4.5
Szabolcs Nagy
2016-03-19
9
-0
/
+18
*
mips64: add recent linux syscall numbers
Szabolcs Nagy
2016-03-19
1
-0
/
+6
*
deduplicate bits/mman.h
Szabolcs Nagy
2016-03-18
12
-617
/
+25
*
correct pointer types for a_ll_p and a_sc_p primitives on mips64
Rich Felker
2016-03-11
1
-4
/
+4
*
make mips64 a_sc_p atomic primitive's asm constraints work with clang
Rich Felker
2016-03-11
1
-1
/
+1
*
add powerpc soft-float support
Felix Fietkau
2016-03-06
2
-1
/
+12
*
add mips64 port
Rich Felker
2016-03-06
32
-0
/
+2171
*
add sched_getcpu vDSO support
Nathan Zadoks
2016-03-02
1
-0
/
+2
*
make aarch64 atomic_arch.h report that it defines pointer-sized ll/sc
Rich Felker
2016-02-23
1
-0
/
+2
*
remove workaround for broken mips assemblers
Rich Felker
2016-02-08
1
-4
/
+1
*
better a_sc inline asm constraint on aarch64 and arm
Szabolcs Nagy
2016-01-31
2
-3
/
+3
*
ldso: fix GDB dynamic linker info on MIPS
Felix Fietkau
2016-01-30
1
-1
/
+1
*
deduplicate the bulk of the arch bits headers
Rich Felker
2016-01-27
92
-3194
/
+0
*
mips: add vdso support
Hauke Mehrtens
2016-01-27
1
-0
/
+4
*
fix siginfo_t for mips
Szabolcs Nagy
2016-01-26
1
-0
/
+9
*
add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags
Szabolcs Nagy
2016-01-26
10
-0
/
+10
*
add mlock2 syscall number from linux v4.4
Szabolcs Nagy
2016-01-26
8
-0
/
+16
*
add new membarrier, userfaultfd and switch_endian syscalls
Szabolcs Nagy
2016-01-26
8
-0
/
+34
[prev]
[next]