On Tue, Apr 26, 2011 at 09:17:04PM -0600, Warner Losh wrote:
> > It's not difficult to add -- the issue is that the mechanism is unreliable.
> > It doesn't work for all partition types supporting labels, it's hard to
> > figure out what the name of the label provider is in a generic way, and the
On Apr 27, 2011, at 12:10 AM, Alexander Motin wrote:
Hi Alexander,
> Author: mav
> Date: Wed Apr 27 00:10:26 2011
> New Revision: 221101
> URL: http://svn.freebsd.org/changeset/base/221101
>
> Log:
> Implement relaxed comparision for hardcoded provider names to make it
> ignore adX/adaY differ
On Wed, Apr 27, 2011 at 12:10:26AM +, Alexander Motin wrote:
> Author: mav
> Date: Wed Apr 27 00:10:26 2011
> New Revision: 221101
> URL: http://svn.freebsd.org/changeset/base/221101
>
> Log:
> Implement relaxed comparision for hardcoded provider names to make it
> ignore adX/adaY differen
Kostik Belousov wrote:
> On Wed, Apr 27, 2011 at 12:10:26AM +, Alexander Motin wrote:
>> Author: mav
>> Date: Wed Apr 27 00:10:26 2011
>> New Revision: 221101
>> URL: http://svn.freebsd.org/changeset/base/221101
>>
>> Log:
>> Implement relaxed comparision for hardcoded provider names to make
Author: mav
Date: Wed Apr 27 08:53:52 2011
New Revision: 221114
URL: http://svn.freebsd.org/changeset/base/221114
Log:
Add obvious note that CAM drivers are required for using CAM ATA.
Modified:
head/UPDATING
Modified: head/UPDATING
===
Author: obrien
Date: Wed Apr 27 08:57:12 2011
New Revision: 221115
URL: http://svn.freebsd.org/changeset/base/221115
Log:
Be clear of what licensing terms we are using.
Deleted:
head/contrib/less/COPYING
Modified:
head/contrib/less/README
Modified: head/contrib/less/README
Author: kib
Date: Wed Apr 27 09:35:40 2011
New Revision: 221117
URL: http://svn.freebsd.org/changeset/base/221117
Log:
MFC r220987:
Fix typo.
Modified:
stable/8/sys/sys/systm.h
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stab
Author: pluknet
Date: Wed Apr 27 12:12:22 2011
New Revision: 221118
URL: http://svn.freebsd.org/changeset/base/221118
Log:
Add DragonFly 2.10.1 release.
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
===
Author: pluknet
Date: Wed Apr 27 14:58:06 2011
New Revision: 221119
URL: http://svn.freebsd.org/changeset/base/221119
Log:
Fix typo in "continuously" argument used in patrol auto command.
Obtained from:Sascha Wildner
Approved by: jhb
MFC after:3 days
Modified:
head/usr.
On Tuesday, April 26, 2011 6:26:41 pm David O'Brien wrote:
> On Tue, Apr 26, 2011 at 09:32:44AM -0400, John Baldwin wrote:
> > On Tuesday, April 26, 2011 12:09:20 am David E. O'Brien wrote:
> > > Author: obrien
> > > Date: Tue Apr 26 04:09:20 2011
> > > New Revision: 221053
> > > URL: http://svn.fr
Author: np
Date: Wed Apr 27 16:16:01 2011
New Revision: 221120
URL: http://svn.freebsd.org/changeset/base/221120
Log:
MFC r220873, r220897, r220905.
r220873:
- Move all Ethernet specific items from sge_eq to sge_txq. sge_eq is
now a suitable base for all kinds of egress queues.
Author: attilio
Date: Wed Apr 27 16:43:03 2011
New Revision: 221121
URL: http://svn.freebsd.org/changeset/base/221121
Log:
- Add the possibility to reuse the already last used timeout when patting
the watchdog, via the watchdog(9) interface.
For that, the WD_LASTVAL bitwise operation is
Author: pluknet
Date: Wed Apr 27 17:07:22 2011
New Revision: 221122
URL: http://svn.freebsd.org/changeset/base/221122
Log:
MFC r216475 (by gonzo):
- include argument should be in quotes
Modified:
stable/8/sys/mips/conf/SWARM
stable/8/sys/mips/conf/SWARM64
stable/8/sys/mips/conf/SWARM64_
Author: jhb
Date: Wed Apr 27 17:36:37 2011
New Revision: 221123
URL: http://svn.freebsd.org/changeset/base/221123
Log:
Raise rlogin back to a WARNS level of 6.
Tested by:make universe
Modified:
head/usr.bin/rlogin/Makefile
Modified: head/usr.bin/rlogin/Makefile
=
===
--- head/UPDATING Wed Apr 27 17:36:37 2011(r221123)
+++ head/UPDATING Wed Apr 27 17:51:51 2011(r221124)
@@ -22,6 +22,24 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9.
machines to maximize performance. (To disable malloc debugging, run
ln
Author: jhb
Date: Wed Apr 27 18:00:46 2011
New Revision: 221125
URL: http://svn.freebsd.org/changeset/base/221125
Log:
MFC 217265:
Remove unneeded includes of . Other headers that use
it internally contain nested includes.
Requested by: hselasky
Modified:
stable/8/sys/amd64/acpica/O
Author: jhb
Date: Wed Apr 27 18:15:34 2011
New Revision: 221126
URL: http://svn.freebsd.org/changeset/base/221126
Log:
Various style fixes including using uint*_t instead of u_int*_t.
Submitted by: Pedro F. Giffuni giffunip at yahoo
Modified:
head/sys/fs/ext2fs/ext2_alloc.c
head/sys/f
Author: rmacklem
Date: Wed Apr 27 18:19:26 2011
New Revision: 221127
URL: http://svn.freebsd.org/changeset/base/221127
Log:
This patch is believed to fix a problem in the kernel rpc for
non-interruptible NFS mounts, where a kernel thread will seem
to be stuck sleeping on "rpccon". The msleep
Author: jhb
Date: Wed Apr 27 18:25:35 2011
New Revision: 221128
URL: http://svn.freebsd.org/changeset/base/221128
Log:
Use a private EXT2_ROOTINO constant instead of redefining ROOTINO.
Submitted by: Pedro F. Giffuni giffunip at yahoo
Modified:
head/sys/fs/ext2fs/ext2_lookup.c
head/sy
On Apr 27, 2011, at 5:51 PM, Rick Macklem wrote:
> Author: rmacklem
> Date: Wed Apr 27 17:51:51 2011
> New Revision: 221124
> URL: http://svn.freebsd.org/changeset/base/221124
>
> Log:
> This patch changes head so that the default NFS client is now the new
> NFS client (which I guess is no long
Author: bz
Date: Wed Apr 27 19:28:42 2011
New Revision: 221129
URL: http://svn.freebsd.org/changeset/base/221129
Log:
Make IPsec compile without INET adding appropriate #ifdef checks.
Unfold the IPSEC_COMMON_INPUT_CB() macro in xform_{ah,esp,ipcomp}.c
to not need three different versions
Author: bz
Date: Wed Apr 27 19:30:44 2011
New Revision: 221130
URL: http://svn.freebsd.org/changeset/base/221130
Log:
Make various (pseudo) interfaces compile without INET in the kernel
adding appropriate #ifdefs. For module builds the framework needs
adjustments for at least carp.
Rev
Author: bz
Date: Wed Apr 27 19:32:27 2011
New Revision: 221131
URL: http://svn.freebsd.org/changeset/base/221131
Log:
MfP4 CH=192004:
Move ip_defttl to raw_ip.c where it is actually used. In an IPv6
only world we do not want to compile ip_input.c in for that and
it is a shared default
Author: bz
Date: Wed Apr 27 19:34:01 2011
New Revision: 221132
URL: http://svn.freebsd.org/changeset/base/221132
Log:
Make pf compile without INET support by adding #ifdef INETs and
correcting few #includes.
Reviewed by: gnn
Sponsored by: The FreeBSD Foundation
Sponsored by: iXsystem
On Wed, Apr 27, 2011 at 10:48:33AM -0400, John Baldwin wrote:
> For changing WARNS, 'make universe' works well
I have to disagree. Due to its silent failing, it is only suitable for
what PHK added it for -- "what if" changes.
[Message-ID: <13101.1227520...@critter.freebsd.dk>]
One has to do all
Author: jhb
Date: Wed Apr 27 19:36:00 2011
New Revision: 221133
URL: http://svn.freebsd.org/changeset/base/221133
Log:
MFC: Various small compile nits found by make universe that are in already
merged changes or larger changes not suitable for MFC.
Modified:
stable/8/sys/mips/alchemy/obio.c
Author: bz
Date: Wed Apr 27 19:36:35 2011
New Revision: 221134
URL: http://svn.freebsd.org/changeset/base/221134
Log:
MfP4 CH=192029:
Expose ip_icmp.c to INET6 as well and only export badport_bandlim()
along with the two sysctls in the non-INET case.
The bandlim types work for all cases
On Tue, Apr 26, 2011 at 07:27:11AM -0600, Warner Losh wrote:
> I read the test log as "not really tested, feel free to back it out if
> it fails on a different architecture"
Irregardless of the reasons for a build break -- one should feel free to
fix or back the change out until the change can be
On Wednesday, April 27, 2011 3:35:50 pm David O'Brien wrote:
> On Wed, Apr 27, 2011 at 10:48:33AM -0400, John Baldwin wrote:
> > For changing WARNS, 'make universe' works well
>
> I have to disagree. Due to its silent failing, it is only suitable for
> what PHK added it for -- "what if" changes.
Author: trociny
Date: Wed Apr 27 19:46:57 2011
New Revision: 221135
URL: http://svn.freebsd.org/changeset/base/221135
Log:
MFC r220520, r220521, r220522, r220523, r220573, r220744, r220865,
r220889, r220890, r220898, r220899:
r220520:
hastd(8) maintains a map of dirty extents, not
see make tinderbox if you want first fail semantics.
On Apr 27, 2011, at 1:35 PM, David O'Brien wrote:
> On Wed, Apr 27, 2011 at 10:48:33AM -0400, John Baldwin wrote:
>> For changing WARNS, 'make universe' works well
>
> I have to disagree. Due to its silent failing, it is only suitable for
> w
Author: jhb
Date: Wed Apr 27 20:08:44 2011
New Revision: 221138
URL: http://svn.freebsd.org/changeset/base/221138
Log:
Only align MSI message groups based on the number of messages being
allocated, not the maximum number of messages the device supports. The
spec only requires the former, an
Author: rmacklem
Date: Wed Apr 27 20:42:30 2011
New Revision: 221139
URL: http://svn.freebsd.org/changeset/base/221139
Log:
Fix module names and dependencies so the NFS clients will
load correctly as modules after r221124.
Modified:
head/etc/rc.d/nfsclient
head/sys/fs/nfsclient/nfs_clvfso
Author: jhb
Date: Wed Apr 27 21:13:20 2011
New Revision: 221140
URL: http://svn.freebsd.org/changeset/base/221140
Log:
MFC 210864:
- Retire acpi_pcib_resume(). It is has just been an alias for
bus_generic_resume() since the pci_link(4) driver was added.
- Change the ACPI PCI-PCI bridge
Author: jhb
Date: Wed Apr 27 21:13:40 2011
New Revision: 221141
URL: http://svn.freebsd.org/changeset/base/221141
Log:
MFC 210864:
- Retire acpi_pcib_resume(). It is has just been an alias for
bus_generic_resume() since the pci_link(4) driver was added.
- Change the ACPI PCI-PCI bridge
Author: obrien
Date: Wed Apr 27 21:33:56 2011
New Revision: 221142
URL: http://svn.freebsd.org/changeset/base/221142
Log:
Protect the reachover built symbols after the SHA256/512 crypt(3) addition.
Modified:
head/lib/libcrypt/Makefile
Modified: head/lib/libcrypt/Makefile
Author: des
Date: Wed Apr 27 21:39:59 2011
New Revision: 221143
URL: http://svn.freebsd.org/changeset/base/221143
Log:
whitespace nit
Modified:
head/sbin/mdconfig/mdconfig.c
Modified: head/sbin/mdconfig/mdconfig.c
==
Author: des
Date: Wed Apr 27 21:40:49 2011
New Revision: 221144
URL: http://svn.freebsd.org/changeset/base/221144
Log:
whitespace nit - sorry for the churn
Modified:
head/sbin/mdconfig/mdconfig.c
Modified: head/sbin/mdconfig/mdconfig.c
Author: rmacklem
Date: Thu Apr 28 00:20:35 2011
New Revision: 221145
URL: http://svn.freebsd.org/changeset/base/221145
Log:
Update man pages related to the change in default NFS client
applied by r221124. I also deleted references to idmapd, since that
daemon no longer exists.
This is a co
Author: hselasky
Date: Thu Apr 28 06:51:47 2011
New Revision: 221149
URL: http://svn.freebsd.org/changeset/base/221149
Log:
MFC r220900.
Only set the sample rate if the USB audio channel reports
that it supports the frequency control request.
Approved by: thompsa
Modified:
stable/8/
Author: hselasky
Date: Thu Apr 28 06:54:38 2011
New Revision: 221150
URL: http://svn.freebsd.org/changeset/base/221150
Log:
MFC r221073.
Fix for missing EHCI datatoggle change case.
Approved by: thompsa
Modified:
stable/8/sys/dev/usb/controller/ehci.c
Directory Properties:
stable/8/
Author: hselasky
Date: Thu Apr 28 06:57:46 2011
New Revision: 221151
URL: http://svn.freebsd.org/changeset/base/221151
Log:
MFC r221077.
The maximum NCM frame size must be so that it
will generate a short terminated USB transfer if
the maximum NCM frame size is greater than what
the driv
42 matches
Mail list logo