cvs commit: src/sys/netinet6 udp6_usrreq.c

2008-09-21 Thread Robert Watson
rwatson 2008-09-22 06:44:03 UTC FreeBSD src repository Modified files: sys/netinet6 udp6_usrreq.c Log: SVN rev 183265 on 2008-09-22 06:44:03Z by rwatson When invoking the udp_send() from udp6_send() due to use of a v6-mapped IPv4 address, first drop the udbinfo and

Re: cvs commit: ports/x11-drivers/xf86-video-i810 Makefile

2008-09-21 Thread Robert Noland
On Mon, 2008-09-22 at 07:09 +0200, Szilveszter Adam wrote: > Dear Robert, > > Thank you for your reply. > > On Sun, Sep 21, 2008 at 04:33:59PM -0400, Robert Noland wrote: > > > > That is with an 855 chip right? > > Well, it is detected as 852/855. In piciconf -lv output, it features as > (lines

Re: cvs commit: src/sbin/ipfw ipfw2.c

2008-09-21 Thread Roman Kurakin
Giorgos Keramidas wrote: keramida2008-09-22 04:12:27 UTC FreeBSD src repository Modified files: sbin/ipfwipfw2.c Log: SVN rev 183263 on 2008-09-22 04:12:27Z by keramida Unbreak the build. Revision ChangesPath 1.128 +1 -1 src/sbin/ipfw/ipf

cvs commit: src/sys/dev/jme if_jme.c if_jmereg.h

2008-09-21 Thread Pyun YongHyeon
yongari 2008-09-22 06:17:21 UTC FreeBSD src repository Modified files: sys/dev/jme if_jme.c if_jmereg.h Log: SVN rev 183264 on 2008-09-22 06:17:21Z by yongari Add workaround for occasional packet loss issue of JMC250 A2 when it runs on half-duplex media. While I

Re: cvs commit: src/sys/kern subr_clist.c src/sys/sys clist.h param.h

2008-09-21 Thread Ed Schouten
Hello Sam, * Sam Leffler <[EMAIL PROTECTED]> wrote: > While there are no drivers in the tree that need these facilities > perhaps there are drivers out of tree? Might consider just #ifdef'ing > them. Most consumers of the clists were TTY drivers, which have already become broken by the MPSAFE

Re: cvs commit: src/lib/libc/gen getosreldate.3

2008-09-21 Thread Peter Wemm
On Sun, Sep 21, 2008 at 12:23 PM, Peter Wemm <[EMAIL PROTECTED]> wrote: > On Sat, Sep 20, 2008 at 2:12 PM, Craig Rodrigues <[EMAIL PROTECTED]> wrote: >> rodrigc 2008-09-20 21:12:54 UTC >> >> FreeBSD src repository >> >> Modified files: >>lib/libc/gen getosreldate.3 >> Log: >> SV

Re: cvs commit: ports/x11-drivers/xf86-video-i810 Makefile

2008-09-21 Thread Szilveszter Adam
Dear Robert, Thank you for your reply. On Sun, Sep 21, 2008 at 04:33:59PM -0400, Robert Noland wrote: > > That is with an 855 chip right? Well, it is detected as 852/855. In piciconf -lv output, it features as (lines may wrap): [EMAIL PROTECTED]:0:2:0: class=0x03 card=0x05621014 chip=0

cvs commit: src/sbin/ipfw ipfw2.c

2008-09-21 Thread Giorgos Keramidas
keramida2008-09-22 04:12:27 UTC FreeBSD src repository Modified files: sbin/ipfwipfw2.c Log: SVN rev 183263 on 2008-09-22 04:12:27Z by keramida Unbreak the build. Revision ChangesPath 1.128 +1 -1 src/sbin/ipfw/ipfw2.c

cvs commit: src/sys/powerpc/powerpc cpu.c

2008-09-21 Thread Nathan Whitehorn
nwhitehorn2008-09-22 03:21:02 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc cpu.c Log: SVN rev 183262 on 2008-09-22 03:21:02Z by nwhitehorn Unbreak G3 support. G3 processors don't have an L3 cache, so we shouldn't try to program it. Approved by:ma

cvs commit: src/sbin/ifconfig ifconfig.8 ifieee80211.c

2008-09-21 Thread Sam Leffler
sam 2008-09-22 00:30:26 UTC FreeBSD src repository Modified files: sbin/ifconfigifconfig.8 ifieee80211.c Log: SVN rev 183261 on 2008-09-22 00:30:26Z by sam MIMO power save and RIFS; while here also update per-node state/flags for ampdu Revision Changes

cvs commit: src/sbin/ifconfig ifieee80211.c

2008-09-21 Thread Sam Leffler
sam 2008-09-22 00:24:47 UTC FreeBSD src repository Modified files: sbin/ifconfigifieee80211.c Log: SVN rev 183260 on 2008-09-22 00:24:47Z by sam "ampdudensity -" is too subtle; use "NA" for any and accept it as a parameter Revision ChangesPath 1.58

cvs commit: src/sys/net80211 ieee80211_node.c

2008-09-21 Thread Sam Leffler
sam 2008-09-22 00:22:09 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: SVN rev 183259 on 2008-09-22 00:22:09Z by sam cleanup bss node setup; syncs w/ p4 state that's been in use for months Revision ChangesPath 1.104

cvs commit: src/sys/net80211 ieee80211_ht.c

2008-09-21 Thread Sam Leffler
sam 2008-09-22 00:21:24 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ht.c Log: SVN rev 183258 on 2008-09-22 00:21:24Z by sam cleanup after merge Revision ChangesPath 1.29 +0 -1 src/sys/net80211/ieee80211_ht.c ___

cvs commit: src/sys/net80211 ieee80211_ddb.c ieee80211_ht.c ieee80211_node.h

2008-09-21 Thread Sam Leffler
sam 2008-09-22 00:14:50 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ddb.c ieee80211_ht.c ieee80211_node.h Log: SVN rev 183257 on 2008-09-22 00:14:50Z by sam Fix handling of shortgi: use the local configuration (and

cvs commit: src/sys/net80211 ieee80211_ddb.c ieee80211_ht.c ieee80211_ioctl.c ieee80211_ioctl.h ieee80211_node.c ieee80211_node.h ieee80211_sta.c ieee80211_var.h

2008-09-21 Thread Sam Leffler
sam 2008-09-22 00:10:22 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ddb.c ieee80211_ht.c ieee80211_ioctl.c ieee80211_ioctl.h ieee80211_node.c ieee80211_node.h ieee80211_sta.

cvs commit: CVSROOT modules

2008-09-21 Thread Edwin Groothuis
edwin 2008-09-22 00:09:18 UTC FreeBSD ports repository Modified files: .modules Log: Ports modules update at Monday 22 September 2008 at 00:09 Revision ChangesPath 1.20159 +0 -0 CVSROOT/modules _

cvs commit: src/sys/net80211 ieee80211_ddb.c ieee80211_ht.c ieee80211_ioctl.c ieee80211_ioctl.h ieee80211_node.c ieee80211_node.h ieee80211_sta.c ieee80211_var.h

2008-09-21 Thread Sam Leffler
sam 2008-09-21 23:59:14 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ddb.c ieee80211_ht.c ieee80211_ioctl.c ieee80211_ioctl.h ieee80211_node.c ieee80211_node.h ieee80211_sta.

cvs commit: src/sys/net80211 ieee80211_hostap.c ieee80211_ht.c ieee80211_ht.h ieee80211_sta.c

2008-09-21 Thread Sam Leffler
sam 2008-09-21 23:44:15 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_hostap.c ieee80211_ht.c ieee80211_ht.h ieee80211_sta.c Log: SVN rev 183254 on 2008-09-21 23:44:15Z by sam Revamp ht ie handling: o change ieee802

cvs commit: src/sys/net80211 ieee80211_ht.c

2008-09-21 Thread Sam Leffler
sam 2008-09-21 23:32:48 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ht.c Log: SVN rev 183253 on 2008-09-21 23:32:48Z by sam don't propagate ht bss occupancy changes to legacy vaps; they won't have an htinfo ie to update Revision Chan

cvs commit: src/sys/net80211 ieee80211_node.h

2008-09-21 Thread Sam Leffler
sam 2008-09-21 23:31:17 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.h Log: SVN rev 183252 on 2008-09-21 23:31:17Z by sam o widen ni_flags as it's going to be full shortly o shuffle members to minimize holes Revision ChangesP

cvs commit: src/sys/net80211 ieee80211_node.c ieee80211_node.h

2008-09-21 Thread Sam Leffler
sam 2008-09-21 23:25:33 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c ieee80211_node.h Log: SVN rev 183251 on 2008-09-21 23:25:33Z by sam Add current transmit parameters for fixed rate handling so drivers don't duplicate this. These

cvs commit: src/sys/net80211 ieee80211_ht.c ieee80211_ht.h

2008-09-21 Thread Sam Leffler
sam 2008-09-21 23:20:04 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ht.c ieee80211_ht.h Log: SVN rev 183250 on 2008-09-21 23:20:04Z by sam change ieee80211_ampdu_stop to take an explicit reason code Revision ChangesPath 1.23

cvs commit: src/sys/net80211 ieee80211_ht.c

2008-09-21 Thread Sam Leffler
sam 2008-09-21 23:18:36 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ht.c Log: SVN rev 183249 on 2008-09-21 23:18:36Z by sam simplify debug msg Revision ChangesPath 1.22 +2 -3 src/sys/net80211/ieee80211_ht.c

cvs commit: src/sys/dev/ath if_ath.c src/sys/net80211 ieee80211_crypto.c ieee80211_crypto.h ieee80211_ddb.c ieee80211_var.h

2008-09-21 Thread Sam Leffler
sam 2008-09-21 23:16:19 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c sys/net80211 ieee80211_crypto.c ieee80211_crypto.h ieee80211_ddb.c ieee80211_var.h Log: SVN rev 183248 on 2008-09-21 23:16:19Z by sam C

cvs commit: src/sys/net80211 ieee80211_adhoc.c ieee80211_freebsd.h ieee80211_hostap.c ieee80211_ht.c ieee80211_output.c ieee80211_sta.c ieee80211_wds.c

2008-09-21 Thread Sam Leffler
sam 2008-09-21 23:00:19 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_adhoc.c ieee80211_freebsd.h ieee80211_hostap.c ieee80211_ht.c ieee80211_output.c ieee80211_sta.c ieee8021

Re: cvs commit: src/sys/i386/conf GENERIC

2008-09-21 Thread Peter Wemm
On Tue, Sep 16, 2008 at 1:49 PM, John Baldwin <[EMAIL PROTECTED]> wrote: > On Tuesday 16 September 2008 04:22:22 pm John Baldwin wrote: >> jhb 2008-09-16 20:22:22 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/i386/confGENERIC >> Log: >> SVN rev 183101 on

cvs commit: src/sys/net80211 ieee80211_ht.c

2008-09-21 Thread Sam Leffler
sam 2008-09-21 22:24:07 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ht.c Log: SVN rev 183246 on 2008-09-21 22:24:07Z by sam Always update ic_lastnonht so we track overlapping legacy bss properly; was doing this only on a change in the prot

cvs commit: src/sys/net80211 ieee80211_ddb.c ieee80211_ht.c ieee80211_ht.h

2008-09-21 Thread Sam Leffler
sam 2008-09-21 22:22:28 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ddb.c ieee80211_ht.c ieee80211_ht.h Log: SVN rev 183245 on 2008-09-21 22:22:28Z by sam Cleanup starting seq# for tx ampdu: o use txa_start to for

cvs commit: src/sbin/ifconfig regdomain.c

2008-09-21 Thread Sam Leffler
sam 2008-09-21 22:16:03 UTC FreeBSD src repository Modified files: sbin/ifconfigregdomain.c Log: SVN rev 183244 on 2008-09-21 22:16:03Z by sam check for undefined identifiers Revision ChangesPath 1.4 +59 -12src/sbin/ifconfig/regdomain.c

cvs commit: src/sys/net80211 ieee80211.h

2008-09-21 Thread Sam Leffler
sam 2008-09-21 22:09:18 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.h Log: SVN rev 183243 on 2008-09-21 22:09:18Z by sam o fix spelling of EOSP o correct SMPS values Revision ChangesPath 1.23 +4 -4 src/sys/net80211/ie

cvs commit: src/etc Makefile src/etc/periodic/daily Makefile src/etc/periodic/monthly Makefile src/etc/periodic/security Makefile src/etc/periodic/weekly Makefile src/gnu/usr.bin Makefile src/lib Make

2008-09-21 Thread Sam Leffler
sam 2008-09-21 22:02:26 UTC FreeBSD src repository Modified files: etc Makefile etc/periodic/daily Makefile etc/periodic/monthly Makefile etc/periodic/security Makefile etc/periodic/weekly Makefile gnu/usr.bin Makefile lib

cvs commit: src/sbin/ipfw ipfw2.c

2008-09-21 Thread Roman Kurakin
rik 2008-09-21 21:46:56 UTC FreeBSD src repository Modified files: sbin/ipfwipfw2.c Log: SVN rev 183241 on 2008-09-21 21:46:56Z by rik Add the check of the table number. Revision ChangesPath 1.127 +17 -0 src/sbin/ipfw/ipfw2.c _

Re: cvs commit: src/sys/kern subr_clist.c src/sys/sys clist.h param.h

2008-09-21 Thread Sam Leffler
Ed Schouten wrote: ed 2008-09-21 18:12:18 UTC FreeBSD src repository Modified files: sys/kern subr_clist.c sys/sys clist.h param.h Log: SVN rev 183238 on 2008-09-21 18:12:18Z by ed Now that the number of clist consumers have dropped mass

cvs commit: src/sys/netinet ip_fw.h

2008-09-21 Thread Roman Kurakin
rik 2008-09-21 20:42:42 UTC FreeBSD src repository Modified files: sys/netinet ip_fw.h Log: SVN rev 183240 on 2008-09-21 20:42:42Z by rik Export IPFW_TABLES_MAX value for compiled in defaults. Revision ChangesPath 1.117 +6 -1 src/sys/netinet

Re: cvs commit: ports/x11-drivers/xf86-video-i810 Makefile

2008-09-21 Thread Robert Noland
On Sun, 2008-09-21 at 20:26 +0200, Szilveszter Adam wrote: > Hello everybody, > > Just a short update: I tested with the new intel driver, it no longer > produces picture errors or lockups, but the driver automatically > disables DRI, 2d accel and the HW cursor for my hardware. Xv needs to be > tu

cvs commit: src/sys/kern tty_pts.c

2008-09-21 Thread Ed Schouten
ed 2008-09-21 19:24:15 UTC FreeBSD src repository Modified files: sys/kern tty_pts.c Log: SVN rev 183239 on 2008-09-21 19:24:15Z by ed Make fstat() on a pseudo-terminal master return sane timestamps. Because pseudo-terminal master file descriptors no lo

Re: cvs commit: src/lib/libc/gen getosreldate.3

2008-09-21 Thread Peter Wemm
On Sat, Sep 20, 2008 at 2:12 PM, Craig Rodrigues <[EMAIL PROTECTED]> wrote: > rodrigc 2008-09-20 21:12:54 UTC > > FreeBSD src repository > > Modified files: >lib/libc/gen getosreldate.3 > Log: > SVN rev 183217 on 2008-09-20 21:12:54Z by rodrigc > > does not have a forward decl

cvs commit: www/en/cgi man.cgi

2008-09-21 Thread Wolfram Schneider
wosch 2008-09-21 19:07:43 UTC FreeBSD doc repository Modified files: en/cgi man.cgi Log: Document http://man.freebsd.org shortcuts Revision ChangesPath 1.221 +9 -2 www/en/cgi/man.cgi ___ cvs-all@free

Re: cvs commit: ports/x11-drivers/xf86-video-i810 Makefile

2008-09-21 Thread Szilveszter Adam
Hello everybody, Just a short update: I tested with the new intel driver, it no longer produces picture errors or lockups, but the driver automatically disables DRI, 2d accel and the HW cursor for my hardware. Xv needs to be turned off manually, because it switches the display to a mode from where

cvs commit: src/sys/kern subr_clist.c src/sys/sys clist.h param.h

2008-09-21 Thread Ed Schouten
ed 2008-09-21 18:12:18 UTC FreeBSD src repository Modified files: sys/kern subr_clist.c sys/sys clist.h param.h Log: SVN rev 183238 on 2008-09-21 18:12:18Z by ed Now that the number of clist consumers have dropped massively, trim down the

cvs commit: src/tools/tools/nanobsd nanobsd.sh

2008-09-21 Thread Simon L. Nielsen
simon 2008-09-21 18:02:00 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: SVN rev 183237 on 2008-09-21 18:02:00Z by simon Include $NANO_NAME in the completed message. This is nice if you are building multiple NanoBSD images at once to kee

cvs commit: src/sys/vm vm_pageout.c

2008-09-21 Thread Alan Cox
alc 2008-09-21 18:01:34 UTC FreeBSD src repository Modified files: sys/vm vm_pageout.c Log: SVN rev 183236 on 2008-09-21 18:01:34Z by alc Prevent an integer overflow in vm_pageout_page_stats() on machines with a large number of physical pages. PR:

cvs commit: www/hu/docs webresources.sgml

2008-09-21 Thread Gabor Pali
pgj 2008-09-21 17:28:08 UTC FreeBSD doc repository Modified files: hu/docs webresources.sgml Log: MFen: 1.8-> 1.9 hu/docs/webresources.sgml Obtained from: The FreeBSD Hungarian Documentation Project Revision ChangesPath 1.6

cvs commit: src ObsoleteFiles.inc

2008-09-21 Thread Antoine Brodin
antoine 2008-09-21 16:11:11 UTC FreeBSD src repository Modified files: .ObsoleteFiles.inc Log: SVN rev 183235 on 2008-09-21 16:11:11Z by antoine Correct suser(9) entry. Revision ChangesPath 1.162 +2 -1 src/ObsoleteFiles.inc __

cvs commit: src/sys/fs/devfs devfs_devs.c

2008-09-21 Thread Ed Schouten
ed 2008-09-21 14:02:43 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_devs.c Log: SVN rev 183230 on 2008-09-21 14:02:43Z by ed Already initialize the vfs timestamps inside the cdev upon allocation. In the MPSAFE TTY branch I noticed the vfs t

cvs commit: src/crypto/openssl FREEBSD-Xlist FREEBSD-upgrade

2008-09-21 Thread Simon L. Nielsen
simon 2008-09-21 13:18:25 UTC FreeBSD src repository Removed files: crypto/openssl FREEBSD-Xlist FREEBSD-upgrade Log: SVN rev 183229 on 2008-09-21 13:18:25Z by simon The vendor area is the proper home for these files now. Revision ChangesPath 1.8 +0

cvs commit: src/sbin/ipfw ipfw2.c

2008-09-21 Thread Roman Kurakin
rik 2008-09-21 12:54:09 UTC FreeBSD src repository Modified files: sbin/ipfwipfw2.c Log: SVN rev 183228 on 2008-09-21 12:54:09Z by rik Move table list to a separate function. Revision ChangesPath 1.126 +46 -37src/sbin/ipfw/ipfw2.c

Re: cvs commit: www/en/cgi cgi-style.pl

2008-09-21 Thread Wolfram Schneider
On Sun, Sep 21, 2008 at 12:24 PM, Wolfram Schneider <[EMAIL PROTECTED]> wrote: > wosch 2008-09-21 10:24:01 UTC > > FreeBSD doc repository > > Modified files: >en/cgi cgi-style.pl > Log: > Add simple icon for the iPhone/iPod touch. The iPhone expect an image in 57x57 pi

cvs commit: www/en/cgi cgi-style.pl

2008-09-21 Thread Wolfram Schneider
wosch 2008-09-21 10:24:01 UTC FreeBSD doc repository Modified files: en/cgi cgi-style.pl Log: Add simple icon for the iPhone/iPod touch. Revision ChangesPath 1.37 +2 -1 www/en/cgi/cgi-style.pl ___ c

cvs commit: www/en/cgi cgi-style.pl

2008-09-21 Thread Wolfram Schneider
wosch 2008-09-21 10:20:10 UTC FreeBSD doc repository Modified files: en/cgi cgi-style.pl Log: add general shortcut icon in html header Revision ChangesPath 1.36 +2 -1 www/en/cgi/cgi-style.pl ___ cvs

cvs commit: ports/x11/libX11 Makefile

2008-09-21 Thread Florent Thoumie
flz 2008-09-21 09:10:33 UTC FreeBSD ports repository Modified files: x11/libX11 Makefile Log: - Remove empty USE_XORG line. - Fix RUN_DEPENDS when WITH_XCB is defined (off by default). PR: ports/127505 Submitted by: bf <[EMAIL PROTECTED]> Ap

cvs commit: ports/x11-themes/icons-tango-extras Makefile

2008-09-21 Thread Florent Thoumie
flz 2008-09-21 09:05:31 UTC FreeBSD ports repository Modified files: x11-themes/icons-tango-extras Makefile Log: Fix MASTER_SITES. PR: ports/127460 Submitted by: Carlos Santos <[EMAIL PROTECTED]> Approved by:portmgr (self) Revision Changes

cvs commit: ports/www/arora Makefile

2008-09-21 Thread Martin Wilke
miwi2008-09-21 08:50:25 UTC FreeBSD ports repository Modified files: www/aroraMakefile Log: - Add missing dependency on qt4-imageformats Submitted by: Andy Fawcett <[EMAIL PROTECTED]> (maintainer) Approved by:portmgr (linimon) Revision Changes

cvs commit: src/sys/netgraph ng_source.c

2008-09-21 Thread Marko Zec
zec 2008-09-21 07:33:33 UTC FreeBSD src repository Modified files: sys/netgraph ng_source.c Log: SVN rev 183225 on 2008-09-21 07:33:33Z by zec Fix error message content. Approved by:julian (mentor) MFC after: 3 days Revision ChangesPath