svn commit: r197425 - head/usr.bin/netstat

2009-09-22 Thread Mike Silbersack
Author: silby Date: Wed Sep 23 05:32:33 2009 New Revision: 197425 URL: http://svn.freebsd.org/changeset/base/197425 Log: In netstat -x, do not try to print out tcp timer status for udp sockets. Modified: head/usr.bin/netstat/inet.c Modified: head/usr.bin/netstat/inet.c ==

svn commit: r197424 - head/sys/dev/fb

2009-09-22 Thread Xin LI
Author: delphij Date: Wed Sep 23 02:45:02 2009 New Revision: 197424 URL: http://svn.freebsd.org/changeset/base/197424 Log: Initialize registers to zero before calling the interrupt handlers inside emulator. This fixes VESA related freeze observed on some systems. Submitted by: paradox

svn commit: r197423 - stable/7/usr.bin/gcore

2009-09-22 Thread Ed Maste
Author: emaste Date: Wed Sep 23 00:31:08 2009 New Revision: 197423 URL: http://svn.freebsd.org/changeset/base/197423 Log: MFC r180603: Use %zd for size_t. With this gcore(1) is WARNS=6 clean. Modified: stable/7/usr.bin/gcore/ (props changed) stable/7/usr.bin/gcore/elfcore.c Modif

svn commit: r197422 - in stable/7/sys: . contrib/pf kern sys

2009-09-22 Thread Ed Maste
Author: emaste Date: Tue Sep 22 23:11:23 2009 New Revision: 197422 URL: http://svn.freebsd.org/changeset/base/197422 Log: MFC r195134, r195135, r195191 r195134, r195134: Add a complement to FIONREAD, called FIONWRITE, which returns the number of bytes not yet properly disposed of.

svn commit: r197421 - head/sys/cam

2009-09-22 Thread Alexander Motin
Author: mav Date: Tue Sep 22 22:23:52 2009 New Revision: 197421 URL: http://svn.freebsd.org/changeset/base/197421 Log: MFp4: If on sense request device returns no sence, give up and return, or we may loop forever. Modified: head/sys/cam/cam_periph.c Modified: head/sys/cam/cam_periph.c ==

svn commit: r197420 - head/sys/dev/ppbus

2009-09-22 Thread Alexander Motin
Author: mav Date: Tue Sep 22 22:20:43 2009 New Revision: 197420 URL: http://svn.freebsd.org/changeset/base/197420 Log: Lock bus scan. Modified: head/sys/dev/ppbus/vpo.c Modified: head/sys/dev/ppbus/vpo.c == --- head/

svn commit: r197419 - head/sbin/camcontrol

2009-09-22 Thread Alexander Motin
Author: mav Date: Tue Sep 22 22:17:14 2009 New Revision: 197419 URL: http://svn.freebsd.org/changeset/base/197419 Log: MFp4: Reduce code duplication. Modified: head/sbin/camcontrol/camcontrol.c Modified: head/sbin/camcontrol/camcontrol.c

Re: svn commit: r197330 - in head: sys/dev/kbd sys/sys usr.sbin/kbdcontrol

2009-09-22 Thread Antoine Brodin
On Sat, Sep 19, 2009 at 7:56 PM, Ed Schouten wrote: > Author: ed > Date: Sat Sep 19 17:56:26 2009 > New Revision: 197330 > URL: http://svn.freebsd.org/changeset/base/197330 > > Log: >  Make the keyboard layer Unicode aware. > >  Just take keyent_t to use an u_int to store the Unicode codepoints. >

Re: svn commit: r197408 - in head/sys: conf ufs/ufs

2009-09-22 Thread Pawel Jakub Dawidek
On Tue, Sep 22, 2009 at 01:01:07PM -0400, John Baldwin wrote: > On Tuesday 22 September 2009 12:22:05 pm Roman Divacky wrote: > > Author: rdivacky > > Date: Tue Sep 22 16:22:05 2009 > > New Revision: 197408 > > URL: http://svn.freebsd.org/changeset/base/197408 > > > > Log: > > Don't build ufs_gj

svn commit: r197417 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/asmc dev/xen/xenpci

2009-09-22 Thread Rui Paulo
Author: rpaulo Date: Tue Sep 22 20:31:32 2009 New Revision: 197417 URL: http://svn.freebsd.org/changeset/base/197417 Log: MFC 197190: Make the sudden motion sensor work on older models and add a bit of debugging. Submitted by:Christoph Langguth Approved by: re (kib) M

svn commit: r197416 - head/sys/dev/atkbdc

2009-09-22 Thread Xin LI
Author: delphij Date: Tue Sep 22 20:12:10 2009 New Revision: 197416 URL: http://svn.freebsd.org/changeset/base/197416 Log: Temporarily disable typematic retrieving code until we get a real fix, which currently causes hangs in some configurations. Reported by: joel Submitted by: swell.k

Re: svn commit: r197407 - in head/sys: kern sys

2009-09-22 Thread Bruce Evans
On Tue, 22 Sep 2009, Roman Divacky wrote: Log: Change unsigned foo to u_foo as required by style(9). Requested by: bde Approved by: ed (mentor) Thanks. style(9) actually doesn't require this, even by example (it has zero examples of u_foo and zero examples of `unsigned', except to say

Re: svn commit: r197330 - in head: sys/dev/kbd sys/sys usr.sbin/kbdcontrol

2009-09-22 Thread Ed Schouten
Hi, * Stanislav Sedov wrote: > Can we make this conditional depending on some variable like > KBD_UNICODE so it will be possible to avoid the increased > memory footprint (24 bytes per entry) in situations where > unicode support is not required? Or maybe even have this > dynamically allocated?

svn commit: r197415 - head/sys/dev/acpi_support

2009-09-22 Thread John Baldwin
Author: jhb Date: Tue Sep 22 18:34:23 2009 New Revision: 197415 URL: http://svn.freebsd.org/changeset/base/197415 Log: The elements in the component arrays may be direct Package objects rather than references to objects. In that case, simply use the Package directly. I think a recent cha

svn commit: r197414 - head

2009-09-22 Thread Rui Paulo
/etc/malloc.conf.) +20090922: + 802.11s D3.03 support was committed. This is incompatible with the + previous code, which was based on D3.0. + 20090910: ZFS snapshots are now mounted with MNT_IGNORE flag. Use -v option for mount(8) and -a option for df(1) to see them

svn commit: r197413 - head/sys/net80211

2009-09-22 Thread Rui Paulo
Author: rpaulo Date: Tue Sep 22 18:18:14 2009 New Revision: 197413 URL: http://svn.freebsd.org/changeset/base/197413 Log: Update 802.11s mesh support to draft 3.03. This includes a revised frame format for peering and changes to the PERR frames. Note that this is incompatible with the previo

svn commit: r197412 - head/sys/dev/hwpmc

2009-09-22 Thread Rui Paulo
Author: rpaulo Date: Tue Sep 22 17:45:28 2009 New Revision: 197412 URL: http://svn.freebsd.org/changeset/base/197412 Log: Reserve events for XScale. Reviewed by: jkoshy, gnn MFC after:1 week Modified: head/sys/dev/hwpmc/pmc_events.h Modified: head/sys/dev/hwpmc/pmc_events.h =

Re: svn commit: r197408 - in head/sys: conf ufs/ufs

2009-09-22 Thread John Baldwin
On Tuesday 22 September 2009 12:22:05 pm Roman Divacky wrote: > Author: rdivacky > Date: Tue Sep 22 16:22:05 2009 > New Revision: 197408 > URL: http://svn.freebsd.org/changeset/base/197408 > > Log: > Don't build ufs_gjournal.c at all if UFS_GJOURNAL option is not given > instead of building an

svn commit: r197411 - head/sys/modules/x86emu

2009-09-22 Thread Xin LI
Author: delphij Date: Tue Sep 22 16:59:15 2009 New Revision: 197411 URL: http://svn.freebsd.org/changeset/base/197411 Log: Removed unused empty directory. Submitted by: b. f. Deleted: head/sys/modules/x86emu/ ___ svn-src-all@freebsd.org mailin

Re: svn commit: r197298 - head/sbin/mount_nfs

2009-09-22 Thread John Baldwin
On Sunday 20 September 2009 1:00:53 am M. Warner Losh wrote: > : Hmm, it might actually be nice to be able to change those at some point > : as well. I have looked at this in the past and it is quite deeply > : buried in libc. :-/ > > What's the benefit for forcing a tcp connection for the port

svn commit: r197410 - in head/sys: amd64/amd64 i386/i386

2009-09-22 Thread John Baldwin
Author: jhb Date: Tue Sep 22 16:51:00 2009 New Revision: 197410 URL: http://svn.freebsd.org/changeset/base/197410 Log: - Split the logic to parse an SMAP entry out into a separate function on amd64 similar to i386. This fixes a bug on amd64 where overlapping entries would not cause the

svn commit: r197409 - in head/sys/dev: twa twe

2009-09-22 Thread Roman Divacky
Author: rdivacky Date: Tue Sep 22 16:28:07 2009 New Revision: 197409 URL: http://svn.freebsd.org/changeset/base/197409 Log: Change the command argument to ioctl routines to u_long to avoid truncating the command to 32bit on 64bit archs where int is 32bit (ie. amd64). Approved by: scott

svn commit: r197408 - in head/sys: conf ufs/ufs

2009-09-22 Thread Roman Divacky
Author: rdivacky Date: Tue Sep 22 16:22:05 2009 New Revision: 197408 URL: http://svn.freebsd.org/changeset/base/197408 Log: Don't build ufs_gjournal.c at all if UFS_GJOURNAL option is not given instead of building an almost empty C file. Approved by: pjd Approved by: ed (mentor, impli

svn commit: r197407 - in head/sys: kern sys

2009-09-22 Thread Roman Divacky
Author: rdivacky Date: Tue Sep 22 16:16:02 2009 New Revision: 197407 URL: http://svn.freebsd.org/changeset/base/197407 Log: Change unsigned foo to u_foo as required by style(9). Requested by: bde Approved by: ed (mentor) Modified: head/sys/kern/kern_event.c head/sys/sys/event.h Mod

svn commit: r197406 - head/sys/dev/pci

2009-09-22 Thread John Baldwin
Author: jhb Date: Tue Sep 22 15:43:03 2009 New Revision: 197406 URL: http://svn.freebsd.org/changeset/base/197406 Log: Don't reread the command register to see if enabling I/O or memory decoding "took". Other OS's that I checked do not do this and it breaks some amdpm(4) devices. Prior to

svn commit: r197405 - in head: share/man/man9 sys/conf sys/kern sys/sys

2009-09-22 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Sep 22 15:15:03 2009 New Revision: 197405 URL: http://svn.freebsd.org/changeset/base/197405 Log: Add pieces of infrastructure required for NFSv4 ACL support in UFS. Reviewed by: rwatson Added: head/share/man/man9/vaccess_acl_nfs4.9 (contents, props changed) Mod

Re: svn commit: r197391 - head/sys/dev/mxge

2009-09-22 Thread Andrew Gallatin
Robert Watson wrote: > > On Mon, 21 Sep 2009, Andrew Gallatin wrote: > >> Add support for throttling transmit bandwidth. This is most commonly >> used to reduce packet loss on high delay (WAN) paths with a >> slow link. > > Hi Drew-- > > Could you say a little more about the situations in whic

Re: svn commit: r197404 - head/sys/dev/sound/pci

2009-09-22 Thread Joel Dahl
Joel Dahl skrev: Author: joel (doc committer) Date: Tue Sep 22 13:23:59 2009 New Revision: 197404 URL: http://svn.freebsd.org/changeset/base/197404 Log: Move es137x.c and es137x.h to a 2-clause BSD license. Also move a few comments. There is still a 4-clause BSD license in es137x.c. Not

svn commit: r197404 - head/sys/dev/sound/pci

2009-09-22 Thread Joel Dahl
Author: joel (doc committer) Date: Tue Sep 22 13:23:59 2009 New Revision: 197404 URL: http://svn.freebsd.org/changeset/base/197404 Log: Move es137x.c and es137x.h to a 2-clause BSD license. Also move a few comments. Submitted by: Joachim Kuebart Approved by: core, Russell Cattelan M

svn commit: r197403 - head/sys/dev/if_ndis

2009-09-22 Thread Coleman Kane
Author: cokane Date: Tue Sep 22 12:36:51 2009 New Revision: 197403 URL: http://svn.freebsd.org/changeset/base/197403 Log: The ndis_scan function may be started after ndis vap have been destroyed PR: kern/138632 Submitted by: Paul B. Mahol MFC after:3 days Modified: hea

Re: svn commit: r197330 - in head: sys/dev/kbd sys/sys usr.sbin/kbdcontrol

2009-09-22 Thread Stanislav Sedov
On Sat, 19 Sep 2009 17:56:26 + (UTC) Ed Schouten mentioned: > > Modified: head/sys/sys/kbio.h > == > --- head/sys/sys/kbio.h Sat Sep 19 15:48:59 2009(r197329) > +++ head/sys/sys/kbio.h Sat Sep 19

svn commit: r197402 - head/sys/dev/ata/chipsets

2009-09-22 Thread Marius Strobl
Author: marius Date: Tue Sep 22 11:47:21 2009 New Revision: 197402 URL: http://svn.freebsd.org/changeset/base/197402 Log: - Add missing bus_dmamap_sync(9) calls for the work DMA map. Previously the work area was totally unsynchronized which means this driver only had a chance of working

svn commit: r197401 - head/sys/dev/sound/pci

2009-09-22 Thread Marius Strobl
Author: marius Date: Tue Sep 22 11:38:45 2009 New Revision: 197401 URL: http://svn.freebsd.org/changeset/base/197401 Log: - According to Linux, the ALi M5451 can do 31-bit DMA instead of just 30-bit like the reset of the controllers supported by this driver. Actually ALi M5451 can be set

svn commit: r197400 - head/sys/dev/kbd

2009-09-22 Thread Ed Schouten
Author: ed Date: Tue Sep 22 11:29:11 2009 New Revision: 197400 URL: http://svn.freebsd.org/changeset/base/197400 Log: Use an unsigned integer for storing the key code. It seems Clang breaks when checking for SPCLKEY, which is now 0x8000. Using an unsigned integer fixes this. This is a

Re: svn commit: r197391 - head/sys/dev/mxge

2009-09-22 Thread Robert Watson
On Mon, 21 Sep 2009, Andrew Gallatin wrote: Add support for throttling transmit bandwidth. This is most commonly used to reduce packet loss on high delay (WAN) paths with a slow link. Hi Drew-- Could you say a little more about the situations in which this is used? I see (or think I se

svn commit: r197399 - head/sys/conf

2009-09-22 Thread Xin LI
Author: delphij Date: Tue Sep 22 07:10:23 2009 New Revision: 197399 URL: http://svn.freebsd.org/changeset/base/197399 Log: Hide x86bios stuff in i386/amd64 specific files as atkbdc would get these stuff into build. Modified: head/sys/conf/files head/sys/conf/files.amd64 head/sys/conf/fi