svn commit: r241439 - head/lib/libc/gen

2012-10-11 Thread Stefan Farfeleder
Author: stefanf Date: Thu Oct 11 07:39:51 2012 New Revision: 241439 URL: http://svn.freebsd.org/changeset/base/241439 Log: Apply some style. Checked with md5. Modified: head/lib/libc/gen/fstab.c Modified: head/lib/libc/gen/fstab.c =

svn commit: r241440 - in head: lib/libc/gen share/man/man5

2012-10-11 Thread Stefan Farfeleder
Author: stefanf Date: Thu Oct 11 07:54:29 2012 New Revision: 241440 URL: http://svn.freebsd.org/changeset/base/241440 Log: Decode the first two fstab fields with strunvis(3). This allows having spaces in devices and mount paths, encoded as \s or \040. PR: bin/117687 Submitted

svn commit: r241441 - head/lib/libc/gen

2012-10-11 Thread Stefan Farfeleder
Author: stefanf Date: Thu Oct 11 08:18:28 2012 New Revision: 241441 URL: http://svn.freebsd.org/changeset/base/241441 Log: Fix my last commit. Only call strunvis after properly checking the argument is not NULL. Modified: head/lib/libc/gen/fstab.c Modified: head/lib/libc/gen/fstab.c

Re: svn commit: r241373 - head/lib/libc/stdlib

2012-10-11 Thread Pawel Jakub Dawidek
On Tue, Oct 09, 2012 at 01:51:05PM -0400, Eitan Adler wrote: > On 9 October 2012 13:27, wrote: > > The original behavior can be recovered by using inline assembly to > > fetch the value from a register into a local C variable; this would at > > least not rely on undefined behavior. But I agree i

Re: svn commit: r241373 - head/lib/libc/stdlib

2012-10-11 Thread Andrey Chernov
On 11.10.2012 15:44, Pawel Jakub Dawidek wrote: > On Tue, Oct 09, 2012 at 01:51:05PM -0400, Eitan Adler wrote: >> On 9 October 2012 13:27, wrote: >>> The original behavior can be recovered by using inline assembly to >>> fetch the value from a register into a local C variable; this would at >>> l

svn commit: r241444 - head/sys/cam

2012-10-11 Thread Alexander Motin
Author: mav Date: Thu Oct 11 15:21:07 2012 New Revision: 241444 URL: http://svn.freebsd.org/changeset/base/241444 Log: Increase device CCB queue array size by CAM_RL_VALUES - 1 (4) elements. It is required to store extra recovery requests in case of bus resets. On ATA/SATA this fixes asserti

Re: svn commit: r241373 - head/lib/libc/stdlib

2012-10-11 Thread Peter Wemm
On Thu, Oct 11, 2012 at 6:14 AM, Andrey Chernov wrote: > On 11.10.2012 15:44, Pawel Jakub Dawidek wrote: >> On Tue, Oct 09, 2012 at 01:51:05PM -0400, Eitan Adler wrote: >>> On 9 October 2012 13:27, wrote: The original behavior can be recovered by using inline assembly to fetch the valu

Re: svn commit: r241373 - head/lib/libc/stdlib

2012-10-11 Thread Andrey Chernov
On 11.10.2012 19:23, Peter Wemm wrote: > On Thu, Oct 11, 2012 at 6:14 AM, Andrey Chernov wrote: >> On 11.10.2012 15:44, Pawel Jakub Dawidek wrote: >>> On Tue, Oct 09, 2012 at 01:51:05PM -0400, Eitan Adler wrote: On 9 October 2012 13:27, wrote: > The original behavior can be recovered by

svn commit: r241446 - head/sys/netgraph/netflow

2012-10-11 Thread Alexander V. Chernikov
Author: melifaro Date: Thu Oct 11 16:15:18 2012 New Revision: 241446 URL: http://svn.freebsd.org/changeset/base/241446 Log: Add NG_NETFLOW_V9INFO_TYPE command to be able to request netflowv9-specific data. Submitted by: Dmitry Luhtionov MFC after:2 weeks Modified: head/sys/netgr

svn commit: r241451 - head/release

2012-10-11 Thread Ed Maste
Author: emaste Date: Thu Oct 11 18:41:32 2012 New Revision: 241451 URL: http://svn.freebsd.org/changeset/base/241451 Log: Exclude potential circular symlink when creating src tarball. Normal release builds are not affected by this but it can happen if using these release bits against a wo

Re: svn commit: r241373 - head/lib/libc/stdlib

2012-10-11 Thread Eitan Adler
On 11 October 2012 07:44, Pawel Jakub Dawidek wrote: > On Tue, Oct 09, 2012 at 01:51:05PM -0400, Eitan Adler wrote: >> On 9 October 2012 13:27, wrote: >> > The original behavior can be recovered by using inline assembly to >> > fetch the value from a register into a local C variable; this would

svn commit: r241455 - in head/sys/cam: . ata scsi

2012-10-11 Thread Alexander Motin
Author: mav Date: Thu Oct 11 19:57:11 2012 New Revision: 241455 URL: http://svn.freebsd.org/changeset/base/241455 Log: Don't duplicate path/ccb allocation code, use existing functions. Modified: head/sys/cam/ata/ata_xpt.c head/sys/cam/cam_xpt.c head/sys/cam/scsi/scsi_xpt.c Modified: head

svn commit: r241456 - head/sys/cam

2012-10-11 Thread Alexander Motin
Author: mav Date: Thu Oct 11 20:14:11 2012 New Revision: 241456 URL: http://svn.freebsd.org/changeset/base/241456 Log: Use separate malloc buckets for CAM devices, CCBs and paths. This will make it easier to track down the source of any use after free problems. Submitted by: ken@ Modifie

svn commit: r241457 - head/etc/sendmail

2012-10-11 Thread Peter Wemm
Author: peter Date: Thu Oct 11 20:46:04 2012 New Revision: 241457 URL: http://svn.freebsd.org/changeset/base/241457 Log: Point freebsd.org cluster machines to mx1 for their smarthost. Modified: head/etc/sendmail/freefall.mc Modified: head/etc/sendmail/freefall.mc

svn commit: r241463 - head/sys/dev/etherswitch/arswitch

2012-10-11 Thread Aleksandr Rybalko
Author: ray Date: Thu Oct 11 21:19:42 2012 New Revision: 241463 URL: http://svn.freebsd.org/changeset/base/241463 Log: Fix tiypo. Submitted by: Luiz Otavio O Souza Approved by: adrian (mentor) Modified: head/sys/dev/etherswitch/arswitch/arswitchvar.h Modified: head/sys/dev/etherswitc

svn commit: r241464 - head/tools/tools/netmap

2012-10-11 Thread Ed Maste
Author: emaste Date: Thu Oct 11 21:24:07 2012 New Revision: 241464 URL: http://svn.freebsd.org/changeset/base/241464 Log: Make local function static. Modified: head/tools/tools/netmap/pcap.c Modified: head/tools/tools/netmap/pcap.c

svn commit: r241469 - head/sys/dev/virtio

2012-10-11 Thread Peter Grehan
Author: grehan Date: Thu Oct 11 23:03:42 2012 New Revision: 241469 URL: http://svn.freebsd.org/changeset/base/241469 Log: Patch from Bryan to fix a virtqueue issue: virtqueue: Fix non-indirect virtqueues We really must walk the entire descriptor chain in order to append t

svn commit: r241470 - in head: share/man/man4 sys/dev/virtio sys/dev/virtio/scsi sys/modules/virtio sys/modules/virtio/scsi

2012-10-11 Thread Peter Grehan
Author: grehan Date: Thu Oct 11 23:41:18 2012 New Revision: 241470 URL: http://svn.freebsd.org/changeset/base/241470 Log: Virtio SCSI driver Submitted by: Bryan Venteicher bryanv at daemoninthecloset dot org Reviewed by: grehan Added: head/share/man/man4/virtio_scsi.4 (contents, pr

svn commit: r241471 - head/share/man/man9

2012-10-11 Thread Kevin Lo
Author: kevlo Date: Fri Oct 12 01:31:02 2012 New Revision: 241471 URL: http://svn.freebsd.org/changeset/base/241471 Log: Since the moduledata structure member priv is a void pointer, using NULL instead of 0 when dealing with pointers. Modified: head/share/man/man9/module.9 Modified: head/s

Re: Re: svn commit: r241373 - head/lib/libc/stdlib

2012-10-11 Thread Kevin Lo
On 2012/10/12 03:50, Eitan Adler wrote: On 11 October 2012 07:44, Pawel Jakub Dawidek wrote: On Tue, Oct 09, 2012 at 01:51:05PM -0400, Eitan Adler wrote: On 9 October 2012 13:27, wrote: The original behavior can be recovered by using inline assembly to fetch the value from a register into a

Re: svn commit: r241471 - head/share/man/man9

2012-10-11 Thread Gleb Smirnoff
On Fri, Oct 12, 2012 at 01:31:03AM +, Kevin Lo wrote: K> Author: kevlo K> Date: Fri Oct 12 01:31:02 2012 K> New Revision: 241471 K> URL: http://svn.freebsd.org/changeset/base/241471 K> K> Log: K> Since the moduledata structure member priv is a void pointer, using K> NULL instead of 0 when

svn commit: r241479 - head/share/man/man4

2012-10-11 Thread Joel Dahl
Author: joel (doc committer) Date: Fri Oct 12 06:16:51 2012 New Revision: 241479 URL: http://svn.freebsd.org/changeset/base/241479 Log: Remove whitespace. Modified: head/share/man/man4/nvd.4 head/share/man/man4/nvme.4 Modified: head/share/man/man4/nvd.4