cvs commit: src/sys/kern vfs_subr.c

2006-07-14 Thread Alan Cox
alc 2006-07-15 06:44:27 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Enable debug.mpsafevfs by default on arm. Since every architecture except powerpc has debug.mpsafevfs enabled by default, it is shorter to enumerate the architectures

cvs commit: CVSROOT modules

2006-07-14 Thread Cheng-Lung Sung
clsung 2006-07-15 06:38:11 UTC FreeBSD ports repository Modified files: .modules Log: p5-Text-Format+NWrap --> ports/textproc/p5-Text-Format+NWrap Revision ChangesPath 1.15631 +1 -0 CVSROOT/modules

cvs commit: ports/textproc Makefile ports/textproc/p5-Text-Format+NWrap Makefile distinfo pkg-descr pkg-plist

2006-07-14 Thread Cheng-Lung Sung
clsung 2006-07-15 06:37:54 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Text-Format+NWrap Makefile distinfo pkg-descr pkg-plist Log: Add p5-Text-Format+NWrap 0.52, various subroutine

cvs commit: ports/lang/drscheme Makefile

2006-07-14 Thread Joseph Koshy
jkoshy 2006-07-15 06:15:45 UTC FreeBSD ports repository Modified files: lang/drschemeMakefile Log: This port no longer requires `gmake`. Revision ChangesPath 1.25 +0 -1 ports/lang/drscheme/Makefile ___ cvs

cvs commit: CVSROOT modules

2006-07-14 Thread Cheng-Lung Sung
clsung 2006-07-15 05:37:42 UTC FreeBSD ports repository Modified files: .modules Log: p5-IPC-Mmap --> ports/devel/p5-IPC-Mmap Revision ChangesPath 1.15630 +1 -0 CVSROOT/modules ___ cvs-all@freeb

cvs commit: ports/devel Makefile ports/devel/p5-IPC-Mmap Makefile distinfo pkg-descr pkg-plist

2006-07-14 Thread Cheng-Lung Sung
clsung 2006-07-15 05:37:29 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-IPC-MmapMakefile distinfo pkg-descr pkg-plist Log: Add p5-IPC-Mmap 0.11, provides a minimal mmap() interface for both POSIX and Win32. PR

cvs commit: CVSROOT modules

2006-07-14 Thread Cheng-Lung Sung
clsung 2006-07-15 05:19:30 UTC FreeBSD ports repository Modified files: .modules Log: p5-SVG-DOM2 --> ports/graphics/p5-SVG-DOM2 Revision ChangesPath 1.15629 +1 -0 CVSROOT/modules ___ cvs-all@fr

cvs commit: ports/graphics Makefile ports/graphics/p5-SVG-DOM2 Makefile distinfo pkg-descr pkg-plist

2006-07-14 Thread Cheng-Lung Sung
clsung 2006-07-15 05:19:15 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/p5-SVG-DOM2 Makefile distinfo pkg-descr pkg-plist Log: Add p5-SVG-DOM2 1.00, SVG extention to the popular XML::DOM2. PR: ports/1002

cvs commit: CVSROOT modules

2006-07-14 Thread Cheng-Lung Sung
clsung 2006-07-15 05:07:27 UTC FreeBSD ports repository Modified files: .modules Log: p5-XML-DOM2 --> ports/textproc/p5-XML-DOM2 Revision ChangesPath 1.15628 +1 -0 CVSROOT/modules ___ cvs-all@fr

cvs commit: ports/textproc Makefile ports/textproc/p5-XML-DOM2 Makefile distinfo pkg-descr pkg-plist

2006-07-14 Thread Cheng-Lung Sung
clsung 2006-07-15 05:07:14 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-XML-DOM2 Makefile distinfo pkg-descr pkg-plist Log: Add p5-XML-DOM2 0.03, DOM controlled, strict XML module for extentable xml objects. PR

cvs commit: CVSROOT modules

2006-07-14 Thread Cheng-Lung Sung
clsung 2006-07-15 04:55:44 UTC FreeBSD ports repository Modified files: .modules Log: p5-Clone-More --> ports/devel/p5-Clone-More Revision ChangesPath 1.15627 +1 -0 CVSROOT/modules ___ cvs-all@f

cvs commit: ports/devel Makefile ports/devel/p5-Clone-More Makefile distinfo pkg-descr pkg-plist

2006-07-14 Thread Cheng-Lung Sung
clsung 2006-07-15 04:55:32 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-Clone-More Makefile distinfo pkg-descr pkg-plist Log: Add p5-Clone-More 0.90.2, perl module for natively copying Perl data structures. PR:

cvs commit: ports/net/avahi Makefile pkg-plist

2006-07-14 Thread Joe Marcus Clarke
marcus 2006-07-15 04:37:31 UTC FreeBSD ports repository Modified files: net/avahiMakefile pkg-plist Log: Cleanup a leftover directory. Revision ChangesPath 1.31 +1 -1 ports/net/avahi/Makefile 1.10 +1 -0 ports/net/avahi/pkg-plist

cvs commit: ports/chinese/gcin Makefile distinfo pkg-plist

2006-07-14 Thread Cheng-Lung Sung
clsung 2006-07-15 03:31:13 UTC FreeBSD ports repository Modified files: chinese/gcin Makefile distinfo pkg-plist Log: - Update to 1.2.1 PR: ports/100192 Submitted by: maintainer (chinsan) Revision ChangesPath 1.53 +12 -24ports/ch

Re: cvs commit: src/sys/arm/at91 at91_spi.c at91_spiio.h at91_spireg.h

2006-07-14 Thread Daniel O'Connor
On Saturday 15 July 2006 07:23, M. Warner Losh wrote: > SPI == Serial Peripheral Interface. It is common in the embedded > world. The 'bus' is nothing more than 4 signals: chip select, clock, > MOSI (master out, slave in) and MISO (master in, slave out). Lots of It's not even a bus, only a poin

cvs commit: src/sys/net if_spppsubr.c

2006-07-14 Thread Brooks Davis
brooks 2006-07-15 02:49:35 UTC FreeBSD src repository Modified files: sys/net if_spppsubr.c Log: Use TAILQ_FOREACH instead of poking around in the guts of the list macros. Revision ChangesPath 1.124 +5 -8 src/sys/net/if_spppsubr.c

cvs commit: src/sys/net if_tap.c

2006-07-14 Thread Brooks Davis
brooks 2006-07-15 02:13:05 UTC FreeBSD src repository Modified files: sys/net if_tap.c Log: Drop a pointless cast of ifp->if_softc to (struct tap_softc *). Revision ChangesPath 1.62 +1 -1 src/sys/net/if_tap.c ___

cvs commit: CVSROOT modules

2006-07-14 Thread Rong-En Fan
rafan 2006-07-15 02:08:41 UTC FreeBSD ports repository Modified files: .modules Log: p5-File-Find-Object --> ports/devel/p5-File-Find-Object Revision ChangesPath 1.15626 +1 -0 CVSROOT/modules _

cvs commit: ports/devel Makefile ports/devel/p5-File-Find-Object Makefile distinfo pkg-descr pkg-plist

2006-07-14 Thread Rong-En Fan
rafan 2006-07-15 02:08:26 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-File-Find-Object Makefile distinfo pkg-descr pkg-plist Log: Add p5-File-Find-Object 0.0.3, an object oriented File::F

cvs commit: src/sys/dev/lmc if_lmc.c

2006-07-14 Thread Brooks Davis
brooks 2006-07-15 02:07:38 UTC FreeBSD src repository Modified files: sys/dev/lmc if_lmc.c Log: Cleanup: Use if_initname to set if_dname, if_dunit, and if_xname instead of doing it by hand. Revision ChangesPath 1.29 +1 -3 src/sys/dev/lmc/if_lmc.c

cvs commit: CVSROOT modules

2006-07-14 Thread Rong-En Fan
rafan 2006-07-15 02:07:29 UTC FreeBSD ports repository Modified files: .modules Log: p5-File-Slurp-Tree --> ports/devel/p5-File-Slurp-Tree Revision ChangesPath 1.15625 +1 -0 CVSROOT/modules ___

cvs commit: ports/devel Makefile ports/devel/p5-File-Slurp-Tree Makefile distinfo pkg-descr pkg-plist

2006-07-14 Thread Rong-En Fan
rafan 2006-07-15 02:07:18 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-File-Slurp-Tree Makefile distinfo pkg-descr pkg-plist Log: Add p5-File-Slurp-Tree 1.24, slurp and emit file trees as nested hashes. PR:

cvs commit: ports/sysutils/bsdadminscripts Makefile distinfo

2006-07-14 Thread Rong-En Fan
rafan 2006-07-15 02:05:35 UTC FreeBSD ports repository Modified files: sysutils/bsdadminscripts Makefile distinfo Log: - Update to 2.0 - Introduce WITHOUT_BUILDFLAGS knob PR: ports/100319 Submitted by: maintainer Revision ChangesPath 1.3

cvs commit: ports/net/linphone-base Makefile

2006-07-14 Thread Shaun Amott
shaun 2006-07-15 01:46:13 UTC FreeBSD ports repository Modified files: net/linphone-baseMakefile Log: Add missing devel/readline dependency where required. This will allow the port to build on 4.x, once the libosip2 issue has been resolved. PR: ports/9727

cvs commit: ports/x11-wm/enlightenment-devel Makefile distinfo pkg-plist ports/x11-wm/enlightenment-devel/files patch-data_themes_default_icons.edc

2006-07-14 Thread Vanilla I. Shu
vanilla 2006-07-15 01:46:05 UTC FreeBSD ports repository Modified files: x11-wm/enlightenment-devel Makefile distinfo pkg-plist Removed files: x11-wm/enlightenment-devel/files patch-data_themes_default_icons.edc Log: - update to 0.16.9

cvs commit: ports/graphics/edje Makefile distinfo

2006-07-14 Thread Vanilla I. Shu
vanilla 2006-07-15 01:44:24 UTC FreeBSD ports repository Modified files: graphics/edjeMakefile distinfo Log: Upgrade to latest version. PR: ports/100237 Submitted by: Stanislav Sedov Revision ChangesPath 1.20 +1 -1 ports/graphic

cvs commit: ports/x11/ecore Makefile distinfo

2006-07-14 Thread Vanilla I. Shu
vanilla 2006-07-15 01:43:33 UTC FreeBSD ports repository Modified files: x11/ecoreMakefile distinfo Log: Upgrade to latest version.. PR: ports/100236 Submitted by: Stanislav Sedov Revision ChangesPath 1.30 +1 -1 ports/x11/ec

cvs commit: ports/lang/embryo Makefile distinfo

2006-07-14 Thread Vanilla I. Shu
vanilla 2006-07-15 01:42:44 UTC FreeBSD ports repository Modified files: lang/embryo Makefile distinfo Log: Upgrade to latest version. PR: ports/100238 Submitted by: Stanislav Sedov Revision ChangesPath 1.21 +1 -1 ports/lang/em

cvs commit: ports/graphics/evas Makefile distinfo

2006-07-14 Thread Vanilla I. Shu
vanilla 2006-07-15 01:41:59 UTC FreeBSD ports repository Modified files: graphics/evasMakefile distinfo Log: Upgrade to latest version. PR: ports/100235 Submitted by: Stanislav Sedov Revision ChangesPath 1.40 +2 -2 ports/graphic

cvs commit: ports/devel/eet Makefile distinfo

2006-07-14 Thread Vanilla I. Shu
vanilla 2006-07-15 01:41:06 UTC FreeBSD ports repository Modified files: devel/eetMakefile distinfo Log: Upgrade to latest version. PR: ports/10234 Submitted by: Stanislav Sedov Revision ChangesPath 1.20 +8 -3 ports/devel/ee

cvs commit: ports/x11/tilda Makefile distinfo

2006-07-14 Thread Ion-Mihai Tetcu
itetcu 2006-07-15 01:15:49 UTC FreeBSD ports repository Modified files: x11/tildaMakefile distinfo Log: Update to 0.09.3 PR: ports/100303 Submitted by: maintainer Revision ChangesPath 1.3 +1 -1 ports/x11/tilda/Makefile 1.

cvs commit: doc/en_US.ISO8859-1/articles/explaining-bsd article.sgml

2006-07-14 Thread Giorgos Keramidas
keramida2006-07-15 00:24:16 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/explaining-bsd article.sgml Log: Note that the BSD projects have a reputation for quality & complete documentation, in the section about the advantages of BSD. PR: d

cvs commit: ports/misc/bibletime Makefile distinfo pkg-descr pkg-plist ports/misc/bibletime/files patch-Makefile.am patch-Makefile.in patch-bibletime::backend::cswordbackend.cpp patch-bibletime::front

2006-07-14 Thread Rong-En Fan
rafan 2006-07-15 00:10:53 UTC FreeBSD ports repository Modified files: misc/bibletime Makefile distinfo pkg-descr pkg-plist misc/bibletime/files patch-Makefile.am patch-Makefile.in patch-bibletime::backend::cswordbackend.cpp

cvs commit: src/sys/arm/at91 kb920x_machdep.c

2006-07-14 Thread Olivier Houchard
cognet 2006-07-15 00:09:53 UTC FreeBSD src repository Modified files: sys/arm/at91 kb920x_machdep.c Log: Add a comment explaining why the OHCI mapping has been commented out. Revision ChangesPath 1.11 +9 -0 src/sys/arm/at91/kb920x_machdep.c

cvs commit: ports/x11-wm/ion-3ds Makefile

2006-07-14 Thread Shaun Amott
shaun 2006-07-14 23:51:10 UTC FreeBSD ports repository Modified files: x11-wm/ion-3ds Makefile Log: Remove CONFLICTS, as the port {pre,post}fixes a major version number to all potentially conflicting files and directories. PR: ports/100286 Submitted b

cvs commit: src/usr.bin/netstat inet6.c

2006-07-14 Thread Julian Elischer
julian 2006-07-14 23:32:43 UTC FreeBSD src repository Modified files: usr.bin/netstat inet6.c Log: Not having ipv6 in your kernel is not an error and should not be reported. MFC after: 1 week Revision ChangesPath 1.26 +4 -1 src/usr.bin/netstat/i

cvs commit: CVSROOT modules

2006-07-14 Thread Markus Brueffer
markus 2006-07-14 23:28:02 UTC FreeBSD ports repository Modified files: .modules Log: Move net-im/simicq to net-im/sim-im as it has been renamed upstream Revision ChangesPath 1.15624 +1 -1 CVSROOT/modules ___

cvs commit: ports MOVED ports/net-im Makefile ports/net-im/sim-im Makefile distinfo pkg-descr pkg-plist ports/net-im/sim-im/files patch-configure patch-sim-api-fetch.cpp patch-weather.cpp ports/net-im

2006-07-14 Thread Markus Brueffer
markus 2006-07-14 23:27:26 UTC FreeBSD ports repository Modified files: .MOVED net-im Makefile net-im/sim-imMakefile distinfo pkg-descr pkg-plist Removed files: net-im/sim-im/files patch-configure patch-sim-api-fetch.cpp

cvs commit: src/sys/dev/iicbus iic.c iic.h iicbus.c iicbus.h iicbus_if.m iiconf.c iiconf.h

2006-07-14 Thread Warner Losh
imp 2006-07-14 23:15:07 UTC FreeBSD src repository Modified files: sys/dev/iicbus iic.c iic.h iicbus.c iicbus.h iicbus_if.m iiconf.c iiconf.h Log: Allow iic bridges to support a generalized transfer, rather than forcing all transfers to do th

cvs commit: ports/x11-wm/fvwm95-i18n Makefile

2006-07-14 Thread Ion-Mihai Tetcu
itetcu 2006-07-14 23:04:57 UTC FreeBSD ports repository Modified files: x11-wm/fvwm95-i18n Makefile Log: OPTIONify APM support (default off) to fix the problem signaled in: PR: ports/100274 Submitted by: Tsurutani Naoki <[EMAIL PROTECTED]> Revision Chan

cvs commit: src/sys/conf files

2006-07-14 Thread Warner Losh
imp 2006-07-14 22:50:46 UTC FreeBSD src repository Modified files: sys/conf files Log: MFp4: spibus glue Revision ChangesPath 1.1129+4 -0 src/sys/conf/files ___ cvs-all@freebsd.org mailing list http:

cvs commit: src/sys/dev/spibus spi.h spibus.c spibus_if.m spibusvar.h

2006-07-14 Thread Warner Losh
imp 2006-07-14 22:47:07 UTC FreeBSD src repository Added files: sys/dev/spibus spi.h spibus.c spibus_if.m spibusvar.h Log: MFp4: Initial spibus support. Seems to be OK, but needs some polish. # someone should write a bit-bang spi parallel port in

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

2006-07-14 Thread Jung-uk Kim
On Friday 14 July 2006 06:39 pm, Jung-uk Kim wrote: > jkim2006-07-14 22:39:18 UTC > > FreeBSD src repository > > Modified files: > sys/kern link_elf.c > Log: > Let native elf class be registered earlier. > > Revision ChangesPath > 1.90 +1 -1 src/sy

cvs commit: src/sys/arm/at91 files.at91

2006-07-14 Thread Warner Losh
imp 2006-07-14 22:41:54 UTC FreeBSD src repository Modified files: sys/arm/at91 files.at91 Log: MFp4: this now depends on new spi bus stuff Revision ChangesPath 1.6 +3 -1 src/sys/arm/at91/files.at91 __

cvs commit: src/sys/arm/at91 at91_twi.c

2006-07-14 Thread Warner Losh
imp 2006-07-14 22:40:24 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_twi.c Log: MFp4: tweaks Revision ChangesPath 1.3 +8 -7 src/sys/arm/at91/at91_twi.c ___ cvs-all@freebsd.org mailing l

cvs commit: src/sys/kern link_elf.c

2006-07-14 Thread Jung-uk Kim
jkim2006-07-14 22:39:18 UTC FreeBSD src repository Modified files: sys/kern link_elf.c Log: Let native elf class be registered earlier. Revision ChangesPath 1.90 +1 -1 src/sys/kern/link_elf.c ___ cv

cvs commit: src/sys/arm/at91 at91_st.c

2006-07-14 Thread Warner Losh
imp 2006-07-14 22:31:12 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_st.c Log: MFp4: elevate quality of slow clock a little Revision ChangesPath 1.4 +1 -1 src/sys/arm/at91/at91_st.c ___

cvs commit: src/sys/arm/at91 at91_ssc.c

2006-07-14 Thread Warner Losh
imp 2006-07-14 22:30:44 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_ssc.c Log: MFp4: paren police Revision ChangesPath 1.2 +4 -6 src/sys/arm/at91/at91_ssc.c ___ cvs-all@freebsd.org mai

cvs commit: src/sys/arm/at91 at91_pio.c at91_piovar.h kb920x_machdep.c

2006-07-14 Thread Warner Losh
imp 2006-07-14 22:22:57 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_pio.c at91_piovar.h kb920x_machdep.c Log: MFp4: Introduce framework to configure the multiplexed pins on boot. Since the USART supprots RS-485 multidrop mode, i

cvs commit: ports/x11-toolkits/linux-gtk Makefile pkg-plist.i386

2006-07-14 Thread Boris Samorodov
bsam2006-07-14 22:08:21 UTC FreeBSD ports repository Modified files: x11-toolkits/linux-gtk Makefile pkg-plist.i386 Log: o remove locale dirs from pkg-plist (those locales are taken care of by linux_base-fc4); o bump PORTREVISION. Pointed out by: pointyhat (i386

cvs commit: src/sys/arm/at91 at91_rtcreg.h

2006-07-14 Thread Warner Losh
imp 2006-07-14 22:06:01 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_rtcreg.h Log: MFp4: Fix typo in RTC_CALR_MK. Revision ChangesPath 1.2 +1 -1 src/sys/arm/at91/at91_rtcreg.h ___

cvs commit: ports/comms/xastir Makefile distinfo pkg-plist ports/comms/xastir/files patch-main.c

2006-07-14 Thread Ion-Mihai Tetcu
itetcu 2006-07-14 22:01:56 UTC FreeBSD ports repository Modified files: comms/xastir Makefile distinfo pkg-plist Added files: comms/xastir/files patch-main.c Log: Update to 1.8.2 PR: ports/100289 Submitted by: maintainer Revision Chang

cvs commit: src/sys/arm/at91 at91_pmc.c

2006-07-14 Thread Warner Losh
imp 2006-07-14 22:01:52 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_pmc.c Log: The TSC board uses a 16MHz base clock for the AT91RM9200, while the Kwikbyte board uses a 10MHz base clock. Cope with this difference. Revision ChangesPath 1

cvs commit: src/sys/conf options.arm

2006-07-14 Thread Warner Losh
imp 2006-07-14 21:59:54 UTC FreeBSD src repository Modified files: sys/conf options.arm Log: For the moment, make board configuration a compile time option. This saves space in the final kernel, but at the expense of flexibility to boot the same kernel accros

Re: cvs commit: src/sys/arm/at91 at91_spi.c at91_spiio.h at91_spireg.h

2006-07-14 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Scott Long <[EMAIL PROTECTED]> writes: : Warner Losh wrote: : > imp 2006-07-14 21:35:59 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/arm/at91 at91_spi.c at91_spireg.h : > Removed files: : > sys/arm/at

cvs commit: ports/cad/electric Makefile ports/cad/electric/files patch-Makefile.in patch-src::graph::graphunixx11.c patch-src_graph_graphqtdlg.h patch-src_graph_graphunixx11.c patch-src_include_global

2006-07-14 Thread Ion-Mihai Tetcu
itetcu 2006-07-14 21:54:00 UTC FreeBSD ports repository Modified files: cad/electric Makefile Added files: cad/electric/files patch-Makefile.in patch-src_graph_graphqtdlg.h patch-src_graph_graphunixx11.c

Re: cvs commit: src/sys/arm/at91 at91_spi.c at91_spiio.h at91_spireg.h

2006-07-14 Thread Jung-uk Kim
On Friday 14 July 2006 05:44 pm, Scott Long wrote: > Warner Losh wrote: > > imp 2006-07-14 21:35:59 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/arm/at91 at91_spi.c at91_spireg.h > > Removed files: > > sys/arm/at91 at91_spiio.h > > Log:

Re: cvs commit: src/sys/arm/at91 at91_spi.c at91_spiio.h at91_spireg.h

2006-07-14 Thread Scott Long
Warner Losh wrote: imp 2006-07-14 21:35:59 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_spi.c at91_spireg.h Removed files: sys/arm/at91 at91_spiio.h Log: MF p4: Adapt to forthcoming spi framework. The ioctls for SPI commands and

cvs commit: src/sys/arm/at91 at91_rtc.c

2006-07-14 Thread Warner Losh
imp 2006-07-14 21:37:19 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_rtc.c Log: Implement the set_time function. Rather pointless with this RTC, as it resets when the core resets, but there may be some use for it... Revision ChangesPath

cvs commit: src/sys/arm/at91 at91_spi.c at91_spiio.h at91_spireg.h

2006-07-14 Thread Warner Losh
imp 2006-07-14 21:35:59 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_spi.c at91_spireg.h Removed files: sys/arm/at91 at91_spiio.h Log: MF p4: Adapt to forthcoming spi framework. The ioctls for SPI commands and such belong in the

cvs commit: src/sys/arm/at91 uart_dev_at91usart.c

2006-07-14 Thread Warner Losh
imp 2006-07-14 21:33:04 UTC FreeBSD src repository Modified files: sys/arm/at91 uart_dev_at91usart.c Log: Be sure to flush the cache after a partial read on timeout. Expand comments about timeouts. Fix a style nit. Sometimes small messages were getting corrupte

cvs commit: doc/el_GR.ISO8859-7/articles Makefile doc/el_GR.ISO8859-7/articles/java-tomcat Makefile article.sgml

2006-07-14 Thread Giorgos Keramidas
keramida2006-07-14 21:28:45 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles Makefile Removed files: el_GR.ISO8859-7/articles/java-tomcat Makefile article.sgml Log: Remove java-tomcat article. There is no en_US.ISO8859-1 version of this article anymor

cvs commit: CVSROOT modules

2006-07-14 Thread Erwin Lansing
erwin 2006-07-14 21:23:34 UTC FreeBSD ports repository Modified files: .modules Log: p5-Clone-Fast --> ports/devel/p5-Clone-Fast Revision ChangesPath 1.15623 +1 -0 CVSROOT/modules ___ cvs-all@f

cvs commit: ports/devel Makefile ports/devel/p5-Clone-Fast Makefile distinfo pkg-descr pkg-plist

2006-07-14 Thread Erwin Lansing
erwin 2006-07-14 21:23:23 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-Clone-Fast Makefile distinfo pkg-descr pkg-plist Log: Add p5-Clone-Fast 0.90.1, natively copying Perl data structures. PR: ports/1

cvs commit: CVSROOT modules

2006-07-14 Thread Erwin Lansing
erwin 2006-07-14 21:21:36 UTC FreeBSD ports repository Modified files: .modules Log: p5-Dir-Project --> ports/devel/p5-Dir-Project Revision ChangesPath 1.15622 +1 -0 CVSROOT/modules ___ cvs-all

cvs commit: ports/devel Makefile ports/devel/p5-Dir-Project Makefile distinfo pkg-descr pkg-plist

2006-07-14 Thread Erwin Lansing
erwin 2006-07-14 21:21:22 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-Dir-Project Makefile distinfo pkg-descr pkg-plist Log: Dir::Project provides a way to locate a source-controlled directory (CVS, Subversion, Perfo

cvs commit: doc/el_GR.ISO8859-7/share/mk doc.local.mk

2006-07-14 Thread Giorgos Keramidas
keramida2006-07-14 21:04:29 UTC FreeBSD doc repository Added files: el_GR.ISO8859-7/share/mk doc.local.mk Log: Using html2text works much much better for Greek plain text output, than the default links(1)-based conversion. Now I can actually read Greek in `article.txt' and `

cvs commit: ports/astro/boinc-setiathome-enhanced Makefile pkg-plist

2006-07-14 Thread Pav Lucistnik
pav 2006-07-14 20:34:22 UTC FreeBSD ports repository Modified files: astro/boinc-setiathome-enhanced Makefile pkg-plist Log: - Move documents to DOCSDIR PR: ports/100301 Submitted by: Rene Ladan <[EMAIL PROTECTED]> (maintainer) Revision ChangesP

cvs commit: ports/cad/jspice3 Makefile ports/cad/jspice3/files patch-build

2006-07-14 Thread Erwin Lansing
erwin 2006-07-14 19:45:20 UTC FreeBSD ports repository Modified files: cad/jspice3 Makefile Added files: cad/jspice3/filespatch-build Log: Fix the build for non-C locales PR: 100304 Submitted by: Stanislav Sedov <[EMAIL PROTECTED]> (main

cvs commit: ports/security/vscan Makefile

2006-07-14 Thread James E. Housley
jeh 2006-07-14 19:39:43 UTC FreeBSD ports repository Modified files: security/vscan Makefile Log: Update the portrevision that wasn't part of the patch Revision ChangesPath 1.39 +1 -1 ports/security/vscan/Makefile __

cvs commit: ports/security/vscan Makefile pkg-plist

2006-07-14 Thread James E. Housley
jeh 2006-07-14 19:39:12 UTC FreeBSD ports repository Modified files: security/vscan Makefile pkg-plist Log: Add support for amd64 PR: 100263 Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.38 +17 -6 ports/security/vscan/M

Re: cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c src/sys/compat/linux linux_misc.c src/sys/compat/linprocfs linprocfs.c

2006-07-14 Thread Alfred Perlstein
Could the KASSERT here be changed to a warning log message instead? I don't like the idea of kernel modules failing catastrophically when they could fail gracefully by just emitting an error. Is that OK? + KASSERT(kp.ki_stat <= sizeof(linux_state), + ("linprocfs: don't know h

cvs commit: ports/net/p5-File-RsyncP Makefile distinfo

2006-07-14 Thread Lars Thegler
lth 2006-07-14 19:16:22 UTC FreeBSD ports repository Modified files: net/p5-File-RsyncP Makefile distinfo Log: Update to 0.62. Now requires perl from ports. PR: ports/100163 Submitted by: Jin-Shan Tseng <[EMAIL PROTECTED]> Revision ChangesPath

cvs commit: www/en/community mailinglists.sgml

2006-07-14 Thread Joel Dahl
joel2006-07-14 19:00:23 UTC FreeBSD doc repository Modified files: en/community mailinglists.sgml Log: Add a link to the BUS mailing list (BSD Users Sweden). Revision ChangesPath 1.9 +6 -1 www/en/community/mailinglists.sgml _

cvs commit: ports/www/zope Makefile distinfo

2006-07-14 Thread Renato Botelho
garga 2006-07-14 18:42:40 UTC FreeBSD ports repository Modified files: www/zope Makefile distinfo Log: Update to 2.7.9 PR: ports/100249 Approved by:maintainer Security: CVE-2006-3458 Revision ChangesPath 1.73 +2 -3

cvs commit: ports UPDATING

2006-07-14 Thread Cy Schubert
cy 2006-07-14 18:39:52 UTC FreeBSD ports repository Modified files: .UPDATING Log: Add note about MIT KRB5 no longer having support for statically linked binaries or libraries. Revision ChangesPath 1.363 +13 -1 ports/UPDATING ___

cvs commit: ports/security/krb5 Makefile distinfo pkg-plist ports/security/krb5/files patch-ax patch-ay

2006-07-14 Thread Cy Schubert
cy 2006-07-14 18:37:11 UTC FreeBSD ports repository Modified files: security/krb5Makefile distinfo pkg-plist security/krb5/files patch-ax patch-ay Log: Update 1.4.3 --> 1.5 Revision ChangesPath 1.104 +5 -5 ports/security/krb5/Makefile 1.3

cvs commit: ports/misc/sword Makefile

2006-07-14 Thread Rong-En Fan
rafan 2006-07-14 18:19:30 UTC FreeBSD ports repository Modified files: misc/sword Makefile Log: - Mark BROKEN on 4.x, does not compile - Add another mirror site PR: ports/100298 Submitted by: maintainer Revision ChangesPath 1.19

Re: cvs commit: www/en/projects projects.sgml

2006-07-14 Thread Mark Linimon
On Fri, Jul 14, 2006 at 06:02:21PM +, Joel Dahl wrote: > This is just the first step though -- I'm working on a complete rewrite > of the projects page. Yay! mcl ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all

cvs commit: www/en/projects projects.sgml

2006-07-14 Thread Joel Dahl
joel2006-07-14 18:02:21 UTC FreeBSD doc repository Modified files: en/projects projects.sgml Log: Update the projects page a bit. I've removed a bunch of links, some of them were dead and some of them linked to unmaintained projects. This is just the first step

cvs commit: src/sys/kern kern_lock.c

2006-07-14 Thread Pawel Jakub Dawidek
pjd 2006-07-14 17:55:36 UTC FreeBSD src repository Modified files: sys/kern kern_lock.c Log: Remove duplicated #include. Revision ChangesPath 1.97 +0 -1 src/sys/kern/kern_lock.c ___ cvs-all@freebsd.

cvs commit: src/lib/libc/gen getgrent.c

2006-07-14 Thread Maxim Konovalov
maxim 2006-07-14 17:45:33 UTC FreeBSD src repository Modified files: lib/libc/gen getgrent.c Log: o compat_group() and files_group() are more complicated than I thought in rev. 1.34. Mainly I missed the fact that the buffer is used for two purposes: 1) storing

cvs commit: www/en/projects/ideas index.sgml

2006-07-14 Thread Joel Dahl
joel2006-07-14 17:24:42 UTC FreeBSD doc repository Modified files: en/projects/ideasindex.sgml Log: Add a new entry: New bus_alloc_resources() API. Submitted by: imp Revision ChangesPath 1.62 +25 -1 www/en/projects/ideas/index.sgml

cvs commit: ports/games/gtkradiant Makefile

2006-07-14 Thread Alejandro Pulver
alepulver2006-07-14 17:21:42 UTC FreeBSD ports repository Modified files: games/gtkradiant Makefile Log: - Integrate with bsd.scons.mk. Revision ChangesPath 1.5 +5 -7 ports/games/gtkradiant/Makefile ___ cvs-al

cvs commit: src/sys/netgraph/bluetooth/drivers/bt3c ng_bt3c_pccard.c ng_bt3c_var.h

2006-07-14 Thread Maksim Yevmenkin
emax2006-07-14 17:11:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netgraph/bluetooth/drivers/bt3c ng_bt3c_pccard.c ng_bt3c_var.h Log: MFC: Replace inb() and outb() with bus_space_read_1() and bus_space_wr

cvs commit: www/en/platforms alpha.sgml

2006-07-14 Thread Joel Dahl
joel2006-07-14 16:54:56 UTC FreeBSD doc repository Modified files: en/platforms alpha.sgml Log: Add a note about the status of FreeBSD/alpha. Wording by: rwatson Revision ChangesPath 1.5 +9 -1 www/en/platforms/alpha.sgml ___

cvs commit: ports/security/gnutls Makefile distinfo pkg-plist

2006-07-14 Thread Roman Bogorodskiy
novel 2006-07-14 16:54:42 UTC FreeBSD ports repository Modified files: security/gnutls Makefile distinfo pkg-plist Log: - Update to 1.4.1 - Remove --with-included-libtasn1 from CONFIGURE_ARGS (should have been done that earlier actually) Revision ChangesPat

cvs commit: src/lib/libpam/modules/pam_ssh Makefile

2006-07-14 Thread Ruslan Ermilov
ru 2006-07-14 16:48:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libpam/modules/pam_ssh Makefile Log: Fix build by making this look like rev. 1.25. Revision ChangesPath 1.20.2.2 +5 -3 src/lib/libpam/modules/pam_ssh/Makefile __

cvs commit: ports/textproc/xmlcharent Makefile pkg-plist ports/textproc/xmlcharent/files catalog catalog.xml

2006-07-14 Thread Hiroki Sato
hrs 2006-07-14 16:32:39 UTC FreeBSD ports repository Modified files: textproc/xmlcharent Makefile pkg-plist textproc/xmlcharent/files catalog catalog.xml Log: - Use relative URIs in catalog.xml. - Add rewrite rules for http://www.oasis-open.org/docbook/xmlcharent/.

cvs commit: ports/cad/brlcad Makefile

2006-07-14 Thread Michael Johnson
ahze2006-07-14 16:18:00 UTC FreeBSD ports repository Modified files: cad/brlcad Makefile Log: - fix build on sparc64 PR: 99971 Submitted by: ahze Approved by:maintainer Revision ChangesPath 1.17 +7 -3 ports/cad/brlcad

cvs commit: ports/net/p5-Net-NBName Makefile distinfo

2006-07-14 Thread Aaron Dalton
aaron 2006-07-14 16:13:05 UTC FreeBSD ports repository Modified files: net/p5-Net-NBNameMakefile distinfo Log: - Updated to v0.26 PR: ports/99695 Submitted by: aaron Approved by:maintainer timeout, tobez (implicit) Revision ChangesPath

cvs commit: ports/audio/p5-Net-FreeDB Makefile distinfo ports/audio/p5-Net-FreeDB/files perl-5005.patch

2006-07-14 Thread Aaron Dalton
aaron 2006-07-14 16:09:57 UTC FreeBSD ports repository Modified files: audio/p5-Net-FreeDB Makefile distinfo audio/p5-Net-FreeDB/files perl-5005.patch Log: - Update to 0.07 - Restrict to Perl 5.6+ due to dependency upon p5-Authen-SASL - Regen 5.00503 patchfile just in

cvs commit: CVSROOT modules

2006-07-14 Thread Erwin Lansing
erwin 2006-07-14 16:02:53 UTC FreeBSD ports repository Modified files: .modules Log: p5-Test-Benchmark --> ports/devel/p5-Test-Benchmark Revision ChangesPath 1.15621 +1 -0 CVSROOT/modules ___ c

cvs commit: ports/devel Makefile ports/devel/p5-Test-Benchmark Makefile distinfo pkg-descr pkg-plist

2006-07-14 Thread Erwin Lansing
erwin 2006-07-14 16:02:40 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-Test-Benchmark Makefile distinfo pkg-descr pkg-plist Log: Sometimes you want to make sure that your "faster" algorithm really is faster than the o

cvs commit: ports/textproc/p5-PPI Makefile distinfo

2006-07-14 Thread Aaron Dalton
aaron 2006-07-14 15:57:54 UTC FreeBSD ports repository Modified files: textproc/p5-PPI Makefile distinfo Log: - Update to v1.115 PR: ports/99117 Submitted by: aaron Approved by:maintainer timeout, tobez (implicit) Revision ChangesPath

cvs commit: ports/audio/streamripper Makefile distinfo

2006-07-14 Thread Erwin Lansing
erwin 2006-07-14 15:57:40 UTC FreeBSD ports repository Modified files: audio/streamripper Makefile distinfo Log: Update to 1.61.24 PR: 100293 Submitted by: Rainer Alves <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.24 +1 -1

cvs commit: CVSROOT modules

2006-07-14 Thread Rong-En Fan
rafan 2006-07-14 15:57:20 UTC FreeBSD ports repository Modified files: .modules Log: p5-Data-Bind --> ports/devel/p5-Data-Bind Revision ChangesPath 1.15620 +1 -0 CVSROOT/modules ___ cvs-all@fre

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

2006-07-14 Thread Rong-En Fan
rafan 2006-07-14 15:57:10 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-Data-Bind Makefile distinfo pkg-descr pkg-plist Log: Add p5-Data-Bind 0.27, a perl module to bind and alias variables. PR: ports/

cvs commit: ports/textproc/p5-XML-XUpdate-LibXML Makefile distinfo pkg-plist

2006-07-14 Thread Aaron Dalton
aaron 2006-07-14 15:56:19 UTC FreeBSD ports repository Modified files: textproc/p5-XML-XUpdate-LibXML Makefile distinfo pkg-plist Log: - Update to v0.6.0 PR: ports/99110 Submitted by: aaron Approved by:maintainer timeout, tobez (implicit) Revisio

cvs commit: CVSROOT modules

2006-07-14 Thread Erwin Lansing
erwin 2006-07-14 15:53:58 UTC FreeBSD ports repository Modified files: .modules Log: p5-FLV-Info --> ports/multimedia/p5-FLV-Info Revision ChangesPath 1.15619 +1 -0 CVSROOT/modules ___ cvs-all@

  1   2   >