On Wed, 29 Feb 2012, Dimitry Andric wrote:
On 2012-02-28 23:11, Giovanni Trematerra wrote:
On Tue, Feb 28, 2012 at 10:45 PM, Dimitry Andric wrote:
...
It introduces a style(9) violation, though.
I think it should be in this way
pipe_chmod(struct file *fp, mode_t mode, struct ucred *active_c
on 28/02/2012 20:15 Tijl Coosemans said the following:
> Author: tijl
> Date: Tue Feb 28 18:15:28 2012
> New Revision: 232261
> URL: http://svn.freebsd.org/changeset/base/232261
>
> Log:
> Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existing
> amd64/i386/pc98 _types.h with
On Tue, Feb 28, 2012 at 10:58:56PM +0100, Luigi Rizzo wrote:
> On Wed, Feb 29, 2012 at 12:35:23AM +0400, Slawa Olhovchenkov wrote:
> ...
> > > > > ?3. The two changes above unfortunately require an API change, so
> > > > > while
> > > > > ? ? at it add a version field and some spares to the ioctl
On Wed, Feb 29, 2012 at 01:14:33PM +0400, Slawa Olhovchenkov wrote:
> On Tue, Feb 28, 2012 at 10:58:56PM +0100, Luigi Rizzo wrote:
>
> > On Wed, Feb 29, 2012 at 12:35:23AM +0400, Slawa Olhovchenkov wrote:
> > ...
> > > > > > ?3. The two changes above unfortunately require an API change, so
> > >
On Wed, Feb 29, 2012 at 10:51:26AM +0100, Luigi Rizzo wrote:
> On Wed, Feb 29, 2012 at 01:14:33PM +0400, Slawa Olhovchenkov wrote:
> > On Tue, Feb 28, 2012 at 10:58:56PM +0100, Luigi Rizzo wrote:
> >
> > > On Wed, Feb 29, 2012 at 12:35:23AM +0400, Slawa Olhovchenkov wrote:
> > > ...
> > > > > > >
On Wed, Feb 29, 2012 at 01:46:03PM +0400, Slawa Olhovchenkov wrote:
> On Wed, Feb 29, 2012 at 10:51:26AM +0100, Luigi Rizzo wrote:
>
> > On Wed, Feb 29, 2012 at 01:14:33PM +0400, Slawa Olhovchenkov wrote:
> > > On Tue, Feb 28, 2012 at 10:58:56PM +0100, Luigi Rizzo wrote:
> > >
> > > > On Wed, Feb
On Wed, Feb 29, 2012 at 11:08:25AM +0100, Luigi Rizzo wrote:
> On Wed, Feb 29, 2012 at 01:46:03PM +0400, Slawa Olhovchenkov wrote:
> > On Wed, Feb 29, 2012 at 10:51:26AM +0100, Luigi Rizzo wrote:
> >
> > > On Wed, Feb 29, 2012 at 01:14:33PM +0400, Slawa Olhovchenkov wrote:
> > > > On Tue, Feb 28,
On 29 Feb 2012, at 07:50, Mikolaj Golub wrote:
> JE> well that's exactly what I AM questioning.. how often will this be used?
> JE> one person using this once in all of history isn't a real requirement
> JE> for inclusion.
>
> This information may be very useful when troubleshooting unexpected
On Wed, 29 Feb 2012 12:03:00 + Robert N. M. Watson wrote:
RNMW> I think the monitoring aspect of the patch is fine.
RNMW> The bit I was worried about was external umask changes. This can cause
RNMW> race conditions for applications that manage their umask -- for
RNMW> example, bsdtar, if
Author: cognet
Date: Wed Feb 29 12:44:34 2012
New Revision: 232295
URL: http://svn.freebsd.org/changeset/base/232295
Log:
Make sure we do not provide the page 0 to the VM. It can't handle it properly,
because pmap_extract() returns 0 when there's no mapping.
PR: arm/154227
MFC
On Wed, Feb 29, 2012 at 02:37:25PM +0200, Mikolaj Golub wrote:
>
> On Wed, 29 Feb 2012 12:03:00 + Robert N. M. Watson wrote:
>
> RNMW> I think the monitoring aspect of the patch is fine.
>
> RNMW> The bit I was worried about was external umask changes. This can cause
> RNMW> race conditio
Author: kib
Date: Wed Feb 29 14:43:27 2012
New Revision: 232296
URL: http://svn.freebsd.org/changeset/base/232296
Log:
Merge a split multi-line comment.
MFC after:1 week
Modified:
head/sys/fs/nullfs/null_subr.c
Modified: head/sys/fs/nullfs/null_subr.c
===
Author: emaste
Date: Wed Feb 29 14:44:42 2012
New Revision: 232297
URL: http://svn.freebsd.org/changeset/base/232297
Log:
Grammar: tzsetup now has more than one option.
Modified:
head/usr.sbin/tzsetup/tzsetup.8
Modified: head/usr.sbin/tzsetup/tzsetup.8
===
Author: kib
Date: Wed Feb 29 15:06:00 2012
New Revision: 232299
URL: http://svn.freebsd.org/changeset/base/232299
Log:
Move the code to destroy half-contructed nullfs vnode into helper
function null_destroy_proto() from null_insmntque_dtr(). Also
apply null_destroy_proto() in null_nodeget()
Author: pluknet
Date: Wed Feb 29 15:06:40 2012
New Revision: 232300
URL: http://svn.freebsd.org/changeset/base/232300
Log:
Update the description for -s flag after r232182.
When displaying security credential information show also process umask.
X-MFC-with: r232182
Modified:
head/usr
Author: kib
Date: Wed Feb 29 15:09:20 2012
New Revision: 232301
URL: http://svn.freebsd.org/changeset/base/232301
Log:
Always request exclusive lock for the lower vnode in nullfs_vget().
The null_nodeget() requires exclusive lock on lowervp to be able to
insmntque() new vnode.
Reported
Author: kib
Date: Wed Feb 29 15:15:36 2012
New Revision: 232303
URL: http://svn.freebsd.org/changeset/base/232303
Log:
In null_reclaim(), assert that reclaimed vnode is fully constructed,
instead of accepting half-constructed vnode. Previous code cannot decide
what to do with such vnode anyw
Author: kib
Date: Wed Feb 29 15:18:04 2012
New Revision: 232304
URL: http://svn.freebsd.org/changeset/base/232304
Log:
Document that null_nodeget() cannot take shared-locked lowervp due to
insmntque() requirements.
Tested by:pho
MFC after:1 week
Modified:
head/sys/fs/nullfs/n
Author: kib
Date: Wed Feb 29 15:18:53 2012
New Revision: 232305
URL: http://svn.freebsd.org/changeset/base/232305
Log:
Allow shared locks for reads when lower filesystem accept shared locking.
Tested by:pho
MFC after:1 week
Modified:
head/sys/fs/nullfs/null_vfsops.c
Modified:
On Wednesday, February 29, 2012 8:25:07 am Konstantin Belousov wrote:
> On Wed, Feb 29, 2012 at 02:37:25PM +0200, Mikolaj Golub wrote:
> >
> > On Wed, 29 Feb 2012 12:03:00 + Robert N. M. Watson wrote:
> >
> > RNMW> I think the monitoring aspect of the patch is fine.
> >
> > RNMW> The bit I
On Wed, Feb 29, 2012 at 09:36:02AM -0500, John Baldwin wrote:
> On Wednesday, February 29, 2012 8:25:07 am Konstantin Belousov wrote:
> > On Wed, Feb 29, 2012 at 02:37:25PM +0200, Mikolaj Golub wrote:
> > >
> > > On Wed, 29 Feb 2012 12:03:00 + Robert N. M. Watson wrote:
> > >
> > > RNMW> I t
Author: mm
Date: Wed Feb 29 16:16:36 2012
New Revision: 232307
URL: http://svn.freebsd.org/changeset/base/232307
Log:
Add "export" to devfs_opts[] and return EOPNOTSUPP if called with it.
Fixes mountd warnings.
Reported by: kib
MFC after:1 week
Modified:
head/sys/fs/devfs/devfs_
Author: gibbs
Date: Wed Feb 29 17:47:01 2012
New Revision: 232308
URL: http://svn.freebsd.org/changeset/base/232308
Log:
blkif interface comment cleanups. No functional changes
sys/xen/interface/io/blkif.h:
o Insert space in "Red Hat".
o Fix typo "discard-aligment" -> "discard-alignm
Author: jkim
Date: Wed Feb 29 18:11:33 2012
New Revision: 232309
URL: http://svn.freebsd.org/changeset/base/232309
Log:
Fix a long standing bug. The caller expects a non-zero value for success.
Luckily keyboard probing was turned off by default from the first revision.
Submitted by: Alex
On Wed, Feb 29, 2012 at 06:11:34PM +, Jung-uk Kim wrote:
> Author: jkim
> Date: Wed Feb 29 18:11:33 2012
> New Revision: 232309
> URL: http://svn.freebsd.org/changeset/base/232309
>
> Log:
> Fix a long standing bug. The caller expects a non-zero value for success.
> Luckily keyboard probi
On Wednesday 29 February 2012 01:23 pm, Alexey Dokuchaev wrote:
> On Wed, Feb 29, 2012 at 06:11:34PM +, Jung-uk Kim wrote:
> > Author: jkim
> > Date: Wed Feb 29 18:11:33 2012
> > New Revision: 232309
> > URL: http://svn.freebsd.org/changeset/base/232309
> >
> > Log:
> > Fix a long standing bu
Author: dim
Date: Wed Feb 29 19:18:32 2012
New Revision: 232311
URL: http://svn.freebsd.org/changeset/base/232311
Log:
Regenerate src.conf(5) after r231530 (and to correct a little screwup
with the WITH_CLANG_EXTRAS fragment I added).
Modified:
head/share/man/man5/src.conf.5
Modified: head
Author: brueffer
Date: Wed Feb 29 19:50:49 2012
New Revision: 232312
URL: http://svn.freebsd.org/changeset/base/232312
Log:
Fix order of arguments to lseek().
PR: 160867
Submitted by: Henning Petersen
MFC after:1 week
Modified:
head/tools/regression/security/cap_test/c
Author: pluknet
Date: Wed Feb 29 20:13:53 2012
New Revision: 232313
URL: http://svn.freebsd.org/changeset/base/232313
Log:
Add myself, and show marck@ as my mentor.
Approved by: marck (mentor)
Modified:
head/share/misc/committers-doc.dot
Modified: head/share/misc/committers-doc.dot
===
Author: thompsa
Date: Wed Feb 29 20:58:21 2012
New Revision: 232315
URL: http://svn.freebsd.org/changeset/base/232315
Log:
Use a more appropriate default for the maximum number of addresses in the
bridge forwarding table.
PR: docs/164564
Discussed with: brueffer
Modifie
Author: brueffer
Date: Wed Feb 29 21:11:02 2012
New Revision: 232316
URL: http://svn.freebsd.org/changeset/base/232316
Log:
Update bridge(4) default values.
PR: 164564
Submitted by: "Rudy (bulk)"
MFC after:2 weeks
Modified:
head/sbin/ifconfig/ifconfig.8
Modified: head
2012(r232316)
+++ head/UPDATING Wed Feb 29 21:38:31 2012(r232317)
@@ -22,6 +22,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10
machines to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20120229:
+ Now unix domain sockets behav
Author: jhb
Date: Wed Feb 29 22:06:44 2012
New Revision: 232318
URL: http://svn.freebsd.org/changeset/base/232318
Log:
Use pci_printf() instead of a home-rolled version in the VPD parsing code.
Modified:
head/sys/dev/pci/pci.c
Modified: head/sys/dev/pci/pci.c
Author: cognet
Date: Wed Feb 29 22:35:09 2012
New Revision: 232320
URL: http://svn.freebsd.org/changeset/base/232320
Log:
Use srandom() to init the PRNG, not srand(), since we use random().
This is harmless because srandom() is called somewhere else, with time(NULL)
as a seed, but this is mo
Author: thompsa
Date: Wed Feb 29 22:41:40 2012
New Revision: 232321
URL: http://svn.freebsd.org/changeset/base/232321
Log:
Correct the description for CTLFLAG_TUN and CTLFLAG_RDTUN, the declaring of a
system tunable has never been implemented. This flag is only used by sysctl(8)
to provide a
Author: dim
Date: Wed Feb 29 22:58:51 2012
New Revision: 232322
URL: http://svn.freebsd.org/changeset/base/232322
Log:
Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, that
installs clang as /usr/bin/cc, /usr/bin/c++ and /usr/bin/cpp.
Note this does *not* disable buildi
Author: dim
Date: Wed Feb 29 23:06:48 2012
New Revision: 232323
URL: http://svn.freebsd.org/changeset/base/232323
Log:
Regenerate src.conf(5) after r232322.
MFC after:2 weeks
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
==
On 29. Feb 2012, at 21:38 , Mikolaj Golub wrote:
> Author: trociny
> Date: Wed Feb 29 21:38:31 2012
> New Revision: 232317
> URL: http://svn.freebsd.org/changeset/base/232317
>
> Log:
> Introduce VOP_UNP_BIND(), VOP_UNP_CONNECT(), and VOP_UNP_DETACH()
> operations for setting and accessing vno
Author: rmacklem
Date: Thu Mar 1 03:53:07 2012
New Revision: 232327
URL: http://svn.freebsd.org/changeset/base/232327
Log:
Fix the NFS clients so that they use copyin() instead of bcopy(),
when doing direct I/O. This direct I/O code is not enabled by default.
Submitted by: kib (earlier v
On Wed, 29 Feb 2012 23:44:47 + Bjoern A. Zeeb wrote:
BAZ> On 29. Feb 2012, at 21:38 , Mikolaj Golub wrote:
>> Author: trociny
>> Date: Wed Feb 29 21:38:31 2012
>> New Revision: 232317
>> URL: http://svn.freebsd.org/changeset/base/232317
>>
>> Log:
>> Introduce VOP_UNP_BIND(), VOP_U
On 01.03.2012 2:41, Andrew Thompson wrote:
Author: thompsa
Date: Wed Feb 29 22:41:40 2012
New Revision: 232321
URL: http://svn.freebsd.org/changeset/base/232321
Log:
Correct the description for CTLFLAG_TUN and CTLFLAG_RDTUN, the declaring of a
system tunable has never been implemented. Thi
41 matches
Mail list logo