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

2009-09-30 Thread Coleman Kane
Author: cokane Date: Thu Oct 1 02:43:51 2009 New Revision: 197654 URL: http://svn.freebsd.org/changeset/base/197654 Log: style(9) fixes (always compare pointers to NULL) Also, the previous commit to sys/dev/if_ndis/if_ndis.c also included the removal of a call to ndis_setstate_80211 that

svn commit: r197653 - in head/sys: amd64/conf i386/conf

2009-09-30 Thread Rui Paulo
Author: rpaulo Date: Thu Oct 1 02:08:42 2009 New Revision: 197653 URL: http://svn.freebsd.org/changeset/base/197653 Log: Improve 802.11s comment. Spotted by: dougb MFC after:1 day Modified: head/sys/amd64/conf/GENERIC head/sys/i386/conf/GENERIC Modified: head/sys/amd64/conf/G

Re: svn commit: r197614 - stable/8/sys/net80211

2009-09-30 Thread Rui Paulo
On 30 Sep 2009, at 20:23, Doug Barton wrote: Rui Paulo wrote: On 29 Sep 2009, at 13:18, Rui Paulo wrote: Author: rpaulo Date: Tue Sep 29 12:18:23 2009 New Revision: 197614 URL: http://svn.freebsd.org/changeset/base/197614 Log: Update 802.11s mesh support to draft 3.03. This includes a revise

Re: svn commit: r197652 - stable/7/sys/kern

2009-09-30 Thread Bruce Simpson
Nice fix. Timing problems are the subtlest. ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r197652 - stable/7/sys/kern

2009-09-30 Thread Kostik Belousov
On Wed, Sep 30, 2009 at 07:40:51PM +, Zachary Loafman wrote: > Author: zml > Date: Wed Sep 30 19:40:51 2009 > New Revision: 197652 > URL: http://svn.freebsd.org/changeset/base/197652 > > Log: > sched_ule in stable/7 has a bug (introduced in r180607) where a thread > that is running often w

svn commit: r197652 - stable/7/sys/kern

2009-09-30 Thread Zachary Loafman
Author: zml Date: Wed Sep 30 19:40:51 2009 New Revision: 197652 URL: http://svn.freebsd.org/changeset/base/197652 Log: sched_ule in stable/7 has a bug (introduced in r180607) where a thread that is running often will appear to not be running much at all. sched_ule has a much less accurate

Re: svn commit: r197614 - stable/8/sys/net80211

2009-09-30 Thread Doug Barton
Rui Paulo wrote: > On 29 Sep 2009, at 13:18, Rui Paulo wrote: > >> Author: rpaulo >> Date: Tue Sep 29 12:18:23 2009 >> New Revision: 197614 >> URL: http://svn.freebsd.org/changeset/base/197614 >> >> Log: >> Update 802.11s mesh support to draft 3.03. This includes a revised >> frame >> format fo

svn commit: r197650 - head/sys/fs/nfs

2009-09-30 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Sep 30 18:50:50 2009 New Revision: 197650 URL: http://svn.freebsd.org/changeset/base/197650 Log: Fix typo in the comment. Modified: head/sys/fs/nfs/nfs_commonacl.c Modified: head/sys/fs/nfs/nfs_commonacl.c ==

Re: svn commit: r197647 - in head/sys: amd64/include i386/include

2009-09-30 Thread Bruce Evans
On Wed, 30 Sep 2009, Kostik Belousov wrote: On Wed, Sep 30, 2009 at 04:34:50PM +, Andriy Gapon wrote: Author: avg Date: Wed Sep 30 16:34:50 2009 New Revision: 197647 URL: http://svn.freebsd.org/changeset/base/197647 Log: cpufunc.h: unify/correct style of c extension names i386 and amd

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

2009-09-30 Thread Robert Watson
On Wed, 30 Sep 2009, Attilio Rao wrote: When releasing a read/shared lock we need to use a write memory barrier in order to avoid, on architectures which doesn't have strong ordered writes, CPU instructions reordering. Hi Attilio (Fabio, et al), Nice catch! Are we aware of specific report

svn commit: r197649 - head/sys/dev/acpica

2009-09-30 Thread John Baldwin
Author: jhb Date: Wed Sep 30 17:07:49 2009 New Revision: 197649 URL: http://svn.freebsd.org/changeset/base/197649 Log: Do not hold the ACPI A/C adapter lock when changing the power profile. MFC after:2 weeks Modified: head/sys/dev/acpica/acpi_acad.c Modified: head/sys/dev/acpica/acp

svn commit: r197648 - head/sys/dev/acpica

2009-09-30 Thread John Baldwin
Author: jhb Date: Wed Sep 30 17:05:26 2009 New Revision: 197648 URL: http://svn.freebsd.org/changeset/base/197648 Log: Split the 'video' ACPI lock up into two locks to resolve a LOR with the sysctl lock. The 'video' lock now protects the 'bus' of video output devices attached to a graphics

Re: svn commit: r197608 - head/sys/geom/part

2009-09-30 Thread Marcel Moolenaar
On Sep 29, 2009, at 4:51 PM, Dmitry Marakasov wrote: * Dmitry Marakasov (amd...@amdmi3.ru) wrote: Seconded. I've seen a report of geom_part_ebr unable to detect partitions which were actually there. Will inquiry the reporter if this change solved the problem. Seems like it hasn't. Here's th

Re: svn commit: r197647 - in head/sys: amd64/include i386/include

2009-09-30 Thread Kostik Belousov
On Wed, Sep 30, 2009 at 04:34:50PM +, Andriy Gapon wrote: > Author: avg > Date: Wed Sep 30 16:34:50 2009 > New Revision: 197647 > URL: http://svn.freebsd.org/changeset/base/197647 > > Log: > cpufunc.h: unify/correct style of c extension names > > i386 and amd64 archs only. > inline =>

svn commit: r197647 - in head/sys: amd64/include i386/include

2009-09-30 Thread Andriy Gapon
Author: avg Date: Wed Sep 30 16:34:50 2009 New Revision: 197647 URL: http://svn.freebsd.org/changeset/base/197647 Log: cpufunc.h: unify/correct style of c extension names i386 and amd64 archs only. inline => __inline. [1] __asm__ => __asm. [2] Reviewed by: kib, jhb [1] Suggested

Re: svn commit: r197646 - head/etc/rc.d

2009-09-30 Thread Alexey Dokuchaev
On Wed, Sep 30, 2009 at 02:58:10PM +, Hajimu UMEMOTO wrote: > Author: ume > Date: Wed Sep 30 14:58:10 2009 > New Revision: 197646 > URL: http://svn.freebsd.org/changeset/base/197646 > > Log: > Don't do an IPv6 operation when the kernel doesn't have > an IPv6 support. Thanks! ./danfe

svn commit: r197646 - head/etc/rc.d

2009-09-30 Thread Hajimu UMEMOTO
Author: ume Date: Wed Sep 30 14:58:10 2009 New Revision: 197646 URL: http://svn.freebsd.org/changeset/base/197646 Log: Don't do an IPv6 operation when the kernel doesn't have an IPv6 support. Reported by: Alexander Best Confirmed by: Paul B. Mahol , Alexander Best Mo

svn commit: r197645 - head/sys/dev/mxge

2009-09-30 Thread Andrew Gallatin
Author: gallatin Date: Wed Sep 30 14:42:06 2009 New Revision: 197645 URL: http://svn.freebsd.org/changeset/base/197645 Log: Two more mxge watchdog fixes: 1) Restore the PCI Express control register after a watchdog reset. This is required because the device will come out of watch

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

2009-09-30 Thread Coleman Kane
Author: cokane Date: Wed Sep 30 14:28:38 2009 New Revision: 197644 URL: http://svn.freebsd.org/changeset/base/197644 Log: Correct a bug that could lead to a kernel panic if a user attempted to perform 802.11 operations directly on the ndis0 interface before the first VAP (wlan0) had been cre

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

2009-09-30 Thread Attilio Rao
2009/9/30 Ivan Voras : > 2009/9/30 Attilio Rao : >> Author: attilio >> Date: Wed Sep 30 13:26:31 2009 >> New Revision: 197643 >> URL: http://svn.freebsd.org/changeset/base/197643 >> >> Log: >> When releasing a read/shared lock we need to use a write memory barrier >> in order to avoid, on archite

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

2009-09-30 Thread Ivan Voras
2009/9/30 Attilio Rao : > Author: attilio > Date: Wed Sep 30 13:26:31 2009 > New Revision: 197643 > URL: http://svn.freebsd.org/changeset/base/197643 > > Log: >  When releasing a read/shared lock we need to use a write memory barrier >  in order to avoid, on architectures which doesn't have strong

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

2009-09-30 Thread Attilio Rao
Author: attilio Date: Wed Sep 30 13:26:31 2009 New Revision: 197643 URL: http://svn.freebsd.org/changeset/base/197643 Log: When releasing a read/shared lock we need to use a write memory barrier in order to avoid, on architectures which doesn't have strong ordered writes, CPU instructions re

svn commit: r197642 - stable/8

2009-09-30 Thread Ken Smith
Author: kensmith Date: Wed Sep 30 12:53:21 2009 New Revision: 197642 URL: http://svn.freebsd.org/changeset/base/197642 Log: Remove an extra 'S' that snuck in. Submitted by: danfe Approved by: re (implicit) Modified: stable/8/UPDATING Modified: stable/8/UPDATING ==

svn commit: r197641 - head/sys/kern

2009-09-30 Thread Andriy Gapon
Author: avg Date: Wed Sep 30 11:14:13 2009 New Revision: 197641 URL: http://svn.freebsd.org/changeset/base/197641 Log: print_caddr_t: drop incorrect __unused attribute from parameter seems like a purely cosmetic change Reviewed by: jhb, kib MFC after:1 week Modified: head/sys

svn commit: r197640 - head/sys/dev/sound/pci/hda

2009-09-30 Thread Alexander Motin
Author: mav Date: Wed Sep 30 11:05:12 2009 New Revision: 197640 URL: http://svn.freebsd.org/changeset/base/197640 Log: Fix typo in previous commit. Add Realtek ALC887 codec ID. Modified: head/sys/dev/sound/pci/hda/hdac.c Modified: head/sys/dev/sound/pci/hda/hdac.c =

svn commit: r197637 - in head/sys: compat/freebsd32 kern sys

2009-09-30 Thread Robert Watson
Author: rwatson Date: Wed Sep 30 08:48:59 2009 New Revision: 197637 URL: http://svn.freebsd.org/changeset/base/197637 Log: Regenerate system call files following r197636. Modified: head/sys/compat/freebsd32/freebsd32_proto.h head/sys/compat/freebsd32/freebsd32_syscall.h head/sys/compat/fr

svn commit: r197636 - in head/sys: compat/freebsd32 kern

2009-09-30 Thread Robert Watson
Author: rwatson Date: Wed Sep 30 08:46:01 2009 New Revision: 197636 URL: http://svn.freebsd.org/changeset/base/197636 Log: Reserve system call numbers for Capsicum security framework capabilities, capability mode, and process descriptors: cap_new, cap_getrights, cap_enter, cap_getmode, pdfor