cvs commit: src/sys/netinet tcp_syncache.c

2007-12-03 Thread Mike Silbersack
silby 2007-12-04 07:11:13 UTC FreeBSD src repository Modified files: sys/netinet tcp_syncache.c Log: Fix SACK negotiation that was broken in rev 1.105. Before this fix, FreeBSD would negotiate SACK on outgoing connections, but would always fail to negotiate it o

cvs commit: src/sys/kern kern_mbuf.c

2007-12-03 Thread Alan Cox
alc 2007-12-04 07:06:08 UTC FreeBSD src repository Modified files: sys/kern kern_mbuf.c Log: Introduce an UMA backend page allocator for the jumbo frame zones that allocates physically contiguous memory. MFC after: 3 months Requested and reviewed by: Kip

cvs commit: src/lib/libarchive archive_read_support_format_zip.c

2007-12-03 Thread Tim Kientzle
kientzle2007-12-04 06:32:12 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_zip.c Log: If a Zip entry has the "length at end" flag set, then just ignore a length field of zero; it does not mean the body is empty. Thanks to: Lapo

cvs commit: ports/french/mozilla-flp Makefile distinfo.seamonkey

2007-12-03 Thread Thierry Thomas
thierry 2007-12-04 06:31:52 UTC FreeBSD ports repository Modified files: french/mozilla-flp Makefile distinfo.seamonkey Log: Chase SeaMonkey's update to 1.1.7. Approved by:portmgr (erwin) Revision ChangesPath 1.24 +1 -1 ports/french/mozilla-flp/Ma

cvs commit: src/tools/tools/ath/athdebug athdebug.c src/tools/tools/ath/athstats athstats.c athstats.h main.c statfoo.c statfoo.h

2007-12-03 Thread Sam Leffler
sam 2007-12-04 05:52:59 UTC FreeBSD src repository Modified files: tools/tools/ath/athdebug athdebug.c tools/tools/ath/athstats athstats.c athstats.h main.c statfoo.c statfoo.h Log: update copyrights Revision ChangesPath 1.3

cvs commit: src/tools/tools/net80211/wlanstats main.c statfoo.c statfoo.h wlanstats.c wlanstats.h src/tools/tools/net80211/wlanwatch wlanwatch.c

2007-12-03 Thread Sam Leffler
sam 2007-12-04 05:52:01 UTC FreeBSD src repository Modified files: tools/tools/net80211/wlanstats main.c statfoo.c statfoo.h wlanstats.c wlanstats.h tools/tools/net80211/wlanwatch wlanwatch.c Log: update copyright's Revision Chan

cvs commit: src/release Makefile

2007-12-03 Thread Ken Smith
kensmith2007-12-04 02:22:36 UTC FreeBSD src repository Modified files: release Makefile Log: When compiled with the combination of flags used to build crunched binaries for the fixit floppy bin/ed/main.c causes a gcc warning message about argc possibly being clob

cvs commit: ports/net/isc-dhcp3-server Makefile ports/net/isc-dhcp3-server/files isc-dhcpd.in

2007-12-03 Thread Tom McLaughlin
tmclaugh2007-12-04 01:28:43 UTC FreeBSD ports repository Modified files: net/isc-dhcp3-server Makefile net/isc-dhcp3-server/files isc-dhcpd.in Log: Fix dhcpd_devfs_enable on 7.x and later. PR: 115967 Submitted by: Eygene Ryabinkin Approved by:portm

Re: cvs commit: src/lib/libc/gen closedir.c

2007-12-03 Thread Bruce Evans
On Mon, 3 Dec 2007, [utf-8] Dag-Erling Sm??rgrav wrote: Olivier Houchard <[EMAIL PROTECTED]> writes: Log: Change the casts from (pthread_mutex_t *) to (void *) to keep gcc quiet. Anybody with a cleaner solution feel free to change it. Declare dd_lock as a struct pthread_mutex * instead

cvs commit: src/share/zoneinfo asia northamerica southamerica zone.tab

2007-12-03 Thread Edwin Groothuis
edwin 2007-12-04 00:30:07 UTC FreeBSD src repository Modified files: share/zoneinfo asia northamerica southamerica zone.tab Log: MFV of tzdata2007j Timezone data changes in this import: - Add America/St_Barthelemy (BL) and America/Marigot (MF) - Venezuela will mo

cvs commit: src/share/misc iso3166

2007-12-03 Thread Edwin Groothuis
edwin 2007-12-04 00:20:57 UTC FreeBSD src repository Modified files: share/misc iso3166 Log: Update with data from Newsletter VI-1 2007-09-21: Added SAINT BARTHELEMY (BL) and SAINT MARTIN (MF). This allows an MFV of src/share/zoneinfo which uses these tw

cvs commit: src/sys/compat/ndis subr_ndis.c subr_ntoskrnl.c

2007-12-03 Thread Andrew Thompson
thompsa 2007-12-03 23:43:58 UTC FreeBSD src repository Modified files: sys/compat/ndis subr_ndis.c subr_ntoskrnl.c Log: Implement functions required by some ndis drivers. NdisIMCopySendPerPacketInfo [1] KeQuerySystemTime [1] KeTickCount [1] strncat [1] KeBu

Re: cvs commit: src/sys/netinet/libalias alias_util.c

2007-12-03 Thread John Baldwin
On Monday 03 December 2007 10:24:52 am Dag-Erling Smørgrav wrote: > John Birrell <[EMAIL PROTECTED]> writes: > > Log: > > Fix strict alias warnings. > > A much simpler solution (relative to the previous revision): > > @@ -131,10 +131,10 @@ > sum += oddbyte; > } > /* "

cvs commit: ports/www/rubygem-rails Makefile distinfo pkg-plist

2007-12-03 Thread Martin Wilke
miwi2007-12-03 23:26:55 UTC FreeBSD ports repository Modified files: www/rubygem-railsMakefile distinfo pkg-plist Log: - Update to 1.2.6 PR: 117668 Submitted by: Alexander Logvinov <[EMAIL PROTECTED]> Approved by:portmgr (linimon), maintainer ti

cvs commit: ports/mail/rubygem-actionmailer Makefile distinfo pkg-plist

2007-12-03 Thread Martin Wilke
miwi2007-12-03 23:26:43 UTC FreeBSD ports repository Modified files: mail/rubygem-actionmailer Makefile distinfo pkg-plist Log: - Update to 1.3.6 (needed for a security update) PR: 117668 Submitted by: Alexander Logvinov <[EMAIL PROTECTED]> Approved by:

cvs commit: ports/www/rubygem-actionpack Makefile distinfo pkg-plist

2007-12-03 Thread Martin Wilke
miwi2007-12-03 23:26:38 UTC FreeBSD ports repository Modified files: www/rubygem-actionpack Makefile distinfo pkg-plist Log: - Update to 1.13.6 (needed for a security update) PR: 117668 Submitted by: Alexander Logvinov <[EMAIL PROTECTED]> Approved by:

cvs commit: ports/devel/rubygem-activesupport Makefile distinfo pkg-plist

2007-12-03 Thread Martin Wilke
miwi2007-12-03 23:26:46 UTC FreeBSD ports repository Modified files: devel/rubygem-activesupport Makefile distinfo pkg-plist Log: - Update to 1.4.4 (needed for a security update) PR: 117668 Submitted by: Alexander Logvinov <[EMAIL PROTECTED]> Approved b

cvs commit: ports/databases/rubygem-activerecord Makefile distinfo pkg-plist

2007-12-03 Thread Martin Wilke
miwi2007-12-03 23:26:41 UTC FreeBSD ports repository Modified files: databases/rubygem-activerecord Makefile distinfo pkg-plist Log: - Update to 1.15.6 (needed for a security update) PR: 117668 Submitted by: Alexander Logvinov <[EMAIL PROTECTED]> Approv

cvs commit: ports/www/rubygem-actionwebservice Makefile distinfo pkg-plist

2007-12-03 Thread Martin Wilke
miwi2007-12-03 23:26:34 UTC FreeBSD ports repository Modified files: www/rubygem-actionwebservice Makefile distinfo pkg-plist Log: - Update to 1.2.6 (needed for a security update) PR: 117668 Submitted by: Alexander Logvinov <[EMAIL PROTECTED]> Approved

cvs commit: src/share/zoneinfo - Imported sources

2007-12-03 Thread Edwin Groothuis
edwin 2007-12-03 23:12:02 UTC FreeBSD src repository src/share/zoneinfo - Imported sources Update of /home/ncvs/src/share/zoneinfo In directory repoman.freebsd.org:/tmp/cvs-serv54116 Log Message: Import of timezone database from Arthur Olson et al. Timezone data changes

cvs commit: src/gnu/usr.bin/cc/cc_int amd64.patch

2007-12-03 Thread David E. O'Brien
obrien 2007-12-03 22:08:49 UTC FreeBSD src repository Removed files: (Branch: RELENG_6) gnu/usr.bin/cc/cc_int amd64.patch Log: GC this patch. Revision ChangesPath 1.1.12.1 +0 -54 src/gnu/usr.bin/cc/cc_int/amd64.patch (dead) __

cvs commit: src/sys/dev/if_ndis if_ndis.c if_ndis_pci.c if_ndisvar.h

2007-12-03 Thread Andrew Thompson
thompsa 2007-12-03 21:51:28 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c if_ndis_pci.c if_ndisvar.h Log: Remove compatibilty defines to simplify reading the code, this is around 10% of the total LOC. These are mostly for the 6.x branch and it will

cvs commit: src/sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c src/sys/compat/svr4 svr4_proto.h svr4_syscall.h svr4_syscallnames.c svr4_sysent.c src/sys/i386/linux linux_proto.h

2007-12-03 Thread John Baldwin
jhb 2007-12-03 21:54:17 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/amd64/linux32linux32_proto.h linux32_syscall.h linux32_sysent.c sys/compat/svr4 svr4_proto.h svr4_syscall.h svr4_sysca

cvs commit: src/sys/amd64/linux32 syscalls.master src/sys/compat/linux linux_ipc.c src/sys/compat/svr4 svr4_ipc.c syscalls.master src/sys/i386/ibcs2 ibcs2_ipc.c src/sys/i386/linux syscalls.master src/

2007-12-03 Thread John Baldwin
jhb 2007-12-03 21:53:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/amd64/linux32syscalls.master sys/compat/linux linux_ipc.c sys/compat/svr4 svr4_ipc.c syscalls.master sys/i386/ibcs2 ibcs2_ipc.c sys/i386/linux

cvs commit: src/sys/kern sysv_shm.c

2007-12-03 Thread John Baldwin
jhb 2007-12-03 21:47:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern sysv_shm.c Log: MFC 1.109: Remove call to ipcperm() in shmget_existing(). Revision ChangesPath 1.102.2.3 +0 -3 src/sys/kern/sysv_shm.c

cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c

2007-12-03 Thread John Baldwin
jhb 2007-12-03 21:42:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/compat/freebsd32 freebsd32_misc.c Log: MFC: Unexpand PTRIN() in a few places. Revision ChangesPath 1.38.2.12 +13 -13src/sys/compat/freebsd32/freebsd32_misc.c ___

cvs commit: src/sys/alpha/include elf.h src/sys/amd64/include elf.h src/sys/arm/include elf.h src/sys/i386/include elf.h src/sys/ia64/include elf.h src/sys/powerpc/include elf.h src/sys/sparc64/includ

2007-12-03 Thread Marius Strobl
marius 2007-12-03 21:30:36 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/alpha/includeelf.h sys/amd64/includeelf.h sys/arm/include elf.h sys/i386/include elf.h sys/ia64/include elf.h sys/powerpc/include elf.h

cvs commit: src/usr.bin/procstat procstat_kstack.c procstat_threads.c

2007-12-03 Thread Robert Watson
rwatson 2007-12-03 21:21:15 UTC FreeBSD src repository Modified files: usr.bin/procstat procstat_kstack.c procstat_threads.c Log: Display per-thread command line in TDNAME field for -k and -t; if no per-thread name is available or the name is identical to the process name

cvs commit: src/gnu/usr.bin/gdb/arch/amd64 Makefile src/gnu/usr.bin/gdb/arch/i386 Makefile src/gnu/usr.bin/gdb/kgdb kgdb.h

2007-12-03 Thread David E. O'Brien
obrien 2007-12-03 21:05:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) gnu/usr.bin/gdb/arch/amd64 Makefile gnu/usr.bin/gdb/arch/i386 Makefile gnu/usr.bin/gdb/kgdb kgdb.h Log: MFC: + Turn on gdbserver for the arch that supports it. + Fix s

cvs commit: src/gnu/usr.bin/gdb Makefile

2007-12-03 Thread David E. O'Brien
obrien 2007-12-03 21:04:54 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) gnu/usr.bin/gdb Makefile Log: MFC: + Turn on gdbserver for the arch that supports it. + Fix static/extern mismatch. + Remove extern int verbose declaration. Approved

Re: cvs commit: src/etc freebsd-update.conf

2007-12-03 Thread Doug Barton
On Wed, 28 Nov 2007, Colin Percival wrote: cperciva2007-11-28 22:45:09 UTC FreeBSD src repository Modified files: etc freebsd-update.conf Log: Add /root/, /.cshrc, and /.profile to the default UpdateIfUnmodified directive. Users get irritated if FreeBSD Update ste

Re: cvs commit: src/sys/dev/hwpmc hwpmc_x86.c

2007-12-03 Thread Kip Macy
On Dec 3, 2007 2:50 AM, Joseph Koshy <[EMAIL PROTECTED]> wrote: > jkoshy 2007-12-03 10:50:58 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_7) > sys/dev/hwpmchwpmc_x86.c > Log: > MFC r1.6: > "Revert revision 1.4. > >Intel CPUs with family 0x

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

2007-12-03 Thread Chin-San Huang
chinsan 2007-12-03 18:17:47 UTC FreeBSD doc repository Modified files: zh_TW.Big5/books/handbook/mail chapter.sgml Log: - MFen: 1.132 -> 1.136 Obtained from: The FreeBSD Traditional Chinese Project https://opensvn.csie.org/traccgi/freebsddo

cvs commit: src/tools/regression/lib/libc/stdio test-printfloat.c

2007-12-03 Thread David Schultz
das 2007-12-03 17:48:55 UTC FreeBSD src repository Modified files: tools/regression/lib/libc/stdio test-printfloat.c Log: Make sure we set the locale to "C" when testing thousands' separator support, rather than just "", which refers to the system default based on the env

Re: cvs commit: src/tools/regression/lib/libc/stdio test-printfloat.c test-scanfloat.c

2007-12-03 Thread David Schultz
On Mon, Dec 03, 2007, Andrey Chernov wrote: > On Mon, Dec 03, 2007 at 02:22:14AM -0500, David Schultz wrote: > > On Mon, Dec 03, 2007, David Schultz wrote: > > > das 2007-12-03 07:18:47 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > tools/regression/lib/l

cvs commit: src/gnu/usr.bin/gdb Makefile src/gnu/usr.bin/gdb/arch/amd64 Makefile src/gnu/usr.bin/gdb/arch/i386 Makefile src/gnu/usr.bin/gdb/kgdb kgdb.h

2007-12-03 Thread David E. O'Brien
obrien 2007-12-03 17:32:02 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) gnu/usr.bin/gdb Makefile gnu/usr.bin/gdb/arch/amd64 Makefile gnu/usr.bin/gdb/arch/i386 Makefile gnu/usr.bin/gdb/kgdb kgdb.h Log: MFC: + Turn on gdbserver for the

cvs commit: ports/security/aide Makefile

2007-12-03 Thread Cy Schubert
cy 2007-12-03 17:25:05 UTC FreeBSD ports repository Modified files: security/aideMakefile Log: PORTREVISION bump in support of pkg-plist revision 1.5. Approved by:portsmgr (ewin) Revision ChangesPath 1.25 +1 -1 ports/security/aide/Makef

Re: cvs commit: src/tools/regression/netinet/tcpconnect tcpconnect.c

2007-12-03 Thread Dag-Erling Smørgrav
"Bjoern A. Zeeb" <[EMAIL PROTECTED]> writes: > Log: > Convert errx(-1, ..., strerror(errno)) to err(-1, ...). -1 is not a valid exit status. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___ cvs-all@freebsd.org mailing list http://lists.freebsd.or

Re: cvs commit: src/sys/netinet/libalias alias_util.c

2007-12-03 Thread Dag-Erling Smørgrav
John Birrell <[EMAIL PROTECTED]> writes: > Log: > Fix strict alias warnings. A much simpler solution (relative to the previous revision): @@ -131,10 +131,10 @@ sum += oddbyte; } /* "Pseudo-header" data */ - ptr = (u_short *) & (pip->ip_dst); + ptr = (void

cvs commit: src/lib/libc/resolv res_data.c res_init.c

2007-12-03 Thread Hajimu UMEMOTO
ume 2007-12-03 15:13:44 UTC FreeBSD src repository Modified files: lib/libc/resolv res_data.c res_init.c Log: Merge BIND 9.4.2 into main chunk. Revision ChangesPath 1.5 +1 -1 src/lib/libc/resolv/res_data.c 1.7 +24 -17src/lib/libc/resolv

cvs commit: src - Imported sources

2007-12-03 Thread Hajimu UMEMOTO
ume 2007-12-03 15:08:01 UTC FreeBSD src repository src - Imported sources Update of /home/ncvs/src In directory repoman.freebsd.org:/tmp/cvs-serv16811 Log Message: Vendor import of BIND 9.4.2 Status: Vendor Tag: ISC Release Tags: BIND_9_4_2

cvs commit: ports/www/seamonkey Makefile distinfo

2007-12-03 Thread Michael Johnson
ahze2007-12-03 14:46:41 UTC FreeBSD ports repository Modified files: www/seamonkeyMakefile distinfo Log: Update to 1.1.7 Approved by:portmgr (erwin) Security: http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.1.7 Rev

cvs commit: src/sys/kern subr_stack.c

2007-12-03 Thread Robert Watson
rwatson 2007-12-03 14:44:35 UTC FreeBSD src repository Modified files: sys/kern subr_stack.c Log: When a symbol name can't be resolved, return "??" as the name, rather than "Unknown func", in order to avoid putting spaces in what ideally is a string separated by w

cvs commit: src/lib/libc/gen closedir.c readdir.c seekdir.c telldir.c

2007-12-03 Thread Dag-Erling Smorgrav
des 2007-12-03 14:33:51 UTC FreeBSD src repository Modified files: lib/libc/gen closedir.c readdir.c seekdir.c telldir.c Log: Since jb@ fixed the type of dd_lock in , these casts are no longer required. Revision ChangesPath 1.13 +3 -3 src/lib/l

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

2007-12-03 Thread Ariff Abdullah
ariff 2007-12-03 14:26:56 UTC FreeBSD src repository Modified files: sys/dev/sound/pcmchannel.c Log: Fix audio playback aborted with SNDCTL_DSP_SETTRIGGER, affecting PortAudio version 19. PR: kern/118395 Submitted by: Henrik Gulbrandsen MFC after:

Re: cvs commit: src/lib/libc/gen closedir.c

2007-12-03 Thread Dag-Erling Smørgrav
Olivier Houchard <[EMAIL PROTECTED]> writes: > Log: > Change the casts from (pthread_mutex_t *) to (void *) to keep gcc quiet. > Anybody with a cleaner solution feel free to change it. Declare dd_lock as a struct pthread_mutex * instead of a void * in src/include/dirent.h. DES -- Dag-Erlin

cvs commit: src/sys/dev/snp snp.c

2007-12-03 Thread Konstantin Belousov
kib 2007-12-03 14:02:27 UTC FreeBSD src repository Modified files: sys/dev/snp snp.c Log: Do not allow the SNPSTTY ioctl for the snoop device that has a tty attached. Otherwise, the snp->snp_tty would be overwritten, while the tty line discipline still set to the

cvs commit: src/lib/csu/common crtbrand.c

2007-12-03 Thread Konstantin Belousov
kib 2007-12-03 13:21:21 UTC FreeBSD src repository Modified files: lib/csu/common crtbrand.c Log: Restore the branding of the ELF executables. The structure was optimized out. MFC after: 3 days Revision ChangesPath 1.5 +1 -1 src/lib/csu/

cvs commit: src/sys/conf files.pc98 src/sys/pc98/include stack.h

2007-12-03 Thread Robert Watson
rwatson 2007-12-03 11:38:28 UTC FreeBSD src repository Modified files: sys/conf files.pc98 Added files: sys/pc98/include stack.h Log: Catch up pc98 for i386 stack(9) changes: Add stub stack.h for pc98 that includes i386 pc98. Add i386 stack_ma

cvs commit: src/lib/libpmc pmclog.c pmclog.h

2007-12-03 Thread Joseph Koshy
jkoshy 2007-12-03 11:15:46 UTC FreeBSD src repository Modified files: lib/libpmc pmclog.c pmclog.h Log: Add callchain parsing to -lpmc. Sponsored by: FreeBSD Foundation and Google Inc. Revision ChangesPath 1.5 +22 -3 src/lib/libpmc/pmclog.c

cvs commit: src/sys/sys pmc.h pmclog.h

2007-12-03 Thread Joseph Koshy
jkoshy 2007-12-03 11:11:09 UTC FreeBSD src repository Modified files: sys/sys pmc.h pmclog.h Log: Add userland definitions for parsing callchain records. Sponsored by: FreeBSD Foundation and Google Inc. Revision ChangesPath 1.12 +10 -2 sr

cvs commit: src/sys/dev/hwpmc hwpmc_x86.c

2007-12-03 Thread Joseph Koshy
jkoshy 2007-12-03 11:00:39 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/hwpmchwpmc_x86.c Log: MFC r1.6: "Revert revision 1.4. Intel CPUs with family 0x6, model 0xE and later (i.e., Intel Core(TM)) have a PMC architecture that diffe

cvs commit: src/lib/libpmc pmc.3

2007-12-03 Thread Joseph Koshy
jkoshy 2007-12-03 10:59:23 UTC FreeBSD src repository Modified files: lib/libpmc pmc.3 Log: Replace a spurious cross-reference to hwpmc(4) with correct text. Revision ChangesPath 1.15 +2 -4 src/lib/libpmc/pmc.3

Re: cvs commit: src/tools/regression/lib/libc/stdio test-printfloat.c test-scanfloat.c

2007-12-03 Thread Christoph Mallon
Dag-Erling Smørgrav wrote: Andrey Chernov <[EMAIL PROTECTED]> writes: David Schultz <[EMAIL PROTECTED]> writes: test-printfloat is failing on my machine due to the fact that the default locale in FreeBSD seems to have a thousands separator now. I thought the default locale wasn't supposed to. C

cvs commit: src/sys/dev/hwpmc hwpmc_x86.c

2007-12-03 Thread Joseph Koshy
jkoshy 2007-12-03 10:50:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/hwpmchwpmc_x86.c Log: MFC r1.6: "Revert revision 1.4. Intel CPUs with family 0x6, model 0xE and later (i.e., Intel Core(TM)) have a PMC architecture that di

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

2007-12-03 Thread Kevin Lo
kevlo 2007-12-03 10:45:45 UTC FreeBSD src repository Modified files: usr.sbin/zic zic.c Log: zic(8) should exit the loop when the end of the string is reached due to the call to error(). The problem found by doing fuzz testing. MFC after: 3 days Revision Ch

cvs commit: src/usr.sbin/pmcstat pmcstat_log.c

2007-12-03 Thread Joseph Koshy
jkoshy 2007-12-03 10:29:49 UTC FreeBSD src repository Modified files: usr.sbin/pmcstat pmcstat_log.c Log: When printing the contents of a HWPMC log in human readable form: - Print a warning if the version number recorded in the log is not what the tool expects. - Pri

Re: cvs commit: src/tools/regression/lib/libc/stdio test-printfloat.c test-scanfloat.c

2007-12-03 Thread Dag-Erling Smørgrav
Andrey Chernov <[EMAIL PROTECTED]> writes: > David Schultz <[EMAIL PROTECTED]> writes: > > test-printfloat is failing on my machine due to the fact that the > > default locale in FreeBSD seems to have a thousands separator now. > > I thought the default locale wasn't supposed to. Can someone > > co

cvs commit: ports/x11/nvidia-driver Makefile

2007-12-03 Thread Alexey Dokuchaev
danfe 2007-12-03 10:10:42 UTC FreeBSD ports repository Modified files: x11/nvidia-driverMakefile Log: Correct previous fix: required prototypes were removed from not that long ago. Check for suitable OSVERSION so the port is buildable on 6.x/5.x again. Approved b

cvs commit: CVSROOT modules

2007-12-03 Thread Doug Barton
dougb 2007-12-03 09:44:39 UTC FreeBSD ports repository Modified files: .modules Log: Remove entries for chinese/bind8, dns/bind8*, and mail/smc-milter Approved by:portmgr (linimon) Revision ChangesPath 1.18957 +0 -4 CVSROOT/module

cvs commit: ports MOVED ports/chinese Makefile ports/chinese/bind8 Makefile distinfo ports/dns Makefile ports/dns/bind8 Makefile distinfo pkg-descr pkg-plist ports/dns/bind8/files patch-aa patch-ab pa

2007-12-03 Thread Doug Barton
dougb 2007-12-03 09:43:44 UTC FreeBSD ports repository Modified files: .MOVED chinese Makefile dns Makefile dns/bind9Makefile dns/bind94 Makefile mail Makefile Removed

cvs commit: src/contrib/bind9/lib/isc/arm/include/isc - Imported sources

2007-12-03 Thread Doug Barton
dougb 2007-12-03 08:26:34 UTC FreeBSD src repository src/contrib/bind9/lib/isc/arm/include/isc - Imported sources Update of /home/ncvs/src/contrib/bind9/lib/isc/arm/include/isc In directory repoman.freebsd.org:/tmp/cvs-serv20350 Log Message: Update this file so that BIND on A

Re: cvs commit: src/tools/regression/lib/libc/stdio test-printfloat.c test-scanfloat.c

2007-12-03 Thread Andrey Chernov
On Mon, Dec 03, 2007 at 02:22:14AM -0500, David Schultz wrote: > On Mon, Dec 03, 2007, David Schultz wrote: > > das 2007-12-03 07:18:47 UTC > > > > FreeBSD src repository > > > > Modified files: > > tools/regression/lib/libc/stdio test-printfloat.c > >