Author: sam
Date: Wed Dec 24 06:59:07 2008
New Revision: 186475
URL: http://svn.freebsd.org/changeset/base/186475
Log:
must pack structures for architectures like arm
Reviewed by: thompsa
Modified:
head/sys/dev/usb/umass.c
Modified: head/sys/dev/usb/umass.c
Author: kmacy
Date: Wed Dec 24 05:31:26 2008
New Revision: 186474
URL: http://svn.freebsd.org/changeset/base/186474
Log:
Fix missed unlock and reference drop of lle
Found by: pho
Modified:
head/sys/netinet/if_ether.c
Modified: head/sys/netinet/if_ether.c
Author: lstewart
Date: Wed Dec 24 04:42:13 2008
New Revision: 186472
URL: http://svn.freebsd.org/changeset/base/186472
Log:
There are some phat diffs going into head...
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.conf
=
On Wed, Dec 24, 2008 at 10:24:38AM +0800, Ganbold wrote:
>
> Thanks a lot Robert.
> Together with kib@'s agp patch (Revision: 186433) this makes
> Xorg work with G45 graphics on CURRENT.
>
Can you please trim your replies when the reply lacks any
pertinent content?
--
Steve
_
Author: obrien
Date: Wed Dec 24 03:07:19 2008
New Revision: 186471
URL: http://svn.freebsd.org/changeset/base/186471
Log:
Garbage collect 'fflags'.
Modified:
head/sbin/fsck_ffs/main.c
Modified: head/sbin/fsck_ffs/main.c
Robert Noland wrote:
Author: rnoland
Date: Tue Dec 23 16:16:30 2008
New Revision: 186434
URL: http://svn.freebsd.org/changeset/base/186434
Log:
Fix up handling of Intel G4X chips some more.
Note that you need at least xf86-video-intel 2.4.3 for this to work.
The G4X doesn't put the GAT
Konstantin Belousov wrote:
Author: kib
Date: Tue Dec 23 16:04:33 2008
New Revision: 186433
URL: http://svn.freebsd.org/changeset/base/186433
Log:
Clear busy state on the pages which are after the one that failed the bind
attempt.
Reported and tested by: ganbold
Reviewed by: rnoland
Author: kmacy
Date: Wed Dec 24 01:08:18 2008
New Revision: 186468
URL: http://svn.freebsd.org/changeset/base/186468
Log:
avoid lock recursion by deferring the link check until after LLE lock is
dropped
Modified:
head/sys/netinet6/nd6_nbr.c
Modified: head/sys/netinet6/nd6_nbr.c
=
Author: emax
Date: Wed Dec 24 00:00:52 2008
New Revision: 186466
URL: http://svn.freebsd.org/changeset/base/186466
Log:
Change message severity level from WARN to INFO. This should reduce
amount of messages sent to syslog
MFC after:1 week
Modified:
head/sys/netgraph/bluetooth/hci/n
Author: rnoland
Date: Tue Dec 23 22:53:57 2008
New Revision: 186465
URL: http://svn.freebsd.org/changeset/base/186465
Log:
Only set registers if irqs are enabled
Approved by: kib
Obtained from:drm git
Modified:
head/sys/dev/drm/radeon_irq.c
Modified: head/sys/dev/drm/radeon_i
Author: dougb
Date: Tue Dec 23 22:51:10 2008
New Revision: 186464
URL: http://svn.freebsd.org/changeset/base/186464
Log:
Update bmake glue for changes in 9.4.3
Modified:
head/share/doc/bind9/Makefile
head/usr.bin/nsupdate/Makefile
Modified: head/share/doc/bind9/Makefile
===
Author: dougb
Date: Tue Dec 23 22:50:39 2008
New Revision: 186463
URL: http://svn.freebsd.org/changeset/base/186463
Log:
Updates for version 9.4.3
Modified:
head/lib/bind/bind/config.h
head/lib/bind/bind/port_after.h
head/lib/bind/bind/port_before.h
head/lib/bind/config.h
head/lib/bin
On Tue, 23 Dec 2008, Robert Watson wrote:
Hi,
In IPv4 we've eliminated use of ipprotosw, although we still have
ipprotosw.h, which should go away as it's unused; I'd like to see ip6protosw
go away as well. The domain registration code assumes that when an array of
protocols are registered, t
Author: dougb
Date: Tue Dec 23 22:47:56 2008
New Revision: 186462
URL: http://svn.freebsd.org/changeset/base/186462
Log:
Merge from vendor/bind9/dist as of the 9.4.3 import
Added:
head/contrib/bind9/aclocal.m4
- copied unchanged from r186452, vendor/bind9/dist/aclocal.m4
head/contrib/b
Author: marcel
Date: Tue Dec 23 22:20:59 2008
New Revision: 186461
URL: http://svn.freebsd.org/changeset/base/186461
Log:
Add support for the FPA floating-point format on ARM. The
FPA floating-point format is identical to the VFP format,
but is always stored in big-endian.
Introduce _IEEE_
On Tue, Dec 23, 2008 at 08:43:42PM +, Joe Marcus Clarke wrote:
> Author: marcus (doc,ports committer)
> Date: Tue Dec 23 20:43:42 2008
> New Revision: 186458
> URL: http://svn.freebsd.org/changeset/base/186458
>
> Log:
> Do not KASSERT when vp->v_dd is NULL. Only directories which have had
Author: marcus (doc,ports committer)
Date: Tue Dec 23 20:43:42 2008
New Revision: 186458
URL: http://svn.freebsd.org/changeset/base/186458
Log:
Do not KASSERT when vp->v_dd is NULL. Only directories which have had ".."
looked up would have v_dd set to a non-NULL value. This fixes a panic
s
Author: gnn
Date: Tue Dec 23 20:25:04 2008
New Revision: 186457
URL: http://svn.freebsd.org/changeset/base/186457
Log:
Add a new program, ether_reflect, which is useful in testing ethernet
devices and switches.
Added:
head/tools/tools/ether_reflect/
head/tools/tools/ether_reflect/Makefile
Author: gnn
Date: Tue Dec 23 20:07:51 2008
New Revision: 186456
URL: http://svn.freebsd.org/changeset/base/186456
Log:
Fix a bug in the man page where we were not showing the correct flags
in the explanation. Several of the flags were -i, since it was a copy/paste
operation.
Modified:
hea
Author: kib
Date: Tue Dec 23 20:04:31 2008
New Revision: 186455
URL: http://svn.freebsd.org/changeset/base/186455
Log:
Keep the hold on the vnode during VOP_VPTOCNP() call, allowing the vop
implementation to drop vnode lock, if needed.
Reported and tested by: pho
Modified:
head/s
Author: thompsa
Date: Tue Dec 23 19:59:21 2008
New Revision: 186454
URL: http://svn.freebsd.org/changeset/base/186454
Log:
Remove CALLOUT_RETURNUNLOCKED from the callouts, there is no reason for them
to
drop the lock for us.
Modified:
head/sys/dev/usb2/controller/at91dci.c
head/sys/dev/u
Author: gnn
Date: Tue Dec 23 19:46:12 2008
New Revision: 186453
URL: http://svn.freebsd.org/changeset/base/186453
Log:
Add the mctest program and description to the README.
Modified:
head/tools/tools/README
Modified: head/tools/tools/README
===
Author: dougb
Date: Tue Dec 23 19:19:45 2008
New Revision: 186452
URL: http://svn.freebsd.org/changeset/base/186452
Log:
The lib/bind directory has its own configure script. Update accordingly.
Modified:
vendor/bind9/dist/FREEBSD-Upgrade
vendor/bind9/dist/FREEBSD-Xlist
Modified: vendor/bi
Author: dougb
Date: Tue Dec 23 19:18:41 2008
New Revision: 186451
URL: http://svn.freebsd.org/changeset/base/186451
Log:
Vendor import of BIND 9.4.3
Added:
vendor/bind9/dist/aclocal.m4
vendor/bind9/dist/config.h.in (contents, props changed)
vendor/bind9/dist/lib/bind/aclocal.m4
vendor
Author: dougb
Date: Tue Dec 23 19:15:04 2008
New Revision: 186450
URL: http://svn.freebsd.org/changeset/base/186450
Log:
Update copyrights and comments as of 9.4.3 (no functional changes)
Modified:
head/lib/bind/dns/code.h
head/lib/bind/dns/dns/enumclass.h
head/lib/bind/dns/dns/enumtype.h
Author: dougb
Date: Tue Dec 23 18:36:21 2008
New Revision: 186449
URL: http://svn.freebsd.org/changeset/base/186449
Log:
Tag the 9.4.3 release
Added:
vendor/bind9/9.4.3/
- copied from r186448, vendor/bind9/dist/
___
svn-src-all@freebsd.org mail
Author: dougb
Date: Tue Dec 23 18:35:21 2008
New Revision: 186448
URL: http://svn.freebsd.org/changeset/base/186448
Log:
Vendor import of BIND 9.4.3
Added:
vendor/bind9/dist/bin/nsupdate/nsupdate.1 (contents, props changed)
vendor/bind9/dist/doc/misc/sort-options.pl (contents, props cha
Author: dougb
Date: Tue Dec 23 18:31:38 2008
New Revision: 186447
URL: http://svn.freebsd.org/changeset/base/186447
Log:
Minor tweak to reflect my actual process.
Modified:
vendor/bind9/dist/FREEBSD-Upgrade
Modified: vendor/bind9/dist/FREEBSD-Upgrade
=
Author: dougb
Date: Tue Dec 23 18:30:32 2008
New Revision: 186446
URL: http://svn.freebsd.org/changeset/base/186446
Log:
This directory was added to src/contrib/bind9 prior to the svn move so
that BIND 9.4.1 could compile and run on the ARM platform, but is not
part of the vendor source. It
On Sun, Dec 21, 2008 at 10:15:21AM -0200, Carlos A. M. dos Santos wrote:
> On Fri, Dec 19, 2008 at 6:20 PM, David E. O'Brien wrote:
> > Author: obrien
> > Date: Fri Dec 19 20:20:14 2008
> > New Revision: 186337
> > URL: http://svn.freebsd.org/changeset/base/186337
> >
> > Log:
> > burncd(8) doesn
Author: trhodes
Date: Tue Dec 23 18:00:33 2008
New Revision: 186445
URL: http://svn.freebsd.org/changeset/base/186445
Log:
Netgroup database can be centralized via NIS, list it.
Add a missing comma and bump doc date.
PR: 127602
Submitted by: Dmitry Sivachenko
Modified:
hea
Author: obrien
Date: Tue Dec 23 17:57:17 2008
New Revision: 186444
URL: http://svn.freebsd.org/changeset/base/186444
Log:
Make signal handler safer.
Submitted by: Jaakko Heinonen
Modified:
head/usr.sbin/burncd/burncd.c
Modified: head/usr.sbin/burncd/burncd.c
===
Author: hrs
Date: Tue Dec 23 17:55:37 2008
New Revision: 186443
URL: http://svn.freebsd.org/changeset/base/186443
Log:
Document SA-08:12 and 13.
Modified:
stable/6/release/doc/en_US.ISO8859-1/errata/article.sgml
Modified: stable/6/release/doc/en_US.ISO8859-1/errata/article.sgml
=
Author: hrs
Date: Tue Dec 23 17:55:07 2008
New Revision: 186442
URL: http://svn.freebsd.org/changeset/base/186442
Log:
Document SA-08:07, 08, 09, 10, 11, 12, and 13.
Approved by: re (implicit)
Modified:
stable/7/release/doc/en_US.ISO8859-1/errata/article.sgml
Modified: stable/7/release
Author: sam
Date: Tue Dec 23 17:40:02 2008
New Revision: 186441
URL: http://svn.freebsd.org/changeset/base/186441
Log:
move IXP4XX EHCI bus shim to the usb directory and rename
Added:
head/sys/dev/usb/ehci_ixp4xx.c (props changed)
- copied unchanged from r186438, head/sys/arm/xscale/ix
Author: trhodes
Date: Tue Dec 23 17:39:24 2008
New Revision: 186440
URL: http://svn.freebsd.org/changeset/base/186440
Log:
Add "crit" to the list of keywords.
PR: 126934
Modified:
head/usr.sbin/syslogd/syslog.conf.5
Modified: head/usr.sbin/syslogd/syslog.conf.5
===
Author: thompsa
Date: Tue Dec 23 17:36:25 2008
New Revision: 186439
URL: http://svn.freebsd.org/changeset/base/186439
Log:
Name the bus mutex by the controller name, this allows each bus to be
distinguished in lock profiling, etc.
Modified:
head/sys/dev/usb2/controller/at91dci_atmelarm.c
:52:03 2008(r186437)
@@ -14,6 +14,8 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20081223: ipprotosw.h removed
+OLD_FILES+=usr/include/netinet/ipprotosw.h
# 20081123: vfs_mountedon.9 removed
OLD_FILES+=usr/share/man/man9/vfs_mountedon.9.gz
On Thu, Dec 18, 2008 at 01:13:30PM -0700, M. Warner Losh wrote:
> In message: <200812181844.mbiiikvf049...@svn.freebsd.org>
> : Log:
> : Be a little bit more pestimistic in argument handling - check if
..
> : + if (MAX_ARGS <= argc )
> : + errx(1, "Cannot process more than %d mount a
Author: bz
Date: Tue Dec 23 16:54:00 2008
New Revision: 186438
URL: http://svn.freebsd.org/changeset/base/186438
Log:
pr_pfh has been gone from protosw since r120386 (more than 5 years ago).
MFC after:4 weeks
Modified:
head/share/man/man9/domain.9
Modified: head/share/man/man9/domai
Author: bz
Date: Tue Dec 23 16:49:07 2008
New Revision: 186436
URL: http://svn.freebsd.org/changeset/base/186436
Log:
Check for ipprotosw.h more precisely.
It hasn't been needed for more than 5 years, since r120386.
MFC after:4 weeks
Modified:
head/sys/contrib/ipfilter/netinet/ip_f
Author: ivoras
Date: Tue Dec 23 16:19:59 2008
New Revision: 186435
URL: http://svn.freebsd.org/changeset/base/186435
Log:
Add missing newlines to flags tags of CPU topology, for prettier
output.
Reviewed by: jeff (original version)
Approved by: gnn (mentor) (original version)
Modifie
Author: rnoland
Date: Tue Dec 23 16:16:30 2008
New Revision: 186434
URL: http://svn.freebsd.org/changeset/base/186434
Log:
Fix up handling of Intel G4X chips some more.
Note that you need at least xf86-video-intel 2.4.3 for this to work.
The G4X doesn't put the GATT into the same area of
Author: kib
Date: Tue Dec 23 16:04:33 2008
New Revision: 186433
URL: http://svn.freebsd.org/changeset/base/186433
Log:
Clear busy state on the pages which are after the one that failed the bind
attempt.
Reported and tested by: ganbold
Reviewed by: rnoland
MFC after:2 weeks
Author: thompsa
Date: Tue Dec 23 15:47:31 2008
New Revision: 186432
URL: http://svn.freebsd.org/changeset/base/186432
Log:
Move another block of ASUS events to devd/asus.conf that were missed in
r186249
Modified:
head/etc/devd.conf
head/etc/devd/asus.conf
Modified: head/etc/devd.conf
Author: trhodes
Date: Tue Dec 23 15:00:03 2008
New Revision: 186431
URL: http://svn.freebsd.org/changeset/base/186431
Log:
Note that when shutdown is run without options, it will place
the system into single user mode at the time specified.
PR: 129765
Modified:
head/sbin/shut
Author: mav
Date: Tue Dec 23 14:58:08 2008
New Revision: 186430
URL: http://svn.freebsd.org/changeset/base/186430
Log:
Organize Conexant codecs.
Add CX20561 (Hermosa) codec ID.
Modified:
head/sys/dev/sound/pci/hda/hdac.c
Modified: head/sys/dev/sound/pci/hda/hdac.c
=
Author: trhodes
Date: Tue Dec 23 13:35:26 2008
New Revision: 186429
URL: http://svn.freebsd.org/changeset/base/186429
Log:
Document the "-o large" option.
PR: 129792
Modified:
head/sbin/mount_msdosfs/mount_msdosfs.8
Modified: head/sbin/mount_msdosfs/mount_msdosfs.8
===
Author: remko
Date: Tue Dec 23 13:09:17 2008
New Revision: 186428
URL: http://svn.freebsd.org/changeset/base/186428
Log:
Add support for the HP 4470C scanner.
Note that there is no working backend (or at least
that is mentioned in the PR ticket) but the device
is now supported on our en
Author: remko
Date: Tue Dec 23 12:44:18 2008
New Revision: 186427
URL: http://svn.freebsd.org/changeset/base/186427
Log:
Add support for the MaxSream USB test carrier.
PR: 117546
Submitted by: Daniel J. O'Connor
MFC after:1 week
Modified:
head/sys/dev/usb/uftdi.c
hea
Author: remko
Date: Tue Dec 23 12:15:21 2008
New Revision: 186426
URL: http://svn.freebsd.org/changeset/base/186426
Log:
Add support for 2 EVDO devices.
PR: 119150
Submitted by: lioux
MFC after:1 week
Modified:
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb/usbdev
Author: jkoshy
Date: Tue Dec 23 12:08:06 2008
New Revision: 186425
URL: http://svn.freebsd.org/changeset/base/186425
Log:
Close the read side of the pipe to self when exiting.
Modified:
head/usr.sbin/pmcstat/pmcstat.c
Modified: head/usr.sbin/pmcstat/pmcstat.c
On Mon, 22 Dec 2008, Bjoern A. Zeeb wrote:
Author: bz
Date: Mon Dec 22 12:54:52 2008
New Revision: 186393
URL: http://svn.freebsd.org/changeset/base/186393
Log:
Correct variable name in comment.
In IPv4 we've eliminated use of ipprotosw, although we still have ipprotosw.h,
which should go a
Author: remko
Date: Tue Dec 23 09:11:05 2008
New Revision: 186424
URL: http://svn.freebsd.org/changeset/base/186424
Log:
Add quirk for the Storcase InfoStation 12bay
SATA to FC SAN.
PR: 129858
Submitted by: Nick Triantos
MFC after:1 week
Modified:
head/sys/cam/scsi/s
54 matches
Mail list logo