Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c ata_if.m

2007-04-08 Thread Kip Macy
I have a machine that I spent the afternoon looking for file system regressions because it couldn't mount root with today's HEAD. mountroot succeeds for me after backing out this change. -Kip On 4/6/07, Søren Schmidt [EMAIL PROTECTED] wrote: sos

cvs commit: ports/net/jrobin Makefile distinfo

2007-04-08 Thread Rong-En Fan
rafan 2007-04-08 06:42:28 UTC FreeBSD ports repository Modified files: net/jrobin Makefile distinfo Log: - Update to 1.5.4 - Pass maintainership to submitter PR: ports/111344 Submitted by: Nemo Liu nemoliu at gmail.com Revision Changes

cvs commit: ports/deskutils/sugarcrm Makefile distinfo pkg-plist

2007-04-08 Thread Rong-En Fan
rafan 2007-04-08 06:56:13 UTC FreeBSD ports repository Modified files: deskutils/sugarcrm Makefile distinfo pkg-plist Log: - Update to 4.5.1b PR: ports/111359 Submitted by: Nick Hilliard nick at foobar.org (maintainer) Revision ChangesPath

cvs commit: src/sys/dev/sound/pci cmi.c

2007-04-08 Thread Ariff Abdullah
ariff 2007-04-08 07:52:28 UTC FreeBSD src repository Modified files: sys/dev/sound/pcicmi.c Log: Disable cmi_midiattach(). The implementation is incomplete, and causing various interesting memory leak issues. Revision ChangesPath 1.41 +2 -1

cvs commit: ports/cad/opencascade Makefile

2007-04-08 Thread Thierry Thomas
thierry 2007-04-08 08:46:54 UTC FreeBSD ports repository Modified files: cad/opencascade Makefile Log: Adapt USE_TCL to the latest syntax and define USE_TCL_THREADS. Reported by:pointyhat via Kris Revision ChangesPath 1.2 +3 -1

cvs commit: ports/www/rubygem-bluecloth Makefile pkg-plist

2007-04-08 Thread Rong-En Fan
rafan 2007-04-08 09:02:59 UTC FreeBSD ports repository Modified files: www/rubygem-bluecloth Makefile pkg-plist Log: - Unbreak it PR: ports/84 Submitted by: Alexander Logvinov ports at logvinov.com Approved by:Alastair Rankine arsptr at

cvs commit: ports/devel/hs-hdoc Makefile

2007-04-08 Thread Oliver Braun
obraun 2007-04-08 09:52:44 UTC FreeBSD ports repository Modified files: devel/hs-hdocMakefile Log: Mark broken and deprecated since is gone Revision ChangesPath 1.13 +4 -0 ports/devel/hs-hdoc/Makefile

cvs commit: ports/graphics/p5-Image-Pngslimmer Makefile distinfo

2007-04-08 Thread Rong-En Fan
rafan 2007-04-08 10:00:00 UTC FreeBSD ports repository Modified files: graphics/p5-Image-Pngslimmer Makefile distinfo Log: - Update to 0.22 PR: ports/111370 Submitted by: chinsan (maintainer) Revision ChangesPath 1.10 +1 -1

cvs commit: ports/security Makefile ports/security/xyssl Makefile distinfo pkg-descr pkg-plist ports/security/xyssl/files patch-Makefile

2007-04-08 Thread Vanilla I. Shu
vanilla 2007-04-08 10:15:35 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/xyssl Makefile distinfo pkg-descr pkg-plist security/xyssl/files patch-Makefile Log: Add xyssl 0.6, a liteweight SSL and TLS toolkit for

cvs commit: CVSROOT modules

2007-04-08 Thread Vanilla I. Shu
vanilla 2007-04-08 10:16:14 UTC FreeBSD ports repository Modified files: .modules Log: xyssl -- ports/security/xyssl Revision ChangesPath 1.17810 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org

cvs commit: src/sys/kern kern_jail.c

2007-04-08 Thread Pawel Jakub Dawidek
pjd 2007-04-08 10:21:38 UTC FreeBSD src repository Modified files: sys/kern kern_jail.c Log: Only use prison mutex to protect the fields that need to be protected by it. Revision ChangesPath 1.67 +2 -2 src/sys/kern/kern_jail.c

cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs zfs_znode.c

2007-04-08 Thread Pawel Jakub Dawidek
pjd 2007-04-08 10:29:14 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs zfs_znode.c Log: Take vnode pointer and hold it under znode lock, so we won't race with zfs_reclaim(). This may or may not fix problem reported by kris, but it's

cvs commit: ports/mail/mailscanner Makefile ports/mail/mailscanner/files CHANGES.port patch-lib-clamav-wrapper

2007-04-08 Thread Stefan Walter
stefan 2007-04-08 10:40:05 UTC FreeBSD ports repository Modified files: mail/mailscanner Makefile mail/mailscanner/files CHANGES.port patch-lib-clamav-wrapper Log: Correct some options in clamav-wrapper. PR: 111026 Submitted by: maintainer

cvs commit: src/sys/kern kern_jail.c

2007-04-08 Thread Pawel Jakub Dawidek
pjd 2007-04-08 10:46:24 UTC FreeBSD src repository Modified files: sys/kern kern_jail.c Log: prison_free() can be called with a mutex held. This wasn't a problem until I converted allprison_mtx mutex to allprison_lock sx lock. To fix this LOR, move prison

cvs commit: ports/security/ca-roots Makefile

2007-04-08 Thread Erwin Lansing
erwin 2007-04-08 10:46:39 UTC FreeBSD ports repository Modified files: security/ca-rootsMakefile Log: Reassign to secteam@ PR: 111371 Submitted by: Nils Vogels [EMAIL PROTECTED] (maintainer) Revision ChangesPath 1.9 +1 -1

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c ata_if.m

2007-04-08 Thread Søren Schmidt
Kip Macy wrote: I have a machine that I spent the afternoon looking for file system regressions because it couldn't mount root with today's HEAD. mountroot succeeds for me after backing out this change. Well, thats not supposed to happen :) Could you mail me the dmesg from that system please so

cvs commit: ports/security/vuxml vuln.xml

2007-04-08 Thread Stefan Walter
stefan 2007-04-08 11:16:40 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add entry for Zope2 cross-site scripting vulnerability. Inspired by:Yasushi Hayashi[EMAIL PROTECTED] (in PR 19) Revision ChangesPath 1.1305+34

cvs commit: ports/www/zope Makefile

2007-04-08 Thread Stefan Walter
stefan 2007-04-08 11:24:18 UTC FreeBSD ports repository Modified files: www/zope Makefile Log: Mark FORBIDDEN due to cross-site scripting vulnerability. PR: 19 Submitted by: Yasushi Hayashi[EMAIL PROTECTED] Revision ChangesPath

cvs commit: ports/converters/p5-Encode Makefile distinfo

2007-04-08 Thread Rong-En Fan
rafan 2007-04-08 13:06:23 UTC FreeBSD ports repository Modified files: converters/p5-Encode Makefile distinfo Log: - Update to 2.19 Revision ChangesPath 1.12 +1 -1 ports/converters/p5-Encode/Makefile 1.8 +3 -3

cvs commit: ports/security/courier-authlib Makefile distinfo

2007-04-08 Thread Oliver Lehmann
oliver 2007-04-08 13:19:09 UTC FreeBSD ports repository Modified files: security/courier-authlib Makefile distinfo Log: update to 0.59.2 Revision ChangesPath 1.29 +1 -1 ports/security/courier-authlib/Makefile 1.12 +3 -3

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

2007-04-08 Thread Andrew Pantyukhin
sat 2007-04-08 13:19:19 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: - Update email of Hannes Sowa and add his middle name Revision ChangesPath 1.682 +2 -2

cvs commit: ports/print/auctex Makefile distinfo pkg-plist

2007-04-08 Thread Hiroki Sato
hrs 2007-04-08 13:24:55 UTC FreeBSD ports repository Modified files: print/auctex Makefile distinfo pkg-plist Log: Update to 11.84. Changes include: * There have been problems with the `-without-texmf-dir' option to `configure' when the value of

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c ata_if.m

2007-04-08 Thread Kip Macy
- Original message - Well, thats not supposed to happen :) Could you mail me t... I will do that. Just to add some important info: This machine has 4GB and several 10GigE ports (which cause a measurable amount of PA to show up above 4GB), I have an identical machine that has 2GB and still boots

cvs commit: ports MOVED UPDATING ports/japanese Makefile ports/japanese/dvipsk Makefile ports/japanese/jadetex-ptex Makefile ports/japanese/latex2html Makefile ports/japanese/platex-jsclasses Makefile

2007-04-08 Thread Hiroki Sato
hrs 2007-04-08 14:14:08 UTC FreeBSD ports repository Modified files: .UPDATING MOVED japanese Makefile japanese/dvipsk Makefile japanese/jadetex-ptex Makefile japanese/latex2html Makefile japanese/platex-jsclasses

cvs commit: CVSROOT modules

2007-04-08 Thread Hiroki Sato
hrs 2007-04-08 14:16:43 UTC FreeBSD ports repository Modified files: .modules Log: Update ja-ptex* for japanese/ptex{,-base,-tetex} migration. Revision ChangesPath 1.17811 +1 -3 CVSROOT/modules

cvs commit: ports/security/seahorse Makefile distinfo ports/security/seahorse/files patch-agent_Makefile.in

2007-04-08 Thread Joe Marcus Clarke
marcus 2007-04-08 14:24:36 UTC FreeBSD ports repository Modified files: security/seahorseMakefile distinfo Added files: security/seahorse/files patch-agent_Makefile.in Log: Update to 1.0.1. Revision ChangesPath 1.56 +3 -6

cvs commit: ports/security/gnome-keyring Makefile distinfo

2007-04-08 Thread Joe Marcus Clarke
marcus 2007-04-08 14:30:01 UTC FreeBSD ports repository Modified files: security/gnome-keyring Makefile distinfo Log: Update to 0.8.1. Revision ChangesPath 1.25 +1 -1 ports/security/gnome-keyring/Makefile 1.14 +3 -3

cvs commit: ports/security/vuxml vuln.xml

2007-04-08 Thread Stefan Walter
stefan 2007-04-08 14:36:53 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add entry for webcalendar noSet variable overwrite vulnerability. PR: 110585 Submitted by: Greg Larkin [EMAIL PROTECTED] Revision Changes

cvs commit: ports/audio/arts Makefile ports/audio/arts/files patch-artsc-artsdsp.in

2007-04-08 Thread Tilman Linneweh
arved 2007-04-08 14:52:33 UTC FreeBSD ports repository Modified files: audio/arts Makefile Added files: audio/arts/files patch-artsc-artsdsp.in Log: Fix artsdsp on 64-bit archs 2 portlint nits while here Revision ChangesPath 1.56 +3 -2

cvs commit: src/sys/dev/cxgb/sys mvec.h uipc_mvec.c

2007-04-08 Thread Kip Macy
kmacy 2007-04-08 14:56:16 UTC FreeBSD src repository Added files: sys/dev/cxgb/sys mvec.h uipc_mvec.c Log: Add driver private mbuf iovec support routines Revision ChangesPath 1.1 +135 -0src/sys/dev/cxgb/sys/mvec.h (new) 1.1 +228 -0

cvs commit: ports/devel/hs-hdoc Makefile pkg-descr

2007-04-08 Thread Oliver Braun
obraun 2007-04-08 14:58:02 UTC FreeBSD ports repository Modified files: devel/hs-hdocMakefile pkg-descr Log: * Fix mastersite which makes it fetchable again. * Remove broken et al. PR: ports/111379 Submitted by: Jason Harris [EMAIL PROTECTED]

cvs commit: doc/share/sgml man-refs.ent

2007-04-08 Thread Bruce A. Mah
bmah2007-04-08 15:00:10 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add entities for zfs(8) and zpool(8). Revision ChangesPath 1.410 +2 -0 doc/share/sgml/man-refs.ent ___

cvs commit: ports/devel/p5-Config-Auto Makefile distinfo

2007-04-08 Thread Lars Thegler
lth 2007-04-08 15:04:12 UTC FreeBSD ports repository Modified files: devel/p5-Config-Auto Makefile distinfo Log: Update to 0.20. Remove 4.x cruft. Revision ChangesPath 1.15 +2 -11 ports/devel/p5-Config-Auto/Makefile 1.13 +3 -3

cvs commit: src/sys/dev/cxgb cxgb_adapter.h cxgb_lro.c cxgb_osdep.h cxgb_sge.c

2007-04-08 Thread Kip Macy
kmacy 2007-04-08 15:04:19 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_adapter.h cxgb_lro.c cxgb_osdep.h cxgb_sge.c Log: Convert driver RX path over to using mbuf iovec Revision ChangesPath 1.8 +3 -3

cvs commit: ports/japanese Makefile

2007-04-08 Thread Hiroki Sato
hrs 2007-04-08 15:08:13 UTC FreeBSD ports repository Modified files: japanese Makefile Log: Remove dvipdfm temporarily to unbreak the INDEX build. The build breakage is due to removal of japanese/ptex-base and that the dvipdfm needs some changes to fix

cvs commit: src/sys/conf files src/sys/modules/cxgb Makefile

2007-04-08 Thread Kip Macy
kmacy 2007-04-08 15:18:03 UTC FreeBSD src repository Modified files: sys/conf files sys/modules/cxgb Makefile Log: hook uipc_mvec.c into build Revision ChangesPath 1.1192+1 -0 src/sys/conf/files 1.5 +2 -1

cvs commit: ports/devel/p5-Module-Pluggable Makefile distinfo

2007-04-08 Thread Lars Thegler
lth 2007-04-08 15:21:39 UTC FreeBSD ports repository Modified files: devel/p5-Module-Pluggable Makefile distinfo Log: Update to 3.6. Remove 4.x cruft. Revision ChangesPath 1.22 +2 -6 ports/devel/p5-Module-Pluggable/Makefile 1.21 +3 -3

cvs commit: ports/multimedia/audacious Makefile distinfo

2007-04-08 Thread Oliver Lehmann
oliver 2007-04-08 15:30:57 UTC FreeBSD ports repository Modified files: multimedia/audacious Makefile distinfo Log: pdate to 1.3.2 Revision ChangesPath 1.29 +1 -1 ports/multimedia/audacious/Makefile 1.11 +3 -3

cvs commit: ports/multimedia/audacious-plugins Makefile distinfo pkg-plist ports/multimedia/audacious-plugins/files patch-configure

2007-04-08 Thread Oliver Lehmann
oliver 2007-04-08 15:30:59 UTC FreeBSD ports repository Modified files: multimedia/audacious-plugins Makefile distinfo pkg-plist Removed files: multimedia/audacious-plugins/files patch-configure Log: pdate to 1.3.2 Revision ChangesPath 1.36 +1 -1

cvs commit: src/sys/dev/ata ata-dma.c

2007-04-08 Thread S�ren Schmidt
sos 2007-04-08 15:31:39 UTC FreeBSD src repository Modified files: sys/dev/ata ata-dma.c Log: Dont zero out 64BIT flag on DMA ops. Revision ChangesPath 1.145 +3 -2 src/sys/dev/ata/ata-dma.c ___

cvs commit: doc/share/images/books/handbook/install console-saver1.scr console-saver4.scr disklabel-auto.scr main-doc.scr main-options.scr main-std.scr main1.scr mainexit.scr ntp-config.scr options.sc

2007-04-08 Thread Chin-San Huang
chinsan 2007-04-08 15:31:56 UTC FreeBSD doc repository Modified files: share/images/books/handbook/install console-saver1.scr console-saver4.scr disklabel-auto.scr

cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs zfs_fm.c

2007-04-08 Thread Pawel Jakub Dawidek
pjd 2007-04-08 15:55:48 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs zfs_fm.c Log: - Use 'name=value' so it can be properly recognized by devd(8). - Use only subclass as devd's type. Revision ChangesPath 1.2 +30 -32

cvs commit: src/etc devd.conf

2007-04-08 Thread Pawel Jakub Dawidek
pjd 2007-04-08 15:56:49 UTC FreeBSD src repository Modified files: etc devd.conf Log: Provide sample entries to handle ZFS problem reports. It'd be nice to send them via e-mail... Revision ChangesPath 1.36 +31 -0 src/etc/devd.conf

cvs commit: src/sys/dev/cxgb/sys mvec.h uipc_mvec.c

2007-04-08 Thread Kip Macy
kmacy 2007-04-08 15:59:07 UTC FreeBSD src repository Modified files: sys/dev/cxgb/sys mvec.h uipc_mvec.c Log: add busdma function for mapping mbuf iovecs change m_collapse to return an error code Revision ChangesPath 1.2 +19 -8

cvs commit: src/etc devd.conf

2007-04-08 Thread Pawel Jakub Dawidek
pjd 2007-04-08 16:05:23 UTC FreeBSD src repository Modified files: etc devd.conf Log: There can be many reasons of VDEV failures, so log type as well. Revision ChangesPath 1.37 +1 -1 src/etc/devd.conf

cvs commit: doc/en_US.ISO8859-1/books/handbook/virtualization chapter.sgml

2007-04-08 Thread Marc Fonvieille
blackend2007-04-08 16:20:55 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/virtualization chapter.sgml Log: Avoid full-stop at end of titles and s/cpu/CPU Revision ChangesPath 1.3 +4 -4

cvs commit: src/sys/compat/opensolaris/kern opensolaris_misc.c src/sys/compat/opensolaris/sys misc.h src/contrib/opensolaris/cmd/zpool zpool_main.c src/contrib/opensolaris/cmd/ztest ztest.c src/contri

2007-04-08 Thread Pawel Jakub Dawidek
pjd 2007-04-08 16:29:25 UTC FreeBSD src repository Modified files: contrib/opensolaris/cmd/zpool zpool_main.c contrib/opensolaris/cmd/ztest ztest.c contrib/opensolaris/lib/libzfs/common libzfs.h libzfs_import.c libzfs_status.c

cvs commit: ports/net/socat Makefile distinfo

2007-04-08 Thread Rong-En Fan
rafan 2007-04-08 16:31:14 UTC FreeBSD ports repository Modified files: net/socatMakefile distinfo Log: - Update to 1.6.0.0 PR: ports/111372 Submitted by: Nils Vogels nivo+kw+ports.bfa274 at is-root.com (maintainer) Revision Changes

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

2007-04-08 Thread Rong-En Fan
rafan 2007-04-08 16:31:46 UTC FreeBSD ports repository Modified files: games/fishsupper Makefile distinfo pkg-plist Log: - Update to 0.1.5 PR: ports/111387 Submitted by: Dmitry Marakasov amdmi3 at amdmi3.ru (maintainer) Revision ChangesPath

cvs commit: ports/games/vor Makefile distinfo

2007-04-08 Thread Rong-En Fan
rafan 2007-04-08 16:32:19 UTC FreeBSD ports repository Modified files: games/vorMakefile distinfo Log: - Update to 0.5.2 PR: ports/111377 Submitted by: Dmitry Marakasov amdmi3 at amdmi3.ru (maintainer) Revision ChangesPath 1.7

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

2007-04-08 Thread Rong-En Fan
rafan 2007-04-08 16:32:53 UTC FreeBSD ports repository Modified files: games/volleyball Makefile distinfo pkg-plist Log: - Update to 0.8.6 PR: ports/111376 Submitted by: Dmitry Marakasov amdmi3 at amdmi3.ru (maintainer) Revision ChangesPath

cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml

2007-04-08 Thread Chin-San Huang
chinsan 2007-04-08 16:56:45 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: - Make new committer more clear to know which files they should update. Submitted by: lwhsu@ Approved by:delphij@ (mentor)

cvs commit: doc/share/sgml trademarks.ent

2007-04-08 Thread Marc Fonvieille
blackend2007-04-08 16:58:03 UTC FreeBSD doc repository Modified files: share/sgml trademarks.ent Log: Add entries for Parallels and Xen. Revision ChangesPath 1.36 +8 -0 doc/share/sgml/trademarks.ent ___

cvs commit: doc/en_US.ISO8859-1/books/handbook/virtualization chapter.sgml

2007-04-08 Thread Marc Fonvieille
blackend2007-04-08 17:23:54 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/virtualization chapter.sgml Log: - Use of application tags and trademark entities - s/VMWare/VMware Revision ChangesPath 1.4 +23 -23

cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml

2007-04-08 Thread Marc Fonvieille
blackend2007-04-08 17:45:24 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Fix the rendering of previous commit: - Add a missing whitespace - Avoid to wrap a line inside filename tags which leads to have sentences

cvs commit: ports/japanese/libtomoe-gtk Makefile distinfo ports/japanese/tomoe Makefile distinfo

2007-04-08 Thread Hajimu UMEMOTO
ume 2007-04-08 17:47:16 UTC FreeBSD ports repository Modified files: japanese/libtomoe-gtk Makefile distinfo japanese/tomoe Makefile distinfo Log: Update to 0.5.1. Revision ChangesPath 1.8 +3 -3 ports/japanese/libtomoe-gtk/Makefile 1.4

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

2007-04-08 Thread Gabor Kovesdan
gabor 2007-04-08 17:50:51 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.committers.sgml Log: For almost 15 years of contribution, adding Peter Wemm (peter@) to our developers list. It's funny how he was not listed there thus far. :)

cvs commit: ports/japanese Makefile ports/japanese/uim-tomoe-gtk Makefile distinfo pkg-descr

2007-04-08 Thread Hajimu UMEMOTO
ume 2007-04-08 17:52:03 UTC FreeBSD ports repository Modified files: japanese Makefile Added files: japanese/uim-tomoe-gtk Makefile distinfo pkg-descr Log: New port -- uim-tomoe-gtk is an UIM helper program for Tomoe. Revision ChangesPath 1.654

cvs commit: CVSROOT modules

2007-04-08 Thread Hajimu UMEMOTO
ume 2007-04-08 17:52:15 UTC FreeBSD ports repository Modified files: .modules Log: ja-uim-tomoe-gtk -- ports/japanese/uim-tomoe-gtk Revision ChangesPath 1.17812 +1 -0 CVSROOT/modules ___

cvs commit: www/share/sgml commercial.software.xml

2007-04-08 Thread Gabor Kovesdan
gabor 2007-04-08 17:57:00 UTC FreeBSD doc repository Modified files: share/sgml commercial.software.xml Log: - Add Kernun Firewall to our Commercial Software list PR: www/111308 Submitted by: Radim Jurica [EMAIL PROTECTED] Approved by:

cvs commit: ports/japanese/uim-tomoe-gtk/files patch-src::uim-tomoe-gtk.c

2007-04-08 Thread Hajimu UMEMOTO
ume 2007-04-08 17:58:13 UTC FreeBSD ports repository Added files: japanese/uim-tomoe-gtk/files patch-src::uim-tomoe-gtk.c Log: Add missing patch. Revision ChangesPath 1.1 +14 -0 ports/japanese/uim-tomoe-gtk/files/patch-src::uim-tomoe-gtk.c (new)

cvs commit: src/sys/dev/cxgb cxgb_lro.c

2007-04-08 Thread Kip Macy
kmacy 2007-04-08 18:02:38 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_lro.c Log: remove stale variable reference Revision ChangesPath 1.3 +2 -2 src/sys/dev/cxgb/cxgb_lro.c ___

cvs commit: ports/net Makefile ports/net/zniper Makefile distinfo pkg-descr

2007-04-08 Thread Andrew Pantyukhin
sat 2007-04-08 18:05:08 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/zniper Makefile distinfo pkg-descr Log: Add port net/zniper: Zniper displays active TCP connections seen by the selected interface. The

cvs commit: CVSROOT modules

2007-04-08 Thread Andrew Pantyukhin
sat 2007-04-08 18:07:12 UTC FreeBSD ports repository Modified files: .modules Log: zniper -- ports/net/zniper Revision ChangesPath 1.17813 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org

cvs commit: ports/net/ortp/files patch-src::stun.c

2007-04-08 Thread Maxim Sobolev
sobomax 2007-04-08 18:07:23 UTC FreeBSD ports repository Added files: net/ortp/files patch-src::stun.c Log: Fix on ia64. Poked by: Kris's unbildable ports reminder Revision ChangesPath 1.1 +14 -0 ports/net/ortp/files/patch-src::stun.c (new)

cvs commit: doc/en_US.ISO8859-1/books/handbook/virtualization chapter.sgml

2007-04-08 Thread Marc Fonvieille
blackend2007-04-08 18:37:20 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/virtualization chapter.sgml Log: - s/X-Windows/X Window - Use of manual page entities for drivers - Add missing userinput tags - s/config filetab/configuration file/

cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c

2007-04-08 Thread S�ren Schmidt
sos 2007-04-08 19:18:51 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h ata-chipset.c ata-dma.c Log: Hopefully unbreak the 64bit DMA support this time. Revision ChangesPath 1.123 +1 -1 src/sys/dev/ata/ata-all.h 1.196 +3 -4

cvs commit: src/sys/arm/arm pmap.c

2007-04-08 Thread Alan Cox
alc 2007-04-08 19:20:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/arm pmap.c Log: MFC revisions 1.52 and 1.53 Introduce the function pmap_enter_object(). Revision ChangesPath 1.36.2.5 +46 -12

cvs commit: ports/devel/subversive Makefile distinfo

2007-04-08 Thread Alex Dupre
ale 2007-04-08 19:39:17 UTC FreeBSD ports repository Modified files: devel/subversive Makefile distinfo Log: Update to 1.1.1 release. Revision ChangesPath 1.4 +2 -2 ports/devel/subversive/Makefile 1.4 +3 -3

cvs commit: ports/security/vuxml vuln.xml

2007-04-08 Thread Stefan Walter
stefan 2007-04-08 19:45:58 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add entry for exploitable buffer overflow in mcweject. PR: 111365 Submitted by: Jeff Forsythe[EMAIL PROTECTED] Revision ChangesPath 1.1307

cvs commit: ports/sysutils/mcweject Makefile

2007-04-08 Thread Stefan Walter
stefan 2007-04-08 19:48:56 UTC FreeBSD ports repository Modified files: sysutils/mcwejectMakefile Log: Mark forbidden due to exploitable buffer overflow (CVE-2007-1719). Inspired by:Jeff Forsythe[EMAIL PROTECTED] (ports/111365) Revision ChangesPath 1.4

cvs commit: ports/www/zope Makefile

2007-04-08 Thread Remko Lodder
remko 2007-04-08 19:51:46 UTC FreeBSD ports repository (src,doc committer) Modified files: www/zope Makefile Log: Reference the VuXML entry for the FORBIDDEN reason. With hat: secteam Revision ChangesPath 1.76 +1 -1

cvs commit: ports/security/vuxml vuln.xml

2007-04-08 Thread Remko Lodder
remko 2007-04-08 19:58:36 UTC FreeBSD ports repository (src,doc committer) Modified files: security/vuxml vuln.xml Log: Stylify the latest zope entry: o Use consistent title description o Use tabs when 8 spaces are hit o Sort the references list (the alphabet

Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/virtualization chapter.sgml

2007-04-08 Thread Simon L. Nielsen
On 2007.04.08 18:37:20 +, Marc Fonvieille wrote: blackend2007-04-08 18:37:20 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/virtualization chapter.sgml Log: - s/X-Windows/X Window X Window sounds a bit odd to me - it mainly sounds like a

cvs commit: ports/multimedia/ldvd Makefile

2007-04-08 Thread Jeremy Chadwick
koitsu 2007-04-08 20:36:27 UTC FreeBSD ports repository Modified files: multimedia/ldvd Makefile Log: - Correct LIB_DEPENDS for dvdread (so.5 not so.4) - Fix MASTER_SITES Reported by:pointyhat via kris Approved by:philip Revision ChangesPath

cvs commit: ports/java Makefile ports/java/eclipse-datatools Makefile Makefile.master-sites distinfo pkg-descr

2007-04-08 Thread Mario Sergio Fujikawa Ferreira
lioux 2007-04-08 21:07:33 UTC FreeBSD ports repository Modified files: java Makefile Added files: java/eclipse-datatools Makefile Makefile.master-sites distinfo pkg-descr Log: New port eclipse datatools version 0.9.1 for

cvs commit: CVSROOT modules

2007-04-08 Thread Mario Sergio Fujikawa Ferreira
lioux 2007-04-08 21:08:08 UTC FreeBSD ports repository Modified files: .modules Log: eclipse-datatools -- ports/java/eclipse-datatools Revision ChangesPath 1.17814 +1 -0 CVSROOT/modules ___

cvs commit: src/tools/tools/net80211/wesside/wesside Makefile aircrack-ptw-lib.c aircrack-ptw-lib.h wesside.c

2007-04-08 Thread Sam Leffler
sam 2007-04-08 21:18:15 UTC FreeBSD src repository Modified files: tools/tools/net80211/wesside/wesside Makefile wesside.c Added files: tools/tools/net80211/wesside/wesside aircrack-ptw-lib.c aircrack-ptw-lib.h Log: Due to the

cvs commit: ports/accessibility/dasher Makefile distinfo pkg-plist

2007-04-08 Thread Joe Marcus Clarke
marcus 2007-04-08 21:35:29 UTC FreeBSD ports repository Modified files: accessibility/dasher Makefile distinfo pkg-plist Log: Update to 4.4.1. Revision ChangesPath 1.36 +1 -1 ports/accessibility/dasher/Makefile 1.21 +3 -3

cvs commit: src/sys/dev/ata ata-dma.c

2007-04-08 Thread S�ren Schmidt
sos 2007-04-08 21:53:52 UTC FreeBSD src repository Modified files: sys/dev/ata ata-dma.c Log: OK, this is not my day, fix the former fix :/ Revision ChangesPath 1.147 +1 -2 src/sys/dev/ata/ata-dma.c

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c

2007-04-08 Thread Simon L. Nielsen
On 2007.04.08 19:18:51 +, Søren Schmidt wrote: sos 2007-04-08 19:18:51 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h ata-chipset.c ata-dma.c Log: Hopefully unbreak the 64bit DMA support this time. Now things work a bit more than

cvs commit: ports/sysutils Makefile ports/sysutils/seatools Makefile distinfo pkg-descr pkg-plist

2007-04-08 Thread Boris Samorodov
bsam2007-04-08 22:17:39 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/seatoolsMakefile distinfo pkg-descr pkg-plist Log: Here is the port of Seagate's SeaTools Enterprise Edition for Linux Disc Diagnostic

cvs commit: CVSROOT modules

2007-04-08 Thread Boris Samorodov
bsam2007-04-08 22:18:25 UTC FreeBSD ports repository Modified files: .modules Log: seatools -- ports/sysutils/seatools Revision ChangesPath 1.17815 +1 -0 CVSROOT/modules ___

cvs commit: ports LEGAL

2007-04-08 Thread Boris Samorodov
bsam2007-04-08 22:20:20 UTC FreeBSD ports repository Modified files: .LEGAL Log: Add a note about sysutils/seatools. Requested by: rdivacky at emulation@ Revision ChangesPath 1.532 +2 -1 ports/LEGAL

cvs commit: ports/devel/bouml Makefile distinfo

2007-04-08 Thread Thierry Thomas
thierry 2007-04-08 22:30:57 UTC FreeBSD ports repository Modified files: devel/bouml Makefile distinfo Log: Upgrade to 2.23. Changelog at http://bouml.free.fr/historic.html. Revision ChangesPath 1.77 +1 -1 ports/devel/bouml/Makefile 1.76

cvs commit: ports/math/freefem++ Makefile distinfo

2007-04-08 Thread Thierry Thomas
thierry 2007-04-08 22:31:01 UTC FreeBSD ports repository Modified files: math/freefem++ Makefile distinfo Log: Upgrade to 2.15-1. Revision ChangesPath 1.58 +1 -2 ports/math/freefem++/Makefile 1.39 +3 -3 ports/math/freefem++/distinfo

cvs commit: src/sys/sys param.h

2007-04-08 Thread Xin LI
delphij 2007-04-08 22:45:21 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSDversion for CAM sg addition. Requested by: bsam Revision ChangesPath 1.291 +1 -1 src/sys/sys/param.h

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2007-04-08 Thread Xin LI
delphij 2007-04-08 22:48:43 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSDversion 700037: CAM sg addition. Requested by: bsam Revision ChangesPath 1.821 +5 -0

cvs commit: src/sys/dev/cxgb cxgb_lro.c

2007-04-08 Thread Kip Macy
kmacy 2007-04-08 22:56:19 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_lro.c Log: Add missing paren Revision ChangesPath 1.4 +4 -4 src/sys/dev/cxgb/cxgb_lro.c ___ cvs-all@freebsd.org

cvs commit: ports/japanese/texinfo Makefile

2007-04-08 Thread Hiroki Sato
hrs 2007-04-08 23:23:08 UTC FreeBSD ports repository Modified files: japanese/texinfo Makefile Log: Fix dependency. Revision ChangesPath 1.12 +2 -2 ports/japanese/texinfo/Makefile ___ cvs-all@freebsd.org

cvs commit: ports/sysutils/seatools Makefile

2007-04-08 Thread Boris Samorodov
bsam2007-04-08 23:24:28 UTC FreeBSD ports repository Modified files: sysutils/seatoolsMakefile Log: Ignore if ${OSVERSION} 700037 (this version was bumpted by delphij to indicate CAM sg addition). Revision ChangesPath 1.2 +4 -0

cvs commit: ports/www/horde-base Makefile bsd.horde.mk pkg-plist ports/www/horde-base/files pkg-deinstall.in pkg-install.in pkg-message.common.in pkg-message.in ports/net-mgmt/horde-nic Makefile pkg-p

2007-04-08 Thread Andrew Pantyukhin
sat 2007-04-08 23:42:31 UTC FreeBSD ports repository Modified files: www/horde-base Makefile pkg-plist www/horde-base/files pkg-deinstall.in pkg-install.in pkg-message.in net-mgmt/horde-nic Makefile pkg-plist www/horde-ansel

cvs commit: src/sys/sys systm.h src/sys/kern vfs_mount.c

2007-04-08 Thread Pawel Jakub Dawidek
pjd 2007-04-08 23:54:01 UTC FreeBSD src repository Modified files: sys/sys systm.h sys/kern vfs_mount.c Log: Add root_mounted() function that returns true if the root file system is already mounted. Revision ChangesPath 1.254

cvs commit: src/sys/geom/eli g_eli.c

2007-04-08 Thread Pawel Jakub Dawidek
pjd 2007-04-08 23:54:23 UTC FreeBSD src repository Modified files: sys/geom/eli g_eli.c Log: Use root_mounted(). Revision ChangesPath 1.37 +1 -1 src/sys/geom/eli/g_eli.c ___ cvs-all@freebsd.org mailing

cvs commit: src/sys/compat/opensolaris/kern opensolaris_kobj.c src/sys/compat/opensolaris/sys kobj.h

2007-04-08 Thread Pawel Jakub Dawidek
pjd 2007-04-08 23:57:08 UTC FreeBSD src repository Modified files: sys/compat/opensolaris/kern opensolaris_kobj.c sys/compat/opensolaris/sys kobj.h Log: Extend kobj compatibility KPI to support operating on files before and after the root file system is mounted.

cvs commit: src/etc/mtree BSD.root.dist src/sys/contrib/opensolaris/uts/common/sys/fs zfs.h

2007-04-08 Thread Pawel Jakub Dawidek
pjd 2007-04-08 23:59:39 UTC FreeBSD src repository Modified files: etc/mtreeBSD.root.dist sys/contrib/opensolaris/uts/common/sys/fs zfs.h Log: Move zpool.cache from /etc/zfs/ to /boot/zfs/, so we can keep it on dedicated /boot/ file system and use ZFS for

cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs zfs_vfsops.c

2007-04-08 Thread Pawel Jakub Dawidek
pjd 2007-04-09 00:02:11 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs zfs_vfsops.c Log: Drop the Giant lock before calling zfs_domount(), which is held when mounting root file system. Revision ChangesPath 1.2 +4 -1

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

2007-04-08 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Gabor Kovesdan [EMAIL PROTECTED] writes: : gabor 2007-04-08 17:50:51 UTC : : FreeBSD doc repository : : Modified files: : en_US.ISO8859-1/articles/contributors contrib.committers.sgml : Log: : For almost 15 years of contribution,

cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs spa_config.c

2007-04-08 Thread Pawel Jakub Dawidek
pjd 2007-04-09 00:03:45 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs spa_config.c Log: We don't have to wait for the root file system to be mounted anymore, now that kobj KPI supports operating on files loaded by the loader.

cvs commit: src/sys/boot/forth loader.conf

2007-04-08 Thread Pawel Jakub Dawidek
pjd 2007-04-09 00:04:54 UTC FreeBSD src repository Modified files: sys/boot/forth loader.conf Log: Always try to load zpool.cache instead of trying to find good place to document it. When there is no such file, it's invisible for the user. Revision Changes

  1   2   >