The NetBSD Project

CVS log for src/sys/kern/uipc_socket.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / kern

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: yamt-lazymbuf


Revision 1.111.2.15 / (download) - annotate - [select for diffs], Mon Mar 24 09:39:02 2008 UTC (16 years ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.111.2.14: +65 -18 lines
Diff to previous 1.111.2.14 (colored) to branchpoint 1.111 (colored) next main 1.112 (colored) to selected 1.111.2.1 (colored)

sync with head.

Revision 1.111.2.14 / (download) - annotate - [select for diffs], Mon Mar 17 09:15:34 2008 UTC (16 years ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.111.2.13: +6 -5 lines
Diff to previous 1.111.2.13 (colored) to branchpoint 1.111 (colored) to selected 1.111.2.1 (colored)

sync with head.

Revision 1.111.2.13 / (download) - annotate - [select for diffs], Wed Feb 27 09:24:06 2008 UTC (16 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.111.2.12: +6 -18 lines
Diff to previous 1.111.2.12 (colored) to branchpoint 1.111 (colored) to selected 1.111.2.1 (colored)

drop lazy mapping of mbuf external storage for now, because:
	- it's currently broken wrt asm code.  (cpu_in_cksum)
	- there are other approaches worth to consider.  eg. sf_buf

Revision 1.111.2.12 / (download) - annotate - [select for diffs], Mon Feb 11 14:59:58 2008 UTC (16 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.111.2.11: +5 -6 lines
Diff to previous 1.111.2.11 (colored) to branchpoint 1.111 (colored) to selected 1.111.2.1 (colored)

sync with head.

Revision 1.111.2.11 / (download) - annotate - [select for diffs], Mon Jan 21 09:46:30 2008 UTC (16 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.111.2.10: +4 -4 lines
Diff to previous 1.111.2.10 (colored) to branchpoint 1.111 (colored) to selected 1.111.2.1 (colored)

sync with head

Revision 1.111.2.10 / (download) - annotate - [select for diffs], Fri Dec 7 17:33:17 2007 UTC (16 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.111.2.9: +16 -16 lines
Diff to previous 1.111.2.9 (colored) to branchpoint 1.111 (colored) to selected 1.111.2.1 (colored)

sync with head

Revision 1.111.2.9 / (download) - annotate - [select for diffs], Thu Nov 15 11:44:56 2007 UTC (16 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.111.2.8: +3 -6 lines
Diff to previous 1.111.2.8 (colored) to branchpoint 1.111 (colored) to selected 1.111.2.1 (colored)

sync with head.

Revision 1.111.2.8 / (download) - annotate - [select for diffs], Sat Oct 27 11:35:38 2007 UTC (16 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.111.2.7: +236 -192 lines
Diff to previous 1.111.2.7 (colored) to branchpoint 1.111 (colored) to selected 1.111.2.1 (colored)

sync with head.

Revision 1.111.2.7 / (download) - annotate - [select for diffs], Mon Sep 3 14:41:18 2007 UTC (16 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.111.2.6: +95 -117 lines
Diff to previous 1.111.2.6 (colored) to branchpoint 1.111 (colored) to selected 1.111.2.1 (colored)

sync with head.

Revision 1.111.2.6 / (download) - annotate - [select for diffs], Mon Feb 26 09:11:20 2007 UTC (17 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.111.2.5: +8 -7 lines
Diff to previous 1.111.2.5 (colored) to branchpoint 1.111 (colored) to selected 1.111.2.1 (colored)

sync with head.

Revision 1.111.2.5 / (download) - annotate - [select for diffs], Sat Dec 30 20:50:07 2006 UTC (17 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.111.2.4: +20 -9 lines
Diff to previous 1.111.2.4 (colored) to branchpoint 1.111 (colored) to selected 1.111.2.1 (colored)

sync with head.

Revision 1.111.2.4 / (download) - annotate - [select for diffs], Fri Jul 7 12:30:51 2006 UTC (17 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.111.2.3: +3 -3 lines
Diff to previous 1.111.2.3 (colored) to branchpoint 1.111 (colored) to selected 1.111.2.1 (colored)

- fix typos and compilation problems in uipc_mbuf.c rev.1.100.2.8.
- m_ext_free: fix the recursive call case.
- change return value of mcl_dec_and_test_reference.
- tweak assertions.

Revision 1.111.2.3 / (download) - annotate - [select for diffs], Wed Jun 21 15:09:39 2006 UTC (17 years, 9 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.111.2.2: +104 -71 lines
Diff to previous 1.111.2.2 (colored) to branchpoint 1.111 (colored) to selected 1.111.2.1 (colored)

sync with head.

Revision 1.111.2.2 / (download) - annotate - [select for diffs], Thu Jul 7 12:42:25 2005 UTC (18 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.111.2.1: +8 -6 lines
Diff to previous 1.111.2.1 (colored) to branchpoint 1.111 (colored)

defer mapping only when defined(__HAVE_LAZY_MBUF).

Revision 1.111.2.1 / (download) - annotate - [selected], Thu Jul 7 12:07:38 2005 UTC (18 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.111: +27 -31 lines
Diff to previous 1.111 (colored)

sosend_loan: defer mapping of mbuf external data pages.
mtod: map mbuf external data pages if needed.

Revision 1.111 / (download) - annotate - [select for diffs], Sun May 8 18:44:39 2005 UTC (18 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: yamt-vop-base
Branch point for: yamt-vop, yamt-lazymbuf
Changes since 1.110: +3 -3 lines
Diff to previous 1.110 (colored) to selected 1.111.2.1 (colored)

Panic strings should not end with \n.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>