Re: svn commit: r250860 - head/gnu/usr.bin/diff

2013-05-24 Thread Antoine Brodin
On Tue, May 21, 2013 at 5:28 PM, Marcel Moolenaar mar...@freebsd.org wrote: Author: marcel Date: Tue May 21 17:28:19 2013 New Revision: 250860 URL: http://svnweb.freebsd.org/changeset/base/250860 Log: Don't look for headers outside of the source or object directories. In particular,

Re: svn commit: r250809 - head/sys/netinet

2013-05-24 Thread Michael Tuexen
On May 23, 2013, at 11:37 PM, Bjoern A. Zeeb wrote: On Sun, 19 May 2013, Michael Tuexen wrote: Author: tuexen Date: Sun May 19 16:06:43 2013 New Revision: 250809 URL: http://svnweb.freebsd.org/changeset/base/250809 Log: Initialize the fibnum for outgoing packets to 0. This avoids

Re: svn commit: r250809 - head/sys/netinet

2013-05-24 Thread Michael Tuexen
On May 24, 2013, at 8:50 AM, Michael Tuexen wrote: On May 23, 2013, at 11:37 PM, Bjoern A. Zeeb wrote: On Sun, 19 May 2013, Michael Tuexen wrote: Author: tuexen Date: Sun May 19 16:06:43 2013 New Revision: 250809 URL: http://svnweb.freebsd.org/changeset/base/250809 Log: Initialize

Re: svn commit: r250809 - head/sys/netinet

2013-05-24 Thread Julian Elischer
On 5/24/13 2:52 PM, Michael Tuexen wrote: On May 24, 2013, at 8:50 AM, Michael Tuexen wrote: On May 23, 2013, at 11:37 PM, Bjoern A. Zeeb wrote: On Sun, 19 May 2013, Michael Tuexen wrote: Author: tuexen Date: Sun May 19 16:06:43 2013 New Revision: 250809 URL:

svn commit: r250962 - head/sys/netinet

2013-05-24 Thread Michael Tuexen
Author: tuexen Date: Fri May 24 09:21:18 2013 New Revision: 250962 URL: http://svnweb.freebsd.org/changeset/base/250962 Log: Withdraw http://svnweb.freebsd.org/changeset/base/250809 since the real fix is in http://svnweb.freebsd.org/changeset/base/250952. Modified:

svn commit: r250963 - in head: share/man/man4 sys/amd64/conf sys/conf sys/dev/aacraid sys/i386/conf sys/ia64/conf sys/modules sys/modules/aacraid sys/modules/aacraid/aacraid_linux

2013-05-24 Thread Achim Leubner
Author: achim Date: Fri May 24 09:22:43 2013 New Revision: 250963 URL: http://svnweb.freebsd.org/changeset/base/250963 Log: Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Series 6, 7, 8 and upcoming products. Older Adaptec RAID controller families are supported by

svn commit: r250966 - head/sys/dev/md

2013-05-24 Thread Konstantin Belousov
Author: kib Date: Fri May 24 09:48:42 2013 New Revision: 250966 URL: http://svnweb.freebsd.org/changeset/base/250966 Log: Fix the data corruption on the swap-backed md. Assign the rv variable a success code if the pager was not asked for the page. Using an error code from the previous

svn commit: r250967 - head/sys/cam/scsi

2013-05-24 Thread Steven Hartland
Author: smh Date: Fri May 24 11:27:06 2013 New Revision: 250967 URL: http://svnweb.freebsd.org/changeset/base/250967 Log: Enforce validation on the selected delete method via sysctl. This prevents users from selecting a delete method which may cause corruption e.g. MPS WS16 on pre P14

svn commit: r250968 - head/share/man/man8

2013-05-24 Thread Jamie Gritton
Author: jamie Date: Fri May 24 14:57:38 2013 New Revision: 250968 URL: http://svnweb.freebsd.org/changeset/base/250968 Log: Mention the nojailvnet keyword. MFC after:3 days Modified: head/share/man/man8/rc.8 Modified: head/share/man/man8/rc.8

svn commit: r250969 - head

2013-05-24 Thread Marcel Moolenaar
Author: marcel Date: Fri May 24 15:53:13 2013 New Revision: 250969 URL: http://svnweb.freebsd.org/changeset/base/250969 Log: Fix building on slightly older -current and stable systems after the switch to bmake. The rescue bits are built via crunchgen, which didn't respect the MAKE

Re: svn commit: r250860 - head/gnu/usr.bin/diff

2013-05-24 Thread Brooks Davis
On Fri, May 24, 2013 at 06:06:59AM +, Antoine Brodin wrote: On Tue, May 21, 2013 at 5:28 PM, Marcel Moolenaar mar...@freebsd.org wrote: Author: marcel Date: Tue May 21 17:28:19 2013 New Revision: 250860 URL: http://svnweb.freebsd.org/changeset/base/250860 Log: Don't look for

svn commit: r250972 - head/usr.bin/patch

2013-05-24 Thread Stefan Esser
Author: se Date: Fri May 24 18:54:52 2013 New Revision: 250972 URL: http://svnweb.freebsd.org/changeset/base/250972 Log: The error handling for writes to the target file could lead to the final fclose() being skipped. Fix this by using boolean and | instead of short-cut operators and ||.

Re: svn commit: r250972 - head/usr.bin/patch

2013-05-24 Thread Bruce Evans
On Fri, 24 May 2013, Stefan Esser wrote: ... Log: The error handling for writes to the target file could lead to the final fclose() being skipped. Fix this by using boolean and | instead of short-cut operators and ||. While here, increment the last part of the version string. The reason

Re: svn commit: r250972 - head/usr.bin/patch

2013-05-24 Thread Glen Barber
On Fri, May 24, 2013 at 06:54:52PM +, Stefan Esser wrote: Author: se Date: Fri May 24 18:54:52 2013 New Revision: 250972 URL: http://svnweb.freebsd.org/changeset/base/250972 [...] @@ -977,7 +977,7 @@ spew_output(void) #endif if (input_lines)