musl - musl - an implementation of the standard library for Linux-based systems
index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
sys
/
socket.h
Age
Commit message (
Expand
)
Author
Lines
2022年03月08日
sys/socket.h: add new SO_ socket options from linux v5.11
Szabolcs Nagy
-0
/
+2
2019年12月30日
sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3
Szabolcs Nagy
-0
/
+1
2019年11月02日
move time64 socket options from arch bits to top-level sys/socket.h
Rich Felker
-0
/
+11
2019年11月02日
move msghdr and cmsghdr out of bits/socket.h
Rich Felker
-0
/
+34
2019年11月02日
make time-related socket options overridable by arch bits files
Rich Felker
-6
/
+11
2019年10月28日
add time64 symbol name redirects to public headers, under arch control
Rich Felker
-0
/
+6
2019年07月01日
sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1
Szabolcs Nagy
-0
/
+1
2019年03月13日
sys/socket.h: add SO_TXTIME from linux v4.19
Szabolcs Nagy
-0
/
+2
2018年12月09日
add AF_XDP to sys/socket.h from linux v4.18
Szabolcs Nagy
-1
/
+4
2018年06月26日
fix value of SO_PEERSEC on mips archs
Rich Felker
-1
/
+1
2018年02月22日
sys/socket.h: add MSG_ZEROCOPY from linux v4.14
Szabolcs Nagy
-0
/
+2
2018年02月22日
sys/socket.h: add SOL_TLS from linux v4.13
Szabolcs Nagy
-0
/
+1
2018年02月22日
sys/socket.h: add PF_SMC from linux v4.11
Szabolcs Nagy
-1
/
+3
2017年11月05日
add SO_ getsockopt options from linux v4.13
Szabolcs Nagy
-0
/
+2
2017年11月05日
add new SO_ socket options from linux v4.12
Szabolcs Nagy
-0
/
+3
2017年11月05日
add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10
Szabolcs Nagy
-0
/
+1
2016年08月30日
add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h
Szabolcs Nagy
-1
/
+3
2016年07月03日
make brace placement in public header struct definitions consistent
Rich Felker
-10
/
+5
2016年06月09日
avoid padding gaps in struct sockaddr_storage
Rich Felker
-1
/
+1
2016年06月09日
update sys/socket.h to linux v4.6
Szabolcs Nagy
-1
/
+19
2016年06月09日
add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6
Szabolcs Nagy
-0
/
+1
2016年05月22日
fix undefined pointer arithmetic in CMSG_NXTHDR macro
Rich Felker
-3
/
+3
2016年03月19日
add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5
Szabolcs Nagy
-1
/
+2
2016年01月24日
add AF_MPLS (PF_MPLS) address family to socket.h
Szabolcs Nagy
-0
/
+2
2016年01月24日
add MSG_FASTOPEN sendmsg/sendto flag to socket.h
Szabolcs Nagy
-0
/
+1
2015年07月21日
socket.h: fix SO_* for mips
Roman Yeryomin
-3
/
+3
2015年02月09日
add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPF
Szabolcs Nagy
-0
/
+4
2014年06月19日
implement sendmmsg and recvmmsg
Rich Felker
-0
/
+11
2014年05月30日
add SO_BPF_EXTENSIONS socket option
Szabolcs Nagy
-0
/
+1
2014年02月25日
sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET option
Szabolcs Nagy
-0
/
+1
2014年01月08日
fix remaining known namespace violations for netinet/in.h
Rich Felker
-0
/
+4
2013年12月04日
move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespace
Szabolcs Nagy
-0
/
+2
2013年12月04日
fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_*
Szabolcs Nagy
-5
/
+1
2013年10月18日
fix typo in socket.h (wrong macro name)
Szabolcs Nagy
-1
/
+1
2013年09月15日
sys/socket.h: add new SO_BUSY_POLL socket option
Szabolcs Nagy
-0
/
+1
2013年07月25日
add protocol families PF_IB and PF_VSOCK to socket.h
Szabolcs Nagy
-1
/
+5
2013年07月24日
add SO_SELECT_ERR_QUEUE to socket.h
Szabolcs Nagy
-0
/
+1
2013年04月01日
add new socket options to sys/socket.h following linux
Szabolcs Nagy
-2
/
+17
2013年03月04日
fix some obscure header type size/alignment issues
Rich Felker
-4
/
+2
2013年01月12日
add missing protocol families to sys/socket.h
Szabolcs Nagy
-1
/
+11
2012年12月19日
socket.h: add SO_(SND/RCV)BUFFORCE to generic block
rofl0r
-0
/
+2
2012年11月15日
disable SO_REUSEPORT in sys/socket.h
Rich Felker
-1
/
+1
2012年11月05日
fix numerous mips abi constant definition mismatches
Rich Felker
-0
/
+7
2012年09月29日
always expose accept4
Rich Felker
-4
/
+1
2012年09月08日
add acct, accept4, setns, and dup3 syscalls (linux extensions)
Rich Felker
-0
/
+4
2012年09月08日
remove all remaining redundant __restrict/__inline/_Noreturn defs
Rich Felker
-5
/
+1
2012年09月06日
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
-5
/
+11
2012年08月05日
fix socket.h on mips
Rich Felker
-0
/
+3
2012年07月12日
workaround another sendmsg kernel bug on 64-bit machines
Rich Felker
-7
/
+0
2011年09月18日
cleanup more bits cruft (sysmacros and socket)
Rich Felker
-0
/
+196
[next]
generated by
cgit v1.2.1
(
git 2.18.0
) at 2025年09月02日 09:17:43 +0000
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル