On Fri, May 22, 2009 at 12:11:02AM +0200, Attilio Rao wrote:
> 2009/5/21 Kostik Belousov :
> > On Thu, May 21, 2009 at 07:05:17PM +0200, Attilio Rao wrote:
> >> 2009/5/21 Kostik Belousov :
> >> > On Thu, May 21, 2009 at 09:23:15AM -0700, Scott Long wrote:
> >> >> Kostik Belousov wrote:
> >> >> >We
On Fri, 22 May 2009, Attilio Rao wrote:
You need to check return values here if it returns NULL.
IMHO, having a non-sleepable version of destroy_dev(), create_dev() and
such would be ideal. Ideally, we should resolve all the sleeping point and
do the conversion. I'm unable to check the code
Author: bz
Date: Fri May 22 09:59:34 2009
New Revision: 192577
URL: http://svn.freebsd.org/changeset/base/192577
Log:
Add privileges for Capi4BSD to control:
- controller reset/firmware loading.
- controller level tracing and tracing of capi messages of applications
running with differen
On Thu, 21 May 2009, M. Warner Losh wrote:
In message: <20090521110115.ga50...@freebsd.org>
Alexey Dokuchaev writes:
: > Given how easy it is to "grep <> /usr/include/sys/errno.h" or
: > perl -e '$! = <>; print "$!\n";'
: > I'm not sure of the utility of this tool.
:
: User scripts s
Peter Jeremy writes:
> Given how easy it is to "grep <> /usr/include/sys/errno.h" or
> perl -e '$! = <>; print "$!\n";'
> I'm not sure of the utility of this tool. One downside is that
> man perror
> will now return perror(1) instead of perror(3)
This is already the case for many system call
Rick Macklem writes:
> Log:
> Although it should never happen, all the nfsv4 server can do
> when it runs out of clientids is reboot. I had replaced cpu_reboot()
> with printf(), since cpu_reboot() doesn't exist for sparc64.
> This change replaces the printf() with panic(), so the reboot
>
Bruce Evans escribió:
On Thu, 21 May 2009, M. Warner Losh wrote:
In message: <20090521110115.ga50...@freebsd.org>
Alexey Dokuchaev writes:
: > Given how easy it is to "grep <> /usr/include/sys/errno.h" or
: > perl -e '$! = <>; print "$!\n";'
: > I'm not sure of the utility of this t
On Fri, 22 May 2009, Bruce Evans wrote:
: actually good one.
There's also internationalization that actually happens too, right? That
doesn't happen with grep..
What about with "man errno". Man pages are slightly more likely to be
present than application (not system) include files, and ma
Robert Watson escribió:
On Fri, 22 May 2009, Bruce Evans wrote:
: actually good one.
There's also internationalization that actually happens too, right?
That doesn't happen with grep..
What about with "man errno". Man pages are slightly more likely to
be present than application (not syst
On Fri, 22 May 2009, Robert Watson wrote:
On Fri, 22 May 2009, Bruce Evans wrote:
What about with "man errno". Man pages are slightly more likely to be
...
... On the topic of man pages though -- I was interested
to see that Mac OS X does not ship with an errno(2), despite shipping with a
On Fri, 22 May 2009, Bruce Evans wrote:
On Fri, 22 May 2009, Robert Watson wrote:
On Fri, 22 May 2009, Bruce Evans wrote:
What about with "man errno". Man pages are slightly more likely to be
...
... On the topic of man pages though -- I was interested to see that Mac
OS X does not shi
Author: rwatson
Date: Fri May 22 12:35:12 2009
New Revision: 192578
URL: http://svn.freebsd.org/changeset/base/192578
Log:
Remove the unmaintained University of Michigan NFSv4 client from 8.x
prior to 8.0-RELEASE. Rick Macklem's new and more feature-rich NFSv234
client and server are replac
On Thu, May 21, 2009 at 6:24 AM, Stanislav Sedov wrote:
> On Wed, 20 May 2009 19:58:20 -0300
> "Carlos A. M. dos Santos" mentioned:
>
>> On Wed, May 20, 2009 at 5:01 PM, Peter Jeremy
>> wrote:
>> > On 2009-May-19 17:40:22 +, "George V. Neville-Neil"
>> > wrote:
>> >>Log:
>> >> Add a new p
On Thursday 21 May 2009 6:11:02 pm Attilio Rao wrote:
> At this point I wonder what's the purpose of maintaining the sleeping
> version for such functions?
Actually, I still very much do not like using M_NOWAIT needlessly. I would
much rather the solution for make_dev() be that the 1 or 2 places
On Fri, 22 May 2009, John Baldwin wrote:
On Thursday 21 May 2009 6:11:02 pm Attilio Rao wrote:
At this point I wonder what's the purpose of maintaining the sleeping
version for such functions?
Actually, I still very much do not like using M_NOWAIT needlessly. I would
much rather the solutio
John Baldwin wrote:
On Thursday 21 May 2009 6:11:02 pm Attilio Rao wrote:
At this point I wonder what's the purpose of maintaining the sleeping
version for such functions?
Actually, I still very much do not like using M_NOWAIT needlessly. I would
much rather the solution for make_dev() be th
On Fri, May 22, 2009 at 07:44:18AM -0600, Scott Long wrote:
> John Baldwin wrote:
> >On Thursday 21 May 2009 6:11:02 pm Attilio Rao wrote:
> >>At this point I wonder what's the purpose of maintaining the sleeping
> >>version for such functions?
> >
> >Actually, I still very much do not like using M
Author: rwatson
Date: Fri May 22 13:56:16 2009
New Revision: 192579
URL: http://svn.freebsd.org/changeset/base/192579
Log:
Further idmapd garbage collection -- remove rc.d Makefile reference and
default settings.
Submitted by: Pawel Worach
Modified:
head/etc/defaults/rc.conf
head/et
and OLD_DIRS last.
#
+# 20090522: removal of University of Michigan NFSv4 client
+OLD_FILES+=etc/rc.d/idmapd
+OLD_FILES+=sbin/idmapd
+OLD_FILES+=sbin/mount_nfs4
+OLD_FILES+=usr/share/man/man8/mount_nfs4.8.gz
# 20090417: removal of legacy versions of USB network interface drivers
OLD_FILES+=usr
On Fri, 22 May 2009, Dag-Erling Smørgrav wrote:
Rick Macklem writes:
Log:
Although it should never happen, all the nfsv4 server can do
when it runs out of clientids is reboot. I had replaced cpu_reboot()
with printf(), since cpu_reboot() doesn't exist for sparc64.
This change replace
* Dag-Erling Smorgrav (d...@freebsd.org) wrote:
> - negation and subtraction: U+2212
I'd warn against using unicode symbols where they're not absolutely
needed. If there's possibility for a piece of man for being copypasted
into e.g. code or command line, there should be plain ASCII. Especially
t
Author: rmacklem
Date: Fri May 22 14:53:26 2009
New Revision: 192581
URL: http://svn.freebsd.org/changeset/base/192581
Log:
Fix the comment in sys/fs/nfs/nfs.h to correctly reflect the
current use of the R_xxx flags. This changed when the
NFS_LEGACYRPC code was removed from the subsystem.
Author: rmacklem
Date: Fri May 22 15:01:47 2009
New Revision: 192582
URL: http://svn.freebsd.org/changeset/base/192582
Log:
Change the code in the experimental nfs client to avoid flushing
writes upon close when a write delegation is held by the client.
This should be safe to do, now that nf
Author: ed
Date: Fri May 22 15:05:05 2009
New Revision: 192583
URL: http://svn.freebsd.org/changeset/base/192583
Log:
I'll be mentoring Jilles Tjoelker as well.
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
===
Author: gnn
Date: Fri May 22 15:06:03 2009
New Revision: 192584
URL: http://svn.freebsd.org/changeset/base/192584
Log:
Fix a possible panic cxgb_controller_attach() routine that would occur
only if prepping the adapter failed.
Slight adjustment to comments.
Fix a bug whereby downing
Author: rmacklem
Date: Fri May 22 15:08:12 2009
New Revision: 192585
URL: http://svn.freebsd.org/changeset/base/192585
Log:
Modify the mount handling code in the experimental nfs client to
use the newer nmount() style arguments, as is used by mount_nfs.c.
This prepares the kernel code for th
In message: <4a16ac32.2040...@samsco.org>
Scott Long writes:
: John Baldwin wrote:
: > On Thursday 21 May 2009 6:11:02 pm Attilio Rao wrote:
: >> At this point I wonder what's the purpose of maintaining the sleeping
: >> version for such functions?
: >
: > Actually, I still very much
On Friday 22 May 2009 10:32:43 am Rick Macklem wrote:
>
> On Fri, 22 May 2009, Dag-Erling Smørgrav wrote:
>
> > Rick Macklem writes:
> >> Log:
> >> Although it should never happen, all the nfsv4 server can do
> >> when it runs out of clientids is reboot. I had replaced cpu_reboot()
> >> wi
On Friday 22 May 2009 9:44:18 am Scott Long wrote:
> John Baldwin wrote:
> > On Thursday 21 May 2009 6:11:02 pm Attilio Rao wrote:
> >> At this point I wonder what's the purpose of maintaining the sleeping
> >> version for such functions?
> >
> > Actually, I still very much do not like using M_NOW
John Baldwin writes:
> What about a malicious denial-of-service attack where a malicious client
> initiates an endless stream of connection attempts to force a panic? I think
> that is where the concern lies. I'm sure a malicious client could do it
> intentionally in less than 136 years, perh
M. Warner Losh wrote:
In message: <4a16ac32.2040...@samsco.org>
Scott Long writes:
: John Baldwin wrote:
: > On Thursday 21 May 2009 6:11:02 pm Attilio Rao wrote:
: >> At this point I wonder what's the purpose of maintaining the sleeping
: >> version for such functions?
: >
: > Actu
John Baldwin wrote:
On Friday 22 May 2009 9:44:18 am Scott Long wrote:
John Baldwin wrote:
On Thursday 21 May 2009 6:11:02 pm Attilio Rao wrote:
At this point I wonder what's the purpose of maintaining the sleeping
version for such functions?
Actually, I still very much do not like using M_NOW
On Friday 22 May 2009 11:37:38 am Scott Long wrote:
> John Baldwin wrote:
> > On Friday 22 May 2009 9:44:18 am Scott Long wrote:
> >> John Baldwin wrote:
> >>> On Thursday 21 May 2009 6:11:02 pm Attilio Rao wrote:
> At this point I wonder what's the purpose of maintaining the sleeping
> v
Author: trasz
Date: Fri May 22 15:56:43 2009
New Revision: 192586
URL: http://svn.freebsd.org/changeset/base/192586
Log:
Make 'struct acl' larger, as required to support NFSv4 ACLs. Provide
compatibility interfaces in both kernel and libc.
Reviewed by: rwatson
Added:
head/lib/libc/po
Author: antoine
Date: Fri May 22 16:11:00 2009
New Revision: 192587
URL: http://svn.freebsd.org/changeset/base/192587
Log:
MFC r191318 to stable/7:
vlan(4) no longer depends on miibus(4).
Reviewed by:jhb@
MFC after: 1 month
Modified:
stable/7/share/man/man4/ (props c
On Fri, 22 May 2009, John Baldwin wrote:
What about a malicious denial-of-service attack where a malicious client
initiates an endless stream of connection attempts to force a panic? I think
that is where the concern lies. I'm sure a malicious client could do it
intentionally in less than 1
Author: rmacklem
Date: Fri May 22 16:41:33 2009
New Revision: 192588
URL: http://svn.freebsd.org/changeset/base/192588
Log:
Change the reboot panic that would have occurred if clientid
numbers wrapped around to a printf() warning of a possible
DOS attack, in the experimental nfsv4 server.
Author: rmacklem
Date: Fri May 22 16:46:01 2009
New Revision: 192589
URL: http://svn.freebsd.org/changeset/base/192589
Log:
Change the comment at the beginning of the function to reflect the
change from panic() to printf() done by r192588.
Modified:
head/sys/fs/nfsserver/nfs_nfsdstate.c
Mo
On Friday 22 May 2009 12:19:32 pm Rick Macklem wrote:
>
> On Fri, 22 May 2009, John Baldwin wrote:
>
> >
> > What about a malicious denial-of-service attack where a malicious client
> > initiates an endless stream of connection attempts to force a panic? I
think
> > that is where the concern li
Author: kmacy
Date: Fri May 22 17:54:02 2009
New Revision: 192590
URL: http://svn.freebsd.org/changeset/base/192590
Log:
some ports erroneously use the existence of AT_FDCWD to check for
the availability of the *at system calls so s/AT_FDCWD/AT_FDCWD_notyet/g
Reported by: Dimitry Andric
Author: rmacklem
Date: Fri May 22 18:10:39 2009
New Revision: 192591
URL: http://svn.freebsd.org/changeset/base/192591
Log:
Modified the printf message of r192590 to remove the
possible DOS attack, as suggested by Sam.
Approved by: kib (mentor)
Modified:
head/sys/fs/nfsserver/nfs_nfsd
Author: gnn
Date: Fri May 22 18:26:47 2009
New Revision: 192593
URL: http://svn.freebsd.org/changeset/base/192593
Log:
Partial reversion of previous commit. The CXGB_SHUTDOWN flag does NOT
need to be inverted when doing an ifconfig down of an interface.
Pointed out by: Navdeep Parh
Author: des
Date: Fri May 22 18:46:28 2009
New Revision: 192595
URL: http://svn.freebsd.org/changeset/base/192595
Log:
Upgrade to OpenSSH 5.2p1.
MFC after:3 months
Added:
head/crypto/openssh/auth2-jpake.c
- copied unchanged from r192577, vendor-crypto/openssh/dist/auth2-jpake.c
On Fri, May 22, 2009 at 06:10:40PM +, Rick Macklem wrote:
> Author: rmacklem
> Date: Fri May 22 18:10:39 2009
> New Revision: 192591
> URL: http://svn.freebsd.org/changeset/base/192591
>
> Log:
> Modified the printf message of r192590 to remove the
> possible DOS attack, as suggested by Sa
Alexey Dokuchaev wrote:
On Fri, May 22, 2009 at 06:10:40PM +, Rick Macklem wrote:
Author: rmacklem
Date: Fri May 22 18:10:39 2009
New Revision: 192591
URL: http://svn.freebsd.org/changeset/base/192591
Log:
Modified the printf message of r192590 to remove the
possible DOS attack, as s
Author: rmacklem
Date: Fri May 22 19:05:48 2009
New Revision: 192596
URL: http://svn.freebsd.org/changeset/base/192596
Log:
Change the printf of r192595 to identify the function,
as requested by Sam.
Approved by: kib (mentor)
Modified:
head/sys/fs/nfsserver/nfs_nfsdstate.c
Modified:
On Friday 22 May 2009 1:54:03 pm Kip Macy wrote:
> Author: kmacy
> Date: Fri May 22 17:54:02 2009
> New Revision: 192590
> URL: http://svn.freebsd.org/changeset/base/192590
>
> Log:
> some ports erroneously use the existence of AT_FDCWD to check for
> the availability of the *at system calls s
Author: des
Date: Fri May 22 20:07:39 2009
New Revision: 192599
URL: http://svn.freebsd.org/changeset/base/192599
Log:
Expand $FreeBSD$
Modified:
head/contrib/csup/rcstokenizer.l (props changed)
head/contrib/gcc/config/mips/freebsd.h (props changed)
head/contrib/libpcap/FREEBSD-Xlist
On 2009-05-22 21:07, John Baldwin wrote:
>> Log:
>> some ports erroneously use the existence of AT_FDCWD to check for
>> the availability of the *at system calls so s/AT_FDCWD/AT_FDCWD_notyet/g
>>
>> Reported by: Dimitry Andric
>
> I wonder if it wouldn't be appropriate to just remove the
On Friday 22 May 2009 4:08:31 pm Dimitry Andric wrote:
> On 2009-05-22 21:07, John Baldwin wrote:
> >> Log:
> >> some ports erroneously use the existence of AT_FDCWD to check for
> >> the availability of the *at system calls so s/AT_FDCWD/AT_FDCWD_notyet/g
> >>
> >> Reported by: Dimitry An
On Fri, May 22, 2009 at 04:21:14PM -0400, John Baldwin wrote:
> On Friday 22 May 2009 4:08:31 pm Dimitry Andric wrote:
> > On 2009-05-22 21:07, John Baldwin wrote:
> > >> Log:
> > >> some ports erroneously use the existence of AT_FDCWD to check for
> > >> the availability of the *at system call
Author: rmacklem
Date: Fri May 22 20:55:29 2009
New Revision: 192601
URL: http://svn.freebsd.org/changeset/base/192601
Log:
Fix the name of the module common to the client and server
in the experimental nfs subsystem to the correct one for
the MODULE_DEPEND() macro.
Approved by: kib (m
Author: cperciva
Date: Fri May 22 21:26:34 2009
New Revision: 192602
URL: http://svn.freebsd.org/changeset/base/192602
Log:
MFC r192130:
Allow a comma-separated list of network interfaces to be specified via the
netDev option in install.cfg.
Modified:
stable/7/usr.sbin/sysinstall/ (
Author: ed
Date: Fri May 22 21:44:15 2009
New Revision: 192603
URL: http://svn.freebsd.org/changeset/base/192603
Log:
Add Jilles Tjoelker.
Jilles will be working on bugbusting, mainly in the area of standards
compliance.
Approved by: core
Modified:
svnadmin/conf/access
Modified:
Author: zec
Date: Fri May 22 22:09:00 2009
New Revision: 192605
URL: http://svn.freebsd.org/changeset/base/192605
Log:
Introduce the if_vmove() function, which will be used in the future
for reassigning ifnets from one vnet to another.
if_vmove() works by calling a restricted subset of ac
Author: jilles
Date: Fri May 22 22:13:29 2009
New Revision: 192607
URL: http://svn.freebsd.org/changeset/base/192607
Log:
Add myself to the src committers graph.
Approved by: ed (mentor)
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/committers-src.dot
=
Author: zec
Date: Fri May 22 22:22:21 2009
New Revision: 192608
URL: http://svn.freebsd.org/changeset/base/192608
Log:
Set ifp->if_afdata_initialized to 0 while holding IF_AFDATA_LOCK on ifp,
not after the lock has been released.
Reviewed by: bz
Discussed with: rwatson
Modified:
Author: des
Date: Fri May 22 22:57:05 2009
New Revision: 192611
URL: http://svn.freebsd.org/changeset/base/192611
Log:
Expand $FreeBSD$
Modified:
stable/7/contrib/csup/rcstokenizer.l (props changed)
stable/7/sys/contrib/rdma/core_priv.h (props changed)
stable/7/sys/contrib/rdma/ib_add
Author: bz
Date: Fri May 22 23:03:15 2009
New Revision: 192612
URL: http://svn.freebsd.org/changeset/base/192612
Log:
If including vnet.h one has to include opt_route.h as well. This is
because struct vnet_net holds the rt_tables[][] for MRT and array size
is compile time dependent. If you
On Fri, 22 May 2009, Bjoern A. Zeeb wrote:
Author: bz
Date: Fri May 22 23:03:15 2009
New Revision: 192612
URL: http://svn.freebsd.org/changeset/base/192612
Log:
If including vnet.h one has to include opt_route.h as well. This is
because struct vnet_net holds the rt_tables[][] for MRT and arra
Author: rmacklem
Date: Fri May 22 23:22:56 2009
New Revision: 192613
URL: http://svn.freebsd.org/changeset/base/192613
Log:
Change the sysctl_base argument to svcpool_create() to NULL for
client side callbacks so that leaf names are not re-used,
since they are already being used by the serve
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi, Doug,
Doug Rabson wrote:
> Author: dfr
> Date: Sat May 16 10:48:20 2009
> New Revision: 192194
> URL: http://svn.freebsd.org/changeset/base/192194
>
> Log:
> Add support for booting from raidz1 and raidz2 pools.
>
> Modified:
> head/sys/boot
Author: des
Date: Fri May 22 23:29:05 2009
New Revision: 192614
URL: http://svn.freebsd.org/changeset/base/192614
Log:
Expand $FreeBSD$
Modified:
stable/7/sys/cddl/contrib/opensolaris/common/atomic/ia64/opensolaris_atomic.S
(props changed)
stable/7/sys/cddl/contrib/opensolaris/uts/common
Author: bz
Date: Sat May 23 00:07:55 2009
New Revision: 192615
URL: http://svn.freebsd.org/changeset/base/192615
Log:
It seems this file was ignored by MRT, rnh locking changes and new-arpv2.
So let the V_irtualization people finally make the disabled debugging code
compile again.
MFC a
Author: rmacklem
Date: Sat May 23 00:40:17 2009
New Revision: 192616
URL: http://svn.freebsd.org/changeset/base/192616
Log:
Fix the rpc_gss_secfind() call in nfs_commonkrpc.c so that
the code will build when "options KGSSAPI" is specified
without requiring the proposed changes that add host
Author: kmacy
Date: Sat May 23 00:47:23 2009
New Revision: 192617
URL: http://svn.freebsd.org/changeset/base/192617
Log:
Add zfs/zpool to rescue programs
PR: bin/125878
Submitted by: nork@
MFC after:3 days
Modified:
head/rescue/rescue/Makefile
Modified: head/rescue/res
Author: kientzle
Date: Sat May 23 04:31:05 2009
New Revision: 192623
URL: http://svn.freebsd.org/changeset/base/192623
Log:
Include the 2 byte length field for the optional "extra data"
field when computing the length of the gzip header.
Thanks to Dag-Erling for pointing me to the OpenSSH
Author: edwin
Date: Sat May 23 06:31:50 2009
New Revision: 192625
URL: http://svn.freebsd.org/changeset/base/192625
Log:
MFV of tzcode2009e:
Upgrade of the tzcode from 2004a to 2009e.
Changes are numerous, but include...
- New format of the output of zic, which supports both 32 an
Author: edwin
Date: Sat May 23 06:40:09 2009
New Revision: 192626
URL: http://svn.freebsd.org/changeset/base/192626
Log:
[patch] update share/misc/iso639
Updated against http://www.loc.gov/standards/iso639-2/langhome.html
Snapshot was taken on 16 September 2008.
PR: conf/12
69 matches
Mail list logo