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 cor
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
head/share/
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
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:
head/sys/netinet/ip_di
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 i
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 aft
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: ki
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:
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
==
Author: hrs
Date: Sun Jan 22 11:34:24 2012
New Revision: 230458
URL: http://svn.freebsd.org/changeset/base/230458
Log:
- Replace "wtmp" with "utx.log" because last(1) no longer reads wtmp.
- A real filename is now shown in an output report when "-f file" is
specified.
- Add Xr lastlogin int
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
MFC after:3 days
Modified:
head/sys/sys/elf_common.h
Modified: head/sys/sys/elf_common.h
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: head/lib/libc/sys
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->
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) loo
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
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 o
Author: stefanf
Date: Sun Jan 22 14:04:42 2012
New Revision: 230464
URL: http://svn.freebsd.org/changeset/base/230464
Log:
Document the values for hw.snd.default_auto.
Modified:
head/share/man/man4/pcm.4
Modified: head/share/man/man4/pcm.4
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)
when
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
> > repo
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/ar
On Sun, 22 Jan 2012 15:42:18 +0200 Jaakko Heinonen wrote:
JH> Hi,
JH> 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
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
>
Author: trociny
Date: Sun Jan 22 20:25:00 2012
New Revision: 230470
URL: http://svn.freebsd.org/changeset/base/230470
Log:
Change kern.proc.rlimit sysctl to:
- retrive only one, specified limit for a process, not the whole
array, as it was previously (the sysctl has been added recently
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
MFC after:2 weeks
Modified:
head/usr.bin/procstat/procstat_rlimi
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
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?
__
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 hea
Eitan Adler wrote
in :
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 is because of some other
Just checking, but the variables dot and semi are not us
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
head/sys/i386/include
29 matches
Mail list logo