Christos Zoulas | 1 Mar 2006 03:06
Picon

CVS commit: src/sys/kern


Module Name:	src
Committed By:	christos
Date:		Wed Mar  1 02:06:11 UTC 2006

Modified Files:
	src/sys/kern: uipc_usrreq.c

Log Message:
PR/32856: Christian Biere: Don't panic if you send a control message with
SCM_RIGHTS on an unconnected stream socket.

To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 src/sys/kern/uipc_usrreq.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Jason Thorpe | 1 Mar 2006 03:50

Re: CVS commit: src/sys/kern


On Feb 28, 2006, at 6:06 PM, Christos Zoulas wrote:

>
> Module Name:	src
> Committed By:	christos
> Date:		Wed Mar  1 02:06:11 UTC 2006
>
> Modified Files:
> 	src/sys/kern: uipc_usrreq.c
>
> Log Message:
> PR/32856: Christian Biere: Don't panic if you send a control  
> message with
> SCM_RIGHTS on an unconnected stream socket.

I'm not sure this change isn't without controversy.  Shouldn't the  
connected-ness be checked elsewhere?

-- thorpej

Jeff Rizzo | 1 Mar 2006 04:49
Picon

CVS commit: [netbsd-3] src/gnu/dist/diffutils/src


Module Name:	src
Committed By:	riz
Date:		Wed Mar  1 03:49:25 UTC 2006

Modified Files:
	src/gnu/dist/diffutils/src [netbsd-3]: sdiff.c

Log Message:
Pull up following revision(s) (requested by apb in ticket #1183):
	gnu/dist/diffutils/src/sdiff.c: revision 1.2
Merge the check_child_status function from diffutils-2.8.7.
The rest of the gnu/dist/diffutils tree remains at version 2.8.1.
Fixes PR 23162 from George Michaelson (etcupdate/sdiff report
error on applying merge edits)
Approved by wiz, christos

To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.1.1.1.6.1 src/gnu/dist/diffutils/src/sdiff.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Jeff Rizzo | 1 Mar 2006 04:53
Picon

CVS commit: [netbsd-3] src/usr.sbin/etcupdate


Module Name:	src
Committed By:	riz
Date:		Wed Mar  1 03:53:44 UTC 2006

Modified Files:
	src/usr.sbin/etcupdate [netbsd-3]: etcupdate etcupdate.8

Log Message:
Pull up following revision(s) (requested by apb in ticket #1184):
	usr.sbin/etcupdate/etcupdate: revision 1.23
	usr.sbin/etcupdate/etcupdate.8: revision 1.11
Give etcupdate the ability to use etc.tgz and xetc.tgz.
* Expand the "-s" flag to -s {srcdir|tgzfile|tempdir}.
* Deprecate the "-b" flag.  It is replaced by "-s tempdir".
* Change "-s srcdir" to refer to the top of the source tree (e.g.
  /usr/src) instead of the etc subdirectory.
In etcupdate's interactive phase, enhance the "s" command to be able
to invoke alternative diff commands.
Also some style changes.
Approved by christos

To generate a diff of this commit:
cvs rdiff -r1.21.6.1 -r1.21.6.2 src/usr.sbin/etcupdate/etcupdate
cvs rdiff -r1.10 -r1.10.6.1 src/usr.sbin/etcupdate/etcupdate.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

(Continue reading)

Jeff Rizzo | 1 Mar 2006 04:54
Picon

CVS commit: [netbsd-3] src/usr.sbin/etcupdate


Module Name:	src
Committed By:	riz
Date:		Wed Mar  1 03:54:27 UTC 2006

Modified Files:
	src/usr.sbin/etcupdate [netbsd-3]: etcupdate

Log Message:
Pull up following revision(s) (requested by apb in ticket #1184):
	usr.sbin/etcupdate/etcupdate: revision 1.24
Fix errors in previous.  I accidentally committed the wrong code.

To generate a diff of this commit:
cvs rdiff -r1.21.6.2 -r1.21.6.3 src/usr.sbin/etcupdate/etcupdate

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Jeff Rizzo | 1 Mar 2006 04:55
Picon

CVS commit: [netbsd-3] src/usr.sbin/etcupdate


Module Name:	src
Committed By:	riz
Date:		Wed Mar  1 03:55:18 UTC 2006

Modified Files:
	src/usr.sbin/etcupdate [netbsd-3]: etcupdate

Log Message:
Pull up following revision(s) (requested by apb in ticket #1184):
	usr.sbin/etcupdate/etcupdate: revision 1.25
Wording changes to clarify some the options presented after
a file is merged.

To generate a diff of this commit:
cvs rdiff -r1.21.6.3 -r1.21.6.4 src/usr.sbin/etcupdate/etcupdate

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Jeff Rizzo | 1 Mar 2006 04:56
Picon

CVS commit: [netbsd-3] src/usr.sbin/etcupdate


Module Name:	src
Committed By:	riz
Date:		Wed Mar  1 03:56:02 UTC 2006

Modified Files:
	src/usr.sbin/etcupdate [netbsd-3]: etcupdate

Log Message:
Pull up following revision(s) (requested by apb in ticket #1184):
	usr.sbin/etcupdate/etcupdate: revision 1.28
Fix default handling.  etcupdate with no "-s" flag
should act like "etcupdate -s /usr/src".
Approved by christos.

To generate a diff of this commit:
cvs rdiff -r1.21.6.4 -r1.21.6.5 src/usr.sbin/etcupdate/etcupdate

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Jeff Rizzo | 1 Mar 2006 05:00
Picon

CVS commit: [netbsd-3] src/usr.sbin/etcupdate


Module Name:	src
Committed By:	riz
Date:		Wed Mar  1 04:00:43 UTC 2006

Modified Files:
	src/usr.sbin/etcupdate [netbsd-3]: etcupdate

Log Message:
Pull up following revision(s) (requested by apb in ticket #1185):
	usr.sbin/etcupdate/etcupdate: revision 1.26
Pass BUILD=1 in make environment.
Fixes PR 30385 from Rui Paulo.
Approved by chrisros.

To generate a diff of this commit:
cvs rdiff -r1.21.6.5 -r1.21.6.6 src/usr.sbin/etcupdate/etcupdate

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Jeff Rizzo | 1 Mar 2006 05:01
Picon

CVS commit: [netbsd-3] src/usr.sbin/etcupdate


Module Name:	src
Committed By:	riz
Date:		Wed Mar  1 04:01:16 UTC 2006

Modified Files:
	src/usr.sbin/etcupdate [netbsd-3]: etcupdate

Log Message:
Pull up following revision(s) (requested by apb in ticket #1185):
	usr.sbin/etcupdate/etcupdate: revision 1.27
Typo in comment.

To generate a diff of this commit:
cvs rdiff -r1.21.6.6 -r1.21.6.7 src/usr.sbin/etcupdate/etcupdate

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Jeff Rizzo | 1 Mar 2006 05:04
Picon

CVS commit: [netbsd-3] src/doc


Module Name:	src
Committed By:	riz
Date:		Wed Mar  1 04:04:00 UTC 2006

Modified Files:
	src/doc [netbsd-3]: CHANGES-3.1

Log Message:
Tickets 1183-1185.

To generate a diff of this commit:
cvs rdiff -r1.1.2.41 -r1.1.2.42 src/doc/CHANGES-3.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


Gmane