Author: mav
Date: Thu Dec 10 09:26:56 2009
New Revision: 200353
URL: http://svn.freebsd.org/changeset/base/200353
Log:
Limit maximum I/O size, depending on command set supported by device.
It is required to suppot non-LBA48 devices with MAXPHYS above 128K.
Same is done in ada(4).
Modified:
Author: luigi
Date: Thu Dec 10 10:34:30 2009
New Revision: 200354
URL: http://svn.freebsd.org/changeset/base/200354
Log:
No functional changes (who dares to touch this code!) but:
- cast the result of LEN() to int as this is the main usage.
- use LEN() in one place where it was forgotten.
Author: syrinx
Date: Thu Dec 10 11:52:16 2009
New Revision: 200355
URL: http://svn.freebsd.org/changeset/base/200355
Log:
MFC r200063
Fix a problem with high CPU consumption (up to 30%) by bsnmpd on a loaded
system.
Instead of constantly calling the mibII_idle function when the server is
On Wednesday 09 December 2009 7:24:28 pm Robert Watson wrote:
> On Wed, 9 Dec 2009, Andrew Gallatin wrote:
>
> > John Baldwin wrote:
> >
> >> The fact that we don't fail attempts to use pshared outright is probably
> >> dubious. They cannot possibly work as currently implemented aside from
> >>
Author: kib
Date: Thu Dec 10 14:41:47 2009
New Revision: 200356
URL: http://svn.freebsd.org/changeset/base/200356
Log:
Record part of history I participated in.
No objections from: ed, pho
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/committers-src.dot
==
Author: jhb
Date: Thu Dec 10 14:54:29 2009
New Revision: 200357
URL: http://svn.freebsd.org/changeset/base/200357
Log:
Don't warn about an RSDP with a corrupt checksum. The kernel does a better
job about warning about these things later and this message can be
confusing.
Submitted by:
Author: luigi
Date: Thu Dec 10 15:17:34 2009
New Revision: 200358
URL: http://svn.freebsd.org/changeset/base/200358
Log:
centralize the code to free a packet (or a chain) while in dummynet.
Remove an old macro and its stale comment.
Modified:
head/sys/netinet/ipfw/ip_dummynet.c
Modified: h
On Thu, Dec 03, 2009 at 06:02:55PM +, Roman Divacky wrote:
> Author: rdivacky
> Date: Thu Dec 3 18:02:55 2009
> New Revision: 200068
> URL: http://svn.freebsd.org/changeset/base/200068
>
> Log:
> Connect unzip to the build.
>
> Approved by:ed (mentor)
> Approved by:de
Author: takawata
Date: Thu Dec 10 16:55:16 2009
New Revision: 200359
URL: http://svn.freebsd.org/changeset/base/200359
Log:
Add module dependency for cam if configured as ATA_CAM.
Modified:
head/sys/dev/ata/ata-all.c
Modified: head/sys/dev/ata/ata-all.c
==
On Thu, Dec 10, 2009 at 05:31:19PM +0100, Stefan Farfeleder wrote:
> On Thu, Dec 03, 2009 at 06:02:55PM +, Roman Divacky wrote:
> > Author: rdivacky
> > Date: Thu Dec 3 18:02:55 2009
> > New Revision: 200068
> > URL: http://svn.freebsd.org/changeset/base/200068
> >
> > Log:
> > Connect unzi
Author: luigi
Date: Thu Dec 10 18:34:07 2009
New Revision: 200360
URL: http://svn.freebsd.org/changeset/base/200360
Log:
when draining a flowset free the entire chain, not just one packet.
Modified:
head/sys/netinet/ipfw/ip_dummynet.c
Modified: head/sys/netinet/ipfw/ip_dummynet.c
===
Author: luigi
Date: Thu Dec 10 18:37:14 2009
New Revision: 200361
URL: http://svn.freebsd.org/changeset/base/200361
Log:
use div64 when converting back the burst value for userland
Modified:
head/sys/netinet/ipfw/ip_dummynet.c
Modified: head/sys/netinet/ipfw/ip_dummynet.c
===
Author: pjd
Date: Thu Dec 10 18:38:40 2009
New Revision: 200362
URL: http://svn.freebsd.org/changeset/base/200362
Log:
MFC r200124,r200126,
r200124:
Avoid using additional variable for storing an error if we are not going
to do anything with it.
r200126:
Fix deadlock when Z
Author: delphij
Date: Thu Dec 10 21:15:08 2009
New Revision: 200364
URL: http://svn.freebsd.org/changeset/base/200364
Log:
Allow commits to contrib/expat.
Modified:
svnadmin/conf/paths
Modified: svnadmin/conf/paths
=
Author: delphij
Date: Thu Dec 10 21:15:25 2009
New Revision: 200365
URL: http://svn.freebsd.org/changeset/base/200365
Log:
Flattern all tags and dist tree for expat.
Added:
vendor/expat/1.95.5/COPYING
- copied unchanged from r200363, vendor/expat/1.95.5/contrib/expat/COPYING
vendor/exp
Author: brooks
Date: Thu Dec 10 21:16:16 2009
New Revision: 200366
URL: http://svn.freebsd.org/changeset/base/200366
Log:
Add a missing else that negated the truncation of ki_ngroups to
NGROUPS.
Submitted by: Dmitry Pryanishnikov
Modified:
head/lib/libkvm/kvm_proc.c
Modified: head/li
Author: delphij
Date: Thu Dec 10 21:18:53 2009
New Revision: 200367
URL: http://svn.freebsd.org/changeset/base/200367
Log:
Bootstrap merge history.
Modified:
Directory Properties:
head/contrib/expat/ (props changed)
___
svn-src-all@freebsd.org mai
On Tue, Dec 01, 2009 at 02:32:35AM +0200, Dmitry Pryanishnikov wrote:
>
> Hello!
>
>> Author: brooks
>> Date: Fri Jul 24 15:03:10 2009
>> New Revision: 195843
>> URL: http://svn.freebsd.org/changeset/base/195843
>>
>> Log:
>> Revert the changes to struct kinfo_proc in r194498. Instead, fill
>
Author: delphij
Date: Thu Dec 10 21:23:46 2009
New Revision: 200368
URL: http://svn.freebsd.org/changeset/base/200368
Log:
Correct a DoS issue when processing XML document with malformed
UTF-8 sequences.
Obtained from:expat CVS (revisions 1.14 and 1.15)
Security: CVE-2009-35
Author: ed
Date: Thu Dec 10 22:25:53 2009
New Revision: 200369
URL: http://svn.freebsd.org/changeset/base/200369
Log:
Update termcap entries for xterm.
It turns out these entries do make Terminal.app behave a little better.
According to Thomas Dickey, Terminal.app should use TERM=nsterm a
Author: mav
Date: Thu Dec 10 23:46:37 2009
New Revision: 200372
URL: http://svn.freebsd.org/changeset/base/200372
Log:
MFC r197044:
Actually component with the greatest priority is used by the prefer balance
algorithm.
Modified:
stable/8/sbin/geom/class/mirror/gmirror.8
Directory Properti
Author: mav
Date: Thu Dec 10 23:51:24 2009
New Revision: 200373
URL: http://svn.freebsd.org/changeset/base/200373
Log:
MFC r200282, r200290:
Change gmirror default balance algorithm from "split" to improved "load".
"split" is very ineffective for devices with rotating media as HDDs.
To be
Author: mav
Date: Fri Dec 11 00:00:18 2009
New Revision: 200374
URL: http://svn.freebsd.org/changeset/base/200374
Log:
MFC r200282, r200290:
Change gmirror default balance algorithm from "split" to improved "load".
"split" is very ineffective for devices with rotating media as HDDs.
To be
Author: mav
Date: Fri Dec 11 00:38:13 2009
New Revision: 200375
URL: http://svn.freebsd.org/changeset/base/200375
Log:
Add one more set of codec IDs.
Modified:
head/sys/dev/sound/pci/hda/hdac.c
Modified: head/sys/dev/sound/pci/hda/hdac.c
==
Author: thompsa
Date: Fri Dec 11 00:57:30 2009
New Revision: 200376
URL: http://svn.freebsd.org/changeset/base/200376
Log:
Revert r199331, the UM175 is in fact a cdc-acm device handled by umodem(4).
Modified:
head/sys/dev/usb/serial/u3g.c
Modified: head/sys/dev/usb/serial/u3g.c
=
Author: dougb
Date: Fri Dec 11 01:06:04 2009
New Revision: 200377
URL: http://svn.freebsd.org/changeset/base/200377
Log:
Update to the December 12, 2008 version of this file. The one
substantive change is to add the IPv6 address of L. The other
changes are all CAPS LOCK related.
Modified:
Author: mav
Date: Fri Dec 11 01:06:30 2009
New Revision: 200378
URL: http://svn.freebsd.org/changeset/base/200378
Log:
MFC r199846:
Add two Cirrus Logic codec IDs.
Add GPIO setting quirk for Apple MacBookPro5,5.
Submitted by: ed
Modified:
stable/8/sys/dev/sound/pci/hda/hdac.c
Direc
Author: mav
Date: Fri Dec 11 01:11:56 2009
New Revision: 200379
URL: http://svn.freebsd.org/changeset/base/200379
Log:
MFC r196762:
Improve HDA controller capabilities logging.
Modified:
stable/7/sys/dev/sound/pci/hda/hdac.c
stable/7/sys/dev/sound/pci/hda/hdac_private.h
stable/7/sys/dev
Author: mav
Date: Fri Dec 11 01:13:48 2009
New Revision: 200380
URL: http://svn.freebsd.org/changeset/base/200380
Log:
MFC r197017, r197018
Add Intel 82801JD (one more ICH10) HDA controller ID.
Add NVidia MCP89 HDA controller IDs.
Modified:
stable/7/sys/dev/sound/pci/hda/hdac.c
Directory
Author: mav
Date: Fri Dec 11 01:15:53 2009
New Revision: 200381
URL: http://svn.freebsd.org/changeset/base/200381
Log:
MFC r197611, r197640:
Add some bits of HDMI/DisplayPort support from later specification updates.
It may be not enough to make them work, but at least should give some
inf
Author: mav
Date: Fri Dec 11 01:17:49 2009
New Revision: 200382
URL: http://svn.freebsd.org/changeset/base/200382
Log:
MFC r199258, r199846:
Add more codec IDs.
Add two Cirrus Logic codec IDs.
Add GPIO setting quirk for Apple MacBookPro5,5.
Modified:
stable/7/sys/dev/sound/pci/hda/hdac.
Author: dougb
Date: Fri Dec 11 01:23:58 2009
New Revision: 200383
URL: http://svn.freebsd.org/changeset/base/200383
Log:
MFC r199958:
Update to BIND 9.6.1-P2. The vulnerability this is designed to fix is
related to DNSSEC validation on a resolving name server that allows
access to untru
Author: mav
Date: Fri Dec 11 01:25:10 2009
New Revision: 200384
URL: http://svn.freebsd.org/changeset/base/200384
Log:
MFC r188512:
Fix spelling a bit.
Modified:
stable/7/share/man/man4/snd_hda.4
Directory Properties:
stable/7/share/man/man4/ (props changed)
Modified: stable/7/share/ma
Author: mav
Date: Fri Dec 11 01:26:09 2009
New Revision: 200385
URL: http://svn.freebsd.org/changeset/base/200385
Log:
MFC r199247:
Remove part that HDMI is not implemented. It had different meaning and
confuse users.
Extend BUGS section.
Add some supported chipsets.
Modified:
stable/
Author: marcel
Date: Fri Dec 11 01:26:26 2009
New Revision: 200386
URL: http://svn.freebsd.org/changeset/base/200386
Log:
MFC rev 200240:
In exception_save, write-back ar.rnat after switching the backing-store.
PR: ia64/120315
Modified:
stable/8/sys/ia64/ia64/exception.S
Dire
Author: dougb
Date: Fri Dec 11 01:38:30 2009
New Revision: 200387
URL: http://svn.freebsd.org/changeset/base/200387
Log:
Vendor import of BIND 9.4.3-P4
Modified:
vendor/bind9/dist-9.4/CHANGES
vendor/bind9/dist-9.4/bin/named/query.c
vendor/bind9/dist-9.4/lib/dns/api
vendor/bind9/dist-9.4
Author: dougb
Date: Fri Dec 11 01:39:28 2009
New Revision: 200388
URL: http://svn.freebsd.org/changeset/base/200388
Log:
Tag the 9.4.3-P4 release
Added:
vendor/bind9/9.4.3-P4/
- copied from r200387, vendor/bind9/dist-9.4/
___
svn-src-all@freebs
Alexander Motin wrote:
Author: mav
Date: Thu Dec 10 23:51:24 2009
New Revision: 200373
URL: http://svn.freebsd.org/changeset/base/200373
Log:
MFC r200282, r200290:
Change gmirror default balance algorithm from "split" to improved "load".
"split" is very ineffective for devices with rotatin
Author: dougb
Date: Fri Dec 11 02:00:18 2009
New Revision: 200389
URL: http://svn.freebsd.org/changeset/base/200389
Log:
The mergeinfo on these 3 files has already been committed to
contrib/bind9, so remove it from the individual files.
Modified:
Directory Properties:
stable/7/contrib/bind9
Author: delphij
Date: Fri Dec 11 02:06:06 2009
New Revision: 200390
URL: http://svn.freebsd.org/changeset/base/200390
Log:
Apply a vendor fix (rev 1.165): Don't update next pointer since it could
confuse tokenizer.
Obtained from:expat CVS
Security: CVE-2009-3720
Modified:
Author: delphij
Date: Fri Dec 11 02:07:21 2009
New Revision: 200391
URL: http://svn.freebsd.org/changeset/base/200391
Log:
Tag the patched version as 2.0.1_1.
Added:
vendor/expat/2.0.1_1/
- copied from r200363, vendor/expat/dist/
vendor/expat/2.0.1_1/COPYING
- copied unchanged fro
Author: delphij
Date: Fri Dec 11 02:09:46 2009
New Revision: 200392
URL: http://svn.freebsd.org/changeset/base/200392
Log:
Apply two vendor fixes for CVE-2009-3720.
Security: CVE-2009-3720
MFC after:3 days
Modified:
head/contrib/expat/lib/xmlparse.c
head/contrib/expat/lib/xml
Author: dougb
Date: Fri Dec 11 02:23:04 2009
New Revision: 200393
URL: http://svn.freebsd.org/changeset/base/200393
Log:
Update to version 9.4.3-P4. The vulnerability this is designed to fix is
related to DNSSEC validation on a resolving name server that allows
access to untrusted users. If
Author: dougb
Date: Fri Dec 11 02:32:53 2009
New Revision: 200394
URL: http://svn.freebsd.org/changeset/base/200394
Log:
Add a big honkin' warning about not using DNSSEC with this version
of BIND. Also point out that it's EOL and give suggestions on upgrading.
Modified:
stable/6/etc/namedb/
Author: thompsa
Date: Fri Dec 11 02:44:15 2009
New Revision: 200395
URL: http://svn.freebsd.org/changeset/base/200395
Log:
Add a quirk for the Curitel UM175 where setting multiplexing for call
management over the data endpoint causes communication to die.
Take this one step further and mo
Author: thompsa
Date: Fri Dec 11 02:52:14 2009
New Revision: 200396
URL: http://svn.freebsd.org/changeset/base/200396
Log:
Wrap long lines.
Modified:
head/sys/dev/usb/quirk/usb_quirk.c
Modified: head/sys/dev/usb/quirk/usb_quirk.c
==
Author: marcel
Date: Fri Dec 11 03:08:07 2009
New Revision: 200397
URL: http://svn.freebsd.org/changeset/base/200397
Log:
Fix interrupt handling. It started off broken and grew worse over time.
The rewrite of the interrupt handler includes:
o loop until all pending interrupts are handled.
Author: dougb
Date: Fri Dec 11 04:14:44 2009
New Revision: 200398
URL: http://svn.freebsd.org/changeset/base/200398
Log:
Update these files to match current reality.
BIND 9.6 has diverged sufficiently from 9.4 to warrant slightly different
procedures, so stop pretending that they are inte
Author: syrinx
Date: Fri Dec 11 07:53:44 2009
New Revision: 200399
URL: http://svn.freebsd.org/changeset/base/200399
Log:
Add support for TACACS+ accounting to libtacplus(3).
Submitted by: Michael Pounov mi...@aitbg.com
OKed by: emaste
Modified:
head/lib/libtacplus/libtacplus.3
49 matches
Mail list logo