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

2007-06-12 Thread Darren Reed
Kip Macy wrote: To the best of my knowledge, it is a Solarisism and the 10G cards from Sun (now licensed to Marvel?) are already delivering this. Hm. Almost every GigE card out there has it. And yes Marvell is OEM'ing the card. The only thing novel about Neptune is the unusually large numb

Re: cvs commit: src/sys/libkern mcount.c

2007-06-12 Thread Kip Macy
On 6/12/07, Bruce Evans <[EMAIL PROTECTED]> wrote: bde 2007-06-13 06:17:48 UTC FreeBSD src repository Modified files: sys/libkern mcount.c Log: Unbreak high resolution profiling a little: use dummy asms to prevent timing loops being optimized away. Once apon a

cvs commit: src/sys/libkern mcount.c

2007-06-12 Thread Bruce Evans
bde 2007-06-13 06:17:48 UTC FreeBSD src repository Modified files: sys/libkern mcount.c Log: Unbreak high resolution profiling a little: use dummy asms to prevent timing loops being optimized away. Once apon a time, gcc promised not to optimize away timing loo

cvs commit: src/sys/vm vm_pageout.c

2007-06-12 Thread Alan Cox
alc 2007-06-13 06:10:10 UTC FreeBSD src repository Modified files: sys/vm vm_pageout.c Log: Eliminate dead code: We have not performed pageouts on the kernel object in this millenium. Revision ChangesPath 1.285 +1 -3 src/sys/vm/vm_pageout.

cvs commit: ports/multimedia/mplayer Makefile

2007-06-12 Thread Edwin Groothuis
edwin 2007-06-13 06:06:59 UTC FreeBSD ports repository Modified files: multimedia/mplayer Makefile Log: Undo damage from http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/111980 and make sure that ports depending on mencoder work again. Approved by:"Thomas E. Zander

cvs commit: src/sys/dev/usb ehci.c ohci.c ohcivar.h uhci.c uhcivar.h urio.c

2007-06-12 Thread Warner Losh
imp 2007-06-13 06:00:10 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c ohci.c ohcivar.h uhci.c uhcivar.h urio.c Log: Remove more unnecessary and unwanted __OtherBSD__ ifdefs. Revision ChangesPath 1.53 +0 -40

cvs commit: src/sys/dev/usb uhid.c umass.c ums.c usb.h usb_mem.c usb_mem.h uscanner.c

2007-06-12 Thread Warner Losh
imp 2007-06-13 05:45:49 UTC FreeBSD src repository Modified files: sys/dev/usb uhid.c umass.c ums.c usb.h usb_mem.c usb_mem.h uscanner.c Log: Remove more __OtherBSD__ ifdefs that don't make sense, and haven't for some time. Revision

cvs commit: ports/databases/p5-DBD-mysql Makefile distinfo ports/databases/p5-DBD-mysql/files patch-dbdimp.c patch-dbdimp.h

2007-06-12 Thread Sergey Skvortsov
skv 2007-06-13 05:41:04 UTC FreeBSD ports repository Modified files: databases/p5-DBD-mysql Makefile distinfo Removed files: databases/p5-DBD-mysql/files patch-dbdimp.c patch-dbdimp.h Log: Update to 4.005 Changes:http://search.cpan.org/src/CAPTTOFU/DBD-mys

cvs commit: src/sys/dev/usb if_aue.c if_axe.c if_cdce.c if_cue.c if_kue.c if_rue.c if_rum.c if_udav.c if_ural.c ubsa.c ubser.c udbp.c ufm.c ufoma.c uftdi.c uhid.c uhub.c uipaq.c ukbd.c ulpt.c umass.c

2007-06-12 Thread Warner Losh
imp 2007-06-13 05:38:00 UTC FreeBSD src repository Modified files: sys/dev/usb if_aue.c if_axe.c if_cdce.c if_cue.c if_kue.c if_rue.c if_rum.c if_udav.c if_ural.c ubsa.c ubser.c udbp.c ufm.c ufo

cvs commit: src/sys/conf files src/sys/modules/cxgb Makefile src/sys/dev/cxgb cxgb_adapter.h cxgb_config.h cxgb_lro.c cxgb_main.c cxgb_offload.c cxgb_offload.h cxgb_sge.c t3fw-4.0.0.bin.gz.uu t3fw-4.1

2007-06-12 Thread Kip Macy
kmacy 2007-06-13 05:36:00 UTC FreeBSD src repository Modified files: sys/conf files sys/modules/cxgb Makefile sys/dev/cxgb cxgb_adapter.h cxgb_config.h cxgb_lro.c cxgb_main.c cxgb_offload.c cxgb_offload.h

cvs commit: src/sbin/mknod mknod.c

2007-06-12 Thread Xin LI
delphij 2007-06-13 05:30:08 UTC FreeBSD src repository Modified files: sbin/mknod mknod.c Log: WARNS=6 Revision ChangesPath 1.15 +6 -11 src/sbin/mknod/mknod.c ___ cvs-all@freebsd.org mailing list http://li

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

2007-06-12 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Maksim Yevmenkin <[EMAIL PROTECTED]> writes: : emax2007-06-13 00:32:00 UTC : Catch up with USB cleanups and fix the world btw, I'm planning on adding a for those drivers wishing to remain compatible with the older 6.x api found in usb_port.h.

cvs commit: src/sys/ia64/conf DEFAULTS src/sys/powerpc/conf DEFAULTS

2007-06-12 Thread Marcel Moolenaar
marcel 2007-06-13 05:07:42 UTC FreeBSD src repository Modified files: sys/ia64/confDEFAULTS sys/powerpc/conf DEFAULTS Log: Enable GEOM_PART_MBR by default. On ia64 this replaces GEOM_MBR. Revision ChangesPath 1.11 +1 -1 src/sys/ia64/conf/DE

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

2007-06-12 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Maksim Yevmenkin <[EMAIL PROTECTED]> writes: : emax2007-06-13 00:32:00 UTC : : FreeBSD src repository : : Modified files: : sys/netgraph/bluetooth/drivers/ubtbcmfw ubtbcmfw.c : Log: : Catch up with USB cleanups and fix the world I

cvs commit: CVSROOT modules

2007-06-12 Thread Martin Wilke
miwi2007-06-13 04:53:12 UTC FreeBSD ports repository Modified files: .modules Log: zh-scim-fcitx --> ports/chinese/scim-fcitx Revision ChangesPath 1.18201 +1 -0 CVSROOT/modules ___ cvs-all@fr

cvs commit: ports/chinese Makefile ports/chinese/scim-fcitx Makefile distinfo pkg-descr pkg-plist ports/chinese/scim-fcitx/files pkg-message.in

2007-06-12 Thread Martin Wilke
miwi2007-06-13 04:52:50 UTC FreeBSD ports repository Modified files: chinese Makefile Added files: chinese/scim-fcitx Makefile distinfo pkg-descr pkg-plist chinese/scim-fcitx/files pkg-message.in Log: fcitx stands for Free Chinese Input Toy of X,it'

Re: cvs commit: src/tools/tools/recoverdisk Makefile recoverdisk.1 recoverdisk.c

2007-06-12 Thread Dmitry Morozovsky
On Tue, 12 Jun 2007, Poul-Henning Kamp wrote: PK> phk 2007-06-12 21:33:11 UTC PK> PK> FreeBSD src repository PK> PK> Removed files: PK> tools/tools/recoverdisk Makefile recoverdisk.1 recoverdisk.c PK> Log: PK> Recoverdisk is now part of the base system. Paul, please conside

cvs commit: src/sys/conf NOTES files options src/sys/geom/part g_part_mbr.c

2007-06-12 Thread Marcel Moolenaar
marcel 2007-06-13 04:27:36 UTC FreeBSD src repository Modified files: sys/conf NOTES files options Added files: sys/geom/partg_part_mbr.c Log: Add the MBR partitioning scheme to g_part. This does not yet support the ability to install boot code.

cvs commit: src/lib/libarchive/test test_write_format_ar.c

2007-06-12 Thread Tim Kientzle
kientzle2007-06-13 03:40:02 UTC FreeBSD src repository Modified files: lib/libarchive/test test_write_format_ar.c Log: Make 'ar' write test a tad more portable. Revision ChangesPath 1.4 +3 -3 src/lib/libarchive/test/test_write_format_ar.c _

cvs commit: src/lib/libarchive archive_read_support_format_tar.c src/lib/libarchive/test Makefile test_read_format_gtar_sparse.c

2007-06-12 Thread Tim Kientzle
kientzle2007-06-13 03:35:37 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_tar.c lib/libarchive/test Makefile Added files: lib/libarchive/test test_read_format_gtar_sparse.c Log: Read support for the new GNU tar sparse fo

cvs commit: src/lib/libarchive/test main.c

2007-06-12 Thread Tim Kientzle
kientzle2007-06-13 03:30:46 UTC FreeBSD src repository Modified files: lib/libarchive/test main.c Log: Add some options to libarchive_test: -k: like make -k, try to keep going after errors. -q: quiet Revision ChangesPath 1.4 +50 -12src/lib/libarch

cvs commit: src/lib/libarchive/test test_tar_filenames.c

2007-06-12 Thread Tim Kientzle
kientzle2007-06-13 03:29:15 UTC FreeBSD src repository Modified files: lib/libarchive/test test_tar_filenames.c Log: Fix a broken function declaration. Revision ChangesPath 1.5 +1 -1 src/lib/libarchive/test/test_tar_filenames.c

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

2007-06-12 Thread Xin LI
delphij 2007-06-13 02:37:00 UTC FreeBSD src repository Modified files: usr.bin/netstat sctp.c Log: sctp_process_inpcb() wants an offset parameter in size_t, so define it as what it is expected. This fixes WARNS=3 without NO_WERROR build. Revision ChangesPath

cvs commit: src/share/man/man5 src.conf.5

2007-06-12 Thread Stephane E. Potvin
sepotvin2007-06-13 02:18:12 UTC FreeBSD src repository Modified files: share/man/man5 src.conf.5 Log: Regen. Revision ChangesPath 1.12 +21 -1 src/share/man/man5/src.conf.5 ___ cvs-all@freebsd.org mailing list

cvs commit: src/lib/libarchive/test Makefile src/share/mk bsd.own.mk src/sys/modules/ip_mroute_mod Makefile src/tools/build/options WITHOUT_KVM WITHOUT_KVM_SUPPORT src/usr.bin Makefile src/usr.sbin/if

2007-06-12 Thread Stephane E. Potvin
sepotvin2007-06-13 02:08:04 UTC FreeBSD src repository Modified files: lib/libarchive/test Makefile share/mk bsd.own.mk sys/modules/ip_mroute_mod Makefile usr.bin Makefile usr.sbin/ifmcstatMakefile Added files: tools/build/optio

cvs commit: src/sys/dev/sound/pci/hda hdac.c

2007-06-12 Thread Ariff Abdullah
ariff 2007-06-13 01:52:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/sound/pci/hda hdac.c Log: MFC: Revision: 1.39 src/sys/dev/sound/pci/hda/hdac.c - Add codec id for ALC660 [1] - Add codec id for AD1988B, along with f

cvs commit: src/sys/netinet sctp.h sctp_constants.h sctp_input.c sctp_pcb.c sctp_structs.h sctp_sysctl.c sctp_sysctl.h sctp_timer.c sctputil.c

2007-06-12 Thread Randall Stewart
rrs 2007-06-13 01:31:53 UTC FreeBSD src repository Modified files: sys/netinet sctp.h sctp_constants.h sctp_input.c sctp_pcb.c sctp_structs.h sctp_sysctl.c sctp_sysctl.h sctp_timer.c sctputil.c Log: - Fixed cookie h

cvs commit: ports/security/p5-IO-Socket-SSL Makefile distinfo

2007-06-12 Thread Yen-Ming Lee
leeym 2007-06-13 01:16:31 UTC FreeBSD ports repository Modified files: security/p5-IO-Socket-SSL Makefile distinfo Log: - update to 1.07 Revision ChangesPath 1.19 +1 -1 ports/security/p5-IO-Socket-SSL/Makefile 1.15 +3 -3 ports/security/p5-IO-So

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

2007-06-12 Thread Maksim Yevmenkin
emax2007-06-13 00:32:00 UTC FreeBSD src repository Modified files: sys/netgraph/bluetooth/drivers/ubtbcmfw ubtbcmfw.c Log: Catch up with USB cleanups and fix the world Revision ChangesPath 1.15 +15 -21src/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c

cvs commit: src/sys/kern subr_sleepqueue.c subr_trap.c subr_turnstile.c

2007-06-12 Thread Jeff Roberson
jeff2007-06-12 23:27:31 UTC FreeBSD src repository Modified files: sys/kern subr_sleepqueue.c subr_trap.c subr_turnstile.c Log: - Include opt_sched.h for SCHED_STATS. Revision ChangesPath 1.38 +1 -0 src/sys/kern/sub

cvs commit: ports/x11-wm/beryl-plugins Makefile pkg-plist

2007-06-12 Thread Rong-En Fan
rafan 2007-06-12 23:08:03 UTC FreeBSD ports repository Modified files: x11-wm/beryl-plugins Makefile pkg-plist Log: - Make dbus dependency optional, default on PR:ports/112857 Submitted by: Henrik Brix Andersen Approved by: Rober

cvs commit: ports/net/tridiavnc Makefile

2007-06-12 Thread Ion-Mihai Tetcu
itetcu 2007-06-12 22:38:54 UTC FreeBSD ports repository Modified files: net/tridiavncMakefile Log: - fix CONFLICTS [1] - un-quote BROKEN message - s/MACHINE_ARCH/ARCH/ - bump PORTREVISION for CONFLICTS chage PR: ports/108412 [1] Submitted by: T

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

2007-06-12 Thread Timur I. Bakeyev
timur 2007-06-12 22:37:26 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml Log: Add myself as a commiter. Approved by: shaun (mentor

cvs commit: ports/net/vnc Makefile

2007-06-12 Thread Ion-Mihai Tetcu
itetcu 2007-06-12 22:33:22 UTC FreeBSD ports repository Modified files: net/vnc Makefile Log: - fix CONFLICTS - bump PORTREVISION PR: ports/108412 Submitted by: Tsurutani Naoki / James Raftery (maintainer) Revision ChangesPath 1.50

cvs commit: src/lib/libc/net Makefile.inc

2007-06-12 Thread Andrey A. Chernov
ache2007-06-12 22:32:52 UTC FreeBSD src repository Modified files: lib/libc/net Makefile.inc Log: Fix yet another (make install) stopper with wrong sourcefilter.3 links Revision ChangesPath 1.69 +2 -2 src/lib/libc/net/Makefile.inc ___

cvs commit: www/en developers.sgml

2007-06-12 Thread Timur I. Bakeyev
timur 2007-06-12 22:21:00 UTC FreeBSD doc repository (ports committer) Modified files: en developers.sgml Log: Add myself as a commiter. Approved by: shaun (mentor) Revision ChangesPath 1.168 +2 -1 www/en/developers.sgml _

cvs commit: ports/security/sshguard-ipfw Makefile ports/security/sshguard-pf Makefile ports/security/sshguard Makefile

2007-06-12 Thread Ion-Mihai Tetcu
itetcu 2007-06-12 22:13:32 UTC FreeBSD ports repository Modified files: security/sshguard-ipfw Makefile security/sshguard-pf Makefile security/sshguardMakefile Log: Shorten COMMENT Submitted by: sat@ Revision ChangesPath 1.3 +1 -1 port

cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent

2007-06-12 Thread Timur I. Bakeyev
timur 2007-06-12 22:10:27 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Add myself as a commiter. Approved by: shaun (mentor) Revision ChangesPath 1.425 +2 -0 doc/en_US.ISO8859-1/share/sgml/aut

cvs commit: ports/security/sshguard Makefile

2007-06-12 Thread Ion-Mihai Tetcu
itetcu 2007-06-12 22:09:47 UTC FreeBSD ports repository Modified files: security/sshguardMakefile Log: Allow slave ports to overwrite the COMMENT. Submitted by: sat@ Revision ChangesPath 1.4 +1 -1 ports/security/sshguard/Makefile ___

cvs commit: ports/security/sshguard-pf Makefile

2007-06-12 Thread Ion-Mihai Tetcu
itetcu 2007-06-12 22:06:41 UTC FreeBSD ports repository Modified files: security/sshguard-pf Makefile Log: PORTSDIRFix INDEX building. I had PORTSDIR defined in env so I didn't saw it locally. Submitted by: sat@ Revision ChangesPath 1.2 +1 -1 ports

cvs commit: ports/security/sshguard-ipfw Makefile

2007-06-12 Thread Ion-Mihai Tetcu
itetcu 2007-06-12 22:05:29 UTC FreeBSD ports repository Modified files: security/sshguard-ipfw Makefile Log: Fix INDEX building. I had PORTSDIR defined in env so I didn't saw it locally. Submitted by: sat@ Revision ChangesPath 1.2 +1 -1 ports/securi

cvs commit: ports/comms/qfaxreader Makefile

2007-06-12 Thread Ion-Mihai Tetcu
itetcu 2007-06-12 21:53:50 UTC FreeBSD ports repository Modified files: comms/qfaxreader Makefile Log: remove 4.x support (EOL) PR: ports/111946 Submitted by: araujo@ Revision ChangesPath 1.7 +1 -5 ports/comms/qfaxreader/Makefile _

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

2007-06-12 Thread Warner Losh
imp 2007-06-12 21:35:18 UTC FreeBSD src repository Modified files: sys/dev/usb uark.c Log: Remove compat macros. md5 the same. Revision ChangesPath 1.5 +11 -6 src/sys/dev/usb/uark.c ___ cvs-all@freebs

cvs commit: src/tools/tools/recoverdisk Makefile recoverdisk.1 recoverdisk.c

2007-06-12 Thread Poul-Henning Kamp
phk 2007-06-12 21:33:11 UTC FreeBSD src repository Removed files: tools/tools/recoverdisk Makefile recoverdisk.1 recoverdisk.c Log: Recoverdisk is now part of the base system. Revision ChangesPath 1.6 +0 -9 src/tools/tools/recoverdisk/Makefile (dead)

cvs commit: src/sbin Makefile

2007-06-12 Thread Poul-Henning Kamp
phk 2007-06-12 21:31:39 UTC FreeBSD src repository Modified files: sbin Makefile Log: Add recoverdisk to the base system, it is far too useful to live in obscurity over in src/tools. (Repocopied) Revision ChangesPath 1.166 +1 -0 src

cvs commit: src/sys/sun4v/include pcpu.h

2007-06-12 Thread Kip Macy
kmacy 2007-06-12 21:19:12 UTC FreeBSD src repository Modified files: sys/sun4v/includepcpu.h Log: fix cassert failure by adjusting padding Revision ChangesPath 1.9 +1 -1 src/sys/sun4v/include/pcpu.h ___ cvs-

cvs commit: ports/www/horde-base Makefile

2007-06-12 Thread Beech Rintoul
beech 2007-06-12 21:12:39 UTC FreeBSD ports repository Modified files: www/horde-base Makefile Log: - Revert change from last commit Approved by:sat (mentor) Revision ChangesPath 1.56 +1 -1 ports/www/horde-base/Makefile _

cvs commit: src/lib/libc/net Makefile.inc

2007-06-12 Thread Bruce M Simpson
bms 2007-06-12 21:05:31 UTC FreeBSD src repository Modified files: lib/libc/net Makefile.inc Log: Fix typo in filename from mismerged earlier rev of this file. Revision ChangesPath 1.68 +1 -1 src/lib/libc/net/Makefile.inc

cvs commit: CVSROOT modules ports/www Makefile

2007-06-12 Thread Martin Wilke
miwi2007-06-12 20:45:42 UTC FreeBSD ports repository Modified files: .modules www Makefile Log: - Connect www/squid30 Revision ChangesPath 1.18200 +1 -0 CVSROOT/modules 1.1842+1 -0 ports/www/Makefile

cvs commit: ports/www/squid30 Makefile distinfo pkg-descr ports/www/squid30/files icap-2.6-core.patch patch-src-cf.data.pre pkg-message.in

2007-06-12 Thread Martin Wilke
miwi2007-06-12 20:43:14 UTC FreeBSD ports repository Modified files: www/squid30 Makefile distinfo pkg-descr www/squid30/filespatch-src-cf.data.pre pkg-message.in Removed files: www/squid30/filesicap-2.6-core.patch Log: - Add www/squid30 -- a deve

cvs commit: src/sys/sys proc.h

2007-06-12 Thread Jeff Roberson
jeff2007-06-12 20:22:06 UTC FreeBSD src repository Modified files: sys/sys proc.h Log: - Fix kse by moving the upcalls list back out of the zero'd section. I had tested this with the wrong libpthread. Revision ChangesPath 1.486 +3 -1 sr

cvs commit: ports UPDATING

2007-06-12 Thread Ion-Mihai Tetcu
itetcu 2007-06-12 20:20:52 UTC FreeBSD ports repository Modified files: .UPDATING Log: Mention security/sshguard split. Revision ChangesPath 1.512 +10 -1 ports/UPDATING ___ cvs-all@freebsd.org ma

cvs commit: CVSROOT modules

2007-06-12 Thread Ion-Mihai Tetcu
itetcu 2007-06-12 20:15:31 UTC FreeBSD ports repository Modified files: .modules Log: sshguard-ipfw --> ports/security/sshguard-ipfw Revision ChangesPath 1.18199 +1 -0 CVSROOT/modules ___ cvs-al

cvs commit: ports/sysutils/pear-Log Makefile

2007-06-12 Thread Andrew Pantyukhin
sat 2007-06-12 20:15:17 UTC FreeBSD ports repository Modified files: sysutils/pear-LogMakefile Log: - Unbreak (with all of its dependencies) Reported by:erwin Revision ChangesPath 1.38 +2 -1 ports/sysutils/pear-Log/Makefile _

cvs commit: ports/security Makefile ports/security/sshguard-ipfw Makefile

2007-06-12 Thread Ion-Mihai Tetcu
itetcu 2007-06-12 20:15:04 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/sshguard-ipfw Makefile Log: Add slave port sshguard-ipfw, protect networked hosts from brute force attacks against ssh using ipfw. PR:

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

2007-06-12 Thread Jeremy Messenger
mezz2007-06-12 20:13:10 UTC FreeBSD ports repository Modified files: net-p2p/deluge Makefile distinfo Log: Update to 0.5.1.1. The website said, 'There was a licensing problem with the Deluge 0.5.1 tarball that was released yesterday. This release add no features

cvs commit: CVSROOT modules

2007-06-12 Thread Ion-Mihai Tetcu
itetcu 2007-06-12 20:11:00 UTC FreeBSD ports repository Modified files: .modules Log: sshguard-pf --> ports/security/sshguard-pf Revision ChangesPath 1.18198 +1 -0 CVSROOT/modules ___ cvs-all@fr

cvs commit: ports/security Makefile ports/security/sshguard-pf Makefile

2007-06-12 Thread Ion-Mihai Tetcu
itetcu 2007-06-12 20:10:34 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/sshguard-pf Makefile Log: Add slave port sshguard-pf, protect networked hosts from brute force attacks against ssh usinh pf PR: p

cvs commit: ports/security/sshguard Makefile distinfo pkg-deinstall pkg-install ports/security/sshguard/files pkg-message.in

2007-06-12 Thread Ion-Mihai Tetcu
itetcu 2007-06-12 20:05:42 UTC FreeBSD ports repository Modified files: security/sshguardMakefile distinfo Added files: security/sshguardpkg-deinstall pkg-install security/sshguard/files pkg-message.in Log: - upgrade to version 1.0 - the port is no longer i

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

2007-06-12 Thread Kip Macy
To the best of my knowledge, it is a Solarisism and the 10G cards from Sun (now licensed to Marvel?) are already delivering this. Hm. Almost every GigE card out there has it. And yes Marvell is OEM'ing the card. The only thing novel about Neptune is the unusually large number of TX/RX dma e

cvs commit: www/en/cgi dosendpr.cgi

2007-06-12 Thread Simon L. Nielsen
simon 2007-06-12 20:03:05 UTC FreeBSD doc repository Modified files: en/cgi dosendpr.cgi Log: Add missing space in From when "building" the PR. Submitted by: shaun PR: www/113071 Hijacked unrelated PR for patch:shaun Revision C

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

2007-06-12 Thread Erwin Lansing
erwin 2007-06-12 19:57:46 UTC FreeBSD ports repository Modified files: textproc/p5-Text-CSV_PP Makefile distinfo Log: Update to 1.05 PR: 113592 Submitted by: chinsan Revision ChangesPath 1.3 +1 -1 ports/textproc/p5-Text-CSV_PP/Makefil

cvs commit: src/sys/net if_ethersubr.c

2007-06-12 Thread Andrew Gallatin
gallatin2007-06-12 19:53:44 UTC FreeBSD src repository Modified files: sys/net if_ethersubr.c Log: Use if_capenable to allow LRO enabled drivers to bypass the MTU check in ether_input(). Revision ChangesPath 1.233 +2 -1 src/sys/net/if_ethersubr

cvs commit: ports/ukrainian/aspell Makefile distinfo

2007-06-12 Thread Thierry Thomas
thierry 2007-06-12 19:52:00 UTC FreeBSD ports repository Modified files: ukrainian/aspell Makefile distinfo Log: Upgrade to 1.4.0-0. Revision ChangesPath 1.7 +1 -1 ports/ukrainian/aspell/Makefile 1.3 +3 -3 ports/ukrainian/aspell/distinfo __

cvs commit: ports/portuguese/aspell-pt_BR Makefile distinfo pkg-descr pkg-plist

2007-06-12 Thread Thierry Thomas
thierry 2007-06-12 19:51:45 UTC FreeBSD ports repository Modified files: portuguese/aspell-pt_BR Makefile distinfo pkg-descr pkg-plist Log: - Upgrade to 20070411-0; - Release maintainership. Revision ChangesPath 1.2 +2 -2 ports/portuguese/aspell-pt_BR/

cvs commit: ports/textproc/hy-aspell Makefile distinfo pkg-plist

2007-06-12 Thread Thierry Thomas
thierry 2007-06-12 19:51:30 UTC FreeBSD ports repository Modified files: textproc/hy-aspell Makefile distinfo pkg-plist Log: Upgrade to 0.10.0-0. Changelog: Updated word list. Now contains more than 92400 words. Added hy_affix.dat that significantly improves speller fu

cvs commit: CVSROOT modules

2007-06-12 Thread Thierry Thomas
thierry 2007-06-12 19:51:06 UTC FreeBSD ports repository Modified files: .modules Log: fy-aspell --> ports/textproc/fy-aspell Revision ChangesPath 1.18197 +1 -0 CVSROOT/modules ___ cvs-all@freebs

cvs commit: ports/textproc Makefile ports/textproc/fy-aspell Makefile distinfo pkg-descr pkg-plist

2007-06-12 Thread Thierry Thomas
thierry 2007-06-12 19:50:53 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/fy-aspell Makefile distinfo pkg-descr pkg-plist Log: Add Aspell Frisian (Frysk) dictionary. Revision C

cvs commit: src/sys/kern kern_switch.c

2007-06-12 Thread Jeff Roberson
jeff2007-06-12 19:50:31 UTC FreeBSD src repository Modified files: sys/kern kern_switch.c Log: - Garbage collect unused concurrency functions. Revision ChangesPath 1.131 +0 -23 src/sys/kern/kern_switch.c ___

cvs commit: src/sys/kern kern_kse.c kern_thread.c src/sys/sys proc.h sched.h

2007-06-12 Thread Jeff Roberson
jeff2007-06-12 19:49:39 UTC FreeBSD src repository Modified files: sys/kern kern_kse.c kern_thread.c sys/sys proc.h sched.h Log: - Garbage collect unused concurrency functions. - Remove unused kse fields from struct proc. - Group remaining

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

2007-06-12 Thread Darren Reed
Jack Vogel wrote: > On 6/11/07, Andre Oppermann <[EMAIL PROTECTED]> wrote: >> Jack Vogel wrote: >> > On 6/11/07, Andre Oppermann <[EMAIL PROTECTED]> wrote: >> >> Jack Vogel wrote: >> >> > On 6/11/07, Jack Vogel <[EMAIL PROTECTED]> wrote: >> >> >> On 6/11/07, Sam Leffler <[EMAIL PROTECTED]> wrote: >

cvs commit: src/sys/dev/usb hid.c usbdi.c usbdi.h usbdi_util.c usbdivar.h uvisor.c uvscom.c

2007-06-12 Thread Warner Losh
imp 2007-06-12 19:40:21 UTC FreeBSD src repository Modified files: sys/dev/usb hid.c usbdi.c usbdi.h usbdi_util.c usbdivar.h uvisor.c uvscom.c Log: First pass at removing __OtherBSD__. We can't blindly remove all of them in bulk because t

cvs commit: ports/sysutils/apcupsd Makefile distinfo

2007-06-12 Thread Ion-Mihai Tetcu
itetcu 2007-06-12 19:39:21 UTC FreeBSD ports repository Modified files: sysutils/apcupsd Makefile distinfo Log: The pdf file still changes to much, so put it back in IGNORE files. Poked by: a few people on IRC Revision ChangesPath 1.51 +1 -0

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

2007-06-12 Thread Simon L. Nielsen
simon 2007-06-12 19:38:31 UTC FreeBSD doc repository Modified files: en/cgi query-pr.cgi Log: - Send a patch file-name in the HTTP header via the Content-Disposition header. - When downloading/referring to a particular patch embed the patch number with t

Re: cvs commit: ports/sysutils/fusefs-ntfs Makefile distinfo ports/sysutils/fusefs-ntfs/files extra-patch-ublio patch-libntfs-3g-device_io.c patch-libntfs-3g__device.c patch-libntfs-3g__unix_io.c patc

2007-06-12 Thread Max Khon
Hi! On Thu, Jun 07, 2007 at 04:01:33AM +, Alejandro Pulver wrote: > alepulver2007-06-07 04:01:33 UTC > > FreeBSD ports repository > > Modified files: > sysutils/fusefs-ntfs Makefile distinfo > Added files: > sysutils/fusefs-ntfs/files extra-patch-ublio >

Re: cvs commit: ports/multimedia/ffmpeg Makefile

2007-06-12 Thread Alexey Dokuchaev
On Tue, Jun 12, 2007 at 02:52:01PM -0400, Michael Johnson wrote: > > On Jun 12, 2007, at 10:04 AM, Alexey Dokuchaev wrote: > > >On Tue, Jun 12, 2007 at 09:00:26AM +, Michael Johnson wrote: > >>ahze2007-06-12 09:00:26 UTC > >> > >> FreeBSD ports repository > >> > >> Modified files: >

cvs commit: ports/graphics/cimg Makefile distinfo pkg-plist ports/graphics/cimg/files patch-examples::Makefile

2007-06-12 Thread Thierry Thomas
thierry 2007-06-12 19:27:46 UTC FreeBSD ports repository Modified files: graphics/cimgMakefile distinfo pkg-plist graphics/cimg/files patch-examples::Makefile Log: Upgrade to 1.2.1. Changelog at

cvs commit: src/sys/netinet tcp_sack.c

2007-06-12 Thread John Baldwin
jhb 2007-06-12 19:21:54 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet tcp_sack.c Log: MFC 1.30: Certain (bad) values of sack blocks can end up corrupting the sack scoreboard. Make the checks in tcp_sack_doack() more robust to p

cvs commit: ports/multimedia/xmms Makefile pkg-plist

2007-06-12 Thread Alexey Dokuchaev
danfe 2007-06-12 19:21:01 UTC FreeBSD ports repository Modified files: multimedia/xmms Makefile pkg-plist Log: - Fix missing GL dependency and thus unbreak - Drop now useless USE_X_PREFIX - Fix warning on deinstallation Approved by:maintainer (implicit, it was

cvs commit: src/sys/netinet tcp_sack.c

2007-06-12 Thread John Baldwin
jhb 2007-06-12 19:20:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet tcp_sack.c Log: MFC 1.28: Fix for a bug that causes SACK scoreboard corruption when the limit on holes per connection is reached. Revision ChangesPath

cvs commit: src/sys/dev/mxge if_mxge.c

2007-06-12 Thread Andrew Gallatin
gallatin2007-06-12 19:15:16 UTC FreeBSD src repository Modified files: sys/dev/mxge if_mxge.c Log: Use the new IFCAP_LRO to enable/disable LRO. Revision ChangesPath 1.36 +35 -8 src/sys/dev/mxge/if_mxge.c ___

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

2007-06-12 Thread Robert Watson
On Tue, 12 Jun 2007, Alfred Perlstein wrote: AFAICT FreeBSD can't currently benefit from this as there is no cpu affinity for connections. I may be wrong, but I see lower single-connection throughput using a receive queue per core than using a single receive queue. RSS is done by hashing a TC

cvs commit: www/en/cgi man.cgi

2007-06-12 Thread Wolfram Schneider
wosch 2007-06-12 19:09:50 UTC FreeBSD doc repository Modified files: en/cgi man.cgi Log: A slash is valid character in OS names, eg. OSF1 V4.0/alpha Submitted by: Warren Block Revision ChangesPath 1.175 +1 -1 www/en/cgi/man.cgi __

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

2007-06-12 Thread Bruce M Simpson
bms 2007-06-12 19:08:38 UTC FreeBSD src repository Modified files: lib/libc/net sourcefilter.c Log: Fix a typo which crept in from an earlier version of this file. Revision ChangesPath 1.2 +2 -2 src/lib/libc/net/sourcefilter.c __

cvs commit: src/sys/dev/usb dsbr100io.h rio500_usb.h ufm.c

2007-06-12 Thread Warner Losh
imp 2007-06-12 19:01:32 UTC FreeBSD src repository Modified files: sys/dev/usb dsbr100io.h rio500_usb.h ufm.c Log: Don't pretend to support !BSD systems. Revision ChangesPath 1.3 +0 -10 src/sys/dev/usb/dsbr100io.h 1.3 +0 -11 src/sys/

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

2007-06-12 Thread Alfred Perlstein
* Kip Macy <[EMAIL PROTECTED]> [070612 11:50] wrote: > >True, but support it is relatively trivial from the kernel PoV. > > > >Basically you allow the process to fetch which cpu a socket is > >bound to, then you can use descriptor passing (processes) or shared > >fdtable (threads) and a call to bin

Re: cvs commit: src/sys/sys proc.h src/sys/kern kern_thread.c

2007-06-12 Thread Jeff Roberson
On Tue, 12 Jun 2007, Sam Leffler wrote: Jeff Roberson wrote: jeff2007-06-12 07:24:47 UTC FreeBSD src repository Modified files: sys/sys proc.h sys/kern kern_thread.c Log: Solve a complex exit race introduced with thread_lock: - Add a count o

cvs commit: src/sys/netinet tcp_input.c

2007-06-12 Thread John Baldwin
jhb 2007-06-12 18:53:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet tcp_input.c Log: MFC 1.315: In the SYN_SENT case, Initialize the snd_wnd before the call to tcp_mss(). The TCP hostcache logic in tcp_mss() depends on the snd_

cvs commit: src/sys/dev/usb usb_port.h

2007-06-12 Thread Warner Losh
imp 2007-06-12 18:52:29 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h Log: Remove usb_kthread_create*. They are now unused. Revision ChangesPath 1.89 +0 -6 src/sys/dev/usb/usb_port.h _

Re: cvs commit: ports/multimedia/ffmpeg Makefile

2007-06-12 Thread Michael Johnson
On Jun 12, 2007, at 10:04 AM, Alexey Dokuchaev wrote: On Tue, Jun 12, 2007 at 09:00:26AM +, Michael Johnson wrote: ahze2007-06-12 09:00:26 UTC FreeBSD ports repository Modified files: multimedia/ffmpegMakefile Log: - Make ffserver look for ffserver.conf in PREFIX/

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

2007-06-12 Thread Warner Losh
imp 2007-06-12 18:52:07 UTC FreeBSD src repository Modified files: sys/dev/usb usb.c Log: unifdef -D__FreeBSD__ -U__NetBSD__ -U__OpenBSD__ Use kthread_create directly Revision ChangesPath 1.117 +5 -100src/sys/dev/usb/usb.c __

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

2007-06-12 Thread Kip Macy
True, but support it is relatively trivial from the kernel PoV. Basically you allow the process to fetch which cpu a socket is bound to, then you can use descriptor passing (processes) or shared fdtable (threads) and a call to bind to cpu to properly juggle things around. Thanks for volunteerin

cvs commit: ports/security/vuxml vuln.xml

2007-06-12 Thread Martin Wilke
miwi2007-06-12 18:27:39 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Document cups -- Incomplete SSL Negotiation Denial of Service. Reviewed by:simon@ Revision ChangesPath 1.1349+30 -1 ports/security/vuxml/vuln

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

2007-06-12 Thread Alfred Perlstein
* Robert Watson <[EMAIL PROTECTED]> [070611 17:24] wrote: > > On Mon, 11 Jun 2007, Kip Macy wrote: > > >>I think its a windowism, stands for Receive Side Scaling, and what it > >>means is multiple receive queues, each with an MSI/X vector so they can > >>interrupt different CPUs, or they can be

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

2007-06-12 Thread Alfred Perlstein
* Kip Macy <[EMAIL PROTECTED]> [070611 15:54] wrote: > >I think its a windowism, stands for Receive Side Scaling, and what it means > >is multiple receive queues, each with an MSI/X vector so they can interrupt > >different CPUs, or they can be tied to virtual guests, or MACs, etc etc... > > AFAIC

cvs commit: src/lib/libc/net sourcefilter.3 sourcefilter.c

2007-06-12 Thread Bruce M Simpson
bms 2007-06-12 18:03:37 UTC FreeBSD src repository Added files: lib/libc/net sourcefilter.3 sourcefilter.c Log: Add missing userland support files from previous commit for the new multicast source filter API functions. Revision ChangesPath 1.1 +183

cvs commit: CVSROOT modules

2007-06-12 Thread Andrew Pantyukhin
sat 2007-06-12 18:02:02 UTC FreeBSD ports repository Modified files: .modules Log: mypaint --> ports/graphics/mypaint Revision ChangesPath 1.18196 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.or

cvs commit: ports/graphics Makefile ports/graphics/mypaint Makefile distinfo pkg-descr pkg-plist

2007-06-12 Thread Andrew Pantyukhin
sat 2007-06-12 18:01:31 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/mypaint Makefile distinfo pkg-descr pkg-plist Log: Add port graphics/mypaint: MyPaint is a fast painting/scribbling program. It supports pr

Re: cvs commit: src UPDATING

2007-06-12 Thread Wilko Bulte
On Tue, Jun 12, 2007 at 05:33:56PM +, Gregory Neil Shapiro wrote.. > gshapiro2007-06-12 17:33:56 UTC > > FreeBSD src repository > > Modified files: > .UPDATING > Log: > Spaces to tab Dust to dust? -- Wilko Bulte [EMAIL PROTEC

Re: cvs commit: src/sys/sys proc.h src/sys/kern kern_thread.c

2007-06-12 Thread Julian Elischer
Jeff Roberson wrote: jeff2007-06-12 07:24:47 UTC FreeBSD src repository Modified files: sys/sys proc.h sys/kern kern_thread.c Log: Solve a complex exit race introduced with thread_lock: - Add a count of exiting threads, p_exitthreads, to st

  1   2   >