Up to [cvs.NetBSD.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: yamt-pf42
Revision 1.159.2.3 / (download) - annotate - [select for diffs], Fri Jun 6 20:18:19 2008 UTC (4 years, 11 months ago) by christos
Branch: yamt-pf42
Changes since 1.159.2.2: +4 -2
lines
Diff to previous 1.159.2.2 (colored) to branchpoint 1.159 (colored) next main 1.160 (colored)
add so_egid and so_cpid for pf.
Revision 1.159.2.2 / (download) - annotate - [select for diffs], Wed Jun 4 02:05:40 2008 UTC (4 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.159.2.1: +6 -5
lines
Diff to previous 1.159.2.1 (colored) to branchpoint 1.159 (colored)
sync with head
Revision 1.159.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:35:11 2008 UTC (5 years ago) by yamt
Branch: yamt-pf42
Changes since 1.159: +259 -150
lines
Diff to previous 1.159 (colored)
sync with head.
Revision 1.159 / (download) - annotate - [select for diffs], Mon Apr 14 15:42:20 2008 UTC (5 years, 1 month ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base
Branch point for: yamt-pf42
Changes since 1.158: +107 -52
lines
Diff to previous 1.158 (colored)
soreceive: dom_externalize/dom_dispose can block. If new messages are appended while the receiver is blocked, the sockbuf will be corrupted. Dequeue control messages from the sockbuf and sync its state in one pass. Only then process the control messages. From FreeBSD.