The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: netbsd-3-0


Revision 1.80.2.1.2.4 / (download) - annotate - [select for diffs], Tue Apr 14 09:02:40 2009 UTC (15 years ago) by jdc
Branch: netbsd-3-0
Changes since 1.80.2.1.2.3: +18 -18 lines
Diff to previous 1.80.2.1.2.3 (colored) to branchpoint 1.80.2.1 (colored) next main 1.80.2.2 (colored)

Apply patch (requested by mlelstv in ticket #2005):
Fix a problem with a failure path (see PR kern/38391).

Revision 1.80.2.1.2.3 / (download) - annotate - [select for diffs], Tue Apr 14 08:50:41 2009 UTC (15 years ago) by jdc
Branch: netbsd-3-0
Changes since 1.80.2.1.2.2: +3 -3 lines
Diff to previous 1.80.2.1.2.2 (colored) to branchpoint 1.80.2.1 (colored)

Fix build problem introduced in ticket #2004 (with patch from mlelstv@).

Revision 1.80.2.1.2.2 / (download) - annotate - [select for diffs], Sat Apr 11 06:21:23 2009 UTC (15 years ago) by snj
Branch: netbsd-3-0
Changes since 1.80.2.1.2.1: +36 -2 lines
Diff to previous 1.80.2.1.2.1 (colored) to branchpoint 1.80.2.1 (colored)

Apply patch (requested by mlelstv in ticket #2004):
Avoid deep recursion and file descriptor exhaustion.
1. unp_detach: go not call unp_gc directly for descriptors
that are unixdomain sockets themselves. Instead mark them
for cleanup during garbage collection.
2. unp_gc: handle detach of descriptors that were marked earlier.
3. prohibit transfer of descriptors within SCM_RIGHTS messages if
(num_files_in_transit > maxfiles / unp_rights_ratio)

Revision 1.80.2.1.2.1 / (download) - annotate - [select for diffs], Sun Aug 26 20:27:40 2007 UTC (16 years, 7 months ago) by bouyer
Branch: netbsd-3-0
Changes since 1.80.2.1: +5 -1 lines
Diff to previous 1.80.2.1 (colored)

Pull up following revision(s) (requested by martin in ticket #1820):
	sys/kern/uipc_usrreq.c: revision 1.98
PR kern/32842:
do not leak file descriptors when sending a datagram with SCM_RIGHTS
fails. Patch from Gary Thorpe, based on changes in FreeBSD and work
from Christian Biere.

Revision 1.80.2.1 / (download) - annotate - [select for diffs], Mon Jul 11 11:40:12 2005 UTC (18 years, 9 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE
Branch point for: netbsd-3-0
Changes since 1.80: +5 -4 lines
Diff to previous 1.80 (colored)

Pull up revision 1.83 (requested by yamt in ticket #573):
uipc_usrreq: plug mbuf leak.

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>