History log of /freebsd-10-stable/share/man/man4/ng_ksocket.4
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 242997 13-Nov-2012 joel

Updates for netgraph node manual pages.

Discussed with: glebius
Submitted by: Mamontov Roman <mr.xanto@gmail.com>


# 236596 05-Jun-2012 eadler

Fix style nit: don't use leading zero for dates in .Dd

Prompted by: brueffer
Approved by: brueffer
MFC after: 3 days


# 229930 10-Jan-2012 melifaro

Add setsockopt(2) example to ng_ksocket(4).
While here, fix formatting a bit

Approved by: kib(mentor)
MFC after: 2 weeks


# 165282 16-Dec-2006 rwatson

Reference socket(9) from ng_ksocket(4). Reference ng_ksocket(4),
ithread(9), msleep(9), ucred(9) from socket(9).

Partly suggested by: julian


# 151798 28-Oct-2005 ru

Belatedly document the NGM_KSOCKET_ACCEPT ("accept") control message.


# 141350 05-Feb-2005 ru

Verify that SYNOPSIS section compiles.


# 131530 03-Jul-2004 ru

Mechanically kill hard sentence breaks and double whitespaces.


# 131108 25-Jun-2004 julian

Convert Netgraph to use mbuf tags to pass its meta information around.
Thanks to Sam for importing tags in a way that allowed this to be done.

Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
Also allow the sr and ar drivers to create netgraph versions of their modules.
Document the change to the ksocket node.


# 117011 28-Jun-2003 ru

Hiten's patchset for section four manpages, slightly edited by me.


# 89610 21-Jan-2002 mpp

Ispell sweep of share/man/man4.


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 81622 14-Aug-2001 ru

mdoc(7) police: s/BSD/.Bx/ where appropriate.


# 79727 14-Jul-2001 schweikh

Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'

BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...

Reviewed by: Silence from cvs diff -b
MFC after: 7 days


# 79538 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


# 79454 09-Jul-2001 dd

mdoc(7) police: remove extraneous .Pp before and/or after .Sh.


# 77973 10-Jun-2001 sobomax

Fix cross-references:
xntpd.8 --> ntpd.8
acl_delete_perms.3 --> acl_delete_perm.3
getname.2 --> getsockname.2

MFC after: 1 week


# 73233 28-Feb-2001 ru

Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.


# 67627 26-Oct-2000 asmodai

Update @freebsd.org email addresses to @FreeBSD.org as is the
precedent.


# 67508 24-Oct-2000 julian

Change archie's and my email addresses from Whistle.com to FreeBSD.org


# 59982 04-May-2000 archie

Move netgraph node type man pages from section 8 to section 4.


# 58007 13-Mar-2000 archie

Fix typo.

Reported by: Robert Swindells <swindellsr@genrad.co.uk>


# 56200 17-Jan-2000 archie

Work around aparent bug in the .Dv macro by eliminating some spaces.
The closing curly-brace in this line was being omitted somehow.


# 54927 20-Dec-1999 julian

Manual page style work.
Submitted by: Alexey Zelkin <phantom@FreeBSD.org>
thanks!


# 53939 30-Nov-1999 archie

Update documentation to reflect new functionality.


# 53247 16-Nov-1999 archie

New Netgraph node type "ksocket".

Obtained from: Whistle source tree