Author: mav
Date: Mon Sep 24 08:23:05 2012
New Revision: 240884
URL: http://svn.freebsd.org/changeset/base/240884
Log:
Fix panic caused by wrong pointer dereference, left after pin sense rewrite
at r230551.
Also while there, make sense polling use reported for each node separately
inste
Author: mav
Date: Mon Sep 24 08:32:19 2012
New Revision: 240885
URL: http://svn.freebsd.org/changeset/base/240885
Log:
Document ipv6 hook, present there for ages.
Submitted by: Dmitry Luhtionov
Modified:
head/share/man/man4/ng_ppp.4
Modified: head/share/man/man4/ng_ppp.4
==
On 23 Sep 2012, at 20:27, Garrett Cooper wrote:
>+1. free(3) should silently ignore NULL parameters passed into it.
Indeed. The C standard's description for free() states that:
> If ptr is a null pointer, no action occurs.
This means that a standards-compilant compiler is entirely at liber
On Mon, Sep 24, 2012 at 09:47:45AM +0100, David Chisnall wrote:
> On 23 Sep 2012, at 20:27, Garrett Cooper wrote:
>
> >+1. free(3) should silently ignore NULL parameters passed into it.
>
> Indeed. The C standard's description for free() states that:
>
> > If ptr is a null pointer, no actio
On Sun, 23 Sep 2012, Pawel Jakub Dawidek wrote:
> Author: pjd
> Date: Sun Sep 23 19:40:58 2012
> New Revision: 240868
> URL: http://svn.freebsd.org/changeset/base/240868
>
> Log:
> Add TRIM support.
[snip]
Yesss! ;-)
Thank you very much.
Based on your thoughts, how could you estimate stabli
Author: bjk (doc committer)
Date: Mon Sep 24 15:02:31 2012
New Revision: 240887
URL: http://svn.freebsd.org/changeset/base/240887
Log:
Minor man page cleanup -- fix grammar, markup fixes, and start each
sentence on a new line.
Approved by: hrs (mentor)
Modified:
head/share/man/man4/va
Author: hselasky
Date: Mon Sep 24 16:34:13 2012
New Revision: 240890
URL: http://svn.freebsd.org/changeset/base/240890
Log:
DWC OTG host mode improvements:
- Make HSIC selection dynamic.
- Make LOW speed USB devices work through HIGH speed USB HUB.
Modified:
head/sys/dev/usb/controller/
On Sep 23, 2012, at 8:13 PM, Doug Barton wrote:
> On 09/22/2012 15:16, Devin Teske wrote:
>> -if : 2> /dev/null > "$_PATH_DB"; then
>> +if true 2> /dev/null > "$_PATH_DB"; then
>> cat <<-EOF > "$_PATH_DB"
>> $zoneinfo
>>
On Mon, Sep 24, 2012 at 9:45 AM, Devin Teske wrote:
>
> On Sep 23, 2012, at 8:13 PM, Doug Barton wrote:
>
>> On 09/22/2012 15:16, Devin Teske wrote:
>>> -if : 2> /dev/null > "$_PATH_DB"; then
>>> +if true 2> /dev/null > "$_PATH_DB"; then
>>> cat <<-EOF
Author: hselasky
Date: Mon Sep 24 17:13:33 2012
New Revision: 240891
URL: http://svn.freebsd.org/changeset/base/240891
Log:
Make sure moused is exiting as quick as possible after that the
umsX character device returns a read error. Update devd.conf rules
to use "DEVFS" events which are gener
Author: melifaro
Date: Mon Sep 24 17:31:08 2012
New Revision: 240892
URL: http://svn.freebsd.org/changeset/base/240892
Log:
Permit table to be used as IPv6 address.
Reported by: Serhiy Popov
MFC after:2 weeks
Modified:
head/sbin/ipfw/ipv6.c
Modified: head/sbin/ipfw/ipv6.c
==
Author: melifaro
Date: Mon Sep 24 17:34:30 2012
New Revision: 240893
URL: http://svn.freebsd.org/changeset/base/240893
Log:
Whitespace fixes
MFC after:2 weeks
Modified:
head/sbin/ipfw/ipv6.c
Modified: head/sbin/ipfw/ipv6.c
Author: adrian
Date: Mon Sep 24 19:48:41 2012
New Revision: 240895
URL: http://svn.freebsd.org/changeset/base/240895
Log:
Debugging output fixes:
* use the correct frame status - although the completion descriptor is
the _last_ in the frame/aggregate, the status is currently stored in
Author: adrian
Date: Mon Sep 24 20:35:56 2012
New Revision: 240899
URL: http://svn.freebsd.org/changeset/base/240899
Log:
Migrate the ath(4) KTR logging to use an ATH_KTR() macro.
This should eventually be unified with ATH_DEBUG() so I can get both
from one macro; that may take some time.
Author: jimharris
Date: Mon Sep 24 21:40:22 2012
New Revision: 240900
URL: http://svn.freebsd.org/changeset/base/240900
Log:
Specify MTX_RECURSE for the controller's io_lock. Without it, tws(4)
immediately panics on boot with INVARIANTS enabled. The driver already
clearly expects to be abl
Author: jimharris
Date: Mon Sep 24 21:45:41 2012
New Revision: 240901
URL: http://svn.freebsd.org/changeset/base/240901
Log:
Use CAM_SEL_TIMEOUT and CAM_DEV_NOT_THERE to report missing targets or
LUNs respectively. This removes a huge number of error messages
from CAM during bus scans.
Author: rmacklem
Date: Mon Sep 24 23:57:16 2012
New Revision: 240902
URL: http://svn.freebsd.org/changeset/base/240902
Log:
Attila Bogar reported a bug in mountd when multiple export
entries with different security flavors are in the exports(5)
file. For that case, mountd replies with the se
Author: alc
Date: Tue Sep 25 03:59:10 2012
New Revision: 240913
URL: http://svn.freebsd.org/changeset/base/240913
Log:
Eliminate an unused declaration.
Modified:
head/sys/arm/arm/pmap-v6.c
head/sys/arm/arm/pmap.c
Modified: head/sys/arm/arm/pmap-v6.c
Author: adrian
Date: Tue Sep 25 05:56:59 2012
New Revision: 240914
URL: http://svn.freebsd.org/changeset/base/240914
Log:
Call ath_tx_tid_unsched() after the node has been flushed, so the
state can be printed correctly.
Modified:
head/sys/dev/ath/if_ath_tx.c
Modified: head/sys/dev/ath/if_a
19 matches
Mail list logo