| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-04-05 | ffix | Michael Kerrisk | 1 | -4/+0 | |
| 2006-09-26 | Place socket options in alpha order. | Michael Kerrisk | 1 | -36/+36 | |
| 2006-08-03 | Updated CONFORMING TO section | Michael Kerrisk | 1 | -1/+1 | |
| 2006-07-21 | s%IO%I/O% | Michael Kerrisk | 1 | -3/+3 | |
| 2006-07-19 | ffix | Michael Kerrisk | 1 | -2/+5 | |
| 2006-05-04 | Removed FIXME | Michael Kerrisk | 1 | -2/+0 | |
| 2006-03-23 | Small FIXME formatting fixes | Michael Kerrisk | 1 | -1/+1 | |
| 2006-03-15 | place socket options in alpahbetical order | Michael Kerrisk | 1 | -158/+159 | |
| 2006-03-15 | ffix | Michael Kerrisk | 1 | -2/+2 | |
| 2006-03-15 | Documented SO_SNDBUFFORCE and SO_RCVBUFFORCE socket options, new in 2.6.14. | Michael Kerrisk | 1 | -1/+20 | |
| 2006-03-07 | Wrap long lines; .ta + TABs with spaces in code examples | Michael Kerrisk | 1 | -8/+6 | |
| 2006-02-10 | Reformatted FIXMEs | Michael Kerrisk | 1 | -3/+2 | |
| 2006-01-13 | typo fix | Michael Kerrisk | 1 | -1/+1 | |
| 2006-01-03 | Formatting and source code line break changes (no changes to content!) | Michael Kerrisk | 1 | -11/+13 | |
| 2005-12-15 | Noted the Linux-specific feature whereby setsockopt() doubles | Michael Kerrisk | 1 | -0/+14 | |
| the value given for SO_SNDBUF and SO_RCVBUF. Noted kernel imposed minimum values for SO_SNDBUF and SO_RCVBUF. | |||||
| 2005-12-14 | Updated discussion of SO_BSDCOMPAT. | Michael Kerrisk | 1 | -15/+19 | |
| Reformatted some long lines. | |||||
| 2005-12-13 | Further refinement of SO_TIMESTAMP from Urs Thuermann. | Michael Kerrisk | 1 | -6/+10 | |
| 2005-12-08 | Von: Urs Thuermann <urs@isnogud.escape.de> | Michael Kerrisk | 1 | -2/+25 | |
| An: "Michael Kerrisk" <mtk-manpages@gmx.net> Betreff: Re: PATCH: man-pages-2.15, socket option SO_TIMESTAMP Datum: 02 Dec 2005 08:00:11 +0100 Hello Michael, > Okay -- let me know if your patch is still good to go after you've > done your reading/testing. Maybe I will try to do another > man-page release tomorrow, if you you can confirm the details in 2.6. I have compared 2.4 and 2.6 src again and wrote two small test programs (one sending udp packets, one receiving the packets and calling SIOCGSTAMP w/ and w/o SO_TIMESTAMP). Both, 2.4 and 2.6 have the same behavior, which may be considered a bug. When a packet is received its timestamp is stored in the sock structure in kernel for SIOCGSTAMP to be retreived if SO_TIMESTAMP is not set, otherwise it is written into a cmsg structure to be returned with the recvmsg syscall. Therefore, SIOCGSTAMP doesn't get the correct timestamp, when SO_TIMESTAMP is set. Instead, SIOCGSTAMP returns an ENOENT error, if there has never been a packet reception while SO_TIMESTAMP unset, since the field in the sock structure in the kernel is initialized to "no timestamp" (0 in 2.4, -1 in 2.6). Otherwise, SIOCGSTAMP returns the timestamp found in the sock structure which is from the last packet when SO_TIMESTAMP was not set, i.e. it may not be the timestamp of the last packet received. I have updated the man page socket(7) accordingly. Patch is below. urs | |||||
| 2005-11-30 | Added text noting that select()/poll() do no respect SO_RCVLOWAT. | Michael Kerrisk | 1 | -2/+12 | |
| 2005-11-15 | Added FIXME? | Michael Kerrisk | 1 | -0/+3 | |
| 2005-11-02 | Formatting fixes | Michael Kerrisk | 1 | -5/+5 | |
| 2005-10-26 | s/XXX/FIXME/ | Michael Kerrisk | 1 | -1/+1 | |
| 2005-10-20 | Formatting fixes | Michael Kerrisk | 1 | -10/+18 | |
| 2005-10-19 | Formatting fixes | Michael Kerrisk | 1 | -2/+3 | |
| 2005-10-19 | Manual fixes for parentheses formatting | Michael Kerrisk | 1 | -4/+4 | |
| 2005-10-04 | Update description of SO_RCVLOWAT and SO_SNDLOWAT. | Michael Kerrisk | 1 | -8/+9 | |
| (fix derived from Fedora man-pages-2.07-7). | |||||
| 2005-08-16 | Clarified details of use of SO_PEERCRED. | Michael Kerrisk | 1 | -3/+13 | |
| 2005-07-18 | id --> ID | Michael Kerrisk | 1 | -2/+2 | |
| 2005-07-06 | Hyphenation/dash fixes | Michael Kerrisk | 1 | -1/+1 | |
| 2005-06-21 | Minor formatting fixes | Michael Kerrisk | 1 | -2/+3 | |
| 2005-06-15 | global edit s/ -1/ \\-1/g | Michael Kerrisk | 1 | -1/+1 | |
| 2004-11-03 | Global change of email address for MTK (now: mtk-manpages@gmx.net) | Michael Kerrisk | 1 | -2/+2 | |
| 2004-11-03 | Import of man-pages 1.70man-pages-1.70 | Michael Kerrisk | 1 | -0/+588 | |
