Author: ae
Date: Thu Jan 26 08:47:29 2012
New Revision: 230567
URL: http://svn.freebsd.org/changeset/base/230567
Log:
MFC r221788:
Add basic metadata integrity check. In case when partition table was
probed and read successfull, but it contains invalid values (e.g.
overlapped partiti
Author: ae
Date: Thu Jan 26 08:51:23 2012
New Revision: 230568
URL: http://svn.freebsd.org/changeset/base/230568
Log:
Disable integrity checks by default. It will warn users about found
problems, but will not reject partition tables.
This is direct commit to stable/8.
Modified:
stable/
On 26.01.2012 12:51, Andrey V. Elsukov wrote:
> Author: ae
> Date: Thu Jan 26 08:51:23 2012
> New Revision: 230568
> URL: http://svn.freebsd.org/changeset/base/230568
>
> Log:
> Disable integrity checks by default. It will warn users about found
> problems, but will not reject partition tables
Author: ae
Date: Thu Jan 26 09:14:51 2012
New Revision: 230569
URL: http://svn.freebsd.org/changeset/base/230569
Log:
MFC r216132 (by ivoras):
Add a note about the magic number 20. Actually, 22.75 entries fit in
a 512 byte sector but when choosing magic numbers, 20 looks nicer.
MFC
Author: ae
Date: Thu Jan 26 09:28:09 2012
New Revision: 230570
URL: http://svn.freebsd.org/changeset/base/230570
Log:
MFC r79:
Do not truncate available disk space to the closest track boundary.
MFC r222341:
Some partitioning tools may have a different opinion about disk
geo
Author: mav
Date: Thu Jan 26 09:45:14 2012
New Revision: 230571
URL: http://svn.freebsd.org/changeset/base/230571
Log:
Add another bunch of CODEC IDs.
Modified:
head/sys/dev/sound/pci/hda/hdac.c
head/sys/dev/sound/pci/hda/hdac.h
head/sys/dev/sound/pci/hda/hdacc.c
Modified: head/sys/dev/s
Author: luigi
Date: Thu Jan 26 09:55:16 2012
New Revision: 230572
URL: http://svn.freebsd.org/changeset/base/230572
Log:
ixgbe changes:
- remove experimental code for disabling CRC
- use the correct constant for conversion between interrupt rate
and EITR values (the previous values were
Author: ae
Date: Thu Jan 26 09:56:29 2012
New Revision: 230573
URL: http://svn.freebsd.org/changeset/base/230573
Log:
MFC r81:
Do not truncate available disk space to the closest track boundary.
Modified:
stable/8/sys/geom/part/g_part_pc98.c
Directory Properties:
stable/8/sys/ (pr
Author: mav
Date: Thu Jan 26 10:30:50 2012
New Revision: 230574
URL: http://svn.freebsd.org/changeset/base/230574
Log:
Fix typo in r230571.
Submitted by: trasz
Modified:
head/sys/dev/sound/pci/hda/hdacc.c
Modified: head/sys/dev/sound/pci/hda/hdacc.c
=
Author: ae
Date: Thu Jan 26 10:33:19 2012
New Revision: 230575
URL: http://svn.freebsd.org/changeset/base/230575
Log:
MFC r223666:
Add new rule actions "call" and "return" to ipfw. They make
possible to organize subroutines with rules.
The "call" action saves the current rule numb
Author: glebius
Date: Thu Jan 26 10:42:25 2012
New Revision: 230576
URL: http://svn.freebsd.org/changeset/base/230576
Log:
Update information on setting and retreiving inet4 addresses.
Modified:
head/share/man/man4/inet.4
Modified: head/share/man/man4/inet.4
=
Author: glebius
Date: Thu Jan 26 10:43:40 2012
New Revision: 230577
URL: http://svn.freebsd.org/changeset/base/230577
Log:
- Remove no longer supported ioctl cmds.
- Fix name of SIOCSIFADDR.
Modified:
head/share/man/man4/netintro.4
Modified: head/share/man/man4/netintro.4
=
Author: glebius
Date: Thu Jan 26 10:48:17 2012
New Revision: 230578
URL: http://svn.freebsd.org/changeset/base/230578
Log:
Remove a commented out old block inherited from inet.4. The
text there was so much outdated that it required a complete
rewrite even for inet.4, not mentioning inet6.4.
On 01/25/2012 06:50, Guy Helmer wrote:
> Author: ghelmer
> Date: Wed Jan 25 14:50:12 2012
> New Revision: 230541
> URL: http://svn.freebsd.org/changeset/base/230541
>
> Log:
> Revert 229667: After some discussion of this change, it seems it is
> better to leave the pidfile open where it was. A
Author: glebius
Date: Thu Jan 26 10:51:41 2012
New Revision: 230579
URL: http://svn.freebsd.org/changeset/base/230579
Log:
Remove a block that contatined some outdated misinformation
on how addresses are configured, as well as obviousness that
Ethernet interface may run arp(4).
Modified:
Author: glebius
Date: Thu Jan 26 10:53:39 2012
New Revision: 230580
URL: http://svn.freebsd.org/changeset/base/230580
Log:
Don't mention no longer supported ioctl commands.
Modified:
head/share/man/man4/tap.4
Modified: head/share/man/man4/tap.4
===
Author: glebius
Date: Thu Jan 26 11:08:55 2012
New Revision: 230581
URL: http://svn.freebsd.org/changeset/base/230581
Log:
List supported ioctl commands instead of old one.
Modified:
head/share/man/man9/ifnet.9
Modified: head/share/man/man9/ifnet.9
===
Author: glebius
Date: Thu Jan 26 11:59:48 2012
New Revision: 230583
URL: http://svn.freebsd.org/changeset/base/230583
Log:
Although aio_nbytes is size_t, later is is signed to
casted types: to ssize_t in filesystem code and to
int in buf code, thus supplying a negative argument
leads to ke
Author: glebius
Date: Thu Jan 26 12:04:19 2012
New Revision: 230584
URL: http://svn.freebsd.org/changeset/base/230584
Log:
Remove casts from inet6 address testing macros, thus preserving
qualifier from original argument.
Obtained from:NetBSD, r. 1.67
Submitted by: maxim
Modifie
On Thu, 26 Jan 2012, 12:04-, Gleb Smirnoff wrote:
> Author: glebius
> Date: Thu Jan 26 12:04:19 2012
> New Revision: 230584
> URL: http://svn.freebsd.org/changeset/base/230584
>
> Log:
> Remove casts from inet6 address testing macros, thus preserving
> qualifier from original argument.
>
>
Author: mav
Date: Thu Jan 26 12:09:04 2012
New Revision: 230585
URL: http://svn.freebsd.org/changeset/base/230585
Log:
Press some more info into the PCM device name:
- add "+HP" in case of headphones redirection;
- add device type for analog devices, if all pins have the same.
As resu
On Thu, 26 Jan 2012, Gleb Smirnoff wrote:
Log:
Although aio_nbytes is size_t, later is is signed to
casted types: to ssize_t in filesystem code and to
int in buf code, thus supplying a negative argument
leads to kernel panic later.
And supplying a large positive argument leads to undefined
On Wed, 25 Jan 2012, Rick Macklem wrote:
Bruce Evans wrote:
On Tue, 24 Jan 2012, Rick Macklem wrote:
Bruce Evans wrote:
On Wed, 25 Jan 2012, Rick Macklem wrote:
Log:
If a mount -u is done to either NFS client that switches it
from TCP to UDP and the rsize/wsize/readdirsize is greater
th
On Wednesday, January 25, 2012 10:39:50 pm Andrey Chernov wrote:
> On Thu, Jan 26, 2012 at 07:03:05AM +0400, Andrey Chernov wrote:
> > On Wed, Jan 25, 2012 at 07:16:41PM +, Mark Murray wrote:
> > > I thought you were going to do this as a function? It would be
> > > slightly neater to do it tha
On Jan 26, 2012, at 4:51 AM, Doug Barton wrote:
> On 01/25/2012 06:50, Guy Helmer wrote:
>> Author: ghelmer
>> Date: Wed Jan 25 14:50:12 2012
>> New Revision: 230541
>> URL: http://svn.freebsd.org/changeset/base/230541
>>
>> Log:
>> Revert 229667: After some discussion of this change, it seems
On Thu, Jan 26, 2012 at 08:39:07AM -0500, John Baldwin wrote:
> What is the purpose of the atomics? Doing atomic_load/atomic_store
> is just as racy as if you had not used atomics at all.
Thanx for a hint.
Protecting comparison itself isn't essential as protecting variable
consitency because r
Bruce,
On Thu, Jan 26, 2012 at 11:53:57PM +1100, Bruce Evans wrote:
B> > Log:
B> > Although aio_nbytes is size_t, later is is signed to
B> > casted types: to ssize_t in filesystem code and to
B> > int in buf code, thus supplying a negative argument
B> > leads to kernel panic later.
B>
B> An
Bruce Evans wrote:
> On Wed, 25 Jan 2012, Rick Macklem wrote:
>
> > Bruce Evans wrote:
> >> On Tue, 24 Jan 2012, Rick Macklem wrote:
> >>
> >>> Bruce Evans wrote:
> On Wed, 25 Jan 2012, Rick Macklem wrote:
>
> > Log:
> > If a mount -u is done to either NFS client that switches i
> On Thu, Jan 26, 2012 at 08:39:07AM -0500, John Baldwin wrote:
> > atomic_cmpset_int(&iniseed_state, ARC4_ENTER_NONE,
> > ARC4_ENTER_HAVE);
> > break;
Updated version (I hope, final):
--- sys/libkern.h.old 2012-01-16 07:15:12.0 +0400
+++ sys/libkern.h 201
Author: ken
Date: Thu Jan 26 16:35:09 2012
New Revision: 230587
URL: http://svn.freebsd.org/changeset/base/230587
Log:
Xen netback driver rewrite.
share/man/man4/Makefile,
share/man/man4/xnb.4,
sys/dev/xen/netback/netback.c,
sys/dev/xen/netback/netback_unit_tests.c:
Rewrote
On Thursday, January 26, 2012 10:56:27 am Andrey Chernov wrote:
> > On Thu, Jan 26, 2012 at 08:39:07AM -0500, John Baldwin wrote:
> > > atomic_cmpset_int(&iniseed_state, ARC4_ENTER_NONE,
ARC4_ENTER_HAVE);
> > > break;
>
> Updated version (I hope, final):
>
> --- sys/libkern.h
On Thu, Jan 26, 2012 at 11:32:38AM -0500, John Baldwin wrote:
> On Thursday, January 26, 2012 10:56:27 am Andrey Chernov wrote:
> > > On Thu, Jan 26, 2012 at 08:39:07AM -0500, John Baldwin wrote:
> > > > atomic_cmpset_int(&iniseed_state, ARC4_ENTER_NONE,
> ARC4_ENTER_HAVE);
> > > >
On 01/26/2012 03:55, Luigi Rizzo wrote:
Author: luigi
Date: Thu Jan 26 09:55:16 2012
New Revision: 230572
URL: http://svn.freebsd.org/changeset/base/230572
Log:
ixgbe changes:
- remove experimental code for disabling CRC
- use the correct constant for conversion between interrupt rate
Author: sbruno
Date: Thu Jan 26 17:04:17 2012
New Revision: 230588
URL: http://svn.freebsd.org/changeset/base/230588
Log:
Update PCI IDs for ciss controllers that are supported by this driver.
Submitted by: scott.ben...@hp.com
Obtained from:Yahoo! Inc and HP
MFC after:1 week
Author: ken
Date: Thu Jan 26 17:28:33 2012
New Revision: 230589
URL: http://svn.freebsd.org/changeset/base/230589
Log:
Start sentences on a new line, and fix a few other nits.
Prompted by: gjb
MFC after:1 week
Modified:
head/share/man/man4/xnb.4
Modified: head/share/man/man4/xnb.
> On Thu, Jan 26, 2012 at 11:32:38AM -0500, John Baldwin wrote:
> > Atomics don't operate on enums. You'll need to make it an int and just use
> > #define's for the 3 states.
--- sys/libkern.h.old 2012-01-16 07:15:12.0 +0400
+++ sys/libkern.h 2012-01-26 21:40:21.0 +0400
@
On Thu, Jan 26, 2012, Andrey Chernov wrote:
> On Thu, Jan 26, 2012 at 11:32:38AM -0500, John Baldwin wrote:
> > On Thursday, January 26, 2012 10:56:27 am Andrey Chernov wrote:
> > > > On Thu, Jan 26, 2012 at 08:39:07AM -0500, John Baldwin wrote:
> > > > > atomic_cmpset_int(&iniseed_st
On Thu, Jan 26, 2012 at 11:32:38AM -0500, John Baldwin wrote:
> On Thursday, January 26, 2012 10:56:27 am Andrey Chernov wrote:
> > > On Thu, Jan 26, 2012 at 08:39:07AM -0500, John Baldwin wrote:
> > > > atomic_cmpset_int(&iniseed_state, ARC4_ENTER_NONE,
> ARC4_ENTER_HAVE);
> > > >
On Thu, Jan 26, 2012 at 06:34:13PM +0100, Stefan Farfeleder wrote:
>
> The type of an enumerator actually is `int', so it should be fine.
Please ignore that, I misread the diff.
Stefan
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/m
Author: ken
Date: Thu Jan 26 18:09:28 2012
New Revision: 230590
URL: http://svn.freebsd.org/changeset/base/230590
Log:
Add CAM infrastructure to allow reporting when a drive's long read capacity
data changes.
cam_ccb.h:Add a new advanced information type, CDAI_TYPE_RCAPLONG,
On Thu, Jan 26, 2012 at 12:52:43PM -0500, David Schultz wrote:
> Why complicate things with atomics at all? A race might result in
> arc4random(9) being seeded multiple times, but that's harmless.
Multiply seeding in line is harmless, just waste of time and resources.
Other case is one missing se
Author: trasz
Date: Thu Jan 26 18:16:16 2012
New Revision: 230591
URL: http://svn.freebsd.org/changeset/base/230591
Log:
More mdconfig(8) tests.
Modified:
head/tools/regression/sbin/mdconfig/mdconfig.test
Modified: head/tools/regression/sbin/mdconfig/mdconfig.test
===
Author: ken
Date: Thu Jan 26 18:17:21 2012
New Revision: 230592
URL: http://svn.freebsd.org/changeset/base/230592
Log:
Bring in the LSI-supported version of the mps(4) driver.
This involves significant changes to the mps(4) driver, but is not a
complete rewrite.
Some of the changes i
Author: ken
Date: Thu Jan 26 18:18:47 2012
New Revision: 230593
URL: http://svn.freebsd.org/changeset/base/230593
Log:
Remove the blank line between the license and .Dd
Prompted by: brueffer
MFC after:1 week
Modified:
head/share/man/man4/xnb.4
Modified: head/share/man/man4/xnb.4
David Schultz writes:
> > Although current version with current kernel flags works, I forget
> > it is implementation defined in general and not always equal to
> > sizeof(int), f.e. with gcc --short-enums. I'll remade it with
> > #defines, thanx again.
>
> Why complicate things with atomics at all
Author: glebius
Date: Thu Jan 26 19:11:08 2012
New Revision: 230594
URL: http://svn.freebsd.org/changeset/base/230594
Log:
- Rewrite paragraphs about preemption.
- Avoid word combination "carp interface".
Prodded by: az
Modified:
head/share/man/man4/carp.4
Modified: head/share/man/m
Author: dumbbell
Date: Thu Jan 26 19:15:13 2012
New Revision: 230595
URL: http://svn.freebsd.org/changeset/base/230595
Log:
MFC r227992:
Prevent a division by zero with some broken batteries
This problem was seen on a laptop with a dead battery.
Modified:
stable/9/sys/dev/acpica/acp
Author: dumbbell
Date: Thu Jan 26 19:18:10 2012
New Revision: 230596
URL: http://svn.freebsd.org/changeset/base/230596
Log:
MFC r227992:
Prevent a division by zero with some broken batteries
This problem was seen on a laptop with a dead battery.
Modified:
stable/8/sys/dev/acpica/acp
Author: dumbbell
Date: Thu Jan 26 19:46:13 2012
New Revision: 230597
URL: http://svn.freebsd.org/changeset/base/230597
Log:
MFC r228259:
Support domain-search in dhclient(8)
The "domain-search" option (option 119) allows a DHCP server to publish
a list of implicit domain suffixes used d
Author: kmacy
Date: Thu Jan 26 20:02:40 2012
New Revision: 230598
URL: http://svn.freebsd.org/changeset/base/230598
Log:
A flowtable entry can continue referencing an llentry indefinitely if the
entry is repeatedly
referenced within its timeout window. This change clears the LLE_VALID flag
w
Author: ghelmer
Date: Thu Jan 26 20:33:08 2012
New Revision: 230599
URL: http://svn.freebsd.org/changeset/base/230599
Log:
Restore the parenthesis that are necessary around the constant values.
Requested by bde.
Modified:
head/lib/libutil/libutil.h
Modified: head/lib/libutil/libutil.h
=
Author: ghelmer
Date: Thu Jan 26 20:35:01 2012
New Revision: 230600
URL: http://svn.freebsd.org/changeset/base/230600
Log:
Make the comments consistent (capitalization, punctuation, and
format).
Requested by bde
Modified:
head/lib/libutil/libutil.h
Modified: head/lib/libutil/libutil.h
Author: ghelmer
Date: Thu Jan 26 20:40:22 2012
New Revision: 230601
URL: http://svn.freebsd.org/changeset/base/230601
Log:
Consensus between bde and pjd seemed to be that if the function names
are lined up, then any * after a long type should appear after the
type instead of being in front o
Author: pfg
Date: Thu Jan 26 21:43:11 2012
New Revision: 230602
URL: http://svn.freebsd.org/changeset/base/230602
Log:
Minor cleanups to the csa snd driver.
Remove unneeded temporary variable (data) to better match the OSS code.
Remove some unused constants and type definitions.
Test
Author: dumbbell
Date: Thu Jan 26 22:01:05 2012
New Revision: 230603
URL: http://svn.freebsd.org/changeset/base/230603
Log:
MFC r228259:
Support domain-search in dhclient(8)
The "domain-search" option (option 119) allows a DHCP server to publish
a list of implicit domain suffixes used d
Author: qingli
Date: Fri Jan 27 02:13:27 2012
New Revision: 230604
URL: http://svn.freebsd.org/changeset/base/230604
Log:
MFC 227460
A default route learned from the RAs could be deleted manually
after its installation. This removal may be accidental and can
prevent the default route fr
Author: rmacklem
Date: Fri Jan 27 02:46:12 2012
New Revision: 230605
URL: http://svn.freebsd.org/changeset/base/230605
Log:
A problem with respect to data read through the buffer cache for both
NFS clients was reported to freebsd-fs@ under the subject "NFS
corruption in recent HEAD" on Nov.
On Thu, 26 Jan 2012, Guy Helmer wrote:
Log:
Make the comments consistent (capitalization, punctuation, and
format).
Requested by bde
Thanks. Sorry I never got around to replying to your mail that contained
a patch for this. It seemed complete and correct.
Bruce
_
Author: pluknet
Date: Fri Jan 27 07:15:14 2012
New Revision: 230607
URL: http://svn.freebsd.org/changeset/base/230607
Log:
MFC r230496: Remove the stale XXX rt_newaddrmsg comment.
Modified:
stable/9/sys/netinet6/in6.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/amd6
"Andrey V. Elsukov" wrote
in <4f2115a2.2010...@freebsd.org>:
ae> On 26.01.2012 12:51, Andrey V. Elsukov wrote:
ae> > Author: ae
ae> > Date: Thu Jan 26 08:51:23 2012
ae> > New Revision: 230568
ae> > URL: http://svn.freebsd.org/changeset/base/230568
ae> >
ae> > Log:
ae> > Disable integrity chec
Author: pluknet
Date: Fri Jan 27 07:37:10 2012
New Revision: 230608
URL: http://svn.freebsd.org/changeset/base/230608
Log:
MFC r230496: Remove the stale XXX rt_newaddrmsg comment.
Modified:
stable/8/sys/netinet6/in6.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd6
61 matches
Mail list logo