cvs commit: src/sys/sun4v/sun4v pmap.c tte_hash.c src/sys/sun4v/include tte_hash.h

2006-11-15 Thread Kip Macy
kmacy 2006-11-16 07:50:33 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v tte_hash.c pmap.c sys/sun4v/includette_hash.h Log: Resize the hash table upwards if the number of collision entries is greater than 1/4 of the total it is possible that the r

cvs commit: ports/www/nginx Makefile distinfo

2006-11-15 Thread Sergey A. Osokin
osa 2006-11-16 07:39:35 UTC FreeBSD ports repository Modified files: www/nginxMakefile distinfo Log: Update to 0.4.13. Revision ChangesPath 1.92 +1 -1 ports/www/nginx/Makefile 1.86 +3 -3 ports/www/nginx/distinfo __

cvs commit: src/sys/dev/bce if_bce.c if_bcereg.h

2006-11-15 Thread Scott Long
scottl 2006-11-16 06:28:54 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c if_bcereg.h Log: Due to an incorrect macro, it appears that this driver has always been accidentally truncating off the VLAN tag field in the TX descriptor. Fix this by split

cvs commit: ports/devel/autoconf-archive Makefile distinfo pkg-plist

2006-11-15 Thread Rong-En Fan
rafan 2006-11-16 06:13:41 UTC FreeBSD ports repository Modified files: devel/autoconf-archive Makefile distinfo pkg-plist Log: - Update to 2006-11-10 release PR: ports/105574 Submitted by: Martin Kammerhofer (maintainer) Revision ChangesPath 1.3

cvs commit: ports/devel/p5-PAR Makefile distinfo

2006-11-15 Thread Rong-En Fan
rafan 2006-11-16 06:00:28 UTC FreeBSD ports repository Modified files: devel/p5-PAR Makefile distinfo Log: - Update to 0.95.9 (distversion 0.959) Revision ChangesPath 1.28 +1 -1 ports/devel/p5-PAR/Makefile 1.21 +3 -3 ports/devel/p5-PAR/

Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_pci.c

2006-11-15 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Scott Long <[EMAIL PROTECTED]> writes: : M. Warner Losh wrote: : > In message: <[EMAIL PROTECTED]> : > Scott Long <[EMAIL PROTECTED]> writes: : > : M. Warner Losh wrote: : > : > In message: <[EMAIL PROTECTED]> : > : > John Baldwin

Re: cvs commit: src/sys/dev/mpt mpt_pci.c

2006-11-15 Thread Scott Long
[EMAIL PROTECTED] wrote: Just to increase the population, I've included Dell 2850 (both i386 and amd64 instantiations) as a 'success' bootverbose logs with 5 distinct MPT devices each with MSI-1. -matt Thanks. The the bce and mfi devices on the Dell 2950 also work. The if_em device on my

Re: cvs commit: src/sys/dev/mpt mpt_pci.c

2006-11-15 Thread mjacob
Just to increase the population, I've included Dell 2850 (both i386 and amd64 instantiations) as a 'success' bootverbose logs with 5 distinct MPT devices each with MSI-1. -matt ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/l

Re: cvs commit: src/sys/dev/mpt mpt_pci.c

2006-11-15 Thread mjacob
On Wed, 15 Nov 2006, Scott Long wrote: [EMAIL PROTECTED] wrote: see http://people.freebsd.org/~mjacob for 2 bootverbose files. Ah, it looks like the MPT chips support 8 messages. I think that John's patch assumes only 1 message for it. No, John's patch will only enable MSI for a count

cvs commit: src/release/doc/share/sgml release.ent

2006-11-15 Thread Bruce A. Mah
bmah2006-11-16 04:24:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_2) release/doc/share/sgml release.ent Log: Unbreak release notes build, caused by me giving incorrect information to [EMAIL PROTECTED] The entities indicating the type of release ar

Re: cvs commit: src/sys/dev/mpt mpt_pci.c

2006-11-15 Thread Scott Long
[EMAIL PROTECTED] wrote: see http://people.freebsd.org/~mjacob for 2 bootverbose files. Ah, it looks like the MPT chips support 8 messages. I think that John's patch assumes only 1 message for it. For some devices, requesting 1 message when N are available will work, but it really is undef

cvs commit: src/sys/dev/bce if_bce.c

2006-11-15 Thread John Polstra
jdp 2006-11-16 04:04:07 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c Log: In bce_start_locked, check the used_tx_bd count rather than the descriptor's mbuf pointer to see if the transmit ring is full. The mbuf pointer is set only in the last d

Re: cvs commit: src/sys/dev/mpt mpt_pci.c

2006-11-15 Thread mjacob
see http://people.freebsd.org/~mjacob for 2 bootverbose files. ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: src/sys/dev/mpt mpt_pci.c

2006-11-15 Thread Scott Long
[EMAIL PROTECTED] wrote: Could you please send the bootverbose output from these problem systems? Sure- I'll put the info up in http://people.freebsd.org/~mjacob shortly. Look- MSI is look a lot of other h/w features. It's been available in the h/w years before software has taken advantage

Re: cvs commit: src/sys/dev/mpt mpt_pci.c

2006-11-15 Thread mjacob
Could you please send the bootverbose output from these problem systems? Sure- I'll put the info up in http://people.freebsd.org/~mjacob shortly. Look- MSI is look a lot of other h/w features. It's been available in the h/w years before software has taken advantage of it, so the likelihood

Re: cvs commit: src/sys/dev/mpt mpt_pci.c

2006-11-15 Thread Scott Long
Could you please send the bootverbose output from these problem systems? Scott [EMAIL PROTECTED] wrote: MSI/MSI-X seemed work with MPT for SAS, 4Gb FibreChannel on one system (SuperMicro Xeon) and 2Gb FibreChannel on another (4xdual core Opteron), but failed for onboard MPT on that system

Re: cvs commit: src/sys/dev/mpt mpt_pci.c

2006-11-15 Thread mjacob
MSI/MSI-X seemed work with MPT for SAS, 4Gb FibreChannel on one system (SuperMicro Xeon) and 2Gb FibreChannel on another (4xdual core Opteron), but failed for onboard MPT on that system (dual core Opteron) mpt3: request 0x80e75050:96 timed out for ccb 0xff01433ec400 (req->ccb 0x

cvs commit: ports/lang/pike76 Makefile distinfo pkg-plist

2006-11-15 Thread Vanilla I. Shu
vanilla 2006-11-16 03:15:52 UTC FreeBSD ports repository Modified files: lang/pike76 Makefile distinfo pkg-plist Log: - Update to 7.6.94 PR: ports/105546 Submitted by: maintainer Revision ChangesPath 1.29 +2 -2 ports/lang/pike76

cvs commit: ports/www/cherokee Makefile ports/www/cherokee/files patch-cherokee-connection.c patch-cherokee-handler_cgi_base.c

2006-11-15 Thread Shaun Amott
shaun 2006-11-16 02:43:44 UTC FreeBSD ports repository Modified files: www/cherokee Makefile www/cherokee/files patch-cherokee-connection.c patch-cherokee-handler_cgi_base.c Log: Fix port - it compiled, but the daemon failed to start com

cvs commit: src/sys/dev/mpt mpt_pci.c

2006-11-15 Thread Matt Jacob
mjacob 2006-11-16 02:40:18 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_pci.c Log: After tests on 2 different AMD platforms with several different cards (SAS, 4Gb FC), MSI seems to work with the cards. This was of some concern because some PCI ca

cvs commit: src/sys/kern kern_condvar.c kern_synch.c subr_sleepqueue.c src/sys/sys sleepqueue.h src/share/man/man9 sleepqueue.9

2006-11-15 Thread Pawel Jakub Dawidek
pjd 2006-11-16 01:02:00 UTC FreeBSD src repository Modified files: sys/kern kern_condvar.c kern_synch.c subr_sleepqueue.c sys/sys sleepqueue.h share/man/man9 sleepqueue.9 Log: Change sleepq_add(9) argument fro

cvs commit: src/sys/boot/arm/at91/libat91 mci_device.c

2006-11-15 Thread Warner Losh
imp 2006-11-16 00:55:24 UTC FreeBSD src repository Removed files: sys/boot/arm/at91/libat91 mci_device.c Log: Mfp4: Remove mci_device.c. It should have been removed when it was merged ito sd-card.c, but this is an imperfect world. Revision ChangesPath 1.3

cvs commit: src/sys/boot/arm/at91/boot0 Makefile arm_init.s src/sys/boot/arm/at91/boot0iic Makefile src/sys/boot/arm/at91/boot0spi Makefile src/sys/boot/arm/at91/bootiic Makefile arm_init.S src/sys/bo

2006-11-15 Thread Warner Losh
imp 2006-11-16 00:53:28 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot0 Makefile sys/boot/arm/at91/boot0iic Makefile sys/boot/arm/at91/boot0spi Makefile sys/boot/arm/at91/bootiic Makefile sys/boot/arm/at91/bootspi Makefile Added files:

cvs commit: src/sys/boot/arm/at91/boot0iic main.c

2006-11-15 Thread Warner Losh
imp 2006-11-16 00:49:51 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot0iic main.c Log: MFp4: Don't fix the size at 8k, and some minor cleanups. andre@ contributed to fixing this problem. Revision ChangesPath 1.4 +11 -4 src/sys

cvs commit: src/sys/boot/arm/at91/boot0spi main.c

2006-11-15 Thread Warner Losh
imp 2006-11-16 00:48:53 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot0spi main.c Log: MFp4: Improvements, including the ability to download to an arbitrary part of the spi flash. Revision ChangesPath 1.4 +8 -5 src/sys/boot/ar

cvs commit: src/sys/boot/arm/at91/boot2 Makefile

2006-11-15 Thread Warner Losh
imp 2006-11-16 00:48:04 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot2 Makefile Log: Tweaks for better boot flavor support. Revision ChangesPath 1.3 +2 -5 src/sys/boot/arm/at91/boot2/Makefile _

cvs commit: src/sys/boot/arm/at91/boot2 boot2.c

2006-11-15 Thread Warner Losh
imp 2006-11-16 00:47:31 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot2 boot2.c Log: Mfp4: We no longer need ee.h included here. Revision ChangesPath 1.3 +0 -1 src/sys/boot/arm/at91/boot2/boot2.c __

cvs commit: ports/archivers/gtar Makefile pkg-plist

2006-11-15 Thread Tom McLaughlin
tmclaugh2006-11-16 00:46:12 UTC FreeBSD ports repository Modified files: archivers/gtar Makefile pkg-plist Log: dirrmtry some directories which will be leftover on deinstall. Notified by:My tinderbox Revision ChangesPath 1.49 +1 -0 ports/archi

cvs commit: src/sys/dev/isp isp.c isp_library.c ispmbox.h

2006-11-15 Thread Matt Jacob
mjacob 2006-11-16 00:39:56 UTC FreeBSD src repository Modified files: sys/dev/isp isp.c isp_library.c ispmbox.h Log: Increase the timeout for some SAN commands. Only complain about FC Reponse errors if they're nonzero. Shorten some PortID printouts for local l

cvs commit: src/sys/dev/isp isp.c isp_library.c

2006-11-15 Thread Matt Jacob
mjacob 2006-11-16 00:31:46 UTC FreeBSD src repository Modified files: sys/dev/isp isp.c isp_library.c Log: minor change to reduce some diff noise Revision ChangesPath 1.130 +2 -1 src/sys/dev/isp/isp.c 1.8 +1 -1 src/sys/dev/isp/isp_libra

cvs commit: ports/devel/xdg-utils Makefile distinfo

2006-11-15 Thread Michael Johnson
ahze2006-11-16 00:30:26 UTC FreeBSD ports repository Modified files: devel/xdg-utils Makefile distinfo Log: Update to 1.0.1 Revision ChangesPath 1.4 +3 -6 ports/devel/xdg-utils/Makefile 1.3 +3 -3 ports/devel/xdg-utils/distinfo

cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml

2006-11-15 Thread Emanuel Haupt
ehaupt 2006-11-16 00:09:42 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Sten Spans for dns/powerdns-recursor port Revision ChangesPath 1.641 +5 -0 doc/en_US.ISO8859-1/art

cvs commit: CVSROOT modules

2006-11-15 Thread Emanuel Haupt
ehaupt 2006-11-15 23:59:24 UTC FreeBSD ports repository Modified files: .modules Log: powerdns-recursor --> ports/dns/powerdns-recursor Revision ChangesPath 1.16616 +1 -0 CVSROOT/modules ___ cvs

cvs commit: ports/dns Makefile ports/dns/powerdns-recursor Makefile distinfo pkg-descr pkg-plist ports/dns/powerdns-recursor/files patch-makefile patch-manpages pdns-recursor.in pkg-message.in

2006-11-15 Thread Emanuel Haupt
ehaupt 2006-11-15 23:59:16 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/powerdns-recursor Makefile distinfo pkg-descr pkg-plist dns/powerdns-recursor/files patch-makefile patch-manpages pdns-r

cvs commit: doc/share/sgml mirrors.xml

2006-11-15 Thread Andrew Thompson
thompsa 2006-11-15 23:57:58 UTC FreeBSD doc repository (src committer) Modified files: share/sgml mirrors.xml Log: Add the new NZ cvsup mirror. Revision ChangesPath 1.54 +4 -0 doc/share/sgml/mirrors.xml _

Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_pci.c

2006-11-15 Thread Scott Long
M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> Scott Long <[EMAIL PROTECTED]> writes: : M. Warner Losh wrote: : > In message: <[EMAIL PROTECTED]> : > John Baldwin <[EMAIL PROTECTED]> writes: : > : On Wednesday 15 November 2006 17:51, M. Warner Losh wrote: : > : > In

Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_pci.c

2006-11-15 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Scott Long <[EMAIL PROTECTED]> writes: : M. Warner Losh wrote: : > In message: <[EMAIL PROTECTED]> : > John Baldwin <[EMAIL PROTECTED]> writes: : > : On Wednesday 15 November 2006 17:51, M. Warner Losh wrote: : > : > In message: <[EMAIL PROTEC

cvs commit: ports/science/py-scipy Makefile

2006-11-15 Thread Rong-En Fan
rafan 2006-11-15 23:38:52 UTC FreeBSD ports repository Modified files: science/py-scipy Makefile Log: - numpy provides f2py now and conflicts f2py. Remoe f2py from dependency. Approved by:Diane Bruce (maintainer) Revision ChangesPath 1.11 +1 -2

cvs commit: ports/lang/gcc41-withgcjawt Makefile ports/lang/gcc42-withgcjawt Makefile

2006-11-15 Thread Maho Nakata
maho2006-11-15 23:34:31 UTC FreeBSD ports repository Modified files: lang/gcc41-withgcjawt Makefile lang/gcc42-withgcjawt Makefile Log: Broken for !i386 Submitted by: kris via pointyhat Revision ChangesPath 1.11 +4 -0 ports/lang/gcc41-withgcj

Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_pci.c

2006-11-15 Thread Scott Long
M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> John Baldwin <[EMAIL PROTECTED]> writes: : On Wednesday 15 November 2006 17:51, M. Warner Losh wrote: : > In message: <[EMAIL PROTECTED]> : > Scott Long <[EMAIL PROTECTED]> writes: : > : John Baldwin wrote: : > : > On W

cvs commit: ports/devel/git Makefile distinfo pkg-plist

2006-11-15 Thread Eric Anholt
anholt 2006-11-15 23:16:33 UTC FreeBSD ports repository Modified files: devel/gitMakefile distinfo pkg-plist Log: [1] Update to 1.4.4 [2] Add emacs support files. PR: [2] ports/105519 Submitted by: [2] Max N. Boyarov <[EMAIL PROTECTED]> Re

Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_pci.c

2006-11-15 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Scott Long <[EMAIL PROTECTED]> writes: : John Baldwin wrote: : > On Wednesday 15 November 2006 17:51, M. Warner Losh wrote: : >> In message: <[EMAIL PROTECTED]> : >> Scott Long <[EMAIL PROTECTED]> writes: : >> : John Baldwin wrote: : >> : > On

cvs commit: ports/textproc/asciidoc Makefile distinfo pkg-plist

2006-11-15 Thread Eric Anholt
anholt 2006-11-15 23:12:11 UTC FreeBSD ports repository Modified files: textproc/asciidocMakefile distinfo pkg-plist Log: Update to 8.0.0. PR: ports/103290 Submitted by: ijliao Revision ChangesPath 1.3 +3 -4 ports/textproc/asciidoc

Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_pci.c

2006-11-15 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> John Baldwin <[EMAIL PROTECTED]> writes: : On Wednesday 15 November 2006 17:51, M. Warner Losh wrote: : > In message: <[EMAIL PROTECTED]> : > Scott Long <[EMAIL PROTECTED]> writes: : > : John Baldwin wrote: : > : > On Wednesday 15 November 200

Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_pci.c

2006-11-15 Thread Scott Long
John Baldwin wrote: On Wednesday 15 November 2006 17:51, M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> Scott Long <[EMAIL PROTECTED]> writes: : John Baldwin wrote: : > On Wednesday 15 November 2006 16:51, Ruslan Ermilov wrote: : >> On Thu, Nov 16, 2006 at 12:51:19AM +0300, Ru

Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_pci.c

2006-11-15 Thread John Baldwin
On Wednesday 15 November 2006 17:51, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Scott Long <[EMAIL PROTECTED]> writes: > : John Baldwin wrote: > : > On Wednesday 15 November 2006 16:51, Ruslan Ermilov wrote: > : >> On Thu, Nov 16, 2006 at 12:51:19AM +0300, Ruslan Ermilov

Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_pci.c

2006-11-15 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Scott Long <[EMAIL PROTECTED]> writes: : John Baldwin wrote: : > On Wednesday 15 November 2006 16:51, Ruslan Ermilov wrote: : >> On Thu, Nov 16, 2006 at 12:51:19AM +0300, Ruslan Ermilov wrote: : >>> On Wed, Nov 15, 2006 at 08:04:57PM +, John Baldwin w

Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_pci.c

2006-11-15 Thread Scott Long
John Baldwin wrote: On Wednesday 15 November 2006 16:51, Ruslan Ermilov wrote: On Thu, Nov 16, 2006 at 12:51:19AM +0300, Ruslan Ermilov wrote: On Wed, Nov 15, 2006 at 08:04:57PM +, John Baldwin wrote: jhb 2006-11-15 20:04:57 UTC FreeBSD src repository Modified files: sys/

cvs commit: src/release/doc/share/sgml release.ent

2006-11-15 Thread Ken Smith
kensmith2006-11-15 22:20:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_2) release/doc/share/sgml release.ent Log: Missed a piece that needs to be adjusted when shifting from a development branch to a release branch. Poked by: bmah Approved

Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_pci.c

2006-11-15 Thread John Baldwin
On Wednesday 15 November 2006 16:51, Ruslan Ermilov wrote: > On Thu, Nov 16, 2006 at 12:51:19AM +0300, Ruslan Ermilov wrote: > > On Wed, Nov 15, 2006 at 08:04:57PM +, John Baldwin wrote: > > > jhb 2006-11-15 20:04:57 UTC > > > > > > FreeBSD src repository > > > > > > Modified file

Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_pci.c

2006-11-15 Thread Ruslan Ermilov
On Thu, Nov 16, 2006 at 12:51:19AM +0300, Ruslan Ermilov wrote: > On Wed, Nov 15, 2006 at 08:04:57PM +, John Baldwin wrote: > > jhb 2006-11-15 20:04:57 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/bce if_bce.c > > sys/dev/em if

Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_pci.c

2006-11-15 Thread Ruslan Ermilov
On Wed, Nov 15, 2006 at 08:04:57PM +, John Baldwin wrote: > jhb 2006-11-15 20:04:57 UTC > > FreeBSD src repository > > Modified files: > sys/dev/bce if_bce.c > sys/dev/em if_em.c if_em.h > sys/dev/mpt mpt.h mpt_pci.c > Log: > Add MSI

Re: cvs commit: src/sys/dev/mpt mpt_pci.c

2006-11-15 Thread mjacob
Sorry- should have said "broader testing", which would include FC 4Gb cards. On Wednesday 15 November 2006 15:18, Matt Jacob wrote: mjacob 2006-11-15 20:18:09 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_pci.c Log: Turn off MSI until some testing is

cvs commit: ports/games/wormux Makefile distinfo pkg-plist

2006-11-15 Thread Martin Wilke
miwi2006-11-15 21:49:58 UTC FreeBSD ports repository Modified files: games/wormux Makefile distinfo pkg-plist Log: - Update to 0.7.4 PR: ports/105046 Submitted by: Thomas Abthorpe <[EMAIL PROTECTED]> Approved by:maintainer timeout Revis

cvs commit: ports/devel/py-elementtree Makefile distinfo pkg-plist

2006-11-15 Thread Simon Barner
barner 2006-11-15 21:49:19 UTC FreeBSD ports repository Modified files: devel/py-elementtree Makefile distinfo pkg-plist Log: Update to 1.2.6 Requested by: Josh Paetzel <[EMAIL PROTECTED]> Revision ChangesPath 1.2 +2 -2 ports/devel/py-elementtree/Ma

cvs commit: ports/print/gv Makefile distinfo ports/print/gv/files patch-doc__gv.texi patch-src::file.c patch-src::main.c patch-src::ps.c patch-src::resource.c

2006-11-15 Thread Martin Wilke
miwi2006-11-15 21:48:47 UTC FreeBSD ports repository Modified files: print/gv Makefile distinfo Added files: print/gv/files patch-doc__gv.texi Removed files: print/gv/files patch-src::file.c patch-src::main.c patch-sr

cvs commit: ports/deskutils/notification-daemon pkg-plist

2006-11-15 Thread Jean-Yves Lefort
jylefort2006-11-15 21:47:19 UTC FreeBSD ports repository Modified files: deskutils/notification-daemon pkg-plist Log: Fix the packing list Revision ChangesPath 1.8 +1 -0 ports/deskutils/notification-daemon/pkg-plist _

cvs commit: src/sys/dev/mpt mpt.c mpt_cam.c

2006-11-15 Thread John Birrell
jb 2006-11-15 21:46:37 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c mpt_cam.c Log: Add big endian support. Submitted by: scottl Reviewed by:mjacob Revision ChangesPath 1.36 +23 -14src/sys/dev/mpt/mpt.c 1.38 +6

cvs commit: src/sys/dev/mpt mpt_pci.c

2006-11-15 Thread John Birrell
jb 2006-11-15 21:42:00 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_pci.c Log: Get the parent dma tag if one exists. This is required on sun4v. Other arches will default to NULL if they have no parent. Reviewed by: mjacob Revision Changes

cvs commit: src/sys/conf newvers.sh

2006-11-15 Thread Ken Smith
kensmith2006-11-15 21:40:06 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_2) sys/conf newvers.sh Log: Get ready for RC1 builds. Approved by:re (implicit) Revision ChangesPath 1.69.2.13.2.1 +1 -1 src/sys/conf/newver

cvs commit: src/sys/sys param.h

2006-11-15 Thread Ken Smith
kensmith2006-11-15 21:37:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_2) sys/sys param.h Log: Adjust __FreeBSD_version for this being a release branch. Approved by:re (implicit) RevisionChangesPath 1.244.2.17.2.1

cvs commit: src/share/examples/cvsup standard-supfile

2006-11-15 Thread Ken Smith
kensmith2006-11-15 21:35:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_2) share/examples/cvsup standard-supfile Log: Update the branch tag cvsup will use. Approved by:re (implicit) Revision ChangesPath 1.23.4.2.4.1 +1 -1 src

cvs commit: ports/www/swfdec-plugin Makefile distinfo pkg-plist ports/www/swfdec-plugin/files patch-Makefile.in

2006-11-15 Thread Eric Anholt
anholt 2006-11-15 21:34:57 UTC FreeBSD ports repository Modified files: www/swfdec-pluginMakefile distinfo pkg-plist www/swfdec-plugin/files patch-Makefile.in Log: Update to 0.3.6, which is compiling fine, and working a bit better. Revision ChangesPath 1.14

cvs commit: CVSROOT modules

2006-11-15 Thread Martin Wilke
miwi2006-11-15 21:34:14 UTC FreeBSD ports repository Modified files: .modules Log: sguil-client --> ports/security/sguil-client Revision ChangesPath 1.16615 +1 -0 CVSROOT/modules ___ cvs-all@

cvs commit: ports/security Makefile ports/security/sguil-client Makefile distinfo pkg-descr pkg-plist ports/security/sguil-client/files patch-sguil.conf patch-sguil.tk pkg-message.in

2006-11-15 Thread Martin Wilke
miwi2006-11-15 21:33:51 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/sguil-client Makefile distinfo pkg-descr pkg-plist security/sguil-client/files patch-sguil.conf patch-sguil.tk pkg-

cvs commit: src/release/doc/share/sgml release.ent

2006-11-15 Thread Ken Smith
kensmith2006-11-15 21:33:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_2) release/doc/share/sgml release.ent Log: Updates for this being the 6.2-RELEASE branch. Approved by:re (implicit) Revision ChangesPath 1.24.2.5.2.1 +3 -3

cvs commit: src/release/doc/share/examples Makefile.relnotesng

2006-11-15 Thread Ken Smith
kensmith2006-11-15 21:30:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_2) release/doc/share/examples Makefile.relnotesng Log: Update for this being the 6.2-RELEASE branch. Approved by:re (implicit) Revision ChangesPath 1.11.2.1.6.

cvs commit: CVSROOT modules

2006-11-15 Thread Martin Wilke
miwi2006-11-15 21:24:14 UTC FreeBSD ports repository Modified files: .modules Log: opendd --> ports/dns/opendd Revision ChangesPath 1.16614 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org maili

cvs commit: ports/dns Makefile ports/dns/opendd Makefile distinfo pkg-descr ports/dns/opendd/files opendd.in patch-Makefile

2006-11-15 Thread Martin Wilke
miwi2006-11-15 21:23:52 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/opendd Makefile distinfo pkg-descr dns/opendd/files opendd.in patch-Makefile Log: OpenDD is a DynDNS client, written in C, and especia

cvs commit: src Makefile.inc1

2006-11-15 Thread Ken Smith
kensmith2006-11-15 21:23:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_2) .Makefile.inc1 Log: Adjust the branch tag used for 'make update'. Approved by:re (implicit) RevisionChangesPath 1.499.2.14.2.1 +1 -1

Re: cvs commit: src/sys/dev/mpt mpt_pci.c

2006-11-15 Thread John Baldwin
On Wednesday 15 November 2006 15:18, Matt Jacob wrote: > mjacob 2006-11-15 20:18:09 UTC > > FreeBSD src repository > > Modified files: > sys/dev/mpt mpt_pci.c > Log: > Turn off MSI until some testing is done. > > Revision ChangesPath > 1.40 +2 -0 s

cvs commit: CVSROOT modules

2006-11-15 Thread Martin Wilke
miwi2006-11-15 21:20:39 UTC FreeBSD ports repository Modified files: .modules Log: gle-graphics --> ports/graphics/gle-graphics Revision ChangesPath 1.16613 +1 -0 CVSROOT/modules ___ cvs-all@

cvs commit: ports/graphics Makefile ports/graphics/gle-graphics Makefile distinfo pkg-descr pkg-plist ports/graphics/gle-graphics/files patch-configure

2006-11-15 Thread Martin Wilke
miwi2006-11-15 21:20:16 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/gle-graphics Makefile distinfo pkg-descr pkg-plist graphics/gle-graphics/files patch-configure Log: GLE is a graphics language that produces Po

cvs commit: ports/audio/festvox-hvs pkg-plist

2006-11-15 Thread Martin Wilke
miwi2006-11-15 21:12:47 UTC FreeBSD ports repository Modified files: audio/festvox-hvspkg-plist Log: - Fix pkg-plist PR: port/105553 Submitted by: trasz <[EMAIL PROTECTED]> Revision ChangesPath 1.3 +1 -0 ports/audio/festvox-hvs/

cvs commit: ports/audio/festvox-ogirab pkg-plist

2006-11-15 Thread Martin Wilke
miwi2006-11-15 21:06:34 UTC FreeBSD ports repository Modified files: audio/festvox-ogirab pkg-plist Log: - Fix pkg-plist PR: ports/105553 Submitted by: trasz <[EMAIL PROTECTED]> Revision ChangesPath 1.3 +1 -0 ports/audio/festvox-ogi

cvs commit: ports/audio/festvox-mwm pkg-plist

2006-11-15 Thread Martin Wilke
miwi2006-11-15 21:04:53 UTC FreeBSD ports repository Modified files: audio/festvox-mwmpkg-plist Log: - Fix pkg-pkist PR: ports/10 Submitted by: trasz <[EMAIL PROTECTED]> Revision ChangesPath 1.3 +1 -0 ports/audio/festvox-mwm

cvs commit: ports/audio/festvox-tll pkg-plist

2006-11-15 Thread Martin Wilke
miwi2006-11-15 21:03:10 UTC FreeBSD ports repository Modified files: audio/festvox-tllpkg-plist Log: - Fix pkg-plist PR: ports/105559 Submitted by: trasz <[EMAIL PROTECTED]> Revision ChangesPath 1.3 +1 -0 ports/audio/festvox-tll

cvs commit: ports/www/eyeos Makefile distinfo

2006-11-15 Thread Martin Wilke
miwi2006-11-15 20:57:27 UTC FreeBSD ports repository Modified files: www/eyeosMakefile distinfo Log: - Update to 0.9.3.2a PR: ports/105566 Submitted by: [EMAIL PROTECTED] (Nicola Vitale) (maintainer) Revision ChangesPath 1.15

Re: cvs commit: ports/x11-wm/fluxbox-devel Makefile

2006-11-15 Thread Jeremy Messenger
On Wed, 15 Nov 2006 14:02:27 -0600, Andrew Pantyukhin <[EMAIL PROTECTED]> wrote: On 11/15/06, Jeremy Messenger <[EMAIL PROTECTED]> wrote: On Wed, 15 Nov 2006 04:18:32 -0600, Andrew Pantyukhin <[EMAIL PROTECTED]> wrote: > sat 2006-11-15 10:18:32 UTC > > FreeBSD ports repository > >

cvs commit: ports/x11-wm/wmi Makefile

2006-11-15 Thread Martin Wilke
miwi2006-11-15 20:55:23 UTC FreeBSD ports repository Modified files: x11-wm/wmi Makefile Log: - Fix MASTER_SITES - Mark for removal in 2 months PR: ports/105583 Submitted by: Wesley Shields <[EMAIL PROTECTED]> (maintainer) Revision Chang

cvs commit: src/sys/kern kern_synch.c

2006-11-15 Thread John Baldwin
jhb 2006-11-15 20:44:07 UTC FreeBSD src repository Modified files: sys/kern kern_synch.c Log: Adjust assertions to allow for magical properties of the 'lbolt' wait channel for tsleep(): - Allow tsleep() on &lbolt without Giant with a timeout 0 since &lbolt has

cvs commit: ports/emulators/qemu-launcher Makefile distinfo pkg-descr pkg-plist ports/emulators/qemu-launcher/files patch-Makefile

2006-11-15 Thread Martin Wilke
miwi2006-11-15 20:43:41 UTC FreeBSD ports repository Modified files: emulators/qemu-launcher Makefile distinfo pkg-descr pkg-plist Added files: emulators/qemu-launcher/files patch-Makefile Log: - Update to 1.7.2 PR: ports/105540 Submitted by: Wesle

cvs commit: ports/emulators/hercules Makefile ports/emulators/hercules/files patch-util-dasdlist

2006-11-15 Thread Erwin Lansing
erwin 2006-11-15 20:23:48 UTC FreeBSD ports repository Modified files: emulators/hercules Makefile Added files: emulators/hercules/files patch-util-dasdlist Log: Fix dasdlist utility PR: 105148 Submitted by: trasz <[EMAIL PROTECTED]> Approved by:

cvs commit: www/en/releng index.sgml

2006-11-15 Thread Bruce A. Mah
bmah2006-11-15 20:21:57 UTC FreeBSD doc repository Modified files: en/relengindex.sgml Log: Add RELENG_6_2 to list of branches. Revision ChangesPath 1.197 +8 -1 www/en/releng/index.sgml ___ cvs-all@f

cvs commit: www/en/releases/6.2R schedule.sgml

2006-11-15 Thread Bruce A. Mah
bmah2006-11-15 20:20:49 UTC FreeBSD doc repository Modified files: en/releases/6.2R schedule.sgml Log: RELENG_6_2 created. Approved by:re Revision ChangesPath 1.17 +2 -2 www/en/releases/6.2R/schedule.sgml

cvs commit: src/sys/dev/mpt mpt_pci.c

2006-11-15 Thread Matt Jacob
mjacob 2006-11-15 20:18:09 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_pci.c Log: Turn off MSI until some testing is done. Revision ChangesPath 1.40 +2 -0 src/sys/dev/mpt/mpt_pci.c ___ cvs-

cvs commit: ports/lang/afnix Makefile distinfo pkg-plist

2006-11-15 Thread Johan van Selst
johans 2006-11-15 20:10:28 UTC FreeBSD ports repository Modified files: lang/afnix Makefile distinfo pkg-plist Log: - Update to 1.4.1 Revision ChangesPath 1.28 +1 -1 ports/lang/afnix/Makefile 1.18 +3 -3 ports/lang/afnix/distinfo 1.11

cvs commit: ports/sysutils/jailctl Makefile distinfo

2006-11-15 Thread Martin Wilke
miwi2006-11-15 20:10:13 UTC FreeBSD ports repository Modified files: sysutils/jailctl Makefile distinfo Log: - Update to 0.80 PR: ports/105543 Submitted by: Eirik Oeverby <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.8 +3 -

cvs commit: ports/sysutils/monit Makefile distinfo

2006-11-15 Thread Martin Wilke
miwi2006-11-15 20:08:54 UTC FreeBSD ports repository Modified files: sysutils/monit Makefile distinfo Log: - Update to 4.8.2 PR: ports/105547 Submitted by: Martin Pala<[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.5 +3 -3

cvs commit: ports/net/bittwist Makefile distinfo

2006-11-15 Thread Martin Wilke
miwi2006-11-15 20:07:47 UTC FreeBSD ports repository Modified files: net/bittwist Makefile distinfo Log: - Update to 0.80 PR: ports/105578 Submitted by: Wesley Shields <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.7 +1

cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_pci.c

2006-11-15 Thread John Baldwin
jhb 2006-11-15 20:04:57 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c sys/dev/em if_em.c if_em.h sys/dev/mpt mpt.h mpt_pci.c Log: Add MSI support to em(4), bce(4), and mpt(4). For now, we only support devices that sup

Re: cvs commit: ports/x11-wm/fluxbox-devel Makefile

2006-11-15 Thread Andrew Pantyukhin
On 11/15/06, Jeremy Messenger <[EMAIL PROTECTED]> wrote: On Wed, 15 Nov 2006 04:18:32 -0600, Andrew Pantyukhin <[EMAIL PROTECTED]> wrote: > sat 2006-11-15 10:18:32 UTC > > FreeBSD ports repository > > Modified files: > x11-wm/fluxbox-devel Makefile > Log: > - Make package dep

cvs commit: src UPDATING

2006-11-15 Thread John Baldwin
jhb 2006-11-15 20:02:21 UTC FreeBSD src repository Modified files: .UPDATING Log: Add a note about the MSI support with details on how to turn MSI off if things break. Revision ChangesPath 1.464 +8 -0 src/UPDATING ___

cvs commit: ports/www/fluxcms Makefile distinfo pkg-plist

2006-11-15 Thread Martin Wilke
miwi2006-11-15 19:59:10 UTC FreeBSD ports repository Modified files: www/fluxcms Makefile distinfo pkg-plist Log: - Update to 1.5.0 PR: ports/105530 Submitted by: Beat Gaetzi <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.9

cvs commit: ports/devel/p5-Rose-Object Makefile distinfo

2006-11-15 Thread Martin Wilke
miwi2006-11-15 19:57:52 UTC FreeBSD ports repository Modified files: devel/p5-Rose-Object Makefile distinfo Log: - Update to 0.821 PR: ports/105528 Submitted by: hideo <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.4 +1 -1

cvs commit: src/sys/amd64/amd64 db_trace.c machdep.c src/sys/amd64/include reg.h src/sys/i386/i386 db_trace.c machdep.c src/sys/i386/include reg.h

2006-11-15 Thread John Baldwin
jhb 2006-11-15 19:53:49 UTC FreeBSD src repository Modified files: sys/amd64/amd64 db_trace.c machdep.c sys/amd64/includereg.h sys/i386/i386db_trace.c machdep.c sys/i386/include reg.h Log: Various whitespace and style fixes. Revision

cvs commit: ports/math/simd-viterbi Makefile ports/math/simd-viterbi/files patch-makefile.in

2006-11-15 Thread Martin Wilke
miwi2006-11-15 19:51:08 UTC FreeBSD ports repository Modified files: math/simd-viterbiMakefile math/simd-viterbi/files patch-makefile.in Log: - Fixed shard library - Bump PORTREVISION - INSTALLS_SHLIB => USE_LDCONFIG PR: ports/105525 Submitted

cvs commit: ports/deskutils/gdesklets Makefile distinfo pkg-descr pkg-message pkg-plist ports/deskutils/gdesklets/files patch-data::Makefile.in patch-main::__init__.py

2006-11-15 Thread Martin Wilke
miwi2006-11-15 19:48:26 UTC FreeBSD ports repository Modified files: deskutils/gdesklets Makefile distinfo pkg-descr pkg-message pkg-plist deskutils/gdesklets/files patch-data::Makefile.in patch-main::__init__.py Lo

cvs commit: ports/www/dotproject Makefile

2006-11-15 Thread Martin Wilke
miwi2006-11-15 19:46:14 UTC FreeBSD ports repository Modified files: www/dotproject Makefile Log: - add php zlib support PR: ports/105521 Submitted by: farrokhi@ Approved by:maintainer Revision ChangesPath 1.6 +1 -1 port

cvs commit: ports/sysutils/dvdisaster Makefile distinfo pkg-plist

2006-11-15 Thread Martin Wilke
miwi2006-11-15 19:44:04 UTC FreeBSD ports repository Modified files: sysutils/dvdisaster Makefile distinfo pkg-plist Log: - Update to 0.70.2 PR: ports/105489 Submitted by: miwi Approved by:maintainer Revision ChangesPath 1.2 +2 -2

  1   2   >