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
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
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
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"
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
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
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
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
==
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
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
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
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
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
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 =>
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
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
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
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
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
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
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
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
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
==
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
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
=
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
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
27 matches
Mail list logo