Author: avg
Date: Thu Apr 15 08:29:14 2010
New Revision: 206648
URL: http://svn.freebsd.org/changeset/base/206648
Log:
scsi_cd: CD_FLAG_VALID_MEDIA is sufficient to set d_sectorsize and
d_mediasize
CD_FLAG_VALID_TOC is not required for setting those media properties.
PR: ke
Author: kib
Date: Thu Apr 15 08:32:50 2010
New Revision: 206649
URL: http://svn.freebsd.org/changeset/base/206649
Log:
Still reference struct __sigaction with clarification when this form
of argument declaration is needed.
Discussed with: bde
MFC after:3 days
Modified:
head
Author: avg
Date: Thu Apr 15 08:39:56 2010
New Revision: 206650
URL: http://svn.freebsd.org/changeset/base/206650
Log:
g_io_check: respond to zero pp->mediasize with ENXIO
Previsouly this condition was reported with EIO by bio_offset > mediasize
check.
Perhaps that check should be exten
Author: avg
Date: Thu Apr 15 09:22:14 2010
New Revision: 206651
URL: http://svn.freebsd.org/changeset/base/206651
Log:
scsi_cd: CD_FLAG_VALID_MEDIA is sufficient to set d_sectorsize and
d_mediasize
[Forced commit to correct PR number.]
CD_FLAG_VALID_TOC is not required for setting those
Author: mav
Date: Thu Apr 15 11:17:33 2010
New Revision: 206652
URL: http://svn.freebsd.org/changeset/base/206652
Log:
Explicitly enable PCI busmastering on attach.
Now SiI3124 with siis(4) successfully works on sparc64 (SunBlade 100).
H/W donated by: Gheorghe Ardelean
Modified:
Author: vanhu
Date: Thu Apr 15 12:40:33 2010
New Revision: 206659
URL: http://svn.freebsd.org/changeset/base/206659
Log:
Locks SPTREE when setting some SP entries to state DEAD.
This can prevent kernel panics when updating SPs while
there is some traffic for them.
Obtained from: NETASQ
On 2010-04-14, Kostik Belousov wrote:
> First, I think we shall sort dirent->dd_dlist so that symlinks are
> located before any other entries, and allow for duplication of
> any name with the name of symlink.
What will happen when user deletes a symlink covering a device?
Uncovering the device may
On Thu, Apr 15, 2010 at 04:01:56PM +0300, Jaakko Heinonen wrote:
> On 2010-04-14, Kostik Belousov wrote:
> > First, I think we shall sort dirent->dd_dlist so that symlinks are
> > located before any other entries, and allow for duplication of
> > any name with the name of symlink.
>
> What will ha
Author: gallatin
Date: Thu Apr 15 13:50:55 2010
New Revision: 206662
URL: http://svn.freebsd.org/changeset/base/206662
Log:
Cleanup if_media handling in mxge(4)
- Re-probe xfp / sfp+ socket on link events, in case user
has changed transceiver
- correctly report current media to avoi
Author: gallatin
Date: Thu Apr 15 14:26:52 2010
New Revision: 206663
URL: http://svn.freebsd.org/changeset/base/206663
Log:
Add missing IFCAP_LINKSTATE to mxge
Submitted by: yongari
Modified:
head/sys/dev/mxge/if_mxge.c
Modified: head/sys/dev/mxge/if_mxge.c
=
On 04/12/2010 06:37 PM, Luigi Rizzo wrote:
Bring in geom_sched, support for scheduling disk I/O requests
in a device independent manner. Also include an example anticipatory
scheduler, gsched_rr, which gives very nice performance improvements
in presence of competing random access pat
On Thu, Apr 15, 2010 at 04:38:23PM +0200, Attila Nagy wrote:
> On 04/12/2010 06:37 PM, Luigi Rizzo wrote:
> > Bring in geom_sched, support for scheduling disk I/O requests
> > in a device independent manner. Also include an example anticipatory
> > scheduler, gsched_rr, which gives very nice
Author: imp
Date: Thu Apr 15 15:10:46 2010
New Revision: 206664
URL: http://svn.freebsd.org/changeset/base/206664
Log:
Allow option aliasing. Lines of the form:
OLD_OPT = NEW_OPT
in options* files will now map OLD_OPT to NEW_OPT with a friendly
message. This is indented for situati
Author: pjd
Date: Thu Apr 15 16:34:06 2010
New Revision: 206665
URL: http://svn.freebsd.org/changeset/base/206665
Log:
Use lower priority for GELI worker threads. This improves system
responsiveness under heavy GELI load.
MFC after:3 days
Modified:
head/sys/geom/eli/g_eli.c
Modifi
Author: pjd
Date: Thu Apr 15 16:35:34 2010
New Revision: 20
URL: http://svn.freebsd.org/changeset/base/20
Log:
Flush disk write cache after storing and clearing metadata.
Modified:
head/sbin/geom/misc/subr.c
Modified: head/sbin/geom/misc/subr.c
===
Author: pjd
Date: Thu Apr 15 16:40:54 2010
New Revision: 206667
URL: http://svn.freebsd.org/changeset/base/206667
Log:
Fix 3-way deadlock that can happen because of ZFS and vnode lock
order reversal.
thread0 (vfs_fhtovp) thread1 (vop_getattr) thread2 (zfs_recv)
Author: pjd
Date: Thu Apr 15 16:43:43 2010
New Revision: 206668
URL: http://svn.freebsd.org/changeset/base/206668
Log:
Use spaces instead of tab for indent here.
Modified:
head/etc/mtree/BSD.include.dist
Modified: head/etc/mtree/BSD.include.dist
==
On Thu, 15.04.2010 at 17:15:57 +0200, Luigi Rizzo wrote:
> On Thu, Apr 15, 2010 at 04:38:23PM +0200, Attila Nagy wrote:
> > On 04/12/2010 06:37 PM, Luigi Rizzo wrote:
> > > Bring in geom_sched, support for scheduling disk I/O requests
> > > in a device independent manner. Also include an exampl
Author: pjd
Date: Thu Apr 15 17:04:08 2010
New Revision: 206669
URL: http://svn.freebsd.org/changeset/base/206669
Log:
Increase ggate queue size to maximum value.
HAST was not able to stand heavy random load.
Reported by: Hiroyuki Yamagami
MFC after:3 days
Modified:
head/sbin/ha
On 04/10/10 13:05, Bruce M Simpson wrote:
Log:
Fix a few issues related to the legacy 4.4 BSD multicast APIs.
IPv4 addresses can and do change during normal operation. Testing by
pfSense developers exposed an issue where OpenOSPFD was using the IPv4
address to leave the OSPF link-sco
Author: kib
Date: Thu Apr 15 17:17:02 2010
New Revision: 206671
URL: http://svn.freebsd.org/changeset/base/206671
Log:
Fix typo.
MFC after:3 days
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
=
Author: yongari
Date: Thu Apr 15 17:24:21 2010
New Revision: 206672
URL: http://svn.freebsd.org/changeset/base/206672
Log:
Fix include path.
Modified:
head/sys/dev/sge/if_sge.c
Modified: head/sys/dev/sge/if_sge.c
==
In message <20100415164922.gd92...@acme.spoerlein.net>, Ulrich =?utf-8?B?U3DDtn
JsZWlu?= writes:
>What would already be helpful, is an I/O time measurement of the overall
>system and have that displayed in, eg., vmstat like Linux and Solaris
>do. It gives a better measure of if a system is CPU bou
Author: delphij
Date: Thu Apr 15 19:15:05 2010
New Revision: 206675
URL: http://svn.freebsd.org/changeset/base/206675
Log:
Diff reduction with OpenBSD:
- Remove unused locally added variable;
- Deprecate -o: it's the default behavior on OpenBSD.
X-MFC:along with nc 4.7.
Mo
Author: fabient
Date: Thu Apr 15 19:45:03 2010
New Revision: 206684
URL: http://svn.freebsd.org/changeset/base/206684
Log:
- Fix a typo OFFCORE_REQUESTS.ANY.RFO is B0H10H and not 80H10H.
- Enable missing PARTIAL_ADDRESS_ALIAS for Core i7.
MFC after: 3 days
Modified:
head/sys/dev/hwpmc/
Author: dougb
Date: Thu Apr 15 21:18:24 2010
New Revision: 206686
URL: http://svn.freebsd.org/changeset/base/206686
Log:
If a service is running, make 'stop' work even if ${name}_enable
is not set.
PR: conf/130414
Submitted by: Dominic Fandrey
Reviewed by: freebsd-rc@
Mod
On Wed, Mar 31, 2010, Juli Mallett wrote:
> Be like stdlib.h and bring in a wchar_t definition and use it to prototype
> wcstoimax and wcstoumax, rather than spelling it __wchar_t. This is
> necessary
> to use these functions in C++ where wchar_t is different to __wchar_t and is
> a built
Author: avg
Date: Thu Apr 15 21:41:07 2010
New Revision: 206687
URL: http://svn.freebsd.org/changeset/base/206687
Log:
indent(1): don't treat bare '_t' as a type name when -ta is used
It seems that identifier "_t" is sometimes used as a variable name,
even in our tree. Not that I endorse
Author: rmacklem
Date: Thu Apr 15 22:57:30 2010
New Revision: 206688
URL: http://svn.freebsd.org/changeset/base/206688
Log:
The experimental NFS client was not filling in recovery credentials
for opens done locally in the client when a delegation for the file
was held. This could cause the c
Author: delphij
Date: Thu Apr 15 23:21:24 2010
New Revision: 206689
URL: http://svn.freebsd.org/changeset/base/206689
Log:
Utilize IP_BINDANY which provided the same semantics of OpenBSD's
SO_BINDANY.
Modified:
head/contrib/netcat/netcat.c
Modified: head/contrib/netcat/netcat.c
===
Author: rmacklem
Date: Thu Apr 15 23:56:05 2010
New Revision: 206690
URL: http://svn.freebsd.org/changeset/base/206690
Log:
Add mutex lock calls to 2 cases in the experimental NFS client's
renew thread where they were missing.
MFC after:1 week
Modified:
head/sys/fs/nfsclient/nfs_cl
/ObsoleteFiles.inc Fri Apr 16 02:56:24 2010(r206695)
@@ -14,6 +14,14 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20100415: [mips] removed unused headers
+.if ${TARGET_ARCH} == "mips"
+OLD_FILES+=usr/include/machine/archtype.h
+OLD_
Author: pjd
Date: Fri Apr 16 06:47:29 2010
New Revision: 206696
URL: http://svn.freebsd.org/changeset/base/206696
Log:
Fix control socket leak when worker process exits.
Submitted by: Mikolaj Golub
MFC after:3 days
Modified:
head/sbin/hastd/hastd.c
Modified: head/sbin/hastd/hastd
Author: pjd
Date: Fri Apr 16 06:49:12 2010
New Revision: 206697
URL: http://svn.freebsd.org/changeset/base/206697
Log:
Fix log size calculation which caused message truncation.
Submitted by: Mikolaj Golub
MFC after:3 days
Modified:
head/sbin/hastd/pjdlog.c
Modified: head/sbin/has
34 matches
Mail list logo