Age | Commit message (Expand) | Author |
2019-07-22 | implement SO_DOMAIN and SO_PROTOCOL so that the domain and the protocol | Robert Nagy |
2019-02-13 | Allow SO_PEERCRED to be called on sockets created with socketpair. | Martijn van Duren |
2019-01-11 | getsockopt(2) recv(2) rmdir(2) and send(2) were present and implemented | Jonathan Gray |
2019-01-09 | make spelling in previous consistent within the page; | Jason McIntyre |
2019-01-08 | Document SO_ZEROIZE socket option. | Alexander Bluhm |
2016-10-19 | note that SO_REUSEADDR is restricted to callers with the same uid or root; | Jason McIntyre |
2016-06-13 | On localhost a user program may create a socket splicing loop. | Alexander Bluhm |
2015-09-04 | Add missing information to the socket splicing man page to make it | Alexander Bluhm |
2014-12-16 | use .In and delete .Tn; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2014-12-10 | use .Rv; no change of meaning; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2014-04-07 | Retire kernel support for SO_DONTROUTE, this time without breaking | Martin Pieuchot |
2014-03-28 | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things | Stuart Henderson |
2014-03-27 | Retire kernel support for SO_DONTROUTE, since the plan is to always | Martin Pieuchot |
2014-03-06 | sort SEE ALSO; | Jason McIntyre |
2014-02-26 | Try to document SO_RTABLE better. With input from deraadt@ | Claudio Jeker |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2013-06-02 | improve the divert-* description a bit more | Sebastian Benoit |
2013-04-08 | Updates to SYNOPSIS, ERRORS, and STANDARDS. | Philip Guenther |
2013-01-18 | Update the setsockopt(2) interface documentation for the EFBIG and | Alexander Bluhm |
2012-10-21 | Add the IP_DIVERTFL socket option on divert(4) sockets to control | Sebastian Benoit |
2011-12-23 | some spelling fixes, found using freebsd's "igor" document verifier; | Jason McIntyre |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2011-07-04 | tweak previous; | Jason McIntyre |
2011-07-04 | Implement an idle timeout for the socket splicing. A new `sp_idle' | Mike Belopuhov |
2011-05-02 | forgotten in previous; | Jason McIntyre |
2011-05-02 | document SO_RTABLE; with suggestions and ok jmc, claudio | Mike Belopuhov |
2011-04-22 | Clarify SO_SPLICE semantics in setsockopt(2). | Alexander Bluhm |
2011-03-08 | Add a kernel man page sosplice(9) for the socket splicing implementation. | Alexander Bluhm |
2011-01-31 | Document the kernel option SOCKET_SPLICE and the socket option | Alexander Bluhm |
2010-07-01 | zap trailing whitespace; | Jason McIntyre |
2010-06-30 | Add getsockopt SOL_SOCKET SO_PEERCRED support. This behaves similar to | Theo de Raadt |
2008-05-09 | kill trailing whitespace; | Jason McIntyre |
2008-05-09 | add SO_BINDANY with pf example; help from jmc, ok beck@ | Markus Friedl |
2008-05-02 | Make the SO_TIMESTAMP sockopt work. When set, this allows the user to | Chris Kuethe |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2005-03-07 | more macro simplification; | Jason McIntyre |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-01 | - section reorder | Jason McIntyre |
2002-04-08 | .Xr getpeereid. | Marc Espie |
2002-01-02 | Remove extra reference to poll.2. Spotted by form@. | Mike Pechkin |
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | Aaron Campbell |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell |
1999-08-15 | more poll | Theo de Raadt |
1999-07-05 | use .Li to refer to data types | Aaron Campbell |
1999-06-29 | .Fa int -> .Li int (should use literal macro to refer to data types) | Aaron Campbell |
1999-06-29 | - change references to nil to null; tschroed@acm.org | Aaron Campbell |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman |
1999-02-27 | make function names the correct case | Theo de Raadt |
1999-02-15 | Use and document socklen_t | Todd C. Miller |