svn commit: r230449 - head/cddl/contrib/opensolaris/cmd/zfs

2012-01-22 Thread Martin Matuska
Author: mm Date: Sun Jan 22 08:06:36 2012 New Revision: 230449 URL: http://svn.freebsd.org/changeset/base/230449 Log: Merge illumos revisions 13540, 13562: illumos rev 13540 [1]: Removal of pyzfs broke delegation for volumes illumos rev 13562 [2]: zfs allow arguments not parsed

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

2012-01-22 Thread Christian Brueffer
Author: brueffer Date: Sun Jan 22 10:16:24 2012 New Revision: 230450 URL: http://svn.freebsd.org/changeset/base/230450 Log: General cleanup. Prodded by: grehan Modified: head/share/man/man4/virtio.4 head/share/man/man4/virtio_balloon.4 head/share/man/man4/virtio_blk.4

svn commit: r230451 - head/sys/dev/sound/pci/hda

2012-01-22 Thread Alexander Motin
Author: mav Date: Sun Jan 22 10:24:12 2012 New Revision: 230451 URL: http://svn.freebsd.org/changeset/base/230451 Log: Complete rewrite of the snd_hda(4) volume control. Previous code was relatively dumb. During CODEC probe it was tracing signals and statically binding amplifier controls

svn commit: r230452 - in head/sys/netinet: . ipfw

2012-01-22 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jan 22 10:41:58 2012 New Revision: 230452 URL: http://svn.freebsd.org/changeset/base/230452 Log: Make #error messages string-literals and remove punctuation. Reported by: bde (for ip_divert) Reviewed by: bde MFC after:3 days Modified:

svn commit: r230453 - in head/etc: . rc.d

2012-01-22 Thread Hiroki Sato
Author: hrs Date: Sun Jan 22 10:57:32 2012 New Revision: 230453 URL: http://svn.freebsd.org/changeset/base/230453 Log: Fix several glitches in IPv6-related knobs: - ipv6_enable + ipv6_gateway_enable should unset ACCEPT_RTADV by default for backward compatibility. - Configurations

svn commit: r230454 - head/sys/cddl/compat/opensolaris/sys

2012-01-22 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Jan 22 10:58:17 2012 New Revision: 230454 URL: http://svn.freebsd.org/changeset/base/230454 Log: Use provided name when allocating ksid domain. It isn't really used on FreeBSD, but should fix a panic when pool is imported from another OS that is using this. MFC

svn commit: r230455 - in head/sys: arm/arm kern

2012-01-22 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Jan 22 11:01:36 2012 New Revision: 230455 URL: http://svn.freebsd.org/changeset/base/230455 Log: TDF_* flags should be used with td_flags field and TDP_* flags should be used with td_pflags field. Correct two places where it was not the case. Discussed with:

svn commit: r230456 - head/lib/libc/sys

2012-01-22 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Jan 22 11:15:48 2012 New Revision: 230456 URL: http://svn.freebsd.org/changeset/base/230456 Log: The sys/uio.h header is needed only for readv(2), preadv(2), writev(2) and pwritev(2). Document it more precisely. Reviewed by: jilles MFC after:3 days Modified:

svn commit: r230457 - head/sbin/hastd

2012-01-22 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Jan 22 11:20:42 2012 New Revision: 230457 URL: http://svn.freebsd.org/changeset/base/230457 Log: Free memory that won't be used in child. MFC after:1 week Modified: head/sbin/hastd/hastd.c Modified: head/sbin/hastd/hastd.c

svn commit: r230459 - head/sys/sys

2012-01-22 Thread Konstantin Belousov
Author: kib Date: Sun Jan 22 11:35:50 2012 New Revision: 230459 URL: http://svn.freebsd.org/changeset/base/230459 Log: Fix typo. Submitted by: John Marino draco marino st MFC after:3 days Modified: head/sys/sys/elf_common.h Modified: head/sys/sys/elf_common.h

svn commit: r230460 - head/lib/libc/sys

2012-01-22 Thread Konstantin Belousov
Author: kib Date: Sun Jan 22 11:58:17 2012 New Revision: 230460 URL: http://svn.freebsd.org/changeset/base/230460 Log: Clarify the implementation-defined behaviour in case of close(2) returning error. MFC after:1 week Modified: head/lib/libc/sys/close.2 Modified:

Re: svn commit: r230252 - head/sys/fs/tmpfs

2012-01-22 Thread Mikolaj Golub
On Tue, 17 Jan 2012 19:10:31 +0200 Jaakko Heinonen wrote: JH On 2012-01-17, Kevin Lo wrote: Return EOPNOTSUPP since we only support update mounts for NFS export. @@ -150,8 +150,12 @@ tmpfs_mount(struct mount *mp) return (EINVAL); if (mp-mnt_flag

Re: svn commit: r230252 - head/sys/fs/tmpfs

2012-01-22 Thread Jaakko Heinonen
Hi, On 2012-01-22, Mikolaj Golub wrote: JH # mount -u -o ro /mnt JH mount: tmpfs : Operation not supported JH # mount -u -o ro,export /mnt JH # There is no error but ro is still ignored, so this is only the issue with reporting. Note, the code for nullfs (as an example) looks the

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

2012-01-22 Thread Christian Brueffer
Author: brueffer Date: Sun Jan 22 13:51:20 2012 New Revision: 230461 URL: http://svn.freebsd.org/changeset/base/230461 Log: Connect VirtIO-related manpages to the build. Modified: head/share/man/man4/Makefile Modified: head/share/man/man4/Makefile

svn commit: r230463 - in head: bin/sh tools/regression/bin/sh/builtins

2012-01-22 Thread Jilles Tjoelker
Author: jilles Date: Sun Jan 22 14:00:33 2012 New Revision: 230463 URL: http://svn.freebsd.org/changeset/base/230463 Log: sh: Fix $? in the first command of a 'for'. In the first command of a 'for', $? should be the exit status of the last pipeline (command substitution in the word list

svn commit: r230465 - head/sys/dev/sound/pci/hda

2012-01-22 Thread Alexander Motin
Author: mav Date: Sun Jan 22 15:44:20 2012 New Revision: 230465 URL: http://svn.freebsd.org/changeset/base/230465 Log: Increase snd_hda(4) default maximal buffer size from 16K to 64K and maximal from 64K to 256K. We usually don't need 750 sound interrupts per second (1.3ms latency)

Re: svn commit: r230252 - head/sys/fs/tmpfs

2012-01-22 Thread Kevin Lo
Jaakko Heinonen wrote: Hi, Hi Jaakko, On 2012-01-22, Mikolaj Golub wrote: JH # mount -u -o ro /mnt JH mount: tmpfs : Operation not supported JH # mount -u -o ro,export /mnt JH # There is no error but ro is still ignored, so this is only the issue with reporting. Note, the

Re: svn commit: r230230 - head/sys/dev/random

2012-01-22 Thread Mark Murray
Andrey Chernov writes: The usual way round this is with a flag. Set a static, volatile flag, defaulting off, and set it to on when the seeding has happened. Then arc4random() can do the right thing, depending on this flag. Ok, what about this version, is it right? libkern/arc4rand.c is

Re: svn commit: r230230 - head/sys/dev/random

2012-01-22 Thread Andrey Chernov
On Sun, Jan 22, 2012 at 04:59:55PM +, Mark Murray wrote: Andrey Chernov writes: The usual way round this is with a flag. Set a static, volatile flag, defaulting off, and set it to on when the seeding has happened. Then arc4random() can do the right thing, depending on this flag.

svn commit: r230471 - head/usr.bin/procstat

2012-01-22 Thread Mikolaj Golub
Author: trociny Date: Sun Jan 22 20:26:46 2012 New Revision: 230471 URL: http://svn.freebsd.org/changeset/base/230471 Log: Make procstat -l to work with the new version of kern.proc.rlimit. Submitted by: Andrey Zonov andrey at zonov.org MFC after:2 weeks Modified:

Re: svn commit: r230470 - in head/sys: kern sys

2012-01-22 Thread Mikolaj Golub
On Sun, 22 Jan 2012 20:25:00 + (UTC) Mikolaj Golub wrote: MG Author: trociny MG Date: Sun Jan 22 20:25:00 2012 MG New Revision: 230470 MG URL: http://svn.freebsd.org/changeset/base/230470 MG Log: MG Change kern.proc.rlimit sysctl to: MG MG - retrive only one, specified limit

Where to unsubscribe

2012-01-22 Thread Steve Laurie
Hi, I keep receiving emails from here and I don't want them. I've tried the 'unsubscribe' link at the bottom of the email several times but I just get an email back telling me I'm not subscribed to this list, yet the emails keep coming. Can someone please help?

Re: svn commit: r230230 - head/sys/dev/random

2012-01-22 Thread Mark Murray
Andrey Chernov writes: Should be in a header file, nad _possibly_ should be volatile. If it works without being volatile, then OK. It was preliminary patch just to confirm/deny my understanding of your idea. Ah, OK - in which case you got the idea correctly! I'll put it into header.

Re: svn commit: r230354 - head/usr.sbin/makefs

2012-01-22 Thread Hiroki Sato
Eitan Adler ead...@freebsd.org wrote in CAF6rxg=vwzucduk_on_wepjpejg8jngbkm5olxb7y8jcw52...@mail.gmail.com: ea I was was unaware this code was contributed. I just looked at the ea NetBSD version and I don't think it suffers from the same problem - ea the loop appears to be used later. If that

svn commit: r230475 - in head/sys: amd64/include arm/include i386/include ia64/include mips/include powerpc/include sparc64/include

2012-01-22 Thread David Schultz
Author: das Date: Mon Jan 23 06:36:41 2012 New Revision: 230475 URL: http://svn.freebsd.org/changeset/base/230475 Log: Add C11 macros describing subnormal numbers to float.h. Reviewed by: bde Modified: head/sys/amd64/include/float.h head/sys/arm/include/float.h