cvs commit: ports/www/htmlobject Makefile

2007-12-17 Thread Beech Rintoul
beech 2007-12-18 07:34:09 UTC FreeBSD ports repository Modified files: www/htmlobject Makefile Log: - Minor tweaks and adopt port Approved by:linimon (mentor) Revision ChangesPath 1.12 +2 -3 ports/www/htmlobject/Makefile

cvs commit: src/sys/net if_bridge.c

2007-12-17 Thread Andrew Thompson
thompsa 2007-12-18 07:04:50 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: When the bridge has an address and a packet comes in for it then drop it if the link has been marked discarding by Spanning Tree. This would cause the bridge to see d

cvs commit: src/lib/libc/stdlib malloc.c

2007-12-17 Thread Jason Evans
jasone 2007-12-18 05:27:58 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Use fixed point integer math instead of floating point math when calculating run sizes. Use of the floating point unit was a potential pessimization to context switching

cvs commit: ports/math/sdpa Makefile

2007-12-17 Thread Maho Nakata
maho2007-12-18 05:06:52 UTC FreeBSD ports repository Modified files: math/sdpaMakefile Log: Mark as broken. It depends on math/atlas which is problematic, and waiting for SDPA7. Revision ChangesPath 1.30 +2 -0 ports/math/sdpa/Makefile _

cvs commit: src/sys/netinet tcp_subr.c tcp_timer.h

2007-12-17 Thread Peter Wemm
peter 2007-12-18 04:13:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) sys/netinet tcp_subr.c tcp_timer.h Log: MFC: Specify minimum retransmit scale factor in fractions of hz, not ticks. Approved by: re (kensmith) RevisionCh

cvs commit: src/sys/netinet tcp_subr.c tcp_timer.h

2007-12-17 Thread Peter Wemm
peter 2007-12-18 03:39:17 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet tcp_subr.c tcp_timer.h Log: MFC: scale TCPTV_MIN with hz, not a fixed number of ticks. Otherwise machines with hz=1000 drop connections in a matter of a few se

cvs commit: ports/editors/openoffice.org-2-devel Makefile distinfo ports/editors/openoffice.org-2-devel/files patch-i78417 patch-i82771

2007-12-17 Thread Maho Nakata
maho2007-12-18 03:06:02 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2-devel Makefile distinfo Removed files: editors/openoffice.org-2-devel/files patch-i78417 patch-i82771 Log: Update to SRC680_m240. Revision ChangesPath 1.342 +2

cvs commit: ports/games/linux-alienarena Makefile

2007-12-17 Thread Alejandro Pulver
alepulver2007-12-18 02:19:13 UTC FreeBSD ports repository Modified files: games/linux-alienarena Makefile Log: - Remove DEPRECATED, keep BROKEN and note it needs FreeBSD 7 and new linux_compat before being able to work (because its dependencies need them). Revision Chan

cvs commit: src/sys/net if_lagg.c

2007-12-17 Thread Andrew Thompson
thompsa 2007-12-18 02:12:03 UTC FreeBSD src repository Modified files: sys/net if_lagg.c Log: - Use the macro to check the port status has it will also test if its administratively down (!IFF_UP) - Use the same parameters to lagg_link_active() to get the bac

cvs commit: CVSROOT modules

2007-12-17 Thread Vanilla I. Shu
vanilla 2007-12-18 01:53:50 UTC FreeBSD ports repository Modified files: .modules Log: netembryo --> ports/net/netembryo Revision ChangesPath 1.19068 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org

cvs commit: ports/net Makefile ports/net/netembryo Makefile distinfo pkg-descr pkg-plist

2007-12-17 Thread Vanilla I. Shu
vanilla 2007-12-18 01:53:17 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/netembryoMakefile distinfo pkg-descr pkg-plist Log: Add netembryo 0.0.4, a network abstraction library used by for feng, libnemesi, felix.

cvs commit: CVSROOT modules

2007-12-17 Thread Vanilla I. Shu
vanilla 2007-12-18 01:51:36 UTC FreeBSD ports repository Modified files: .modules Log: bufferpool --> ports/devel/bufferpool Revision ChangesPath 1.19067 +1 -0 CVSROOT/modules ___ cvs-all@freebsd

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

2007-12-17 Thread Vanilla I. Shu
vanilla 2007-12-18 01:51:04 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/bufferpool Makefile distinfo pkg-descr pkg-plist Log: Add bufferpool 0.0.1, bufferpool - the memory management library Feng and Felix depend upon

cvs commit: src/lib/libstand bzipfs.c gzipfs.c

2007-12-17 Thread Maxim Sobolev
sobomax 2007-12-18 01:50:50 UTC FreeBSD src repository Modified files: lib/libstand bzipfs.c gzipfs.c Log: Fix logical bug in the bzip2 reading code, which results in bogus EIO returned on a perfectly valid bzip2 stream whose decompressed size is multiple of read-ahea

Re: cvs commit: src/lib/libc Versions.def

2007-12-17 Thread Daniel Eischen
On Mon, 17 Dec 2007, John Baldwin wrote: On Friday 14 December 2007 03:49:07 pm Daniel Eischen wrote: deischen2007-12-14 20:49:07 UTC FreeBSD src repository Modified files: lib/libc Versions.def Log: Increment the version namespace for 8.0-current. New symbols and

cvs commit: src/etc/rc.d ldconfig

2007-12-17 Thread John Baldwin
jhb 2007-12-18 01:35:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) etc/rc.d ldconfig Log: MFC: Only pass paths to directories or config files that exist for ldconfig for 32-bit binaries. Approved by:re (kensmith) Revisio

cvs commit: src/etc/rc.d ldconfig

2007-12-17 Thread John Baldwin
jhb 2007-12-18 01:34:46 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/rc.d ldconfig Log: MFC: Only pass paths to directories or config files that exist for ldconfig for 32-bit binaries. Revision ChangesPath 1.14.2.4 +8 -2

cvs commit: src/etc/rc.d ldconfig

2007-12-17 Thread John Baldwin
jhb 2007-12-18 01:34:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) etc/rc.d ldconfig Log: MFC: Only pass paths to directories or config files that exist for ldconfig for 32-bit binaries. Approved by:re (kensmith) Revision

cvs commit: src/sys/geom geom_bsd.c geom_gpt.c

2007-12-17 Thread John Baldwin
jhb 2007-12-18 01:32:56 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/geom geom_bsd.c geom_gpt.c Log: MFC: Only attach to a GPT partition if it has the GPT_ENT_TYPE_FREEBSD type. Revision ChangesPath 1.73.2.3 +13 -0 sr

cvs commit: src/sys/geom geom_bsd.c

2007-12-17 Thread John Baldwin
jhb 2007-12-18 01:24:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/geom geom_bsd.c Log: MFC: Only attach to a GPT partition if it has the GPT_ENT_TYPE_FREEBS type. Approved by:re (kensmith) Revision ChangesPath

cvs commit: src/sys/netinet sctp_bsd_addr.c

2007-12-17 Thread Randall Stewart
rrs 2007-12-18 01:24:15 UTC FreeBSD src repository Modified files: sys/netinet sctp_bsd_addr.c Log: - sctp-iterator should run at PI_NET priority ...not 0. MFC after: 1 week Revision ChangesPath 1.16 +1 -1 src/sys/netinet/sctp_bsd_addr

cvs commit: src/sys/net if_lagg.c

2007-12-17 Thread Andrew Thompson
thompsa 2007-12-18 01:23:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net if_lagg.c Log: MFC r1.23 - 24 - Support monitor mode where the frame is discarded after bpf and stats processing. - Add myself to the copyright. A

cvs commit: src/usr.bin/kdump kdump.c

2007-12-17 Thread John Baldwin
jhb 2007-12-18 01:21:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.bin/kdumpkdump.c Log: MFC: Add several missing comma's in the fancy syscall parsing case. Approved by:re (kensmith) Revision ChangesPath 1.37.2.1 +12

cvs commit: src/lib/libc/stdio vfwprintf.c

2007-12-17 Thread David Schultz
das 2007-12-18 01:20:33 UTC FreeBSD src repository Modified files: lib/libc/stdio vfwprintf.c Log: Catch up with vfprintf.c,v 1.77. Revision ChangesPath 1.28 +1 -0 src/lib/libc/stdio/vfwprintf.c ___ cvs-a

cvs commit: src/lib/msun Symbol.map src/lib/msun/src w_cabs.c

2007-12-17 Thread David Schultz
das 2007-12-18 01:15:20 UTC FreeBSD src repository Modified files: lib/msun Symbol.map lib/msun/src w_cabs.c Log: Remove z_abs(). The z_*() functions were in libf77, and for some reason someone thought it would be a good idea to copy z_abs() to libm

cvs commit: src/lib/libc/stdlib grantpt.c

2007-12-17 Thread John Baldwin
jhb 2007-12-18 00:36:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) lib/libc/stdlib grantpt.c Log: MFC: Update posix_openpt(3) to handle 512 ptys. Approved by:re (gnn) Revision ChangesPath 1.4.10.1 +2 -2 src/lib/libc/

cvs commit: src/lib/libc/stdlib grantpt.c

2007-12-17 Thread John Baldwin
jhb 2007-12-18 00:35:53 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc/stdlib grantpt.c Log: MFC: Update posix_openpt(3) to handle 512 ptys. Approved by:re (gnn) Revision ChangesPath 1.4.2.1 +2 -2 src/lib/libc/st

cvs commit: src/lib/libc/stdlib grantpt.c

2007-12-17 Thread John Baldwin
jhb 2007-12-18 00:35:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libc/stdlib grantpt.c Log: MFC: Update posix_openpt(3) to handle 512 ptys. Approved by:re (gnn) Revision ChangesPath 1.7.2.2 +2 -2 src/lib/libc/st

cvs commit: ports/net-p2p/gtk-gnutella Makefile distinfo pkg-plist ports/net-p2p/gtk-gnutella/files patch-Configure patch-bsched

2007-12-17 Thread Martin Wilke
miwi2007-12-18 00:25:40 UTC FreeBSD ports repository Modified files: net-p2p/gtk-gnutella Makefile distinfo pkg-plist Added files: net-p2p/gtk-gnutella/files patch-Configure Removed files: net-p2p/gtk-gnutella/files patch-bsched Log: - Update to 0.96.4 PR:

cvs commit: ports/graphics/ayam Makefile distinfo pkg-plist ports/graphics/ayam/files patch-MF3D_mfbinrd.c patch-MF3D_mffile.c patch-MF3D_mfobject.c patch-MF3D_mfprimtv.c patch-MF3D_mftextrd.c patch-M

2007-12-17 Thread Martin Wilke
miwi2007-12-18 00:19:11 UTC FreeBSD ports repository Modified files: graphics/ayamMakefile distinfo pkg-plist graphics/ayam/files patch-Makefile.shared Added files: graphics/ayam/files patch-MF3D_mfbinrd.c patch-MF3D_mffile.c patch-M

Re: cvs commit: src/sbin/atacontrol atacontrol.c

2007-12-17 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Bruce M Simpson writes: >Ah, let me rephrase, I meant: > >* NAND Flash embedded ATA controllers should not erase sectors >containing data unless absolutely necessary, to implement wear levelling. That's part of the job description, but it is more complex than that

cvs commit: ports/devel/pear-PHPUnit3 Makefile distinfo

2007-12-17 Thread Martin Wilke
miwi2007-12-18 00:05:16 UTC FreeBSD ports repository Modified files: devel/pear-PHPUnit3 Makefile distinfo Log: - Update to 3.2.1 Submitted by: Gerrit Beine (maintainer via private mail) Revision ChangesPath 1.23 +171 -55 ports/devel/pear-PHPUnit3/M

cvs commit: ports/net/pear-Net_LDAP Makefile distinfo

2007-12-17 Thread Martin Wilke
miwi2007-12-18 00:03:56 UTC FreeBSD ports repository Modified files: net/pear-Net_LDAPMakefile distinfo Log: - Update to 1.0.0 Submitted by: Gerrit Beine (maintainer via private mail) Revision ChangesPath 1.10 +5 -2 ports/net/pear-Net_LDAP/Mak

cvs commit: ports/www/mediawiki19 Makefile

2007-12-17 Thread Martin Wilke
miwi2007-12-18 00:01:50 UTC FreeBSD ports repository Modified files: www/mediawiki19 Makefile Log: - Mark deprecated (no longer supported) Submitted by: Gerrit Beine (maintainer via private mail) Revision ChangesPath 1.39 +2 -0 ports/www/medi

cvs commit: ports/devel/pear-HTML_Table Makefile distinfo

2007-12-17 Thread Martin Wilke
miwi2007-12-17 23:59:49 UTC FreeBSD ports repository Modified files: devel/pear-HTML_Table Makefile distinfo Log: - Update to 1.8.2 Approved by:maintainer implicit Revision ChangesPath 1.11 +1 -1 ports/devel/pear-HTML_Table/Makefile 1.10

cvs commit: ports/devel/pear-Testing_Selenium Makefile distinfo

2007-12-17 Thread Martin Wilke
miwi2007-12-17 23:57:17 UTC FreeBSD ports repository Modified files: devel/pear-Testing_Selenium Makefile distinfo Log: - Update to 0.4.2- Update to 0.4.2 Revision ChangesPath 1.2 +1 -1 ports/devel/pear-Testing_Selenium/Makefile 1.2 +3 -3 p

cvs commit: src/release/scripts package-split.py

2007-12-17 Thread Ken Smith
kensmith2007-12-17 23:54:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) release/scripts package-split.py Log: Initial pass at shifting packages around for 6.3-REL layout. There is a lot of space left on disc3 that we can put to use by adding back

Re: cvs commit: src/sbin/atacontrol atacontrol.c

2007-12-17 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, "M. Warner Losh" writes: >In message: <[EMAIL PROTECTED]> >"Poul-Henning Kamp" <[EMAIL PROTECTED]> writes: >: > * NAND Flash devices should not have their sectors erased unless >: >absolutely necessary, to implement wear levelling. >: >: Wrong, almost e

cvs commit: src/release Makefile

2007-12-17 Thread Ken Smith
kensmith2007-12-17 23:51:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) release Makefile Log: Add support for disc3. Depending on architecture the combination of kde3 and gnome2 is at least 670Mb which would mean if we stick with just di

cvs commit: ports/shells/bash Makefile distinfo

2007-12-17 Thread David E. O'Brien
obrien 2007-12-17 23:48:07 UTC FreeBSD ports repository Modified files: shells/bash Makefile distinfo Log: Update to patchlevel 33. PR: 118728 Submitted by: bf <[EMAIL PROTECTED]> Revision ChangesPath 1.100 +1 -1 ports/shells/bash/

cvs commit: src/usr.sbin/sysinstall dist.c dist.h

2007-12-17 Thread Ken Smith
kensmith2007-12-17 23:43:42 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/sysinstall dist.c dist.h Log: MFC v1.253 of dist.c and v1.71 of dist.h: > A few more adjustments needed because of changes in xorg. Just installing > xorg-server doe

cvs commit: src/sys/dev/cxgb cxgb_main.c

2007-12-17 Thread Kip Macy
kmacy 2007-12-17 23:39:28 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_main.c Log: only include intr_machdep.h when it is needed for intr_bind ia64 doesn't have an intr_machdep.h Revision ChangesPath 1.41 +2 -0 src/sys/dev/cxgb/cx

cvs commit: ports/www/web2ldap Makefile distinfo

2007-12-17 Thread Boris Samorodov
bsam2007-12-17 23:30:12 UTC FreeBSD ports repository Modified files: www/web2ldap Makefile distinfo Log: Update to version 0.16.21. Change log since 0.16.20: . fixed a regression in exporting printable output of search result list. Revision ChangesPath 1

cvs commit: CVSROOT modules

2007-12-17 Thread Martin Wilke
miwi2007-12-17 23:29:28 UTC FreeBSD ports repository Modified files: .modules Log: bcusdk-eibd --> ports/net/bcusdk-eibd Revision ChangesPath 1.19066 +1 -0 CVSROOT/modules ___ cvs-all@freebsd

cvs commit: ports/net Makefile ports/net/bcusdk-eibd Makefile distinfo pkg-descr pkg-plist ports/net/bcusdk-eibd/files patch-configure patch-eibd_client_c_eibclient-int.h patch-eibd_client_c_openremot

2007-12-17 Thread Martin Wilke
miwi2007-12-17 23:29:05 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/bcusdk-eibd Makefile distinfo pkg-descr pkg-plist net/bcusdk-eibd/files patch-configure patch-eibd_client_c_eibclient-int

cvs commit: ports/sysutils/mapchan Makefile pkg-descr

2007-12-17 Thread Boris Samorodov
bsam2007-12-17 23:27:37 UTC FreeBSD ports repository Modified files: sysutils/mapchan Makefile pkg-descr Log: . home page of the project changed; . while I'm here: use my FreeBSD.org email. Revision ChangesPath 1.6 +1 -1 ports/sysutils/mapchan/Mak

cvs commit: src/usr.sbin/sysinstall dist.c dist.h

2007-12-17 Thread Ken Smith
kensmith2007-12-17 23:22:58 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall dist.c dist.h Log: A few more adjustments needed because of changes in xorg. Just installing xorg-server doesn't include any video drivers so install xorg-drivers as well. And if fon

cvs commit: CVSROOT modules

2007-12-17 Thread Martin Wilke
miwi2007-12-17 23:20:56 UTC FreeBSD ports repository Modified files: .modules Log: pthsem --> ports/devel/pthsem Revision ChangesPath 1.19065 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mai

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

2007-12-17 Thread Martin Wilke
miwi2007-12-17 23:20:34 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/pthsem Makefile distinfo pkg-descr pkg-plist Log: GNU pth is a user mode multi threading library. pthsem is an extend version, with support f

Re: cvs commit: src/sbin/atacontrol atacontrol.c

2007-12-17 Thread Maxim Sobolev
Poul-Henning Kamp wrote: And finally the big item: msdosfs and ufs support to issue BIO_DELETE when files are deleted. UFS is nasty because of soft-updates. Cool! This will also benefit malloc(9) disk. -Maxim ___ cvs-all@freebsd.org mailing list htt

cvs commit: src/sys/boot/powerpc/loader Makefile conf.c help.ofw ldscript.powerpc metadata.c start.c version

2007-12-17 Thread Marcel Moolenaar
marcel 2007-12-17 22:50:40 UTC FreeBSD src repository Removed files: sys/boot/powerpc/loader Makefile conf.c help.ofw ldscript.powerpc metadata.c start.c version Log: Remove file after being repocopied to ../ofw, where it

cvs commit: ports/net-im/openfire Makefile distinfo

2007-12-17 Thread Martin Wilke
miwi2007-12-17 22:48:07 UTC FreeBSD ports repository Modified files: net-im/openfire Makefile distinfo Log: - Update to 3.4.2 Submitted by: Nikolay Pavlov <[EMAIL PROTECTED]> (maintainer via private mail) Revision ChangesPath 1.12 +1 -1 port

Re: cvs commit: src/lib/libc Versions.def

2007-12-17 Thread John Baldwin
On Friday 14 December 2007 03:49:07 pm Daniel Eischen wrote: > deischen2007-12-14 20:49:07 UTC > > FreeBSD src repository > > Modified files: > lib/libc Versions.def > Log: > Increment the version namespace for 8.0-current. New symbols and > symbols whose ABI has c

cvs commit: ports/security/vuxml vuln.xml ports/sysutils/ganglia-monitor-core Makefile distinfo ports/sysutils/ganglia-webfrontend Makefile distinfo

2007-12-17 Thread Brooks Davis
brooks 2007-12-17 22:24:48 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml sysutils/ganglia-monitor-core Makefile distinfo sysutils/ganglia-webfrontend Makefile distinfo Log: Upgrade to Ganglia 3.0.6. Release 3.0.5 contained minor bug fi

cvs commit: src/sys/boot/powerpc Makefile

2007-12-17 Thread Marcel Moolenaar
marcel 2007-12-17 22:19:44 UTC FreeBSD src repository Modified files: sys/boot/powerpc Makefile Log: Build the OFW loader from its new location after the sources were repocopied from ./loader to ./ofw. Revision ChangesPath 1.2 +1 -1 src/sys/boot/powe

cvs commit: src/sys/boot/powerpc/ofw Makefile conf.c help.ofw ldscript.powerpc metadata.c start.c version

2007-12-17 Thread Marcel Moolenaar
marcel 2007-12-17 22:18:07 UTC FreeBSD src repository Modified files: sys/boot/powerpc/ofw Makefile conf.c help.ofw ldscript.powerpc metadata.c start.c version Log: Forced commit to record that this file was repocopied from src/sys/boot/powerpc/loader

cvs commit: ports/multimedia/libquicktime Makefile

2007-12-17 Thread Jeremy Messenger
mezz2007-12-17 21:08:50 UTC FreeBSD ports repository Modified files: multimedia/libquicktime Makefile Log: Fix the build with new gtk20. PR: ports/117624, ports/117629 and ports/117768 Reported by:Ralph Zitz <[EMAIL PROTECTED]>, Randy

Re: cvs commit: src/sys/net route.c route.h src/sys/netinet if_ether.c if_ether.h

2007-12-17 Thread Julian Elischer
Bruce M. Simpson wrote: Kip Macy wrote: Log: widen the routing event interface (arp update, redirect, and eventually pmtu change) into separate functions righteous! BMS Kip, Bruce, please look at the code in: //depot/projects/arp-v2/... and see what needs to be done to make sure

Re: cvs commit: src/usr.bin/calendar/calendars/ru_RU.KOI8-R calendar.common

2007-12-17 Thread Alexey Dokuchaev
On Mon, Dec 17, 2007 at 09:00:39PM +, Alexey Dokuchaev wrote: > On Mon, Dec 17, 2007 at 10:52:25AM -0800, Doug Barton wrote: > > On Mon, 17 Dec 2007, Alexey Dokuchaev wrote: > > > > >On Mon, Dec 17, 2007 at 07:36:40AM +, Maxim Konovalov wrote: > > >>maxim 2007-12-17 07:36:39 UTC > >

Re: cvs commit: src/usr.bin/calendar/calendars/ru_RU.KOI8-R calendar.common

2007-12-17 Thread Alexey Dokuchaev
On Mon, Dec 17, 2007 at 10:52:25AM -0800, Doug Barton wrote: > On Mon, 17 Dec 2007, Alexey Dokuchaev wrote: > > >On Mon, Dec 17, 2007 at 07:36:40AM +, Maxim Konovalov wrote: > >>maxim 2007-12-17 07:36:39 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >>usr.bin/cal

Re: cvs commit: src/bin/mv mv.c

2007-12-17 Thread Alfred Perlstein
* Diomidis Spinellis <[EMAIL PROTECTED]> [071217 01:04] wrote: > Alfred Perlstein wrote: > >* Diomidis Spinellis <[EMAIL PROTECTED]> [071216 09:47] wrote: > >>dds 2007-12-16 17:47:34 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >>bin/mv mv.c > >> Lo

cvs commit: CVSROOT modules

2007-12-17 Thread Edwin Groothuis
edwin 2007-12-17 20:34:54 UTC FreeBSD ports repository Modified files: .modules Log: xorsearch --> ports/security/xorsearch Revision ChangesPath 1.19064 +1 -0 CVSROOT/modules ___ cvs-all@freebs

cvs commit: ports/net/sbd Makefile

2007-12-17 Thread David Thiel
lx 2007-12-17 20:34:17 UTC FreeBSD ports repository Modified files: net/sbd Makefile Log: Add a mirror, as the master site seems broken. Revision ChangesPath 1.4 +3 -2 ports/net/sbd/Makefile ___

cvs commit: ports/security Makefile ports/security/xorsearch Makefile distinfo pkg-descr ports/security/xorsearch/files patch-XORSearch.c

2007-12-17 Thread Edwin Groothuis
edwin 2007-12-17 20:33:59 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/xorsearch Makefile distinfo pkg-descr security/xorsearch/files patch-XORSearch.c Log: XORSearch XORSearch is a program to search for a g

Re: cvs commit: src/sys/net route.c route.h src/sys/netinet if_ether.c if_ether.h

2007-12-17 Thread Bruce M. Simpson
Kip Macy wrote: Log: widen the routing event interface (arp update, redirect, and eventually pmtu change) into separate functions righteous! BMS ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubs

cvs commit: ports/x11/xterm Makefile

2007-12-17 Thread Kirill Ponomarew
krion 2007-12-17 19:35:36 UTC FreeBSD ports repository Modified files: x11/xtermMakefile Log: Add missing x11/luit dependency. PR: ports/118211 Submitted by: Yoshihiro Ota <[EMAIL PROTECTED]> Revision ChangesPath 1.51 +3 -0

Re: cvs commit: src/lib/msun Symbol.map

2007-12-17 Thread David Taylor
On Fri, 14 Dec 2007, Alexander Kabaev wrote: > On Fri, 14 Dec 2007 00:48:51 -0500 (EST) > Daniel Eischen <[EMAIL PROTECTED]> wrote: > > On Thu, 13 Dec 2007, Alexander Kabaev wrote: > > > > At a minimum, we need to create one new namespace in each > > release branched from -current when there is on

Re: cvs commit: src/usr.bin/calendar/calendars/ru_RU.KOI8-R calendar.common

2007-12-17 Thread Doug Barton
On Mon, 17 Dec 2007, Alexey Dokuchaev wrote: On Mon, Dec 17, 2007 at 07:36:40AM +, Maxim Konovalov wrote: maxim 2007-12-17 07:36:39 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars/ru_RU.KOI8-R calendar.common Log: o Fix a holiday to reflect a realit

cvs commit: src/sys/net if_lagg.c

2007-12-17 Thread Andrew Thompson
thompsa 2007-12-17 18:49:44 UTC FreeBSD src repository Modified files: sys/net if_lagg.c Log: Add myself to the copyright. Revision ChangesPath 1.24 +1 -0 src/sys/net/if_lagg.c ___ cvs-all@freebsd.org

Re: cvs commit: src/lib/msun/amd64 s_logbl.S

2007-12-17 Thread David Schultz
On Mon, Dec 17, 2007, Bruce Evans wrote: > bde 2007-12-17 18:12:06 UTC > > FreeBSD src repository > > Modified files: > lib/msun/amd64 s_logbl.S > Log: > Translate from the i386 so that this compiles and runs. Oops, thanks. I intend to buy one of those new-fangled amd6

cvs commit: CVSROOT modules

2007-12-17 Thread Alejandro Pulver
alepulver2007-12-17 18:34:36 UTC FreeBSD ports repository Modified files: .modules Log: legends --> ports/games/legends Revision ChangesPath 1.19063 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org

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

2007-12-17 Thread Alejandro Pulver
alepulver2007-12-17 18:34:07 UTC FreeBSD ports repository Modified files: gamesMakefile Added files: games/legendsMakefile distinfo pkg-descr pkg-plist Log: Legends is a fast-paced first-person-perspective online multiplayer game released as freew

cvs commit: ports/net-mgmt/zabbix Makefile distinfo ports/net-mgmt/zabbix/files patch-src__zabbix_server__discoverer__discoverer.c ports/net-mgmt/zabbix-agent Makefile distinfo

2007-12-17 Thread Andrew Pantyukhin
sat 2007-12-17 18:27:53 UTC FreeBSD ports repository Modified files: net-mgmt/zabbix Makefile distinfo net-mgmt/zabbix-agent Makefile distinfo Removed files: net-mgmt/zabbix/files patch-src__zabbix_server__discoverer__discoverer.c Log

cvs commit: CVSROOT modules

2007-12-17 Thread Alejandro Pulver
alepulver2007-12-17 18:25:30 UTC FreeBSD ports repository Modified files: .modules Log: opendylan --> ports/lang/opendylan Revision ChangesPath 1.19062 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.o

cvs commit: ports/lang Makefile ports/lang/opendylan Makefile distinfo pkg-descr pkg-message pkg-plist

2007-12-17 Thread Alejandro Pulver
alepulver2007-12-17 18:24:15 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/opendylan Makefile distinfo pkg-descr pkg-message pkg-plist Log: Open Dylan compiles to native code and has a full-feat

Re: cvs commit: src/lib/msun Makefile

2007-12-17 Thread Bruce Evans
On Mon, 17 Dec 2007, David Schultz wrote: On Mon, Dec 17, 2007, Bruce Evans wrote: bde 2007-12-17 13:20:38 UTC FreeBSD src repository Modified files: lib/msun Makefile Log: Don't try to build s_nanl.c before it is committed. I got your email, but I'm confused

cvs commit: src/lib/msun Makefile

2007-12-17 Thread Bruce Evans
bde 2007-12-17 18:21:23 UTC FreeBSD src repository Modified files: lib/msun Makefile Log: Oops, the previous commit was not needed -- the file was committed but not checked out due to my checkout error. Revision ChangesPath 1.84 +1 -1 src/l

cvs commit: CVSROOT modules

2007-12-17 Thread Alejandro Pulver
alepulver2007-12-17 18:17:44 UTC FreeBSD ports repository Modified files: .modules Log: odamex --> ports/games/odamex Revision ChangesPath 1.19061 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org ma

cvs commit: ports/games Makefile ports/games/odamex Makefile distinfo pkg-descr pkg-plist ports/games/odamex/files patch-client__src__d_main.cpp

2007-12-17 Thread Alejandro Pulver
alepulver2007-12-17 18:16:38 UTC FreeBSD ports repository Modified files: gamesMakefile Added files: games/odamex Makefile distinfo pkg-descr pkg-plist games/odamex/files patch-client__src__d_main.cpp Log: Odamex is a free and open source por

cvs commit: src/lib/msun/amd64 s_logbl.S

2007-12-17 Thread Bruce Evans
bde 2007-12-17 18:12:06 UTC FreeBSD src repository Modified files: lib/msun/amd64 s_logbl.S Log: Translate from the i386 so that this compiles and runs. I hope that this and the i386 version of it will not be needed, but this is currently about 16 cycles or 36% f

cvs commit: CVSROOT modules

2007-12-17 Thread Alejandro Pulver
alepulver2007-12-17 17:55:17 UTC FreeBSD ports repository Modified files: .modules Log: edge --> ports/games/edge Revision ChangesPath 1.19060 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mailin

cvs commit: ports/games Makefile ports/games/edge Makefile distinfo pkg-descr pkg-plist ports/games/edge/files patch-SConstruct patch-epi__endianess.h patch-epi__filesystem_linux.cc patch-src__e_main.

2007-12-17 Thread Alejandro Pulver
alepulver2007-12-17 17:54:00 UTC FreeBSD ports repository Modified files: gamesMakefile Added files: games/edge Makefile distinfo pkg-descr pkg-plist games/edge/files patch-SConstruct patch-epi__endianess.h patch-epi_

cvs commit: www/en/cgi query-pr.cgi

2007-12-17 Thread Shaun Amott
shaun 2007-12-17 17:46:05 UTC FreeBSD doc repository (ports committer) Modified files: en/cgi query-pr.cgi Log: Another attempt at giving the browser a real patch name to work with, since the MIME filename is ignored. Revision ChangesPath 1.63 +

cvs commit: ports/mail/p5-Email-Abstract Makefile distinfo pkg-plist

2007-12-17 Thread Lars Thegler
lth 2007-12-17 17:37:13 UTC FreeBSD ports repository Modified files: mail/p5-Email-Abstract Makefile distinfo pkg-plist Log: Update to 2.134 Revision ChangesPath 1.8 +3 -2 ports/mail/p5-Email-Abstract/Makefile 1.9 +3 -3 ports/mail/p5-Email-

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

2007-12-17 Thread Lars Thegler
lth 2007-12-17 17:33:06 UTC FreeBSD ports repository Modified files: devel/p5-Test-SubCalls Makefile distinfo Log: Update to 1.07 Revision ChangesPath 1.9 +2 -2 ports/devel/p5-Test-SubCalls/Makefile 1.7 +3 -3 ports/devel/p5-Test-SubCalls/di

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

2007-12-17 Thread Lars Thegler
lth 2007-12-17 17:30:57 UTC FreeBSD ports repository Modified files: devel/p5-Test-Group Makefile distinfo Log: Update to 0.11 Revision ChangesPath 1.2 +1 -1 ports/devel/p5-Test-Group/Makefile 1.2 +3 -3 ports/devel/p5-Test-Group/distinfo _

Re: cvs commit: src/lib/msun Makefile Symbol.map src/lib/msun/amd64 Makefile.inc s_logbl.S src/lib/msun/i387 Makefile.inc s_logbl.S src/lib/msun/man ilogb.3 src/lib/msun/src s_logb.c s_logbl.c

2007-12-17 Thread Coleman Kane
David Schultz wrote: > das 2007-12-17 03:53:38 UTC > > FreeBSD src repository > > Modified files: > lib/msun Makefile Symbol.map > lib/msun/amd64 Makefile.inc > lib/msun/i387Makefile.inc > lib/msun/man ilogb.3 > lib/msun/src

cvs commit: ports/devel/p5-Parse-CPAN-Packages Makefile distinfo pkg-plist

2007-12-17 Thread Lars Thegler
lth 2007-12-17 17:28:30 UTC FreeBSD ports repository Modified files: devel/p5-Parse-CPAN-Packages Makefile distinfo pkg-plist Log: Update to 2.27 Revision ChangesPath 1.8 +3 -3 ports/devel/p5-Parse-CPAN-Packages/Makefile 1.7 +3 -3 ports/dev

cvs commit: src/sys/security/mac mac_posix_sem.c

2007-12-17 Thread Robert Watson
rwatson 2007-12-17 17:26:32 UTC FreeBSD src repository Modified files: sys/security/mac mac_posix_sem.c Log: Fix a MAC label leak for POSIX semaphores, in which per-policy labels would be properly disposed of, but the global label structure for the semaphore wouldn't be f

cvs commit: ports/sysutils/fusefs-ntfs Makefile distinfo pkg-plist ports/sysutils/fusefs-ntfs/files pkg-message.in

2007-12-17 Thread Alejandro Pulver
alepulver2007-12-17 17:25:30 UTC FreeBSD ports repository Modified files: sysutils/fusefs-ntfs Makefile distinfo pkg-plist sysutils/fusefs-ntfs/files pkg-message.in Log: - Update to version 1.1120. - Use @exec/@unexec directives in pkg-plist to handle symlinks. - Remove

cvs commit: ports/sysutils/fusefs-kmod Makefile ports/sysutils/fusefs-kmod/files fusefs.in patch-fuse_io.c patch-mount_fusefs-mount_fusefs.c pkg-message.in

2007-12-17 Thread Alejandro Pulver
alepulver2007-12-17 17:22:09 UTC FreeBSD ports repository Modified files: sysutils/fusefs-kmod Makefile sysutils/fusefs-kmod/files fusefs.in patch-mount_fusefs-mount_fusefs.c pkg-message.in Added files: sysuti

cvs commit: src/sys/netinet6 in6_pcb.c

2007-12-17 Thread Robert Watson
rwatson 2007-12-17 17:20:57 UTC FreeBSD src repository Modified files: sys/netinet6 in6_pcb.c Log: Fix leaking MAC labels for IPv6 inpcbs by adding missing MAC label destroy call; this transpired because the inpcb alloc path for IPv4/IPv6 is the same code, but IPv6 ha

cvs commit: ports/www/p5-webservice-validator-html-w3c Makefile distinfo

2007-12-17 Thread Yen-Ming Lee
leeym 2007-12-17 17:13:57 UTC FreeBSD ports repository Modified files: www/p5-webservice-validator-html-w3c Makefile distinfo Log: - Update to 0.22 PR: 117402 Submitted by: leeym Approved by:maintainer Revision ChangesPath 1.6 +1 -2

cvs commit: CVSROOT modules

2007-12-17 Thread Sergey Matveychuk
sem 2007-12-17 16:42:22 UTC FreeBSD ports repository Modified files: .modules Log: dhcprelya --> ports/net/dhcprelya Revision ChangesPath 1.19059 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org

cvs commit: ports/net Makefile ports/net/dhcprelya Makefile distinfo pkg-descr ports/net/dhcprelya/files dhcprelya.in

2007-12-17 Thread Sergey Matveychuk
sem 2007-12-17 16:41:50 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/dhcprelyaMakefile distinfo pkg-descr net/dhcprelya/files dhcprelya.in Log: dhcprelya is a light DHCP relay agent written for Yandex company

cvs commit: doc/zh_CN.GB2312/books/handbook/basics chapter.sgml doc/zh_CN.GB2312/books/handbook/install chapter.sgml

2007-12-17 Thread Fukang Chen
loader 2007-12-17 16:24:09 UTC FreeBSD doc repository Modified files: zh_CN.GB2312/books/handbook/basics chapter.sgml zh_CN.GB2312/books/handbook/install chapter.sgml Log: handbook: basics/chapter.sgml1.150 -> 1.150 [1] inst

Re: cvs commit: src/sbin/atacontrol atacontrol.c

2007-12-17 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Poul-Henning Kamp" <[EMAIL PROTECTED]> writes: : > * NAND Flash devices should not have their sectors erased unless : >absolutely necessary, to implement wear levelling. : : Wrong, almost exactly the opposite in fact: : : Flash devices using wear-leve

cvs commit: src/lib/libc/net nsdispatch.c

2007-12-17 Thread Michael Bushkov
bushman 2007-12-17 16:12:57 UTC FreeBSD src repository Modified files: lib/libc/net nsdispatch.c Log: Moved logging out of the nss_method_lookup() in order not to flood logs with failed fallback method lookup attempts. Revision ChangesPath 1.16 +13 -9

Re: cvs commit: src/lib/msun Makefile

2007-12-17 Thread David Schultz
On Mon, Dec 17, 2007, Bruce Evans wrote: > bde 2007-12-17 13:20:38 UTC > > FreeBSD src repository > > Modified files: > lib/msun Makefile > Log: > Don't try to build s_nanl.c before it is committed. I got your email, but I'm confused about the meaning of this com

Re: cvs commit: src/sbin/atacontrol atacontrol.c

2007-12-17 Thread Dag-Erling Smørgrav
Bruce M Simpson <[EMAIL PROTECTED]> writes: > The feedback I've seen in FreeBSD forums regarding ATA write caching > tends to back up your original assertion. It wouldn't be the first case of uninformed people reinforcing eachother's belief in incorrect information. > I wonder if vendor neutral,

  1   2   >