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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
elf.h: add NT_ARM_PAC{A,G}_KEYS from linux v5.1
Szabolcs Nagy
2019-07-01
1
-0
/
+2
*
netinet/in.h: add INADDR_ALLSNOOPERS_GROUP from linux v5.1
Szabolcs Nagy
2019-07-01
1
-0
/
+1
*
sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1
Szabolcs Nagy
2019-07-01
1
-0
/
+1
*
netinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux v5.1
Szabolcs Nagy
2019-07-01
1
-0
/
+1
*
sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1
Szabolcs Nagy
2019-07-01
1
-0
/
+1
*
fcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1
Szabolcs Nagy
2019-07-01
1
-0
/
+1
*
sys/fanotify.h: update for linux v5.1
Szabolcs Nagy
2019-07-01
1
-1
/
+33
*
remove implicit include of sys/sysmacros.h from sys/types.h
Rich Felker
2019-06-21
1
-1
/
+0
*
add riscv64 architecture support
Rich Felker
2019-06-14
1
-0
/
+56
*
define FP_FAST_FMA* when fma* can be inlined
Szabolcs Nagy
2019-04-17
1
-0
/
+12
*
fcntl.h: define O_TTY_INIT to 0
A. Wilcox
2019-04-10
1
-2
/
+3
*
fix signature of function accepted by makecontext
Bobby Bingham
2019-04-05
1
-1
/
+1
*
sys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0
Szabolcs Nagy
2019-03-13
1
-0
/
+7
*
elf.h: add NT_ definitions from linux v5.0
Szabolcs Nagy
2019-03-13
1
-0
/
+2
*
elf.h: update with C-SKY definitions
Szabolcs Nagy
2019-03-13
1
-1
/
+57
*
netinet/tcp.h: add TCP_NLA_SRTT from linux v5.0
Szabolcs Nagy
2019-03-13
1
-0
/
+1
*
netinet/udp.h: add UDP_GRO from linux v5.0
Szabolcs Nagy
2019-03-13
1
-0
/
+1
*
sys/prctl.h: add PR_SPEC_INDIRECT_BRANCH from linux v4.20
Szabolcs Nagy
2019-03-13
1
-0
/
+1
*
netinet/in.h add IPV6_MULTICAST_ALL from linux v4.20
Szabolcs Nagy
2019-03-13
1
-0
/
+1
*
add PACKET_IGNORE_OUTGOING sockopt from linux v4.20
Szabolcs Nagy
2019-03-13
1
-0
/
+1
*
sys/mman.h: add new hugetlb mmap flags from linux v4.19
Szabolcs Nagy
2019-03-13
2
-0
/
+4
*
elf.h: add new mips core dump note values from linux v4.19
Szabolcs Nagy
2019-03-13
1
-0
/
+2
*
netinet/udp.h: add UDP_ENCAP_RXRPC from linux v4.19
Szabolcs Nagy
2019-03-13
1
-0
/
+1
*
netinet/tcp.h: add tcp_info fields from linux v4.19
Szabolcs Nagy
2019-03-13
1
-0
/
+8
*
sys/inotify.h: add IN_MASK_CREATE from linux v4.19
Szabolcs Nagy
2019-03-13
1
-0
/
+1
*
sys/socket.h: add SO_TXTIME from linux v4.19
Szabolcs Nagy
2019-03-13
1
-0
/
+2
*
fix POSIX_FADV_DONTNEED/_NOREUSE on s390x
Jonathan Neuschäfer
2019-03-13
1
-0
/
+2
*
expose TSVTX unconditionally in tar.h
Rich Felker
2019-03-13
1
-4
/
+0
*
make FILE a complete type for pre-C11 standard profiles
Rich Felker
2019-03-12
3
-0
/
+9
*
add membarrier syscall wrapper, refactor dynamic tls install to use it
Rich Felker
2019-02-22
1
-0
/
+17
*
update line discipline constants
Bobby Bingham
2019-02-07
1
-0
/
+12
*
move arch-invariant definitions out of bits/ioctl.h
Bobby Bingham
2019-02-07
1
-0
/
+98
*
add NT_VMCOREDD to elf.h from linux v4.18
Szabolcs Nagy
2018-12-09
1
-0
/
+1
*
add AT_MINSIGSTKSZ to elf.h from linux v4.18
Szabolcs Nagy
2018-12-09
1
-0
/
+1
*
add TRAP_UNK si_code to signal.h from linux v4.18
Szabolcs Nagy
2018-12-09
1
-0
/
+1
*
add SIGSYS support to sys/signalfd.h from linux v4.18
Szabolcs Nagy
2018-12-09
1
-1
/
+5
*
add AF_XDP to sys/socket.h from linux v4.18
Szabolcs Nagy
2018-12-09
1
-1
/
+4
*
update netinet/udp.h for linux v4.18
Szabolcs Nagy
2018-12-09
1
-0
/
+3
*
update netinet/tcp.h for linux v4.18
Szabolcs Nagy
2018-12-09
1
-0
/
+18
*
restore attribute((const)) to pthread_self and errno location decls
Rich Felker
2018-10-16
3
-0
/
+9
*
define MAX_HANDLE_SZ for use with name_to_handle_at
Khem Raj
2018-09-13
1
-0
/
+1
*
wireup linux/name_to_handle_at and name_to_handle_at syscalls
Khem Raj
2018-09-12
1
-0
/
+7
*
rework mechanism for posix_spawnp calling posix_spawn
Rich Felker
2018-09-12
1
-1
/
+3
*
fix dubious char signedness check in limits.h
Rich Felker
2018-08-28
1
-1
/
+1
*
fix FP_ILOGB0 and FP_ILOGBNAN definitions to be valid for use in #if
Rich Felker
2018-08-22
1
-1
/
+1
*
remove erroneous SYMLINK_MAX definition from limits.h, pathconf
Rich Felker
2018-08-20
1
-1
/
+0
*
move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits
midipix
2018-07-20
3
-3
/
+3
*
remove inclusion guard hacks for sys/kd.h
midipix
2018-07-20
1
-7
/
+0
*
add support for arch-specific ptrace command macros
Szabolcs Nagy
2018-07-17
1
-0
/
+2
*
sys/ptrace.h: add missing PTRACE_EVENT_STOP
Szabolcs Nagy
2018-07-17
1
-0
/
+1
[next]