index
:
musl.git
master
rs-1.0
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
bits
/
socket.h
Age
Commit message (
Expand
)
Author
2019-11-02
move time64 socket options from arch bits to top-level sys/socket.h
Rich Felker
2019-11-02
switch all existing 32-bit archs to 64-bit time_t
Rich Felker
2019-11-02
move msghdr and cmsghdr out of bits/socket.h
Rich Felker
2018-06-26
fix value of SO_PEERSEC on mips archs
Rich Felker
2016-07-03
make brace placement in public header struct definitions consistent
Rich Felker
2015-07-21
socket.h: cleanup/reorder mips and powerpc bits/socket.h
Roman Yeryomin
2015-07-21
socket.h: fix SO_* for mips
Roman Yeryomin
2014-04-30
fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.h
Rich Felker
2013-04-01
add the new SO_REUSEPORT socket option to mips and powerpc
Szabolcs Nagy
2012-11-15
disable SO_REUSEPORT in sys/socket.h
Rich Felker
2012-11-05
fix numerous mips abi constant definition mismatches
Rich Felker
2012-08-05
fix socket.h on mips
Rich Felker
2012-07-12
workaround another sendmsg kernel bug on 64-bit machines
Rich Felker
2012-07-11
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
Rich Felker