cvs commit: src/sys/netgraph/bluetooth/drivers/ubt ng_ubt.c src/sys/netgraph/bluetooth/drivers/ubtbcmfw ubtbcmfw.c

2007-06-08 Thread Warner Losh
imp 2007-06-09 06:53:27 UTC FreeBSD src repository Modified files: sys/netgraph/bluetooth/drivers/ubt ng_ubt.c sys/netgraph/bluetooth/drivers/ubtbcmfw ubtbcmfw.c Log: Expand USB_ATTACH_SETUP inline. Kill devinfo stuff. Revision ChangesPath 1.29 +1 -4

cvs commit: src/sys/dev/sound/usb uaudio.c

2007-06-08 Thread Warner Losh
imp 2007-06-09 06:49:05 UTC FreeBSD src repository Modified files: sys/dev/sound/usbuaudio.c Log: Expand USB_ATTACH_SETUP inline + devinfo tweaks # looks like there's a chance that uaudio might compile on otherBSD, so leave # those #defines alone as well as make th

cvs commit: ports/textproc/rtfx Makefile distinfo

2007-06-08 Thread Cheng-Lung Sung
clsung 2007-06-09 06:48:24 UTC FreeBSD ports repository Modified files: textproc/rtfxMakefile distinfo Log: - Update to 1.1 Revision ChangesPath 1.9 +4 -3 ports/textproc/rtfx/Makefile 1.4 +3 -3 ports/textproc/rtfx/distinfo

cvs commit: src/sys/dev/usb ufoma.c ugen.c uhid.c uhub.c uipaq.c ukbd.c ulpt.c umct.c ums.c uplcom.c urio.c uscanner.c uvisor.c uvscom.c

2007-06-08 Thread Warner Losh
imp 2007-06-09 06:42:19 UTC FreeBSD src repository Modified files: sys/dev/usb ufoma.c ugen.c uhid.c uhub.c uipaq.c ukbd.c ulpt.c umct.c ums.c uplcom.c urio.c uscanner.c uvisor.c uvscom.c Log: Remove devinfo junk.

cvs commit: src/sys/dev/usb ufm.c

2007-06-08 Thread Warner Losh
imp 2007-06-09 06:40:18 UTC FreeBSD src repository Modified files: sys/dev/usb ufm.c Log: Remove lots of extra junk: o other bsd defines, there's no way this would work there o devinfo junk Revision ChangesPath 1.27 +2 -114src/sys/dev/usb/ufm

cvs commit: src/sys/dev/usb uark.c ubsa.c ubser.c ucycom.c udbp.c

2007-06-08 Thread Warner Losh
imp 2007-06-09 06:39:43 UTC FreeBSD src repository Modified files: sys/dev/usb uark.c ubsa.c ubser.c ucycom.c udbp.c Log: Kill devinfo stuff. It is no longer needed. Kill bogus bzero as necessary. Minor tidy. Expand USB_ATTACH_SETUP inline where needed. R

cvs commit: src/sys/dev/usb umass.c

2007-06-08 Thread Warner Losh
imp 2007-06-09 06:38:19 UTC FreeBSD src repository Modified files: sys/dev/usb umass.c Log: Kill USB_MATCH_SETUP, since this is the only place it was used in the tree. While I'm here, kill devinfo junk. Revision ChangesPath 1.144 +2 -8 src/sys/

cvs commit: src/sys/dev/usb umodem.c

2007-06-08 Thread Warner Losh
imp 2007-06-09 06:37:17 UTC FreeBSD src repository Modified files: sys/dev/usb umodem.c Log: Try to set the data multiplexed feature, but don't care if there's an error doing so. It seems an increasing number of phones have this quirk, and we're not keeping up.

cvs commit: src/sys/dev/usb if_axe.c if_cdce.c if_cdcereg.h if_cue.c if_kue.c if_rue.c if_rum.c if_udav.c if_ural.c

2007-06-08 Thread Warner Losh
imp 2007-06-09 06:31:07 UTC FreeBSD src repository Modified files: sys/dev/usb if_axe.c if_cdce.c if_cdcereg.h if_cue.c if_kue.c if_rue.c if_rum.c if_udav.c if_ural.c Log: The devinfo stuff has been moved up into th

cvs commit: ports/devel/p5-Algorithm-NaiveBayes Makefile distinfo

2007-06-08 Thread Cheng-Lung Sung
clsung 2007-06-09 06:18:20 UTC FreeBSD ports repository Modified files: devel/p5-Algorithm-NaiveBayes Makefile distinfo Log: - Update to 0.04 Revision ChangesPath 1.4 +1 -1 ports/devel/p5-Algorithm-NaiveBayes/Makefile 1.5 +3 -3 ports/devel/p5-

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

2007-06-08 Thread Cheng-Lung Sung
clsung 2007-06-09 06:12:34 UTC FreeBSD ports repository Modified files: devel/autogenMakefile distinfo pkg-plist Log: - Update to 5.9.1 Revision ChangesPath 1.57 +1 -1 ports/devel/autogen/Makefile 1.41 +3 -3 ports/devel/autogen/distinfo

cvs commit: src/tools/regression/usr.bin/calendar calendar.calibrate regress.a2.out regress.a3.out regress.a4.out regress.b2.out regress.b3.out regress.b4.out regress.s1.out regress.s3.out regress.sh

2007-06-08 Thread Greg Lehey
grog2007-06-09 06:01:24 UTC FreeBSD src repository Modified files: tools/regression/usr.bin/calendar calendar.calibrate regress.a2.out regress.a3.out regress.a4.out

cvs commit: src/usr.bin/calendar calendar.h day.c io.c

2007-06-08 Thread Greg Lehey
grog2007-06-09 05:54:13 UTC FreeBSD src repository Modified files: usr.bin/calendar calendar.h day.c io.c Log: Sort events by date. Correct long-standing off-by-one error in -W option. Submitted by: edwin@ Shorten some long lines. These files are still not co

cvs commit: src/usr.bin/calendar/calendars calendar.all

2007-06-08 Thread Greg Lehey
grog2007-06-09 05:51:24 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.all Log: Include calendar.dutch. Revision ChangesPath 1.10 +1 -0 src/usr.bin/calendar/calendars/calendar.all __

cvs commit: src/usr.bin/calendar/calendars calendar.dutch

2007-06-08 Thread Greg Lehey
grog2007-06-09 05:41:18 UTC FreeBSD src repository Added files: usr.bin/calendar/calendars calendar.dutch Log: Dutch calendar. Submitteed by: edwin@ Revision ChangesPath 1.1 +58 -0 src/usr.bin/calendar/calendars/calendar.dutch (new)

cvs commit: ports/editors/leim21 Makefile

2007-06-08 Thread MANTANI Nobutaka
nobutaka2007-06-09 05:24:23 UTC FreeBSD ports repository Modified files: editors/leim21 Makefile Log: Use bsd.emacs.mk. PR: ports/113356 Submitted by: NIIMI Satoshi <[EMAIL PROTECTED]> Revision ChangesPath 1.10 +2 -3 ports/editors/

cvs commit: ports/www/w3m Makefile distinfo ports/www/w3m/files patch-configure patch-file.c

2007-06-08 Thread MANTANI Nobutaka
nobutaka2007-06-09 05:16:15 UTC FreeBSD ports repository Modified files: www/w3m Makefile distinfo www/w3m/filespatch-file.c Removed files: www/w3m/filespatch-configure Log: Update to 0.5.2. Revision ChangesPath 1.86 +4 -5

cvs commit: ports/java/jdk15 Makefile distinfo ports/java/jdk15/files patch-hotspot::amd64::vm::amd64.ad patch-hotspot::amd64::vm::frame_amd64.hpp patch-hotspot::amd64::vm::interpreter_amd64.hpp patch

2007-06-08 Thread Greg Lewis
glewis 2007-06-09 05:14:56 UTC FreeBSD ports repository Modified files: java/jdk15 Makefile distinfo java/jdk15/files patch-j2se::common::Defs-bsd.gmk patch-j2se::nio::genCharsetProvider.sh patch-vm::os_bsd.cpp pk

cvs commit: ports/graphics/gscan2pdf Makefile

2007-06-08 Thread Andrew Pantyukhin
sat 2007-06-09 04:43:14 UTC FreeBSD ports repository Modified files: graphics/gscan2pdf Makefile Log: - Fix dependencies Reported by:pointyhat via kris Revision ChangesPath 1.21 +1 -1 ports/graphics/gscan2pdf/Makefile _

cvs commit: ports/graphics/cairo Makefile distinfo

2007-06-08 Thread Michael Johnson
ahze2007-06-09 03:51:05 UTC FreeBSD ports repository Modified files: graphics/cairo Makefile distinfo Log: Update to 1.4.8 Revision ChangesPath 1.27 +2 -2 ports/graphics/cairo/Makefile 1.14 +3 -3 ports/graphics/cairo/distinfo __

cvs commit: ports/x11/mlterm Makefile

2007-06-08 Thread MANTANI Nobutaka
nobutaka2007-06-09 03:41:33 UTC FreeBSD ports repository Modified files: x11/mlterm Makefile Log: Chase version bump of libscim shared library. PR: ports/112814 Submitted by: KIMURA Yasuhiro <[EMAIL PROTECTED]> Revision ChangesPath 1.43

cvs commit: ports/converters/p5-JSON-XS Makefile distinfo

2007-06-08 Thread Cheng-Lung Sung
clsung 2007-06-09 02:54:22 UTC FreeBSD ports repository Modified files: converters/p5-JSON-XS Makefile distinfo Log: - Update to 1.23 Revision ChangesPath 1.7 +1 -1 ports/converters/p5-JSON-XS/Makefile 1.7 +3 -3 ports/converters/p5-JSON-XS/dis

cvs commit: ports/www/trac Makefile

2007-06-08 Thread Cheng-Lung Sung
clsung 2007-06-09 02:53:50 UTC FreeBSD ports repository Modified files: www/trac Makefile Log: - official site recommands the stable pysqlite23 - http://trac.edgewall.org/wiki/PySqlite - bump PORTREVISION Submitted by: Michael Neumann Revision Cha

Re: cvs commit: src/sys/conf files.amd64 src/sys/dev/mfi mfi.c mfi_disk.c mfi_ioctl.h mfi_linux.c mfi_pci.c mfireg.h mfivar.h

2007-06-08 Thread Bruce A. Mah
If memory serves me right, Doug Ambrisko wrote: > ambrisko2007-06-06 15:59:30 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_6) > sys/conf files.amd64 > sys/dev/mfi mfi.c mfi_disk.c mfi_ioctl.h mfi_linux.c >

cvs commit: ports/dns/p5-Net-Domain-ExpireDate Makefile distinfo

2007-06-08 Thread Cheng-Lung Sung
clsung 2007-06-09 02:36:28 UTC FreeBSD ports repository Modified files: dns/p5-Net-Domain-ExpireDate Makefile distinfo Log: - Update to 0.41 Revision ChangesPath 1.8 +1 -1 ports/dns/p5-Net-Domain-ExpireDate/Makefile 1.9 +3 -3 ports/dns/p5-Net-

cvs commit: ports/devel/p5-File-Copy-Recursive Makefile distinfo

2007-06-08 Thread Cheng-Lung Sung
clsung 2007-06-09 02:36:10 UTC FreeBSD ports repository Modified files: devel/p5-File-Copy-Recursive Makefile distinfo Log: - Update to 0.33 Revision ChangesPath 1.17 +1 -1 ports/devel/p5-File-Copy-Recursive/Makefile 1.15 +3 -3 ports/devel/p5-Fi

cvs commit: ports/textproc/p5-Text-Aspell Makefile distinfo

2007-06-08 Thread Cheng-Lung Sung
clsung 2007-06-09 02:35:52 UTC FreeBSD ports repository Modified files: textproc/p5-Text-Aspell Makefile distinfo Log: - Update to 0.08 Revision ChangesPath 1.7 +1 -1 ports/textproc/p5-Text-Aspell/Makefile 1.6 +3 -3 ports/textproc/p5-Text-Aspe

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

2007-06-08 Thread Cheng-Lung Sung
clsung 2007-06-09 02:35:38 UTC FreeBSD ports repository Modified files: devel/p5-threads Makefile distinfo Log: - Update to 1.62 Revision ChangesPath 1.14 +1 -1 ports/devel/p5-threads/Makefile 1.14 +3 -3 ports/devel/p5-threads/distinfo _

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

2007-06-08 Thread Bruce Evans
On Fri, 8 Jun 2007, John Baldwin wrote: On Friday 08 June 2007 10:50:15 am Bruce Evans wrote: On Thu, 7 Jun 2007, John Baldwin wrote: Hmm, one problem with the non-preemption page zero is that it doesn't yield the lock when it voluntarily yields. I wonder if something like this patch wo

cvs commit: src/sys/ia64/ia64 machdep.c

2007-06-08 Thread Marcel Moolenaar
marcel 2007-06-09 01:19:09 UTC FreeBSD src repository Modified files: sys/ia64/ia64machdep.c Log: Physical memory regions can be larger than INT_MAX. Change size1 from an int to a long to avoid printing negative byte and page counts. Revision ChangesPath

cvs commit: ports/emulators/its Makefile ports/emulators/klh10 Makefile

2007-06-08 Thread Mark Linimon
linimon 2007-06-09 00:22:30 UTC FreeBSD ports repository Modified files: emulators/itsMakefile emulators/klh10 Makefile Log: Reset maintainership (maintainer is no longer using FreeBSD). Hat:portmgr Revision ChangesPath 1.7 +2 -3

cvs commit: CVSROOT modules

2007-06-08 Thread Martin Wilke
miwi2007-06-08 23:15:59 UTC FreeBSD ports repository Modified files: .modules Log: py-postmarkup --> ports/www/py-postmarkup Revision ChangesPath 1.18159 +1 -0 CVSROOT/modules ___ cvs-all@fre

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

2007-06-08 Thread Martin Wilke
miwi2007-06-08 23:15:33 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-postmarkupMakefile distinfo pkg-descr pkg-plist Log: Generates XHTML snippets from BBCode. WWW: http://code.google.com/p/postmarkup/ PR:

cvs commit: ports/databases/mysqlreport Makefile distinfo ports/databases/mysqlreport/files patch-mysqlreport

2007-06-08 Thread Martin Wilke
miwi2007-06-08 22:57:20 UTC FreeBSD ports repository Modified files: databases/mysqlreport Makefile distinfo Removed files: databases/mysqlreport/files patch-mysqlreport Log: - Update to 3.2 PR: 113450 Submitted by: Alexander Zhuravlev <[EMAIL PROT

Re: cvs commit: src UPDATING src/sys/net ethernet.h if_ethersubr.c

2007-06-08 Thread Doug White
On Fri, 8 Jun 2007, Yar Tikhiy wrote: On Thu, Jun 07, 2007 at 05:28:06PM -0700, Doug White wrote: Hello Yar, This commit appears to break bootstrapping -CURRENT from RELENG_6 and 6.2-RELEASE. I'm not exactly sure why and will continue to investigate. I'd say that it's rather unlikely, but I

cvs commit: src/sys/dev/usb uftdi.c

2007-06-08 Thread Warner Losh
imp 2007-06-08 22:25:10 UTC FreeBSD src repository Modified files: sys/dev/usb uftdi.c Log: Cleanup messages printed on attach. Since the description gets set to what we print, don't print it anymore. And don't compute it anymore. And don't malloc/free memory f

Re: cvs commit: src/sys/dev/firewire firewire.c fwohci.c

2007-06-08 Thread Rui Paulo
At Sat, 9 Jun 2007 05:49:20 +0900, Hidetoshi Shimokawa wrote: > > No. > See the manpage of sbp(4) and tune hw.firewire.hold_count as you like. Thanks. -- Rui Paulo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all T

cvs commit: ports/www/ikiwiki Makefile distinfo

2007-06-08 Thread Martin Wilke
miwi2007-06-08 22:19:02 UTC FreeBSD ports repository Modified files: www/ikiwiki Makefile distinfo Log: - Update to 2.1 PR: 113451 Submitted by: Henrik Brix Andersen <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.4 +1 -

cvs commit: src/sys/dev/nve if_nve.c

2007-06-08 Thread Doug White
dwhite 2007-06-08 22:00:56 UTC FreeBSD src repository Modified files: sys/dev/nve if_nve.c Log: Don't cast the command argument to ether_ioctl() to an int since its not an int anymore. This was causing all sorts of bad behavior when booting a system with an nve inte

cvs commit: ports/net-im/mercury Makefile distinfo pkg-plist

2007-06-08 Thread Thierry Thomas
thierry 2007-06-08 21:59:30 UTC FreeBSD ports repository Modified files: net-im/mercury Makefile distinfo pkg-plist Log: Upgrade to 1.9 RC5. Revision ChangesPath 1.41 +1 -2 ports/net-im/mercury/Makefile 1.36 +3 -3 ports/net-im/mercury/disti

Re: cvs commit: src/sys/conf NOTES options src/sys/kern kern_mutex.c

2007-06-08 Thread Attilio Rao
Attilio Rao wrote: attilio 2007-06-08 21:36:52 UTC FreeBSD src repository Modified files: sys/conf NOTES options sys/kern kern_mutex.c Log: Remove the MUTEX_WAKE_ALL option and make it the default behaviour for our mutexes. Currently we alredy

cvs commit: src/sys/conf NOTES options src/sys/kern kern_mutex.c

2007-06-08 Thread Attilio Rao
attilio 2007-06-08 21:36:52 UTC FreeBSD src repository Modified files: sys/conf NOTES options sys/kern kern_mutex.c Log: Remove the MUTEX_WAKE_ALL option and make it the default behaviour for our mutexes. Currently we alredy force MUTEX_WAKE_ALL b

Re: cvs commit: src/sys/dev/firewire firewire.c fwohci.c

2007-06-08 Thread Hidetoshi Shimokawa
No. See the manpage of sbp(4) and tune hw.firewire.hold_count as you like. On 6/9/07, Rui Paulo <[EMAIL PROTECTED]> wrote: At Fri, 8 Jun 2007 07:53:59 + (UTC), Hidetoshi Shimokawa wrote: > > simokawa2007-06-08 07:53:59 UTC > > FreeBSD src repository > > Modified files: > sys/dev/

Re: cvs commit: src/sys/dev/firewire firewire.c fwohci.c

2007-06-08 Thread Rui Paulo
At Fri, 8 Jun 2007 07:53:59 + (UTC), Hidetoshi Shimokawa wrote: > > simokawa2007-06-08 07:53:59 UTC > > FreeBSD src repository > > Modified files: > sys/dev/firewire firewire.c fwohci.c > Log: > Fix a race after a bus reset. > - We are in FWBUSINIT state just after SID

Re: cvs commit: src/sys/dev/mii brgphy.c

2007-06-08 Thread Kevin Oberman
> From: David Christensen <[EMAIL PROTECTED]> > Date: Fri, 8 Jun 2007 02:34:44 + (UTC) > Sender: [EMAIL PROTECTED] > > davidch 2007-06-08 02:34:44 UTC > > FreeBSD src repository > > Modified files: > sys/dev/mii brgphy.c > Log: > - Fixed a problem that caused autone

cvs commit: src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/sun4v/conf GENERI

2007-06-08 Thread Robert Watson
rwatson 2007-06-08 20:29:07 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC sys/i386/confGENERIC sys/ia64/confGENERIC sys/pc98/confGENERIC sys/powerpc/conf GENERIC sys/sparc64/conf GENERIC sys/sun4v/

cvs commit: ports/irc/bitchx Makefile

2007-06-08 Thread Beech Rintoul
beech 2007-06-08 20:18:40 UTC FreeBSD ports repository Modified files: irc/bitchx Makefile Log: Fixed MASTER_SITES address, added mirror. Changed MAINTAINER email address. PR: ports/113448 Approved by:sat (mentor) Revision ChangesPat

cvs commit: ports/math/freefem++ Makefile distinfo pkg-plist

2007-06-08 Thread Thierry Thomas
thierry 2007-06-08 19:27:48 UTC FreeBSD ports repository Modified files: math/freefem++ Makefile distinfo pkg-plist Log: - Upgrade to 2.17; changelog at - Fix BLAS detection. Revision ChangesPath 1.64 +4

cvs commit: ports/audio/libamrnb Makefile ports/audio/libamrwb Makefile

2007-06-08 Thread Martin Wilke
miwi2007-06-08 19:02:33 UTC FreeBSD ports repository Modified files: audio/libamrnb Makefile audio/libamrwb Makefile Log: - Switch from NO_PACKAGE to RESTRICTED Requested by: kris Revision ChangesPath 1.3 +1 -1 ports/audio/libamr

Re: cvs commit: src UPDATING src/sys/net ethernet.h if_ethersubr.c

2007-06-08 Thread Doug White
On Fri, 8 Jun 2007, Yar Tikhiy wrote: On Thu, Jun 07, 2007 at 05:28:06PM -0700, Doug White wrote: Hello Yar, This commit appears to break bootstrapping -CURRENT from RELENG_6 and 6.2-RELEASE. I'm not exactly sure why and will continue to investigate. I'd say that it's rather unlikely, but I

cvs commit: ports/multimedia/gnome-subtitles Makefile distinfo pkg-plist ports/multimedia/gnome-subtitles/files patch-src_GnomeSubtitles_Execution_Execution.cs

2007-06-08 Thread Martin Wilke
miwi2007-06-08 18:15:18 UTC FreeBSD ports repository Modified files: multimedia/gnome-subtitles Makefile distinfo pkg-plist Added files: multimedia/gnome-subtitles/files patch-src_GnomeSubtitles_Execution_Execution.cs Log: - Updat

cvs commit: ports/sysutils/syslog-ng Makefile

2007-06-08 Thread Martin Wilke
miwi2007-06-08 18:08:42 UTC FreeBSD ports repository Modified files: sysutils/syslog-ng Makefile Log: Fix typo in MASTER_SITES Thanks to Dan Larsson <[EMAIL PROTECTED]> PR: 113447 Submitted by: Lars Engels <[EMAIL PROTECTED]> (maintainer) Revi

cvs commit: ports/devel/cvs2cl Makefile distinfo

2007-06-08 Thread Martin Wilke
miwi2007-06-08 18:04:35 UTC FreeBSD ports repository Modified files: devel/cvs2cl Makefile distinfo Log: - Update to 2.62 PR: 113428 Submitted by: Marcus von Appen<[EMAIL PROTECTED]> (maintainer Revision ChangesPath 1.25 +1 -1

cvs commit: ports/editors/emacs.app/files patch-configure

2007-06-08 Thread Dirk Meyer
dinoex 2007-06-08 18:01:25 UTC FreeBSD ports repository Added files: editors/emacs.app/files patch-configure Log: - fix detection of ia64 Approved by:gurkan (maintainer) Revision ChangesPath 1.1 +10 -0 ports/editors/emacs.app/files/patch-configure (ne

cvs commit: ports/x11-wm/wmii Makefile

2007-06-08 Thread Alexey Dokuchaev
danfe 2007-06-08 17:47:08 UTC FreeBSD ports repository Modified files: x11-wm/wmii Makefile Log: Fix missing dependency (ergo, the build). Reported by:krismail Revision ChangesPath 1.13 +2 -0 ports/x11-wm/wmii/Makefile ___

cvs commit: ports/emulators/vmware-guestd6 Makefile pkg-plist.tools ports/emulators/vmware-tools6 Makefile

2007-06-08 Thread Makoto Matsushita
matusita2007-06-08 17:40:56 UTC FreeBSD ports repository Modified files: emulators/vmware-guestd6 Makefile pkg-plist.tools emulators/vmware-tools6 Makefile Log: More fix on X modules. The X server modules (display driver and mouse driver) bundled with VMware Tools doe

cvs commit: ports/sysutils/multitail Makefile distinfo

2007-06-08 Thread Oliver Braun
obraun 2007-06-08 17:34:39 UTC FreeBSD ports repository Modified files: sysutils/multitail Makefile distinfo Log: Update to 5.1.0. Revision ChangesPath 1.65 +1 -1 ports/sysutils/multitail/Makefile 1.62 +3 -3 ports/sysutils/multitail/distinfo _

cvs commit: src/sys/dev/sound/pcm ac97_patch.c

2007-06-08 Thread Ariff Abdullah
ariff 2007-06-08 17:33:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/sound/pcmac97_patch.c Log: MFC: (revision 1.9) Fix (enable) phone out for laptops with ALC655, specifically for Amilo Pro V2055. PR: kern/113101

cvs commit: ports/games/HeroesOfMightAndMagic Makefile

2007-06-08 Thread Martin Wilke
miwi2007-06-08 16:55:26 UTC FreeBSD ports repository Modified files: games/HeroesOfMightAndMagic Makefile Log: - Pass maintainership to submitter PR: 113429 Submitted by: Marcus von Appen<[EMAIL PROTECTED]> Revision ChangesPath 1.9 +1 -1

cvs commit: src/sys/nfsclient nfs_socket.c

2007-06-08 Thread John Baldwin
jhb 2007-06-08 16:51:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/nfsclientnfs_socket.c Log: MFC 1.139: Fix a snafu in the changes in 1.138. PR: kern/113387 Submitted by: Andre Albsmeier RevisionChangesP

cvs commit: ports/mail/roundcube Makefile distinfo

2007-06-08 Thread Martin Wilke
miwi2007-06-08 16:48:21 UTC FreeBSD ports repository Modified files: mail/roundcube Makefile distinfo Log: - Update to 20070608 Approved by:maintainer implicit Revision ChangesPath 1.36 +1 -1 ports/mail/roundcube/Makefile 1.24 +3

cvs commit: ports/net/gsk Makefile distinfo pkg-plist

2007-06-08 Thread Martin Wilke
miwi2007-06-08 16:47:52 UTC FreeBSD ports repository Modified files: net/gsk Makefile distinfo pkg-plist Log: - Update to 1.0.53 Approved by:maintainer implicit Revision ChangesPath 1.33 +1 -1 ports/net/gsk/Makefile 1.18 +3 -

cvs commit: ports/sysutils/multitail Makefile distinfo

2007-06-08 Thread Oliver Braun
obraun 2007-06-08 16:40:48 UTC FreeBSD ports repository Modified files: sysutils/multitail Makefile distinfo Log: Update to 5.0.5 Revision ChangesPath 1.64 +1 -1 ports/sysutils/multitail/Makefile 1.61 +3 -3 ports/sysutils/multitail/distinfo __

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

2007-06-08 Thread Martin Wilke
miwi2007-06-08 16:32:36 UTC FreeBSD ports repository Modified files: www/wikindx Makefile distinfo pkg-plist Log: - Update to 3.5.6 Approved by:maintainer implicit Revision ChangesPath 1.19 +2 -2 ports/www/wikindx/Makefile 1.15 +

cvs commit: src/sys/contrib/opensolaris/common/atomic/ia64 atomic.S

2007-06-08 Thread Marcel Moolenaar
marcel 2007-06-08 16:20:03 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/common/atomic/ia64 atomic.S Log: Add my copyright. Requested by: pjd@ Revision ChangesPath 1.2 +28 -0 src/sys/contrib/opensolaris/common/atomic/ia64/atomic.S

cvs commit: ports/textproc/p5-XML-Flow Makefile distinfo

2007-06-08 Thread Cheng-Lung Sung
clsung 2007-06-08 16:13:54 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Flow Makefile distinfo Log: - Update to 0.82 - drop maintainership PR: ports/112434 Submitted by: Gea-Suan Lin Revision ChangesPath 1.2 +3 -3 po

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

2007-06-08 Thread John Baldwin
On Friday 08 June 2007 10:50:15 am Bruce Evans wrote: > On Thu, 7 Jun 2007, John Baldwin wrote: > > > On Thursday 07 June 2007 04:15:13 am Bruce Evans wrote: > >>> The next run will have pagezero resetting its priority when this priority > >>> gets clobbered. > >> > >> That gave only mainly more

cvs commit: src/share/mk Makefile bsd.port.options.mk

2007-06-08 Thread Pav Lucistnik
pav 2007-06-08 16:05:32 UTC FreeBSD src repository (doc,ports committer) Modified files:(Branch: RELENG_5) share/mk Makefile Added files: (Branch: RELENG_5) share/mk bsd.port.options.mk Log: MFC addition of bsd.port.options.mk

cvs commit: src/share/mk Makefile bsd.port.options.mk

2007-06-08 Thread Pav Lucistnik
pav 2007-06-08 16:03:39 UTC FreeBSD src repository (doc,ports committer) Modified files:(Branch: RELENG_6) share/mk Makefile Added files: (Branch: RELENG_6) share/mk bsd.port.options.mk Log: MFC addition of bsd.port.options.mk

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

2007-06-08 Thread Attilio Rao
Bruce Evans wrote: The sched_locks are now of course thread_locks. I put the vm unlock before the thread lock since the above order seems to risk a LOR. That may have been a mistake -- we would prefer not to be switched after deciding to do it ourself. No, there can't be this LOR since thread

cvs commit: ports/news/nntp Makefile ports/news/nntp/files patch-acttimes.c

2007-06-08 Thread Dirk Meyer
dinoex 2007-06-08 14:05:19 UTC FreeBSD ports repository Modified files: news/nntpMakefile Added files: news/nntp/files patch-acttimes.c Log: - drop not needed includes PR: 113329 Submitted by: Ed Schouten Revision ChangesPath

Re: cvs commit: src/sys/net pfil.h

2007-06-08 Thread Andrew Gallatin
Gleb Smirnoff writes: > Nice! I guess you can tell how much performance did we lose before? Thanks. I was running packet blasting tests to mxge(4). At ~1.3Mpps, where my old, slow machine was cpu bound, hwpmc showed an rw lock (presumably from pfil_run_hooks), and pfil_run_hooks() as the top c

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

2007-06-08 Thread Bruce Evans
On Thu, 7 Jun 2007, John Baldwin wrote: On Thursday 07 June 2007 04:15:13 am Bruce Evans wrote: The next run will have pagezero resetting its priority when this priority gets clobbered. That gave only mainly more voluntary context switches (13.5+ million instead of the best observed value of

Re: cvs commit: src/sys/net pfil.h

2007-06-08 Thread Christian S.J. Peron
On Fri, Jun 08, 2007 at 05:50:15PM +0400, Gleb Smirnoff wrote: > Do you plan to MFC this? > The bug snuck in during the rw lock overhaul and has not been MFCed yet. So RELENG_6 is not impacted by this. -- Christian S.J. Peron [EMAIL PROTECTED] FreeBSD Committer _

cvs commit: ports/print/cups-base Makefile

2007-06-08 Thread Dirk Meyer
dinoex 2007-06-08 14:12:45 UTC FreeBSD ports repository Modified files: print/cups-base Makefile Log: - last update had wrong PR-number PR: 113460 Revision ChangesPath 1.68 +0 -0 ports/print/cups-base/Makefile

cvs commit: ports/print/cups-base Makefile pkg-install pkg-plist

2007-06-08 Thread Dirk Meyer
dinoex 2007-06-08 13:57:13 UTC FreeBSD ports repository Modified files: print/cups-base Makefile pkg-install pkg-plist Log: - fix order for creation for user, groups and dirs. PR: 113473 Revision ChangesPath 1.67 +4 -1 ports/print/cups-ba

Re: cvs commit: src/sys/net pfil.h

2007-06-08 Thread Robert Watson
On Fri, 8 Jun 2007, Andrew Gallatin wrote: gallatin2007-06-08 12:43:26 UTC FreeBSD src repository Modified files: sys/net pfil.h Log: Correct the definition of PFIL_HOOKED() so that it compares the value of ph_nhooks to zero, not the address. This removes extranious

Re: cvs commit: src/sys/net pfil.h

2007-06-08 Thread Gleb Smirnoff
On Fri, Jun 08, 2007 at 12:43:26PM +, Andrew Gallatin wrote: A> gallatin2007-06-08 12:43:26 UTC A> A> FreeBSD src repository A> A> Modified files: A> sys/net pfil.h A> Log: A> Correct the definition of PFIL_HOOKED() so that it compares A> the value of ph_nhooks

cvs commit: src/sys/netinet tcp_hostcache.c

2007-06-08 Thread Yar Tikhiy
yar 2007-06-08 13:43:28 UTC FreeBSD src repository Modified files: sys/netinet tcp_hostcache.c Log: Replace a constant with an already defined symbolic name for it. Tested with: md5(1) Revision ChangesPath 1.16 +1 -1 src/sys/netinet/tcp_hos

cvs commit: src/sys/netinet tcp_hostcache.c

2007-06-08 Thread Yar Tikhiy
yar 2007-06-08 13:35:51 UTC FreeBSD src repository Modified files: sys/netinet tcp_hostcache.c Log: Add a sysctl for the purge run interval so that it can be tuned along with the rest of hostcache parameters. The new sysctl name is `net.inet.tcp.hostcache.prune'.

Re: cvs commit: ports/Mk bsd.gstreamer.mk ports/audio/gstreamer-plugins-moodbar Makefile ports/audio/rhythmbox Makefile ports/multimedia/bmpx Makefile ports/multimedia/gstreamer-plugins-all Makefile p

2007-06-08 Thread Alexey Dokuchaev
On Thu, Jun 07, 2007 at 07:10:06PM -0400, Michael Johnson wrote: > > On Jun 7, 2007, at 4:14 PM, Alexey Dokuchaev wrote: > > >On Thu, Jun 07, 2007 at 02:04:25PM +, Michael Johnson wrote: > >>ahze2007-06-07 14:04:25 UTC > >> > >> FreeBSD ports repository > >> > >> Modified files: > >

Re: cvs commit: ports/audio/libamrnb Makefile distinfo pkg-descr

2007-06-08 Thread Erwin Lansing
On Thu, Jun 07, 2007 at 11:20:34AM +, Martin Wilke wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thu, 7 Jun 2007 05:05:52 -0400 > Kris Kennaway <[EMAIL PROTECTED]> wrote: > > |On Thu, Jun 07, 2007 at 06:16:33AM +, Martin Wilke wrote: > |> miwi2007-06-07 06:16:33

cvs commit: src/usr.sbin/dconschat dconschat.c

2007-06-08 Thread Hidetoshi Shimokawa
simokawa2007-06-08 12:58:06 UTC FreeBSD src repository Modified files: usr.sbin/dconschat dconschat.c Log: Reset dc->paddr and dc->reset if we cannot read configuration ROM. Revision ChangesPath 1.13 +1 -1 src/usr.sbin/dconschat/dconschat.c ___

cvs commit: src/sys/net pfil.h

2007-06-08 Thread Andrew Gallatin
gallatin2007-06-08 12:43:26 UTC FreeBSD src repository Modified files: sys/net pfil.h Log: Correct the definition of PFIL_HOOKED() so that it compares the value of ph_nhooks to zero, not the address. This removes extranious calls to pfil_run_hooks (and an rw loc

cvs commit: src/cddl/lib Makefile src/cddl/lib/libzpool Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/sys/compat/opensolaris/kern opensolaris_atomic.c src/sys/compat/opensolaris/sy

2007-06-08 Thread Pawel Jakub Dawidek
pjd 2007-06-08 12:35:47 UTC FreeBSD src repository Modified files: cddl/lib Makefile cddl/lib/libzpoolMakefile cddl/usr.bin Makefile cddl/usr.sbinMakefile sys/contrib/opensolaris/common/atomic/amd64 atomic.S sys/contrib/open

cvs commit: src/sys/contrib/opensolaris/common/atomic/ia64 atomic.S

2007-06-08 Thread Pawel Jakub Dawidek
pjd 2007-06-08 12:26:30 UTC FreeBSD src repository Added files: sys/contrib/opensolaris/common/atomic/ia64 atomic.S Log: Missing atomic operations for ZFS/ia64. Submitted by: marcel Revision ChangesPath 1.1 +54 -0 src/sys/contrib/opensolaris/commo

cvs commit: ports/security/p5-PGP-Sign Makefile distinfo

2007-06-08 Thread Yen-Ming Lee
leeym 2007-06-08 12:21:36 UTC FreeBSD ports repository Modified files: security/p5-PGP-Sign Makefile distinfo Log: - update to 0.20 Revision ChangesPath 1.26 +1 -1 ports/security/p5-PGP-Sign/Makefile 1.12 +3 -3 ports/security/p5-PGP-Sign/distin

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

2007-06-08 Thread Beech Rintoul
beech 2007-06-08 11:57:03 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.committers.sgml Log: Added myself. Approved by:sat (mentor) Revision ChangesPath 1.197 +4 -0 doc/en_US.ISO8859-1/a

cvs commit: www/share/sgml news.xml

2007-06-08 Thread Beech Rintoul
beech 2007-06-08 11:54:18 UTC FreeBSD doc repository (ports committer) Modified files: share/sgml news.xml Log: Added myself as "new committer". Approved by:sat (mentor) Revision ChangesPath 1.92 +10 -1 www/share/sgml/news.xml ___

cvs commit: src/sys/kern init_main.c

2007-06-08 Thread Poul-Henning Kamp
phk 2007-06-08 11:47:36 UTC FreeBSD src repository Modified files: sys/kern init_main.c Log: Double the WITNESS and DIAGNOSTIC benchmark warnings right before we go into userland to improve the chances of people noticing them. Revision ChangesPath 1.

cvs commit: src/sys/netinet sctp_asconf.c sctp_input.c sctp_pcb.c sctp_timer.h sctputil.c

2007-06-08 Thread Randall Stewart
rrs 2007-06-08 10:57:12 UTC FreeBSD src repository Modified files: sys/netinet sctp_asconf.c sctp_input.c sctp_pcb.c sctp_timer.h sctputil.c Log: - RTO was not being initialized to 0, thus the rtt calculation algoritm would not go throug

cvs commit: ports/net/openldap23-server Makefile ports/net/openldap24-server Makefile

2007-06-08 Thread Xin LI
delphij 2007-06-08 10:27:05 UTC FreeBSD ports repository Modified files: net/openldap23-server Makefile net/openldap24-server Makefile Log: Do not build SASL by default for client package, thus avoids a very annoying conflict when installing the client from package. R

cvs commit: doc/zh_TW.Big5/books/handbook/ports chapter.sgml

2007-06-08 Thread Chin-San Huang
chinsan 2007-06-08 10:17:28 UTC FreeBSD doc repository Modified files: zh_TW.Big5/books/handbook/ports chapter.sgml Log: Change sysutils/portsnap -> ports-mgmt/portsnap. Obtained from: The FreeBSD Traditional Chinese project Revision ChangesPath 1.10 +1 -1

Re: cvs commit: src UPDATING src/sys/net ethernet.h if_ethersubr.c

2007-06-08 Thread Yar Tikhiy
On Thu, Jun 07, 2007 at 05:28:06PM -0700, Doug White wrote: > Hello Yar, > > This commit appears to break bootstrapping -CURRENT from RELENG_6 and > 6.2-RELEASE. I'm not exactly sure why and will continue to investigate. I'd say that it's rather unlikely, but I may be missing some point. > Rig

cvs commit: src/sys/dev/firewire firewire.c fwohci.c

2007-06-08 Thread Hidetoshi Shimokawa
simokawa2007-06-08 09:04:30 UTC FreeBSD src repository Modified files: sys/dev/firewire firewire.c fwohci.c Log: Timestamp after sent. Revision ChangesPath 1.97 +3 -4 src/sys/dev/firewire/firewire.c 1.93 +1 -0 src/sys/dev/firewire/fwohci.c __

cvs commit: ports/security/p5-openxpki-deployment Makefile pkg-plist

2007-06-08 Thread Martin Wilke
miwi2007-06-08 08:34:52 UTC FreeBSD ports repository Modified files: security/p5-openxpki-deployment Makefile pkg-plist Log: - Fix pkg-plist Submitted by: pointyhat via kris Revision ChangesPath 1.6 +1 -0 ports/security/p5-openxpki-deployment/Mak

cvs commit: ports/misc/p5-Business-ISBN-Data Makefile distinfo

2007-06-08 Thread Yen-Ming Lee
leeym 2007-06-08 08:29:06 UTC FreeBSD ports repository Modified files: misc/p5-Business-ISBN-Data Makefile distinfo Log: - update to 1.14 Revision ChangesPath 1.4 +1 -1 ports/misc/p5-Business-ISBN-Data/Makefile 1.5 +3 -3 ports/misc/p5-Busines

cvs commit: src/sys/dev/dcons dcons_os.c

2007-06-08 Thread Hidetoshi Shimokawa
simokawa2007-06-08 08:23:14 UTC FreeBSD src repository Modified files: sys/dev/dconsdcons_os.c Log: Don't invalidate dcons buffer on shutdown. We would like to keep connection after halt. Revision ChangesPath 1.17 +2 -0 src/sys/dev/dcons/dcons_os.c

cvs commit: src/sys/dev/firewire firewire.c fwohci.c

2007-06-08 Thread Hidetoshi Shimokawa
simokawa2007-06-08 07:53:59 UTC FreeBSD src repository Modified files: sys/dev/firewire firewire.c fwohci.c Log: Fix a race after a bus reset. - We are in FWBUSINIT state just after SID interrupt. - Do not pass normal xfers before bus probe is done. Revision Changes

cvs commit: ports/devel/p5-Data-ObjectDriver Makefile distinfo pkg-plist

2007-06-08 Thread Cheng-Lung Sung
clsung 2007-06-08 07:20:06 UTC FreeBSD ports repository Modified files: devel/p5-Data-ObjectDriver Makefile distinfo pkg-plist Log: - Update to 0.04 - drop maintainership PR: ports/112431 Submitted by: Gea-Suan Lin Revision ChangesPath 1.2

  1   2   >