Re: cvs commit: src/lib/libc/sparc64 Symbol.map

2006-04-11 Thread Marius Strobl
On Tue, Apr 11, 2006 at 05:24:34PM -0400, Daniel Eischen wrote: > On Tue, 11 Apr 2006, Marius Strobl wrote: > > > marius 2006-04-11 19:43:36 UTC > > > > FreeBSD src repository > > > > Modified files: > >lib/libc/sparc64 Symbol.map > > Log: > > - Move _Qp_* and __dtoul from FBSDpri

cvs commit: www/en/events events.xml

2006-04-11 Thread Christian Brueffer
brueffer2006-04-12 06:56:04 UTC FreeBSD doc repository Modified files: en/eventsevents.xml Log: Add FrOSCon 2006. Revision ChangesPath 1.70 +27 -1 www/en/events/events.xml ___ cvs-all@freebsd.org mailing

cvs commit: ports/Tools/scripts rmport

2006-04-11 Thread Vasil Dimov
vd 2006-04-12 05:23:04 UTC FreeBSD ports repository Modified files: Tools/scriptsrmport Log: Quote ${1} so we don't get ``[: =: unexpected operator'' if the script is started without arguments. Revision ChangesPath 1.2 +2 -2 ports/Tools/scrip

Re: cvs commit: src/usr.sbin/syslogd syslogd.c

2006-04-11 Thread Christian S.J. Peron
Brooks Davis wrote: On Fri, Mar 31, 2006 at 09:06:32AM +, Robert Watson wrote: On Fri, 31 Mar 2006, Peter Jeremy wrote: On Thu, 2006-Mar-30 21:04:52 +, Christian S.J. Peron wrote: This change allows syslogd to ignore ENOSPC space errors, so that when the filesystem is

cvs commit: src/sys/alpha/alpha pmap.c src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c

2006-04-11 Thread Alan Cox
alc 2006-04-12 04:22:52 UTC FreeBSD src repository Modified files: sys/alpha/alpha pmap.c sys/amd64/amd64 pmap.c sys/i386/i386pmap.c sys/ia64/ia64pmap.c Log: Retire pmap_track_modified(). We no longer need it because we do not creat

Re: cvs commit: src/sys/boot/i386/cdboot cdboot.s

2006-04-11 Thread Maxim Sobolev
I doubt that it is related, but another interesting observation regarding the new Apple hardware is that our routine that calculates i8254 clock rate reports value significantly lower that the normal rate as a result TSC rate estimate goes upward by the same margin ((1193182/781653) == (3027.8/

Re: cvs commit: src/sys/boot/i386/cdboot cdboot.s

2006-04-11 Thread Maxim Sobolev
John Baldwin wrote: On Tuesday 11 April 2006 17:03, Maxim Sobolev wrote: John Baldwin wrote: On Tuesday 11 April 2006 10:34, Maxim Sobolev wrote: boo1 does the same - timeout loop. My small research seemingly suggests that doing A20 via the BIOS is not very reliable and may not work on all ma

cvs commit: src/sys/netinet6 udp6_output.c

2006-04-11 Thread Robert Watson
rwatson 2006-04-12 03:34:22 UTC FreeBSD src repository Modified files: sys/netinet6 udp6_output.c Log: Assert the inpcb lock in udp6_output(), as we dereference various fields. MFC after: 3 months Revision ChangesPath 1.24 +2 -0 src/sys/n

cvs commit: src/sys/netinet6 udp6_usrreq.c

2006-04-11 Thread Robert Watson
rwatson 2006-04-12 03:32:54 UTC FreeBSD src repository Modified files: sys/netinet6 udp6_usrreq.c Log: Add comment to udp6_input() that locking is missing from multicast UDPv6 delivery. Lock the inpcb of the UDP connection being delivered to before processing IPS

cvs commit: src/sys/netinet6 udp6_usrreq.c

2006-04-11 Thread Robert Watson
rwatson 2006-04-12 03:23:56 UTC FreeBSD src repository Modified files: sys/netinet6 udp6_usrreq.c Log: Add udbinfo locking in udp6_input() to protect lookups of the inpcb lists during UDPv6 receipt. MFC after: 3 months Revision ChangesPath 1.62

cvs commit: src/sys/netinet6 raw_ip6.c

2006-04-11 Thread Robert Watson
rwatson 2006-04-12 03:07:22 UTC FreeBSD src repository Modified files: sys/netinet6 raw_ip6.c Log: Don't use spl around call to in_pcballoc() in IPv6 raw socket support; all necessary synchronization appears present. MFC after: 3 months Revision Changes

cvs commit: src/sys/netinet6 frag6.c

2006-04-11 Thread Robert Watson
rwatson 2006-04-12 03:06:21 UTC FreeBSD src repository Modified files: sys/netinet6 frag6.c Log: Remove one remaining use of spl in the IPv6 fragmentation code, as this code appears properly locked. MFC after: 3 months Revision ChangesPath 1.26

cvs commit: src/sys/netinet6 udp6_usrreq.c

2006-04-11 Thread Robert Watson
rwatson 2006-04-12 03:03:47 UTC FreeBSD src repository Modified files: sys/netinet6 udp6_usrreq.c Log: Add missing locking to udp6_getcred(), remove spl use. MFC after: 3 months Revision ChangesPath 1.61 +21 -24src/sys/netinet6/udp6_usrreq.c

cvs commit: src/sys/netinet6 in6_pcb.c

2006-04-11 Thread Robert Watson
rwatson 2006-04-12 02:52:14 UTC FreeBSD src repository Modified files: sys/netinet6 in6_pcb.c Log: Remove spl use from IPv6 inpcb code. In various inpcb methods for IPv6 sockets, don't check of so_pcb is NULL, assert it isn't. MFC after: 3 months Rev

cvs commit: ports/print/lyx Makefile distinfo

2006-04-11 Thread Mikhail Teterin
mi 2006-04-12 02:49:50 UTC FreeBSD ports repository Modified files: print/lyxMakefile distinfo Log: Update from 1.4.1 released today. Notified by:Sean Chittenden Revision ChangesPath 1.101 +1 -1 ports/print/lyx/Makefile 1.34 +

cvs commit: src/sys/netipx ipx_usrreq.c

2006-04-11 Thread Olivier Houchard
cognet 2006-04-11 23:15:47 UTC FreeBSD src repository Modified files: sys/netipx ipx_usrreq.c Log: Make this compile without INVARIANTS. Revision ChangesPath 1.56 +2 -0 src/sys/netipx/ipx_usrreq.c ___ cv

cvs commit: src/lib/libutil pidfile.c

2006-04-11 Thread John-Mark Gurney
jmg 2006-04-11 23:10:02 UTC FreeBSD src repository Modified files: lib/libutil pidfile.c Log: use pwrite to always write at the begining of the file.. If multiple calls to pidfile_write happen, the pidfile will have nul characters prepended due to the cached fil

Re: cvs commit: src/sys/boot/i386/cdboot cdboot.s

2006-04-11 Thread John Baldwin
On Tuesday 11 April 2006 17:03, Maxim Sobolev wrote: > John Baldwin wrote: > > On Tuesday 11 April 2006 10:34, Maxim Sobolev wrote: > >> boo1 does the same - timeout loop. My small research seemingly suggests > >> that doing A20 via the BIOS is not very reliable and may not work on all > >> machi

cvs commit: ports/net/trafshow Makefile distinfo ports/net/trafshow/files patch-show_dump.c patch-trafshow.c

2006-04-11 Thread Jean-Yves Lefort
jylefort2006-04-11 22:26:38 UTC FreeBSD ports repository Modified files: net/trafshow Makefile distinfo net/trafshow/files patch-show_dump.c patch-trafshow.c Log: Update to 5.2.3 Revision ChangesPath 1.36 +1 -2 ports/net/trafshow/Makefile 1.

cvs commit: ports/security/bruteforceblocker Makefile

2006-04-11 Thread Edwin Groothuis
edwin 2006-04-11 22:07:31 UTC FreeBSD ports repository Modified files: security/bruteforceblocker Makefile Log: Also fix IGNORE to follow style. Revision ChangesPath 1.7 +1 -1 ports/security/bruteforceblocker/Makefile _

cvs commit: ports/security/bruteforceblocker Makefile

2006-04-11 Thread Edwin Groothuis
edwin 2006-04-11 22:06:45 UTC FreeBSD ports repository Modified files: security/bruteforceblocker Makefile Log: bruteforceblocker needs p5-File-Tail reset maintainer: <[EMAIL PROTECTED]>: host mailhub.cia.sk[72.21.48.70] said: 554 <[EMAIL PROTECTED]>: Relay access d

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

2006-04-11 Thread Jean-Yves Lefort
jylefort2006-04-11 21:57:20 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Rick van der Zwet <[EMAIL PROTECTED]> for lang/maude. Revision ChangesPath 1.536 +5 -0 doc/en_US.I

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

2006-04-11 Thread Jean-Yves Lefort
jylefort2006-04-11 21:54:31 UTC FreeBSD ports repository Modified files: net-p2p/peercast Makefile distinfo Log: Update to 0.1217 Revision ChangesPath 1.11 +1 -1 ports/net-p2p/peercast/Makefile 1.6 +3 -3 ports/net-p2p/peercast/distinfo _

cvs commit: ports/graphics/comix Makefile

2006-04-11 Thread Jeremy Messenger
mezz2006-04-11 21:41:23 UTC FreeBSD ports repository Modified files: graphics/comix Makefile Log: Add INSTALLS_ICONS, bump the PORTREVISION. Revision ChangesPath 1.12 +2 -0 ports/graphics/comix/Makefile _

cvs commit: src/share/examples/scsi_target scsi_cmds.c

2006-04-11 Thread Matt Jacob
mjacob 2006-04-11 21:36:43 UTC FreeBSD src repository Modified files: share/examples/scsi_target scsi_cmds.c Log: If we end up with a CTIO completing with CAM_REQUEUE_REQ, be obliging and just redo the request instead of squawking and dying. Revision ChangesPath

cvs commit: ports/audio/hydrogen Makefile distinfo ports/audio/hydrogen/files patch-src_lib_Preferences.cpp

2006-04-11 Thread Jean-Yves Lefort
jylefort2006-04-11 21:31:35 UTC FreeBSD ports repository Modified files: audio/hydrogen Makefile distinfo audio/hydrogen/files patch-src_lib_Preferences.cpp Log: Update to 0.9.3 Revision ChangesPath 1.8 +2 -5 ports/audio/hydrogen/Makefile 1.5

Re: cvs commit: src/lib/libc/sparc64 Symbol.map

2006-04-11 Thread Daniel Eischen
On Tue, 11 Apr 2006, Marius Strobl wrote: marius 2006-04-11 19:43:36 UTC FreeBSD src repository Modified files: lib/libc/sparc64 Symbol.map Log: - Move _Qp_* and __dtoul from FBSDprivate to the list of FBSD_1.0 symbols as well as add __sparc_utrap_install to FBSD_1.0; these

Re: cvs commit: src/sys/boot/i386/cdboot cdboot.s

2006-04-11 Thread Maxim Sobolev
John Baldwin wrote: On Tuesday 11 April 2006 10:34, Maxim Sobolev wrote: boo1 does the same - timeout loop. My small research seemingly suggests that doing A20 via the BIOS is not very reliable and may not work on all machines. Can you test a patch for pxeboot? It looks to be the one other p

cvs commit: src/sys/boot/i386/pxeldr pxeldr.S

2006-04-11 Thread Maxim Sobolev
sobomax 2006-04-11 20:53:49 UTC FreeBSD src repository Modified files: sys/boot/i386/pxeldr pxeldr.S Log: Merge in timeout into A20-enable routine from cdboot/boot1. MFC after: 1 day Revision ChangesPath 1.14 +10 -3 src/sys/boot/i386/pxeldr/pxeldr.S

cvs commit: www/en/news news.xml

2006-04-11 Thread Christian Brueffer
brueffer2006-04-11 20:38:55 UTC FreeBSD doc repository Modified files: en/news news.xml Log: News blurp about the bce(4) driver. Revision ChangesPath 1.380 +13 -1 www/en/news/news.xml ___ cvs-all@freebsd

cvs commit: doc/fr_FR.ISO8859-1/books/handbook/introduction chapter.sgml doc/fr_FR.ISO8859-1/books/handbook/x11 chapter.sgml

2006-04-11 Thread Marc Fonvieille
blackend2006-04-11 20:14:45 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/introduction chapter.sgml fr_FR.ISO8859-1/books/handbook/x11 chapter.sgml Log: MFen: introduction/chapter.sgml 1.110 --> 1.114 x11/chapter.sgml1.170 -->

cvs commit: src/sys/boot/i386/libi386 Makefile gatea20.c libi386.h src/sys/boot/pc98/libpc98 Makefile gatea20.c

2006-04-11 Thread John Baldwin
jhb 2006-04-11 20:11:30 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 Makefile libi386.h sys/boot/pc98/libpc98 Makefile Removed files: sys/boot/i386/libi386 gatea20.c sys/boot/pc98/libpc98 gatea20.c Log: Drop the gateA20() function in the l

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

2006-04-11 Thread Marc Fonvieille
blackend2006-04-11 20:11:02 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml Log: Fix a wrong Index entry pointing on an old (outdated) kernel option. Revision ChangesPath 1.130 +1 -1 doc/en_US.ISO8859-1/books/ha

cvs commit: src/sys/boot/i386/boot2 boot1.S

2006-04-11 Thread John Baldwin
jhb 2006-04-11 20:09:42 UTC FreeBSD src repository Modified files: sys/boot/i386/boot2 boot1.S Log: Minor whitespace tweak. Revision ChangesPath 1.31 +1 -2 src/sys/boot/i386/boot2/boot1.S ___ cvs-all@freebsd.o

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

2006-04-11 Thread Jean Milanez Melo
jmelo 2006-04-11 19:59:31 UTC FreeBSD ports repository Modified files: lang/sbclMakefile distinfo pkg-plist Log: - Update to 0.9.11. PR: ports/94991 Submitted by: NIIMI Satoshi <[EMAIL PROTECTED]> (maintainer) Approved by:mnag (mentor)

cvs commit: src/lib/libc/sparc64 Symbol.map

2006-04-11 Thread Marius Strobl
marius 2006-04-11 19:43:36 UTC FreeBSD src repository Modified files: lib/libc/sparc64 Symbol.map Log: - Move _Qp_* and __dtoul from FBSDprivate to the list of FBSD_1.0 symbols as well as add __sparc_utrap_install to FBSD_1.0; these are required by the SCD libc 64 ps

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

2006-04-11 Thread Marc Fonvieille
blackend2006-04-11 19:38:40 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/introduction chapter.sgml Log: - Add a missing "and" - s/6.x/6.X Revision ChangesPath 1.114 +2 -2 doc/en_US.ISO8859-1/books/handbook/introduction/chapter.

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

2006-04-11 Thread Andrey Slusar
anray 2006-04-11 19:25:20 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Peter Thoenen for his games/tome port. Revision ChangesPath 1.535 +5 -0 doc/en_US.ISO8859-1/articl

cvs commit: ports/games/tome Makefile pkg-plist ports/games/tome/files patch-ac patch-ad patch-config-h patch-loadsave-c patch-main-gcu-c patch-skills-c

2006-04-11 Thread Andrey Slusar
anray 2006-04-11 19:15:56 UTC FreeBSD ports repository Modified files: games/tome Makefile pkg-plist Added files: games/tome/files patch-config-h patch-loadsave-c patch-main-gcu-c patch-skills-c Removed files: games/tome/files

Re: cvs commit: src/usr.sbin/syslogd syslogd.c

2006-04-11 Thread Brooks Davis
On Fri, Mar 31, 2006 at 09:06:32AM +, Robert Watson wrote: > > On Fri, 31 Mar 2006, Peter Jeremy wrote: > > >On Thu, 2006-Mar-30 21:04:52 +, Christian S.J. Peron wrote: > >> This change allows syslogd to ignore ENOSPC space errors, so that when > >> the > >> filesystem is cleaned up, sys

Re: cvs commit: src/sys/opencrypto crypto.c

2006-04-11 Thread Pawel Jakub Dawidek
On Tue, Apr 11, 2006 at 06:01:04PM +, Pawel Jakub Dawidek wrote: +> pjd 2006-04-11 18:01:04 UTC +> +> FreeBSD src repository +> +> Modified files: +> sys/opencrypto crypto.c +> Log: +> Be sure to wakeup the crypto thread when new request was queued. +> This should

cvs commit: ports/www/resin3 Makefile ports/www/resin3/files patch-configure pkg-message.in

2006-04-11 Thread Marc G. Fournier
scrappy 2006-04-11 18:04:38 UTC FreeBSD ports repository Modified files: www/resin3 Makefile www/resin3/files patch-configure pkg-message.in Log: apply patch that fixes issues with compling WITH_APACHE2 PR: ports/95334 Submitted by: Jean-Baptiste Que

cvs commit: src/sys/opencrypto crypto.c

2006-04-11 Thread Pawel Jakub Dawidek
pjd 2006-04-11 18:01:04 UTC FreeBSD src repository Modified files: sys/opencrypto crypto.c Log: Be sure to wakeup the crypto thread when new request was queued. This should fix a hang when starting cryptokeytest (and more). MFC after: 1 month Revision

Re: cvs commit: src/sys/boot/i386/cdboot cdboot.s

2006-04-11 Thread John Baldwin
On Tuesday 11 April 2006 10:34, Maxim Sobolev wrote: > boo1 does the same - timeout loop. My small research seemingly suggests > that doing A20 via the BIOS is not very reliable and may not work on all > machines. Can you test a patch for pxeboot? It looks to be the one other place that goes ne

cvs commit: ports/audio/festvox-us1-mbrola Makefile pkg-plist

2006-04-11 Thread Jean-Yves Lefort
jylefort2006-04-11 17:46:30 UTC FreeBSD ports repository Modified files: audio/festvox-us1-mbrola Makefile Added files: audio/festvox-us1-mbrola pkg-plist Log: Back out the previous commit and really fix the packing list. Revision ChangesPath 1.3 +2 -7

cvs commit: ports/audio/festvox-rab8 Makefile pkg-plist

2006-04-11 Thread Jean-Yves Lefort
jylefort2006-04-11 17:37:20 UTC FreeBSD ports repository Modified files: audio/festvox-rab8 Makefile pkg-plist Log: Fix the packing list. Revision ChangesPath 1.14 +1 -2 ports/audio/festvox-rab8/Makefile 1.2 +2 -0 ports/audio/festvox-rab8/pkg-

cvs commit: src/sys/boot/i386/cdboot cdboot.s

2006-04-11 Thread John Baldwin
jhb 2006-04-11 17:36:08 UTC FreeBSD src repository Modified files: sys/boot/i386/cdboot cdboot.s Log: Tweak comment. Revision ChangesPath 1.16 +4 -4 src/sys/boot/i386/cdboot/cdboot.s ___ cvs-all@freebsd.org mai

cvs commit: ports/audio/festvox-rab16 Makefile pkg-plist

2006-04-11 Thread Jean-Yves Lefort
jylefort2006-04-11 17:34:03 UTC FreeBSD ports repository Modified files: audio/festvox-rab16 Makefile pkg-plist Log: Fix the packing list. Revision ChangesPath 1.14 +1 -2 ports/audio/festvox-rab16/Makefile 1.2 +2 -0 ports/audio/festvox-rab16/pk

cvs commit: ports/audio/festvox-ked8 Makefile pkg-plist

2006-04-11 Thread Jean-Yves Lefort
jylefort2006-04-11 17:30:45 UTC FreeBSD ports repository Modified files: audio/festvox-ked8 Makefile pkg-plist Log: Fix the packing list. Revision ChangesPath 1.13 +1 -2 ports/audio/festvox-ked8/Makefile 1.2 +2 -0 ports/audio/festvox-ked8/pkg-

cvs commit: ports/audio/festvox-ked16 Makefile pkg-plist

2006-04-11 Thread Jean-Yves Lefort
jylefort2006-04-11 17:27:27 UTC FreeBSD ports repository Modified files: audio/festvox-ked16 Makefile pkg-plist Log: Fix the packing list. Revision ChangesPath 1.13 +1 -2 ports/audio/festvox-ked16/Makefile 1.2 +2 -0 ports/audio/festvox-ked16/pk

cvs commit: src/sys/boot/i386/cdboot cdboot.s

2006-04-11 Thread John Baldwin
jhb 2006-04-11 17:26:55 UTC FreeBSD src repository Modified files: sys/boot/i386/cdboot cdboot.s Log: Use the proper condition to determine that we matched an filename. Otherwise, we could match on a filename that had the wrong last character (such as /boot/loaded instead

cvs commit: ports/audio/festvox-kal8 Makefile pkg-plist

2006-04-11 Thread Jean-Yves Lefort
jylefort2006-04-11 17:22:01 UTC FreeBSD ports repository Modified files: audio/festvox-kal8 Makefile pkg-plist Log: Fix the packing list. Revision ChangesPath 1.14 +1 -2 ports/audio/festvox-kal8/Makefile 1.2 +2 -0 ports/audio/festvox-kal8/pkg-

cvs commit: ports/audio/festvox-don Makefile pkg-plist

2006-04-11 Thread Jean-Yves Lefort
jylefort2006-04-11 17:18:05 UTC FreeBSD ports repository Modified files: audio/festvox-donMakefile pkg-plist Log: Fix the packing list. Revision ChangesPath 1.14 +1 -2 ports/audio/festvox-don/Makefile 1.2 +2 -0 ports/audio/festvox-don/pkg-pl

cvs commit: ports/audio/festvox-aec Makefile

2006-04-11 Thread Jean-Yves Lefort
jylefort2006-04-11 17:15:24 UTC FreeBSD ports repository Modified files: audio/festvox-aecMakefile Log: Actually fix the packing list. Revision ChangesPath 1.7 +3 -0 ports/audio/festvox-aec/Makefile ___ cvs-al

cvs commit: ports/print/lyx Makefile

2006-04-11 Thread Mikhail Teterin
mi 2006-04-11 17:14:36 UTC FreeBSD ports repository Modified files: print/lyxMakefile Log: Add a configure's argument to explicitly specify xforms in the xforms case. Apparently, there is no default any more. Submitted by: Diane Bruce; Steve Revisio

cvs commit: ports/audio/festvox-aec Makefile

2006-04-11 Thread Jean-Yves Lefort
jylefort2006-04-11 17:04:43 UTC FreeBSD ports repository Modified files: audio/festvox-aecMakefile Log: This is no longer broken. Revision ChangesPath 1.6 +0 -2 ports/audio/festvox-aec/Makefile ___ cvs-all@fre

cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_pci.c mpt_raid.c

2006-04-11 Thread Matt Jacob
mjacob 2006-04-11 16:47:30 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_pci.c mpt_raid.c Log: A large set of changes: + Add boatloads of KASSERTs and *really* check out more locking issues (to catch re

cvs commit: www/de/docs books.sgml www/de/news news.xml press.xml www/de/platforms amd64.sgml arm.sgml i386.sgml

2006-04-11 Thread Johann Kois
jkois 2006-04-11 16:29:35 UTC FreeBSD doc repository Modified files: de/docs books.sgml de/news news.xml press.xml de/platforms amd64.sgml arm.sgml i386.sgml Log: MFbed: Update the German website. www/de/docs/books.sgml

Re: cvs commit: src/share/man/man4 syncache.4

2006-04-11 Thread Christian Brueffer
On Tue, Apr 11, 2006 at 03:30:13PM +, Christian Brueffer wrote: > brueffer2006-04-11 15:30:13 UTC > > FreeBSD src repository > > Modified files: > share/man/man4 syncache.4 > Log: > Fix typo. > > PR: 95620 > Submitted by: Stephane Bortzmeyer <[EMAIL

cvs commit: ports/lang/see Makefile ports/lang/see/files patch-libsee_obj__Date.c

2006-04-11 Thread Renato Botelho
garga 2006-04-11 15:39:41 UTC FreeBSD ports repository Modified files: lang/see Makefile Added files: lang/see/files patch-libsee_obj__Date.c Log: - Fix: If summer-time daylight saving is in effect, getHours() returns wrong value. - Change .if def

cvs commit: ports/security/bdc Makefile distinfo

2006-04-11 Thread Emanuel Haupt
ehaupt 2006-04-11 15:31:38 UTC FreeBSD ports repository Modified files: security/bdc Makefile distinfo Log: - Fix a faulty linkage, where the existing libfn.so binary for 5.x was linked against libm.so.2. On 4.x it's a PORTREVISION bump only. - Make portlint a bit

cvs commit: src/share/man/man4 syncache.4

2006-04-11 Thread Christian Brueffer
brueffer2006-04-11 15:30:13 UTC FreeBSD src repository Modified files: share/man/man4 syncache.4 Log: Fix typo. PR: 95620 Submitted by: Stephane Bortzmeyer <[EMAIL PROTECTED]> MFC after: 3 days Revision ChangesPath 1.3 +1 -1

cvs commit: www/en/projects projects.sgml

2006-04-11 Thread Christian Brueffer
brueffer2006-04-11 15:16:15 UTC FreeBSD doc repository Modified files: en/projects projects.sgml Log: Correct the link to the SoC 2005 page and add a link to the 2006 page. Revision ChangesPath 1.193 +3 -2 www/en/projects/projects.sgml __

cvs commit: ports/editors/xemacs-devel-mule Makefile

2006-04-11 Thread Andrey Slusar
anray 2006-04-11 15:14:10 UTC FreeBSD ports repository Modified files: editors/xemacs-devel-mule Makefile Log: Change `MAINTAINER=...' to `MAINTAINER?=...'. Revision ChangesPath 1.54 +1 -1 ports/editors/xemacs-devel-mule/Makefile __

cvs commit: ports/textproc/pear-Spreadsheet_Excel_Writer Makefile ports/textproc/pear-Spreadsheet_Excel_Writer/files patch-Writer-Worksheet.php

2006-04-11 Thread Pav Lucistnik
pav 2006-04-11 15:08:24 UTC FreeBSD ports repository Modified files: textproc/pear-Spreadsheet_Excel_Writer Makefile Added files: textproc/pear-Spreadsheet_Excel_Writer/files patch-Writer-Worksheet.php Log: - Fix notice

cvs commit: ports/audio/opmixer Makefile distinfo ports/audio/opmixer/files patch-Makefile patch-configure patch-volset.cc

2006-04-11 Thread Pav Lucistnik
pav 2006-04-11 15:07:48 UTC FreeBSD ports repository Modified files: audio/opmixerMakefile distinfo Removed files: audio/opmixer/files patch-Makefile patch-configure patch-volset.cc Log: - Update to 0.7.5 PR: ports/95

cvs commit: ports/math/p5-Math-Currency Makefile distinfo

2006-04-11 Thread Mathieu Arnold
mat 2006-04-11 15:07:15 UTC FreeBSD ports repository Modified files: math/p5-Math-Currency Makefile distinfo Log: Update to 0.44 Revision ChangesPath 1.15 +1 -1 ports/math/p5-Math-Currency/Makefile 1.9 +3 -3 ports/math/p5-Math-Currency/disti

cvs commit: ports/graphics/p5-chart Makefile distinfo pkg-plist

2006-04-11 Thread Mathieu Arnold
mat 2006-04-11 15:04:31 UTC FreeBSD ports repository Modified files: graphics/p5-chartMakefile distinfo pkg-plist Log: Update to 2.4.1 Revision ChangesPath 1.25 +2 -2 ports/graphics/p5-chart/Makefile 1.9 +3 -3 ports/graphics/p5-chart/dis

cvs commit: ports/graphics/p5-GD-Graph Makefile distinfo

2006-04-11 Thread Mathieu Arnold
mat 2006-04-11 15:00:00 UTC FreeBSD ports repository Modified files: graphics/p5-GD-Graph Makefile distinfo Log: Update to 1.43.07 Revision ChangesPath 1.16 +1 -1 ports/graphics/p5-GD-Graph/Makefile 1.10 +3 -3 ports/graphics/p5-GD-Graph/disti

cvs commit: ports/devel/p5-Test-Pod Makefile distinfo

2006-04-11 Thread Mathieu Arnold
mat 2006-04-11 14:53:34 UTC FreeBSD ports repository Modified files: devel/p5-Test-PodMakefile distinfo Log: Update to 1.24 Give to perl@ Revision ChangesPath 1.14 +2 -2 ports/devel/p5-Test-Pod/Makefile 1.14 +3 -3 ports/devel/p5-Test-Po

cvs commit: ports/devel/p5-ExtUtils-CBuilder Makefile distinfo

2006-04-11 Thread Mathieu Arnold
mat 2006-04-11 14:51:54 UTC FreeBSD ports repository Modified files: devel/p5-ExtUtils-CBuilder Makefile distinfo Log: Update to 0.18 Give to perl@ Revision ChangesPath 1.16 +2 -2 ports/devel/p5-ExtUtils-CBuilder/Makefile 1.16 +3 -3 ports/d

cvs commit: ports/devel/p5-DateTime-Format-Pg Makefile distinfo

2006-04-11 Thread Mathieu Arnold
mat 2006-04-11 14:50:45 UTC FreeBSD ports repository Modified files: devel/p5-DateTime-Format-Pg Makefile distinfo Log: Update to 0.11 Revision ChangesPath 1.9 +1 -1 ports/devel/p5-DateTime-Format-Pg/Makefile 1.10 +3 -3 ports/devel/p5-DateTi

cvs commit: ports/devel/p5-Data-Dump-Streamer Makefile distinfo

2006-04-11 Thread Mathieu Arnold
mat 2006-04-11 14:48:58 UTC FreeBSD ports repository Modified files: devel/p5-Data-Dump-Streamer Makefile distinfo Log: Update to 2.02 Revision ChangesPath 1.8 +1 -2 ports/devel/p5-Data-Dump-Streamer/Makefile 1.7 +3 -3 ports/devel/p5-Data-D

cvs commit: ports/graphics/py-graphviz Makefile distinfo pkg-descr pkg-plist ports/graphics/py-graphviz/files Makefile patch-setup.py

2006-04-11 Thread Volker Stolz
vs 2006-04-11 14:46:43 UTC FreeBSD ports repository Modified files: graphics/py-graphviz Makefile distinfo pkg-descr pkg-plist Added files: graphics/py-graphviz/files patch-setup.py Removed files: graphics/py-graphviz/files Makefile Log: Update to recommended v

cvs commit: src/sbin/dump traverse.c

2006-04-11 Thread David Malone
dwmalone2006-04-11 14:45:42 UTC FreeBSD src repository Modified files: sbin/dumptraverse.c Log: Dump keeps a bitmap of the state of various inodes, which is sized to match the number of inodes on the disk. If we find a directory entry with a crazy inode number in

cvs commit: ports/databases/p5-DBIx-DBSchema Makefile distinfo

2006-04-11 Thread Mathieu Arnold
mat 2006-04-11 14:45:32 UTC FreeBSD ports repository Modified files: databases/p5-DBIx-DBSchema Makefile distinfo Log: Update to 0.31 Revision ChangesPath 1.12 +2 -2 ports/databases/p5-DBIx-DBSchema/Makefile 1.11 +3 -3 ports/databases/p5-DBIx

cvs commit: ports/databases/p5-Class-DBI-Pager Makefile distinfo

2006-04-11 Thread Mathieu Arnold
mat 2006-04-11 14:39:32 UTC FreeBSD ports repository Modified files: databases/p5-Class-DBI-Pager Makefile distinfo Log: Update to 0.08 Revision ChangesPath 1.6 +1 -1 ports/databases/p5-Class-DBI-Pager/Makefile 1.6 +3 -3 ports/databases/p5-

cvs commit: ports/audio/festvox-us1-mbrola Makefile

2006-04-11 Thread Jean-Yves Lefort
jylefort2006-04-11 14:37:26 UTC FreeBSD ports repository Modified files: audio/festvox-us1-mbrola Makefile Log: Fix the packing list by adding a runtime dependency on festival. Reported by:pointyhat via kris Revision ChangesPath 1.2 +1 -0 ports/aud

cvs commit: ports/databases/p5-Class-DBI-Pg Makefile distinfo

2006-04-11 Thread Mathieu Arnold
mat 2006-04-11 14:36:22 UTC FreeBSD ports repository Modified files: databases/p5-Class-DBI-Pg Makefile distinfo Log: Update to 0.08 Revision ChangesPath 1.9 +1 -1 ports/databases/p5-Class-DBI-Pg/Makefile 1.8 +3 -3 ports/databases/p5-Class-

Re: cvs commit: src/sys/boot/i386/cdboot cdboot.s

2006-04-11 Thread Maxim Sobolev
boo1 does the same - timeout loop. My small research seemingly suggests that doing A20 via the BIOS is not very reliable and may not work on all machines. -Maxim John Baldwin wrote: On Tuesday 11 April 2006 12:39 am, Maxim Sobolev wrote: sobomax 2006-04-11 04:39:29 UTC FreeBSD src rep

cvs commit: CVSROOT modules

2006-04-11 Thread Anton Berezin
tobez 2006-04-11 13:30:18 UTC FreeBSD ports repository Modified files: .modules Log: p5-Makefile-Parser --> ports/textproc/p5-Makefile-Parser Revision ChangesPath 1.14623 +1 -0 CVSROOT/modules

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

2006-04-11 Thread Anton Berezin
tobez 2006-04-11 13:30:05 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Makefile-Parser Makefile distinfo pkg-descr pkg-plist Log: Add textproc/p5-Makefile-Parser 0.11, a Perl module t

cvs commit: ports/net/coda6_server Makefile

2006-04-11 Thread Sergey Matveychuk
sem 2006-04-11 12:32:10 UTC FreeBSD ports repository Modified files: net/coda6_server Makefile Log: - Mark IGNORE on >=6.0. Coda 6.x makes a kernel panic on this version. - Fix another IGNORE message. Revision ChangesPath 1.6 +4 -1 ports/net/coda6

Re: cvs commit: src/sys/boot/i386/cdboot cdboot.s

2006-04-11 Thread John Baldwin
On Tuesday 11 April 2006 12:39 am, Maxim Sobolev wrote: > sobomax 2006-04-11 04:39:29 UTC > > FreeBSD src repository > > Modified files: > sys/boot/i386/cdboot cdboot.s > Log: > When enabling A20 put upper limit on amount of time we wait for the > keyboard controller to get ready (6

cvs commit: CVSROOT modules

2006-04-11 Thread Renato Botelho
garga 2006-04-11 12:01:45 UTC FreeBSD ports repository Modified files: .modules Log: py-epsilon --> ports/devel/py-epsilon Revision ChangesPath 1.14622 +1 -0 CVSROOT/modules ___ cvs-all@freebsd

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

2006-04-11 Thread Renato Botelho
garga 2006-04-11 12:01:24 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/py-epsilon Makefile distinfo pkg-descr pkg-plist Log: A small utility package that depends on tools too recent for Twisted (like datetime in pyth

cvs commit: ports/security/prelude-manager Makefile distinfo ports/security/prelude-manager/files patch-Makefile.in

2006-04-11 Thread Renato Botelho
garga 2006-04-11 11:32:30 UTC FreeBSD ports repository Modified files: security/prelude-manager Makefile distinfo security/prelude-manager/files patch-Makefile.in Log: - Update to 0.9.4.1 PR: ports/95614 Submitted by: maintainer Revision Changes

cvs commit: ports/x11/fbpanel Makefile pkg-plist ports/x11/fbpanel/files patch-Makefile.common

2006-04-11 Thread Emanuel Haupt
ehaupt 2006-04-11 11:11:54 UTC FreeBSD ports repository Modified files: x11/fbpanel Makefile pkg-plist x11/fbpanel/filespatch-Makefile.common Log: Fix a runtime error that occurs when fbpanel is compiled against GTK > 2.6. Also remove obsolete USE_REINPLACE a

cvs commit: src/share/man/man4 uscanner.4 src/sys/dev/usb usbdevs uscanner.c

2006-04-11 Thread Florent Thoumie
flz 2006-04-11 10:44:31 UTC FreeBSD src repository Modified files: share/man/man4 uscanner.4 sys/dev/usb usbdevs uscanner.c Log: - Add support for the Acer Acerscan 640BT. - Add documentation bits. PR: usb/95616 Submitted by: Matthie

cvs commit: ports/print/p5-Text-PDF Makefile distinfo pkg-plist

2006-04-11 Thread Anton Berezin
tobez 2006-04-11 10:31:48 UTC FreeBSD ports repository Modified files: print/p5-Text-PDFMakefile distinfo pkg-plist Log: Update to 0.27a. Revision ChangesPath 1.13 +8 -3 ports/print/p5-Text-PDF/Makefile 1.12 +3 -3 ports/print/p5-Text-PDF/di

cvs commit: src/etc gettytab

2006-04-11 Thread Dag-Erling Smorgrav
des 2006-04-11 09:54:23 UTC FreeBSD src repository Modified files: etc gettytab Log: Add autologin entries (al.NNN) for higher console speeds. MFC after: 2 weeks Revision ChangesPath 1.24 +10 -0 src/etc/gettytab

cvs commit: src/etc rc.subr

2006-04-11 Thread Florent Thoumie
flz 2006-04-11 09:20:47 UTC FreeBSD src repository Modified files: etc rc.subr Log: - If no pidfile has been created at startup, only stop processes with current jid. PR: conf/93287 Submitted by: anders Approved by:cperciva (mento

cvs commit: src/etc rc.subr

2006-04-11 Thread Florent Thoumie
flz 2006-04-11 09:14:52 UTC FreeBSD src repository Modified files: etc rc.subr Log: - Oops, add a missing "then". Approved by:cperciva (mentor, implicit) Revision ChangesPath 1.53 +1 -1 src/etc/rc.subr __

cvs commit: src/etc/rc.d sshd

2006-04-11 Thread Florent Thoumie
flz 2006-04-11 09:08:16 UTC FreeBSD src repository Modified files: etc/rc.d sshd Log: - Fix rc.d/sshd test on kern.random.sys.seeded. PR: conf/94377 Submitted by: dwhite Approved by:cperciva (mentor) MFC after: 1 week Revisio

Re: cvs commit: src/share/man/man4 bce.4 src/sys/modules/bce Makefile src/sys/dev/bce if_bce.c if_bcefw.h if_bcereg.h src/sys/dev/mii brgphy.c miidevs

2006-04-11 Thread Gleb Smirnoff
On Mon, Apr 10, 2006 at 07:55:23PM +, Paul Saab wrote: P> ps 2006-04-10 19:55:23 UTC P> P> FreeBSD src repository P> P> Modified files: P> sys/dev/mii brgphy.c miidevs P> Added files: P> share/man/man4 bce.4 P> sys/modules/bce Makefile P>

cvs commit: src/etc/rc.d amd src/etc/defaults rc.conf

2006-04-11 Thread Florent Thoumie
flz 2006-04-11 09:02:07 UTC FreeBSD src repository Modified files: etc/rc.d amd etc/defaults rc.conf Log: - Fix amd startup when amd is installed from ports. - Add the according amd_program default value in defaults. PR: conf/82738

cvs commit: src/etc rc.subr src/etc/rc.d sshd

2006-04-11 Thread Florent Thoumie
flz 2006-04-11 08:55:27 UTC FreeBSD src repository Modified files: etc rc.subr etc/rc.d sshd Log: - Set a two read-only variables (${prefix} and ${etcdir}). This is especially useful when using /etc/rc.d scripts with third-party software

cvs commit: ports/shells/fd Makefile ports/shells/fd/files patch-shell.c

2006-04-11 Thread Akinori MUSHA
knu 2006-04-11 08:12:00 UTC FreeBSD ports repository Modified files: shells/fdMakefile Added files: shells/fd/files patch-shell.c Log: Add a patch to fix a problem that ~/.fd_history is truncated when the home directory is on a file system without lo

cvs commit: ports/devel/p5-BSD-Resource Makefile distinfo

2006-04-11 Thread Anton Berezin
tobez 2006-04-11 07:45:34 UTC FreeBSD ports repository Modified files: devel/p5-BSD-Resource Makefile distinfo Log: Update to 1.25. Revision ChangesPath 1.30 +1 -1 ports/devel/p5-BSD-Resource/Makefile 1.19 +3 -3 ports/devel/p5-BSD-Resource/dist

cvs commit: www/en/projects summerofcode.sgml

2006-04-11 Thread Murray Stokely
murray 2006-04-11 07:11:46 UTC FreeBSD doc repository Modified files: en/projects summerofcode.sgml Log: Update this page for Summer 2006: * Add a new section on "Proposal Guidelines" borrowed heavily from the Perl Foundation open source proposal HOWTO. *

  1   2   >