Author: des
Date: Sat Oct 22 04:39:12 2011
New Revision: 226625
URL: http://svn.freebsd.org/changeset/base/226625
Log:
openpam_static.c isn't auto-generated.
Modified:
head/lib/libpam/libpam/Makefile
Modified: head/lib/libpam/libpam/Makefile
==
Author: adrian
Date: Sat Oct 22 01:29:35 2011
New Revision: 226624
URL: http://svn.freebsd.org/changeset/base/226624
Log:
Merge r226465 (below message) and r226467 (subsequent compile fixes).
Fix an issue with 11g beacon frames which looks to be a limitation
on the largest multi-write siz
On 10/21/2011 17:27, Sean C. Farley wrote:
> On Fri, 21 Oct 2011, Doug Barton wrote:
>
>> On 10/21/2011 06:54, Gleb Smirnoff wrote:
>>
>>> +It is not possible to guard allocations that really expect
>>> theirselves to be
>>
>> s/theirselves/themselves/ Running this through aspell should have
>> c
On Fri, 21 Oct 2011, Doug Barton wrote:
On 10/21/2011 06:54, Gleb Smirnoff wrote:
+It is not possible to guard allocations that really expect
theirselves to be
s/theirselves/themselves/ Running this through aspell should have
caught this. :)
ispell says it is OK. It is in /usr/share/dic
Author: glebius
Date: Fri Oct 21 22:28:15 2011
New Revision: 226623
URL: http://svn.freebsd.org/changeset/base/226623
Log:
Fix a race: we should update sc_len before dropping the pf lock, otherwise a
number of packets can be queued on sc, while we are in ip_output(), and then
we wipe the acc
Author: mckusick
Date: Fri Oct 21 22:12:24 2011
New Revision: 226622
URL: http://svn.freebsd.org/changeset/base/226622
Log:
MFC: 226265
When unmounting a filesystem always wait for the vfs_busy lock to clear
so that if no vnodes in the filesystem are actively in use the unmount
will suc
Author: mckusick
Date: Fri Oct 21 22:07:52 2011
New Revision: 226621
URL: http://svn.freebsd.org/changeset/base/226621
Log:
MFC 226266:
After creating a filesystem using newfs -j the time stamps are all
zero and thus report as having been made in January 1970. Apart
from looking a bit sill
Author: pjd
Date: Fri Oct 21 21:49:34 2011
New Revision: 226620
URL: http://svn.freebsd.org/changeset/base/226620
Log:
Update per-thread I/O statistics collection in ZFS.
This allows to see processes I/O activity in 'top -m io' output.
PRkern/156218
Reported by: Marcus Reid
On 10/21/2011 13:23, Gleb Smirnoff wrote:
> Author: glebius
> Date: Fri Oct 21 20:23:40 2011
> New Revision: 226619
> URL: http://svn.freebsd.org/changeset/base/226619
>
> Log:
> Spelling.
Thanks. :)
> Submitted by: dougb
>
> Modified:
> head/share/man/man9/memguard.9
>
> Modified:
Author: glebius
Date: Fri Oct 21 20:23:40 2011
New Revision: 226619
URL: http://svn.freebsd.org/changeset/base/226619
Log:
Spelling.
Submitted by: dougb
Modified:
head/share/man/man9/memguard.9
Modified: head/share/man/man9/memguard.9
On 10/21/2011 06:54, Gleb Smirnoff wrote:
> +It is not possible to guard allocations that really expect theirselves to be
s/theirselves/themselves/ Running this through aspell should have
caught this. :)
Doug
--
Nothin' ever doesn't change, but nothin' changes much.
On Wed, Oct 19, 2011 at 1:04 PM, Bjoern A. Zeeb wrote:
> Author: bz
> Date: Wed Oct 19 11:04:49 2011
> New Revision: 226536
> URL: http://svn.freebsd.org/changeset/base/226536
>
> Log:
> De-virtualize the pf_task_mtx lock. At the current state of pf locking
> and virtualization it is not helpfu
Author: das
Date: Fri Oct 21 14:23:59 2011
New Revision: 226618
URL: http://svn.freebsd.org/changeset/base/226618
Log:
Minor corrections and clarifications regarding exceptions.
Modified:
head/lib/msun/man/fenv.3
Modified: head/lib/msun/man/fenv.3
Author: pjd
Date: Fri Oct 21 14:00:48 2011
New Revision: 226617
URL: http://svn.freebsd.org/changeset/base/226617
Log:
zfs vdev_file_io_start: validate vdev before using vdev_tsd
vdev_tsd can be NULL for certain vdev states.
At least in userland testing with ztest.
Submitted by: avg
Author: pjd
Date: Fri Oct 21 13:56:17 2011
New Revision: 226616
URL: http://svn.freebsd.org/changeset/base/226616
Log:
zdb: access dp_free_bpobj only if pool version is >= SPA_VERSION_DEADLISTS
Submitted by: avg
MFC after:3 days
Modified:
head/cddl/contrib/opensolaris/cmd/zdb/zdb.c
Author: pjd
Date: Fri Oct 21 13:54:58 2011
New Revision: 226615
URL: http://svn.freebsd.org/changeset/base/226615
Log:
thr_create: new_thread_ID may be NULL
Submitted by: avg
MFC after:3 days
Modified:
head/cddl/contrib/opensolaris/head/thread.h
Modified: head/cddl/contrib/opensol
Author: glebius
Date: Fri Oct 21 13:54:17 2011
New Revision: 226614
URL: http://svn.freebsd.org/changeset/base/226614
Log:
Note that it is still not possible to guard special kind of allocations, those
that have special relationships with uma(9). Currently only mbuf clusters.
Modified:
head
Author: pjd
Date: Fri Oct 21 13:53:06 2011
New Revision: 226613
URL: http://svn.freebsd.org/changeset/base/226613
Log:
libzpool task_alloc: pass only valid flags to kmem_alloc
tqflags may contain other flags besided those that are suitable for
kmem_alloc == umem_alloc
Submitted by: a
Author: pjd
Date: Fri Oct 21 13:44:26 2011
New Revision: 226612
URL: http://svn.freebsd.org/changeset/base/226612
Log:
Because ZFS boot code was very fragile in the past and real PITA to debug,
introduce zfsboottest.sh script that will verify if it will be possible to
boot
from the given po
On Fri, Oct 21, 2011 at 08:22:42AM -0400, John Baldwin wrote:
> On Friday, October 21, 2011 4:12:01 am Kostik Belousov wrote:
> > On Fri, Oct 21, 2011 at 06:40:36AM +, David Schultz wrote:
> > > Author: das
> > > Date: Fri Oct 21 06:40:36 2011
> > > New Revision: 226606
> > > URL: http://svn.fr
On Friday, October 21, 2011 4:12:01 am Kostik Belousov wrote:
> On Fri, Oct 21, 2011 at 06:40:36AM +, David Schultz wrote:
> > Author: das
> > Date: Fri Oct 21 06:40:36 2011
> > New Revision: 226606
> > URL: http://svn.freebsd.org/changeset/base/226606
> >
> > Log:
> > Replace a proliferatio
Author: pjd
Date: Fri Oct 21 13:13:18 2011
New Revision: 226611
URL: http://svn.freebsd.org/changeset/base/226611
Log:
- Allow to specify multiple files to check, eg.
zfsboottest gpt/system0 gpt/system1 - /boot/kernel/kernel
/boot/zfsloader
- Instead of printing file's content c
Author: ed
Date: Fri Oct 21 12:58:34 2011
New Revision: 226610
URL: http://svn.freebsd.org/changeset/base/226610
Log:
Add missing #includes.
According to POSIX, these two header files should be able to be included
by themselves, not depending on other headers. The header
uses struct so
Author: glebius
Date: Fri Oct 21 11:11:18 2011
New Revision: 226609
URL: http://svn.freebsd.org/changeset/base/226609
Log:
In FreeBSD ip_output() expects ip_len and ip_off in host byte order
PR: kern/159029
Modified:
head/sys/contrib/pf/net/if_pfsync.c
Modified: head/sys/contr
Author: des
Date: Fri Oct 21 11:08:25 2011
New Revision: 226608
URL: http://svn.freebsd.org/changeset/base/226608
Log:
It turns out that truss also used kdump's mkioctls script, and expected
ioctlname() to return a pointer to the name rather than print it. This did
not show up in testing be
Garrett Cooper writes:
> This commit broke truss by changing the ioctlname API signature. Example:
I didn't realize truss used code from kdump... Thanks for the patch.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-all@freebsd.org mailing list
On Sat, Oct 8, 2011 at 5:47 AM, Dag-Erling Smorgrav wrote:
> Author: des
> Date: Sat Oct 8 12:47:00 2011
> New Revision: 226157
> URL: http://svn.freebsd.org/changeset/base/226157
>
> Log:
> Bring ioctlname() in line with all the other *name() functions, which
> actually print the name (or the
On Fri, Oct 21, 2011 at 06:40:36AM +, David Schultz wrote:
> Author: das
> Date: Fri Oct 21 06:40:36 2011
> New Revision: 226606
> URL: http://svn.freebsd.org/changeset/base/226606
>
> Log:
> Replace a proliferation of buggy MD implementations of modf() with a
> working MI one. The MI one
28 matches
Mail list logo