Re: cvs commit: www/share/sgml includes.navdevelopers.sgml

2006-02-21 Thread Simon L. Nielsen
On 2006.02.21 17:16:22 -0800, Murray Stokely wrote: > On Tue, Feb 21, 2006 at 03:56:31PM -0500, John Baldwin wrote: > > On Tuesday 21 February 2006 14:29, Joel Dahl wrote: > > > joel2006-02-21 19:29:29 UTC > > > > > > FreeBSD doc repository > > > > > > Modified files: > > > share/sg

cvs commit: ports/net/openldap23-server Makefile distinfo pkg-plist pkg-plist.client

2006-02-21 Thread Vsevolod Stakhov
vsevolod2006-02-22 07:24:33 UTC FreeBSD ports repository Modified files: net/openldap23-server Makefile distinfo pkg-plist pkg-plist.client Log: - Update to 2.3.19 PR: 91983 Submitted by: delphij Revision ChangesPath 1.1

cvs commit: ports/print/acroreadwrapper Makefile ports/print/acroreadwrapper/files acroread.in

2006-02-21 Thread Hiroki Sato
hrs 2006-02-22 06:58:02 UTC FreeBSD ports repository Modified files: print/acroreadwrapper Makefile print/acroreadwrapper/files acroread.in Log: Fix plugin directory (not under %%LINUXBASE%%). Pointed out by: nyan Revision ChangesPath 1.3 +1 -1

cvs commit: src/sys/kern vfs_mount.c

2006-02-21 Thread Jeff Roberson
jeff2006-02-22 06:29:55 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: - We can not hold a vnode lock while we do a lookup. Search for and load modules prior to looking up the directory which we will cover to avoid this problem in

cvs commit: src/sys/kern vfs_subr.c

2006-02-21 Thread Jeff Roberson
jeff2006-02-22 06:20:13 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - Grab a mnt ref in vfs_busy() before dropping the interlock. This will prevent the mount point from going away while we're waiting on the lock. The ref does no

cvs commit: src/sys/kern vfs_syscalls.c

2006-02-21 Thread Jeff Roberson
jeff2006-02-22 06:19:08 UTC FreeBSD src repository Modified files: sys/kern vfs_syscalls.c Log: - Hold the vnode used in the statfs related functions until we're done with the VFS_STATFS call to prevent the mount from disappearing while we're stating.

cvs commit: src/sys/fs/nullfs null_vnops.c

2006-02-21 Thread Jeff Roberson
jeff2006-02-22 06:17:31 UTC FreeBSD src repository Modified files: sys/fs/nullfsnull_vnops.c Log: - spell VOP_LOCK(vp, LK_RELEASE... VOP_UNLOCK(vp,... so that asserts in vop_lock_post do not trigger. - Rearrange null_inactive to null_hashrem earlier so there

cvs commit: src/sys/fs/nullfs null_subr.c

2006-02-21 Thread Jeff Roberson
jeff2006-02-22 06:15:12 UTC FreeBSD src repository Modified files: sys/fs/nullfsnull_subr.c Log: - Assert that the lowervp is locked in null_hashget(). - Simplify the logic dealing with recycled vnodes in null_hashget() and null_hashins(). Since we hold the

cvs commit: src/sys/ufs/ufs ufs_quota.c

2006-02-21 Thread Jeff Roberson
jeff2006-02-22 06:12:53 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_quota.c Log: - Using LK_NOWAIT in qsync() can get us into infinite loop situations that lead to deadlocks. Remove it. MFC After: 1 week Revision ChangesPath

cvs commit: src/sys/fs/deadfs dead_vnops.c

2006-02-21 Thread Jeff Roberson
jeff2006-02-22 06:11:59 UTC FreeBSD src repository Modified files: sys/fs/deadfsdead_vnops.c Log: - Deadfs should not use the std GETWRITEMOUNT routine. Add one that always returns NULL. MFC After: 1 week Revision ChangesPath 1.49 +14

cvs commit: ports UPDATING

2006-02-21 Thread Hiroki Sato
hrs 2006-02-22 05:41:05 UTC FreeBSD ports repository Modified files: .UPDATING Log: Add note about change of print/acroread7 and the localized versions. Revision ChangesPath 1.291 +27 -1 ports/UPDATING __

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

2006-02-21 Thread Matt Jacob
mjacob 2006-02-22 05:19:50 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_cam.c Log: Remove commented out qualifier to dumping a message. Revision ChangesPath 1.5 +2 -2 src/sys/dev/mpt/mpt_cam.c

cvs commit: ports/graphics/gimp1 Makefile ports/graphics/gimp Makefile

2006-02-21 Thread Joe Marcus Clarke
marcus 2006-02-22 04:15:08 UTC FreeBSD ports repository Modified files: graphics/gimp1 Makefile graphics/gimpMakefile Log: Add CONFLICTS for gimpshop. Revision ChangesPath 1.188 +1 -1 ports/graphics/gimp/Makefile 1.117 +1 -1 por

cvs commit: CVSROOT modules

2006-02-21 Thread Joe Marcus Clarke
marcus 2006-02-22 04:13:45 UTC FreeBSD ports repository Modified files: .modules Log: gimpshop --> ports/graphics/gimpshop Revision ChangesPath 1.14403 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.or

cvs commit: ports/graphics Makefile

2006-02-21 Thread Joe Marcus Clarke
marcus 2006-02-22 04:12:14 UTC FreeBSD ports repository Modified files: graphics Makefile Log: Add gimpshop. Revision ChangesPath 1.900 +1 -0 ports/graphics/Makefile ___ cvs-all@freebsd.org mailing list

cvs commit: ports/graphics/gimpshop Makefile distinfo pkg-descr pkg-plist ports/graphics/gimpshop/files patch-gimptool-2.0.in

2006-02-21 Thread Joe Marcus Clarke
marcus 2006-02-22 04:11:45 UTC FreeBSD ports repository Modified files: graphics/gimpshopMakefile distinfo pkg-descr pkg-plist graphics/gimpshop/files patch-gimptool-2.0.in Log: Add gimpshop after a repocopy from ports/graphics/gimp. GIMPshop is a fork of GIMP whic

cvs commit: src/tools/tools/ministat ministat.c

2006-02-21 Thread Matthew N. Dodd
mdodd 2006-02-22 04:10:20 UTC FreeBSD src repository Modified files: tools/tools/ministat ministat.c Log: Add option -w to specify graph width. Use COLUMNS, terminal width for default graph width. Reviewed by: rwatson Revision ChangesPath 1.7 +24 -3

cvs commit: src/share/examples/etc make.conf

2006-02-21 Thread Hajimu UMEMOTO
ume 2006-02-22 03:42:57 UTC FreeBSD src repository Modified files: share/examples/etc make.conf Log: Mention NO_NLS_CATALOGS. Revision ChangesPath 1.274 +1 -0 src/share/examples/etc/make.conf ___ cvs-all@freeb

cvs commit: src/tools/tools/netrate/http http.c

2006-02-21 Thread Robert Watson
rwatson 2006-02-22 02:54:43 UTC FreeBSD src repository Modified files: tools/tools/netrate/http http.c Log: Add multi-process support to simple http micro-benchmark, now the default. Use -t for thread support. Also added are -n to specify number of threads or process, and -s

cvs commit: src/tools/tools/netrate/httpd httpd.c

2006-02-21 Thread Robert Watson
rwatson 2006-02-22 02:54:04 UTC FreeBSD src repository Modified files: tools/tools/netrate/httpd httpd.c Log: Add multi-process support to simple httpd micro-benchmark, which is now the default. With -t, threads are used. Revision ChangesPath 1.5 +128 -38 s

cvs commit: src/lib/libthr/thread Makefile.inc

2006-02-21 Thread David Xu
davidxu 2006-02-22 02:52:22 UTC FreeBSD src repository Modified files: lib/libthr/threadMakefile.inc Log: Disable POSIX SIGEV_THREAD notification support, soon we will have a common library which can be reused both for libthr and libpthread. Revision ChangesPath

cvs commit: ports/www/trac-accountmanager Makefile pkg-plist

2006-02-21 Thread Jun Kuriyama
kuriyama2006-02-22 02:44:28 UTC FreeBSD ports repository Modified files: www/trac-accountmanager Makefile pkg-plist Log: Fix plist. Reported by:pointyhat via kris Revision ChangesPath 1.2 +1 -0 ports/www/trac-accountmanager/Makefile 1.2 +1

cvs commit: src/sys/kern uipc_mqueue.c

2006-02-21 Thread David Xu
davidxu 2006-02-22 02:38:25 UTC FreeBSD src repository Modified files: sys/kern uipc_mqueue.c Log: Abstract function mqfs_create_node() to create a mqueue node. Revision ChangesPath 1.13 +76 -67src/sys/kern/uipc_mqueue.c __

cvs commit: ports/chinese/scim-chewing Makefile ports/chinese/scim-chewing/files patch-src::Makefile.in

2006-02-21 Thread Ying-Chieh Liao
ijliao 2006-02-22 01:41:37 UTC FreeBSD ports repository Modified files: chinese/scim-chewing Makefile chinese/scim-chewing/files patch-src::Makefile.in Log: unbreak take maintainership PR: 93678 Submitted by: [EMAIL PROTECTED] (new maintainer) Re

cvs commit: CVSROOT modules

2006-02-21 Thread Ying-Chieh Liao
ijliao 2006-02-22 01:35:14 UTC FreeBSD ports repository Modified files: .modules Log: ggz-kde-client --> ports/games/ggz-kde-client Revision ChangesPath 1.14402 +1 -0 CVSROOT/modules ___ cvs-all

cvs commit: ports/games Makefile ports/games/ggz-kde-client Makefile distinfo pkg-descr pkg-plist ports/games/ggz-kde-client/files patch-configure

2006-02-21 Thread Ying-Chieh Liao
ijliao 2006-02-22 01:35:01 UTC FreeBSD ports repository Modified files: gamesMakefile Added files: games/ggz-kde-client Makefile distinfo pkg-descr pkg-plist games/ggz-kde-client/files patch-configure Log: add ggz-kde-client The GGZ Gaming Zone - KD

cvs commit: CVSROOT modules

2006-02-21 Thread Ying-Chieh Liao
ijliao 2006-02-22 01:32:59 UTC FreeBSD ports repository Modified files: .modules Log: ggz-gtk-games --> ports/games/ggz-gtk-games Revision ChangesPath 1.14401 +1 -0 CVSROOT/modules ___ cvs-all@fre

cvs commit: ports/games Makefile ports/games/ggz-gtk-games Makefile distinfo pkg-descr pkg-plist

2006-02-21 Thread Ying-Chieh Liao
ijliao 2006-02-22 01:31:23 UTC FreeBSD ports repository Modified files: gamesMakefile Added files: games/ggz-gtk-games Makefile distinfo pkg-descr pkg-plist Log: add ggz-gtk-games 0.0.12 The GGZ Gaming Zone - GTK+ Games PR: 93579 Subm

cvs commit: src/sys/dev/ath if_ath.c

2006-02-21 Thread Sam Leffler
sam 2006-02-22 01:17:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ath if_ath.c Log: MFC 1.128: close race between ath_tx_start and ath_tx_processq Approved by:re (scottl) Revision ChangesPath 1.94.2.9 +2 -1

Re: cvs commit: www/share/sgml includes.navdevelopers.sgml

2006-02-21 Thread Murray Stokely
On Tue, Feb 21, 2006 at 03:56:31PM -0500, John Baldwin wrote: > On Tuesday 21 February 2006 14:29, Joel Dahl wrote: > > joel2006-02-21 19:29:29 UTC > > > > FreeBSD doc repository > > > > Modified files: > > share/sgml includes.navdevelopers.sgml > > Log: > > Ok, it's a

cvs commit: CVSROOT modules

2006-02-21 Thread Brooks Davis
brooks 2006-02-22 01:11:05 UTC FreeBSD ports repository Modified files: .modules Log: drupal-textile -> ports/www/drupal-textile Revision ChangesPath 1.14400 +1 -0 CVSROOT/modules ___ cvs-all@free

Re: cvs commit: src/sys/kern vfs_aio.c

2006-02-21 Thread David Xu
Nate Lawson wrote: David Xu wrote: davidxu 2006-02-22 00:05:12 UTC FreeBSD src repository Modified files: sys/kern vfs_aio.c Log: If block size is zero, use normal file operations to do I/O, this eliminates a divided-by-zero fault. Recommended by: phk R

cvs commit: ports/www Makefile ports/www/drupal-textile 1 Makefile distinfo pkg-descr ports/www/drupal-textile/files pkg-install.in

2006-02-21 Thread Brooks Davis
brooks 2006-02-22 00:58:04 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/drupal-textile 1 Makefile distinfo pkg-descr www/drupal-textile/files pkg-install.in Log: Add www/drupal-textile: The Textile module allows y

Re: cvs commit: src/sys/kern vfs_aio.c

2006-02-21 Thread Nate Lawson
David Xu wrote: davidxu 2006-02-22 00:05:12 UTC FreeBSD src repository Modified files: sys/kern vfs_aio.c Log: If block size is zero, use normal file operations to do I/O, this eliminates a divided-by-zero fault. Recommended by: phk Revision Changes

cvs commit: ports/www/drupal-pubcookie Makefile ports/security/drupal-ldap_integration Makefile

2006-02-21 Thread Brooks Davis
brooks 2006-02-22 00:49:07 UTC FreeBSD ports repository Modified files: www/drupal-pubcookie Makefile security/drupal-ldap_integration Makefile Log: Use bsd.drupal.mk to reduce duplicate code in drupal modules. Revision ChangesPath 1.3 +5 -65 ports/sec

cvs commit: ports/graphics/comix Makefile distinfo

2006-02-21 Thread Jeremy Messenger
mezz2006-02-22 00:43:28 UTC FreeBSD ports repository Modified files: graphics/comix Makefile distinfo Log: Update to 2.9, see changelog for details: http://comix.sourceforge.net/changelog.html Revision ChangesPath 1.9 +1 -1 ports/grap

cvs commit: ports/www/drupal Makefile bsd.drupal.mk pkg-plist ports/www/drupal/files pkg-message.in

2006-02-21 Thread Brooks Davis
brooks 2006-02-22 00:40:21 UTC FreeBSD ports repository Modified files: www/drupal Makefile pkg-plist www/drupal/files pkg-message.in Added files: www/drupal bsd.drupal.mk Log: Big port infrastructure overhaul to ease module maintance. The us

cvs commit: src/sys/kern vfs_aio.c

2006-02-21 Thread David Xu
davidxu 2006-02-22 00:05:12 UTC FreeBSD src repository Modified files: sys/kern vfs_aio.c Log: If block size is zero, use normal file operations to do I/O, this eliminates a divided-by-zero fault. Recommended by: phk Revision ChangesPath 1.219 +

cvs commit: src/usr.sbin/wpa/wpa_supplicant driver_freebsd.c

2006-02-21 Thread Sam Leffler
sam 2006-02-21 23:55:38 UTC FreeBSD src repository Modified files: usr.sbin/wpa/wpa_supplicant driver_freebsd.c Log: use the specified key index for non-group keys; this fixes static wep key configure at key indices > 0 and 802.1x/EAPOL operation with ap's that want the s

cvs commit: src/sys/net80211 ieee80211_ioctl.c

2006-02-21 Thread Sam Leffler
sam 2006-02-21 23:51:19 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ioctl.c Log: honor user-specified key index for global key slots Submitted by: Joe Love Reviewed by:avatar MFC after: 1 week Revision ChangesPath

cvs commit: ports/net-p2p/i2p Makefile distinfo

2006-02-21 Thread Mario Sergio Fujikawa Ferreira
lioux 2006-02-21 23:35:42 UTC FreeBSD ports repository Modified files: net-p2p/i2p Makefile distinfo Log: Update to 0.6.1.11 Revision ChangesPath 1.23 +1 -2 ports/net-p2p/i2p/Makefile 1.20 +3 -3 ports/net-p2p/i2p/distinfo _

cvs commit: CVSROOT modules

2006-02-21 Thread Yar Tikhiy
yar 2006-02-21 23:26:58 UTC FreeBSD src repository Modified files: .modules Log: asf -> src/usr.sbin/asf Revision ChangesPath 1.6864+1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mailing list

cvs commit: ports/deskutils/teapot Makefile distinfo

2006-02-21 Thread Renato Botelho
garga 2006-02-21 22:36:45 UTC FreeBSD ports repository Modified files: deskutils/teapot Makefile distinfo Log: - Update to 1.09 - Make it fetchable again, since author just maintain last version available - Pass maintainership to submitter PR: ports/936

Re: cvs commit: www/share/sgml includes.navdevelopers.sgml

2006-02-21 Thread John Baldwin
On Tuesday 21 February 2006 14:29, Joel Dahl wrote: > joel2006-02-21 19:29:29 UTC > > FreeBSD doc repository > > Modified files: > share/sgml includes.navdevelopers.sgml > Log: > Ok, it's almost impossible to find the FreeBSD internal pages, so add a > link to the bott

cvs commit: src/sys/vm vm_object.c

2006-02-21 Thread John Baldwin
jhb 2006-02-21 22:09:54 UTC FreeBSD src repository Modified files: sys/vm vm_object.c Log: Lock the vm_object while checking its type to see if it is a vnode-backed object that requires Giant in vm_object_deallocate(). This is somewhat hairy in that if we c

Re: cvs commit: ports/print/acroreadwrapper Makefile

2006-02-21 Thread Hiroki Sato
Pav Lucistnik <[EMAIL PROTECTED]> wrote in <[EMAIL PROTECTED]>: pa> pav 2006-02-21 21:57:01 UTC pa> pa> FreeBSD ports repository pa> pa> Modified files: pa> print/acroreadwrapper Makefile pa> Log: pa> - Unbreak pa> pa> Reported by:Roman Divacky <[EMAIL PROTECTED]> pa>

cvs commit: ports/print/acroreadwrapper Makefile

2006-02-21 Thread Pav Lucistnik
pav 2006-02-21 21:57:01 UTC FreeBSD ports repository Modified files: print/acroreadwrapper Makefile Log: - Unbreak Reported by:Roman Divacky <[EMAIL PROTECTED]> Pointy hat to: hrs Revision ChangesPath 1.2 +1 -1 ports/print/acroreadwrapper/Ma

cvs commit: src/sys/kern kern_exit.c

2006-02-21 Thread John Baldwin
jhb 2006-02-21 21:48:42 UTC FreeBSD src repository Modified files: sys/kern kern_exit.c Log: Move the ruadd() in kern_exit() to save our final stats in our child stats even further down in exit1() so that it includes the runtime and tick counts from the final

cvs commit: CVSROOT access

2006-02-21 Thread Olivier Houchard
cognet 2006-02-21 21:48:08 UTC FreeBSD src repository Modified files: .access Log: Everyone please welcome Wojciech A. Koszek ([EMAIL PROTECTED]) as a new src committer. He has committed the usual mistake of submitting to many patches, and will now have t

cvs commit: src/sys/kern kern_resource.c

2006-02-21 Thread John Baldwin
jhb 2006-02-21 21:47:46 UTC FreeBSD src repository Modified files: sys/kern kern_resource.c Log: Split calcru() back into a calcru1() function shared with calccru() and a calcru() wrapper that passes a local rusage_ext on the stack that is a snapshot to do the

cvs commit: CVSROOT modules

2006-02-21 Thread Renato Botelho
garga 2006-02-21 21:35:21 UTC FreeBSD ports repository Modified files: .modules Log: ytnef --> ports/converters/ytnef Revision ChangesPath 1.14399 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org

cvs commit: ports/converters Makefile ports/converters/ytnef Makefile distinfo pkg-descr

2006-02-21 Thread Renato Botelho
garga 2006-02-21 21:35:13 UTC FreeBSD ports repository Modified files: converters Makefile Added files: converters/ytnef Makefile distinfo pkg-descr Log: Add ytnef 2.6, unpack data in MS Outlook TNEF format Submitted by: Rodrigo Graeff <[EMAIL PROTEC

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

2006-02-21 Thread Gerald Pfeifer
gerald 2006-02-21 21:34:01 UTC FreeBSD ports repository Modified files: lang/gcc42 Makefile distinfo pkg-plist Log: Update to the 20060218 snapshot of GCC 4.2.0. Remove USE_REINPLACE= as advised by new portlint. Also note that at least some of the installation

cvs commit: ports/games/xflame Makefile

2006-02-21 Thread Kris Kennaway
kris2006-02-21 21:30:13 UTC FreeBSD ports repository Modified files: games/xflame Makefile Log: Host distfile locally since the previous master site is unresponsive. Revision ChangesPath 1.9 +2 -1 ports/games/xflame/Makefile

cvs commit: ports/astro/xglobe Makefile

2006-02-21 Thread Kris Kennaway
kris2006-02-21 21:17:05 UTC FreeBSD ports repository Modified files: astro/xglobe Makefile Log: Host distfile locally since the old site doesn't work, and the link on the author's webpage is also broken. Revision ChangesPath 1.16 +2 -1 ports/as

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

2006-02-21 Thread Joe Marcus Clarke
marcus 2006-02-21 20:51:16 UTC FreeBSD ports repository Modified files: accessibility/gail Makefile distinfo pkg-plist Log: Update to 1.8.10. Revision ChangesPath 1.51 +1 -1 ports/accessibility/gail/Makefile 1.32 +3 -3 ports/accessibility/gail

cvs commit: CVSROOT modules

2006-02-21 Thread Renato Botelho
garga 2006-02-21 20:49:49 UTC FreeBSD ports repository Modified files: .modules Log: Move recently added converters/libytnef to an accuratte category "devel" Approved by:maintainer Revision ChangesPath 1.14398 +1 -1 CVSROOT/module

cvs commit: ports/print/adobe-cmaps pkg-plist

2006-02-21 Thread Hiroki Sato
hrs 2006-02-21 20:49:38 UTC FreeBSD ports repository Modified files: print/adobe-cmapspkg-plist Log: Fix pkg-plist. Reported by:pointyhat Revision ChangesPath 1.5 +2 -1 ports/print/adobe-cmaps/pkg-plist _

cvs commit: ports MOVED ports/converters Makefile ports/converters/libytnef Makefile distinfo pkg-descr pkg-plist ports/devel Makefile ports/devel/libytnef Makefile distinfo pkg-descr pkg-plist

2006-02-21 Thread Renato Botelho
garga 2006-02-21 20:49:15 UTC FreeBSD ports repository Modified files: .MOVED converters Makefile develMakefile Added files: devel/libytnef Makefile distinfo pkg-descr pkg-plist Removed files: converters/lib

cvs commit: ports/korean/munhwafonts-cid pkg-plist

2006-02-21 Thread Hiroki Sato
hrs 2006-02-21 20:48:08 UTC FreeBSD ports repository Modified files: korean/munhwafonts-cid pkg-plist Log: Fix pkg-plist. Reported by:pointyhat Revision ChangesPath 1.8 +2 -1 ports/korean/munhwafonts-cid/pkg-plist __

cvs commit: ports/mail/nmh Makefile

2006-02-21 Thread Ade Lovett
ade 2006-02-21 20:43:54 UTC FreeBSD ports repository Modified files: mail/nmh Makefile Log: Fix up the result of a series of unfortunate events. Revision ChangesPath 1.37 +3 -4 ports/mail/nmh/Makefile _

cvs commit: ports/astro/xearth/files freebsd.committers.markers freebsd.ftp.markers

2006-02-21 Thread Thomas Gellekum
tg 2006-02-21 20:39:15 UTC FreeBSD ports repository Modified files: astro/xearth/files freebsd.committers.markers freebsd.ftp.markers Log: Provide more accurate coordinates for ftp8.de.freebsd.org (I hope) and my own lodgings. Revision Cha

cvs commit: ports/x11/xdialog Makefile distinfo

2006-02-21 Thread Marcus Alves Grando
mnag2006-02-21 20:21:20 UTC FreeBSD ports repository Modified files: x11/xdialog Makefile distinfo Log: - Update to 2.2.0 PR: 93659 Submitted by: KATO Tsuguru <[EMAIL PROTECTED]> Revision ChangesPath 1.26 +2 -3 ports/x11/xdi

cvs commit: src/sys/dev/le am7990.c am79900.c

2006-02-21 Thread Marius Strobl
marius 2006-02-21 20:20:43 UTC FreeBSD src repository Modified files: sys/dev/le am7990.c am79900.c Log: - In the interrupt handler clear the interrupt source flags before processing the interrupt events. If we clear them afterwards we can completely miss some

cvs commit: ports/x11/rxvt-unicode Makefile distinfo

2006-02-21 Thread Thierry Thomas
thierry 2006-02-21 20:15:34 UTC FreeBSD ports repository Modified files: x11/rxvt-unicode Makefile distinfo Log: Upgrade to 7.7. Changelog at . Revision ChangesPath 1.99 +1 -1 ports/x11/rxvt-unicode/Makef

cvs commit: CVSROOT modules

2006-02-21 Thread Renato Botelho
garga 2006-02-21 20:05:39 UTC FreeBSD ports repository Modified files: .modules Log: libytnef --> ports/converters/libytnef Revision ChangesPath 1.14397 +1 -0 CVSROOT/modules ___ cvs-all@freebs

cvs commit: ports/converters Makefile ports/converters/libytnef Makefile distinfo pkg-descr pkg-plist

2006-02-21 Thread Renato Botelho
garga 2006-02-21 20:05:31 UTC FreeBSD ports repository Modified files: converters Makefile Added files: converters/libytnef Makefile distinfo pkg-descr pkg-plist Log: Add libytnef 1.5, unpack data in MS Outlook TNEF format. PR: ports/93673 S

cvs commit: ports/astro/xearth/files freebsd.committers.markers

2006-02-21 Thread Sean Chittenden
seanc 2006-02-21 19:57:24 UTC FreeBSD ports repository Modified files: astro/xearth/files freebsd.committers.markers Log: Update to reflect location of biz and train ICBM coordinates to point at my desk, +/- 3 feet according to http://boulter.com/gps/ Revision Changes

cvs commit: ports/databases/memcached/files memcached.in

2006-02-21 Thread Sean Chittenden
seanc 2006-02-21 19:37:31 UTC FreeBSD ports repository Modified files: databases/memcached/files memcached.in Log: Clean up memcached startup script: no functional changes. PR: ports/93645 Submitted by: mnag@ Revision ChangesPath 1.2 +4 -5

cvs commit: www/en/internal about.sgml bylaws.sgml core-vote.sgml developer.sgml doceng.sgml expire-bits.sgml fortunes.sgml homepage.sgml internal.sgml machines.sgml mirror.sgml new-account.sgml photo

2006-02-21 Thread Joel Dahl
joel2006-02-21 19:30:28 UTC FreeBSD doc repository Modified files: en/internal about.sgml bylaws.sgml core-vote.sgml developer.sgml doceng.sgml expire-bits.sgml fortunes.sgml homepage.sgml inter

cvs commit: www/share/sgml includes.navdevelopers.sgml

2006-02-21 Thread Joel Dahl
joel2006-02-21 19:29:29 UTC FreeBSD doc repository Modified files: share/sgml includes.navdevelopers.sgml Log: Ok, it's almost impossible to find the FreeBSD internal pages, so add a link to the bottom of the navigation table. Revision ChangesPath 1.8

cvs commit: ports/security/openssh-portable Makefile ports/security/openssh-portable/files openssh.in

2006-02-21 Thread Marcus Alves Grando
mnag2006-02-21 19:28:37 UTC FreeBSD ports repository Modified files: security/openssh-portable Makefile security/openssh-portable/files openssh.in Log: - Fix order in rc.d script. Because of pidfile are empty, reload [2] and restart [1] commands kill all connections

cvs commit: doc/share/sgml freebsd.dsl

2006-02-21 Thread Hiroki Sato
hrs 2006-02-21 19:23:30 UTC FreeBSD doc repository Modified files: share/sgml freebsd.dsl Log: Add separator support to rendering when there are multiple copyright holders. Spotted by: yar Revision ChangesPath 1.90 +7 -0 doc/share/s

cvs commit: ports/net/ruby-net-geoip Makefile distinfo pkg-plist

2006-02-21 Thread Sean Chittenden
seanc 2006-02-21 19:19:51 UTC FreeBSD ports repository Modified files: net/ruby-net-geoip Makefile distinfo pkg-plist Log: Mirror module here at work and pull from Maxmind. Revision ChangesPath 1.9 +2 -2 ports/net/ruby-net-geoip/Makefile 1.6 +3

cvs commit: ports/security/tripwire/files patch-contrib::install.sh

2006-02-21 Thread Cy Schubert
cy 2006-02-21 19:01:50 UTC FreeBSD ports repository Modified files: security/tripwire/files patch-contrib::install.sh Log: Fix a problem with the CLOBBER option. The meaning of this option is rather ambiguous. The original author of the tripwire software had coded the di

cvs commit: ports/print/acroread7 pkg-descr

2006-02-21 Thread Hiroki Sato
hrs 2006-02-21 18:57:08 UTC FreeBSD ports repository Modified files: print/acroread7 pkg-descr Log: Fix WWW: line. Revision ChangesPath 1.4 +1 -1 ports/print/acroread7/pkg-descr ___ cvs-all@freebsd.org ma

cvs commit: ports/print/acroread7 Makefile distinfo pkg-descr pkg-plist.7.0.1 pkg-plist.7.0.5 ports/print/acroread7/files acroread7.in ln.in mv.in pkg-message.in rm.in ports/chinese/acroread-zh_CN Mak

2006-02-21 Thread Hiroki Sato
hrs 2006-02-21 18:49:11 UTC FreeBSD ports repository Modified files: print/acroread7 Makefile distinfo pkg-descr chinese/acroread-zh_CN Makefile distinfo chinese/acroread-zh_TW Makefile distinfo french/acroread Makefile distinfo german/acroread M

cvs commit: CVSROOT modules

2006-02-21 Thread Hiroki Sato
hrs 2006-02-21 18:41:54 UTC FreeBSD ports repository Modified files: .modules Log: acroreadwrapper --> ports/print/acroreadwrapper Revision ChangesPath 1.14396 +1 -0 CVSROOT/modules ___ cvs-a

cvs commit: ports/print Makefile ports/print/acroreadwrapper Makefile pkg-descr pkg-message pkg-plist ports/print/acroreadwrapper/files acroread.in

2006-02-21 Thread Hiroki Sato
hrs 2006-02-21 18:41:38 UTC FreeBSD ports repository Modified files: printMakefile Added files: print/acroreadwrapper Makefile pkg-descr pkg-message pkg-plist print/acroreadwrapper/files acroread.in Log: Add print/acroreadwrapper, a wrapper script

cvs commit: ports/www/gekko-modules Makefile distinfo pkg-plist

2006-02-21 Thread Tim Bishop
tdb 2006-02-21 18:41:18 UTC FreeBSD ports repository Modified files: www/gekko-modulesMakefile distinfo pkg-plist Log: - Update to 0.5.12 PR: 93607 Submitted by: [EMAIL PROTECTED] (maintainer) Revision ChangesPath 1.3 +12 -12port

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

2006-02-21 Thread Tim Bishop
tdb 2006-02-21 18:39:45 UTC FreeBSD ports repository Modified files: www/gekkoMakefile distinfo pkg-plist Log: - Update to 0.5.12 PR: 93606 Submitted by: [EMAIL PROTECTED] (maintainer) Revision ChangesPath 1.6 +2 -1 port

cvs commit: projects/csup mux.c mux.h

2006-02-21 Thread Maxime Henrion
mux 2006-02-21 18:37:35 UTC FreeBSD projects repository Modified files: csup mux.c mux.h Log: - Export the mux_shutdown() function for external use. - In mux_shutdown(), keep the multiplexer lock when printing error messages from the receiver or sender t

Re: cvs commit: src/sys/modules Makefile

2006-02-21 Thread Brooks Davis
On Tue, Feb 21, 2006 at 08:53:20AM -0500, Andrew Gallatin wrote: > > Greg 'groggy' Lehey writes: > > On Monday, 20 February 2006 at 2:50:09 +, Andrew Gallatin wrote: > > > gallatin2006-02-20 02:50:09 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > s

cvs commit: ports/print/gtklp Makefile distinfo

2006-02-21 Thread Vasil Dimov
vd 2006-02-21 18:16:41 UTC FreeBSD ports repository Modified files: print/gtklp Makefile distinfo Log: Update to 1.2.0 PR: ports/93657 Submitted by: Ports Fury Approved by:garga (mentor, implicitly) Revision ChangesPath 1.26

cvs commit: ports/audio/cuetools Makefile distinfo

2006-02-21 Thread Renato Botelho
garga 2006-02-21 18:05:29 UTC FreeBSD ports repository Modified files: audio/cuetools Makefile distinfo Log: - Update to 1.3.1 PR: ports/93650 Submitted by: Ports Fury Revision ChangesPath 1.11 +1 -2 ports/audio/cuetools/Makefile

Re: cvs commit: src/sys/dev/em if_em.c

2006-02-21 Thread John-Mark Gurney
Gleb Smirnoff wrote this message on Tue, Feb 21, 2006 at 15:09 +0300: > On Tue, Feb 21, 2006 at 10:01:43AM +0100, Morten Rodal wrote: > M> This change breaks the network interfaces in vmware 5.5 on amd64. I > M> also attempted to build a module with NO_EM_FASTINTR defined, but that > M> did not he

cvs commit: ports/www/wsdlpull Makefile distinfo pkg-descr pkg-plist

2006-02-21 Thread Renato Botelho
garga 2006-02-21 18:04:33 UTC FreeBSD ports repository Modified files: www/wsdlpull Makefile distinfo pkg-descr pkg-plist Log: - Update to 1.9.8 PR: ports/93658 Submitted by: Ports Fury Revision ChangesPath 1.6 +17 -20ports/www

cvs commit: www/de Makefile includes.navsupport.sgml includes.sgml includes.xsl index.xsl send-pr.sgml support.sgml www/de/news news.xml

2006-02-21 Thread Johann Kois
jkois 2006-02-21 18:02:21 UTC FreeBSD doc repository Modified files: de Makefile includes.navsupport.sgml includes.sgml includes.xsl index.xsl support.sgml de/news news.xml Added files: de

cvs commit: ports/audio/mbrola Makefile pkg-descr

2006-02-21 Thread Marcus Alves Grando
mnag2006-02-21 17:59:02 UTC FreeBSD ports repository Modified files: audio/mbrola Makefile pkg-descr Log: - Fix master site and WWW PR: 93666 Submitted by: Shaun Amott <[EMAIL PROTECTED]> Revision ChangesPath 1.9 +1 -1 ports

cvs commit: ports/audio/cplay Makefile

2006-02-21 Thread Marcus Alves Grando
mnag2006-02-21 17:56:19 UTC FreeBSD ports repository Modified files: audio/cplay Makefile Log: - Fix master sites PR: 93662 Submitted by: Shaun Amott <[EMAIL PROTECTED]> Revision ChangesPath 1.14 +1 -2 ports/audio/cplay/Make

cvs commit: ports/net/fsplib Makefile distinfo

2006-02-21 Thread Marcus Alves Grando
mnag2006-02-21 17:50:34 UTC FreeBSD ports repository Modified files: net/fsplib Makefile distinfo Log: - Update to 0.8 - portlint(1) PR: 93665 Submitted by: Radim Kolar <[EMAIL PROTECTED]> Revision ChangesPath 1.3 +4 -4

cvs commit: www/en/releases/5.5R schedule.sgml www/en/releases/6.1R schedule.sgml

2006-02-21 Thread Hiroki Sato
hrs 2006-02-21 17:49:15 UTC FreeBSD doc repository Modified files: en/releases/5.5R schedule.sgml en/releases/6.1R schedule.sgml Log: Add actual dates for -BETA2 build/release. Revision ChangesPath 1.2 +3 -3 www/en/releases/5.5R/schedule.sg

cvs commit: www/en/releases/6.1R todo.sgml

2006-02-21 Thread Hiroki Sato
hrs 2006-02-21 17:38:23 UTC FreeBSD doc repository Modified files: en/releases/6.1R todo.sgml Log: Update 6.1R TODO list: - i386 deadlocks with >16GB swap: deferred to the future releases. - umount -f panics: mention jeff's patch. - quota dead

cvs commit: src/sys/modules/nfsclient Makefile

2006-02-21 Thread Yar Tikhiy
yar 2006-02-21 17:22:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/modules/nfsclient Makefile Log: MFC rev. 1.32: Work around the fact that nfsclient SRCS must include nfs_diskless.c if NFS_ROOT is in effect, e.g., present in the k

cvs commit: src/share/examples/etc make.conf src/share/man/man5 make.conf.5 src/usr.sbin/wpa/wpa_supplicant Makefile wpa_supplicant.conf.5

2006-02-21 Thread Sam Leffler
sam 2006-02-21 17:19:54 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/examples/etc make.conf share/man/man5 make.conf.5 usr.sbin/wpa/wpa_supplicant Makefile wpa_supplicant.conf.5 Log: MFC: Change default build of wpa_supplicant t

cvs commit: src/share/man/man5 make.conf.5

2006-02-21 Thread Sam Leffler
sam 2006-02-21 17:15:24 UTC FreeBSD src repository Modified files: share/man/man5 make.conf.5 Log: NO_WPA_SUPPLICANT_EAPOL is a bool, not a str Revision ChangesPath 1.132 +1 -1 src/share/man/man5/make.conf.5 _

cvs commit: ports/security/uvscan-dat Makefile distinfo

2006-02-21 Thread James E. Housley
jeh 2006-02-21 17:07:02 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4702 Revision ChangesPath 1.504 +1 -1 ports/security/uvscan-dat/Makefile 1.499 +3 -3 ports/security/uvscan-dat/distin

cvs commit: ports/deskutils/treeline Makefile distinfo

2006-02-21 Thread Florent Thoumie
flz 2006-02-21 16:43:46 UTC FreeBSD ports repository Modified files: deskutils/treeline Makefile distinfo Log: - Update to 0.14.1. PR: ports/93494 Submitted by: maintainer Revision ChangesPath 1.13 +1 -2 ports/deskutils/treeline/Ma

cvs commit: ports/dns/rbldnsd Makefile distinfo ports/dns/rbldnsd/files example

2006-02-21 Thread Renato Botelho
garga 2006-02-21 16:28:33 UTC FreeBSD ports repository Modified files: dns/rbldnsd Makefile distinfo dns/rbldnsd/filesexample Log: - Update to 0.996 - Made example zonefile prettier (easier to read comments) PR: ports/93604 Submitted by:

cvs commit: ports/comms/libticables Makefile distinfo ports/comms/libticables/files patch-src-bsd-bsd_mapping.c patch-src-linux-slv_link2.c

2006-02-21 Thread Alexey Dokuchaev
danfe 2006-02-21 16:26:45 UTC FreeBSD ports repository Modified files: comms/libticablesMakefile distinfo Removed files: comms/libticables/files patch-src-bsd-bsd_mapping.c patch-src-linux-slv_link2.c Log: Update to version 3.9.7. Ap

  1   2   >