Difference between revisions of "Manpages"
Jump to navigation
Jump to search
| Line 18: | Line 18: | ||
= Need to check = | = Need to check = | ||
| + | == xemul@ changes == | ||
net dialogue interface (uncluding SOCK_DIAG_BY_FAMILY,NETLINK_SOCK_DIAG) --> man7/netlink.7 | net dialogue interface (uncluding SOCK_DIAG_BY_FAMILY,NETLINK_SOCK_DIAG) --> man7/netlink.7 | ||
| Line 23: | Line 24: | ||
SO_PEEK_OFF -- for socket | SO_PEEK_OFF -- for socket | ||
| + | |||
| + | sockoption -- TCP_REPAIR and etc | ||
| + | |||
| + | Allow to create links with given ifindex RTM_NEWLINK | ||
| + | |||
| + | PACKET_SHOW_ (diag modules details) | ||
| + | |||
| + | SO_BINDTODEVICE readable now | ||
| + | |||
| + | SO_GET_FILTER | ||
| + | |||
| + | == avagin@ == | ||
Revision as of 14:51, 29 January 2013
About man-pages
Since we modify kernel source code and userspace API, we need to reflect such changes in official man-pages package (which lives at http://git.kernel.org/?p=docs/man-pages/man-pages.git). So lets track the status here.
Status
| Manpage | Description | Status | Comments |
|---|---|---|---|
man-pages: 98ef180325 |
kcmp system call | v3.46 | merged |
man-pages: 69287cb678 |
prctl SET_MM extension | v3.39 | merged |
Need to check
xemul@ changes
net dialogue interface (uncluding SOCK_DIAG_BY_FAMILY,NETLINK_SOCK_DIAG) --> man7/netlink.7
kernel.ns_last_pid, is kernel docs enough?
SO_PEEK_OFF -- for socket
sockoption -- TCP_REPAIR and etc
Allow to create links with given ifindex RTM_NEWLINK
PACKET_SHOW_ (diag modules details)
SO_BINDTODEVICE readable now
SO_GET_FILTER