Unknown of course
-- thorpej
Sent from my iPhone.
> On May 26, 2018, at 2:15 PM, Jason R Thorpe wrote:
>
> Module Name:src
> Committed By:thorpej
> Date:Sat May 26 21:15:46 UTC 2018
>
> Modified Files:
>src/sys/dev/sysmon: sysmon_envsys.c
>
> Log Message:
> Avoid dereferen
yeah - done!
thanks!
On Tue, 23 Jun 2015, Christoph Badura wrote:
On Tue, Jun 23, 2015 at 10:41:42AM +, Paul Goyette wrote:
Committed By: pgoyette
Date: Tue Jun 23 10:41:42 UTC 2015
Modified Files:
src/sys/dev/sysmon: sysmon_envsys_events.c
Log Message:
Fix the KASSE
On Tue, Jun 23, 2015 at 10:41:42AM +, Paul Goyette wrote:
> Committed By: pgoyette
> Date: Tue Jun 23 10:41:42 UTC 2015
>
> Modified Files:
> src/sys/dev/sysmon: sysmon_envsys_events.c
>
> Log Message:
> Fix the KASSERT - we want to make sure that _both_ pointers are non-NULL,
>
On Tue, 5 May 2015, Christos Zoulas wrote:
| >> If module_autoload() returns an error, just return that value instead
| >> of overwriting with ENODEV.
| >>
| >
| > Yes, but break before the mutex_enter...
|
| Need to hold the mutex so we can release it below...
Return error then?
Yeah, possib
On May 5, 10:22am, p...@vps1.whooppee.com (Paul Goyette) wrote:
-- Subject: Re: CVS commit: src/sys/dev/sysmon
| On Tue, 5 May 2015, Christos Zoulas wrote:
|
| > In article <20150505002825.9e50...@cvs.netbsd.org>,
| > Paul Goyette wrote:
| >> -=-=-=-=-=-
| >>
| &
On Tue, 5 May 2015, Christos Zoulas wrote:
In article <20150505002825.9e50...@cvs.netbsd.org>,
Paul Goyette wrote:
-=-=-=-=-=-
Module Name:src
Committed By: pgoyette
Date: Tue May 5 00:28:25 UTC 2015
Modified Files:
src/sys/dev/sysmon: sysmon.c
Log Message:
If modul
In article <20150505002825.9e50...@cvs.netbsd.org>,
Paul Goyette wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: pgoyette
>Date: Tue May 5 00:28:25 UTC 2015
>
>Modified Files:
> src/sys/dev/sysmon: sysmon.c
>
>Log Message:
>If module_autoload() returns an error, just retu
On Tue, 5 May 2015, Christos Zoulas wrote:
Module Name:src
Committed By: pgoyette
Date: Mon May 4 23:50:36 UTC 2015
Modified Files:
src/sys/dev/sysmon: sysmon.c
Log Message:
If autoload of the subcomponent module fails, don't try to call its
open routine. Just return
In article <20150504235036.d534...@cvs.netbsd.org>,
Paul Goyette wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: pgoyette
>Date: Mon May 4 23:50:36 UTC 2015
>
>Modified Files:
> src/sys/dev/sysmon: sysmon.c
>
>Log Message:
>If autoload of the subcomponent module fails, do
It should be a defpseudo and it it my intention to make it so, soon. I
simnply haven't gotten to it yet.
On Tue, 28 Apr 2015, Taylor R Campbell wrote:
Date: Tue, 28 Apr 2015 17:01:10 +0800 (PHT)
From: Paul Goyette
Well, it really is a (pseudo-)device, and even has its own major device
Date: Tue, 28 Apr 2015 17:01:10 +0800 (PHT)
From: Paul Goyette
Well, it really is a (pseudo-)device, and even has its own major device
number.
We cannot avoid all of the device goop, since a non-built-in-module
would still have to merge in the devsw. My goal is to eventually
Well, it really is a (pseudo-)device, and even has its own major device
number.
We cannot avoid all of the device goop, since a non-built-in-module
would still have to merge in the devsw. My goal is to eventually be
able to build and run a kernel which has no portion of sysmon built-in,
and
Date: Thu, 23 Apr 2015 23:22:03 +
From: Paul Goyette
Modularize sysmon and its components
Why does this introduce a sysmon(4) autoconf device? It seems like
needless bookkeeping -- you could just make the mutex global, like all
the state it protects, and skip all the match/attach/d
Ooops - this should have been two commits.
Log message is correct for sysmon.c
For the others, message has been corrected to read:
Handle early initialization requirements - thanks martin@
and others
On Sat, 25 Apr 2015, Paul Goyette wrote:
Module Name:src
Committed By:
Done. Doing some testing now but should be ok.
On Sat, 25 Apr 2015, Christos Zoulas wrote:
In article <1723.1429983...@splode.eterna.com.au>,
matthew green wrote:
"Christos Zoulas" writes:
Module Name:src
Committed By: christos
Date: Sat Apr 25 14:06:58 UTC 2015
Modified
Yup - fixing now...
On Sat, 25 Apr 2015, Jeff Rizzo wrote:
On 4/25/15 3:46 PM, Paul Goyette wrote:
Module Name:src
Committed By: pgoyette
Date: Sat Apr 25 22:46:31 UTC 2015
+ if (pmf_device_register(sysmon_dev, NULL, NULL))
+ aprintf_error("%s: failed to
On 4/25/15 3:46 PM, Paul Goyette wrote:
Module Name:src
Committed By: pgoyette
Date: Sat Apr 25 22:46:31 UTC 2015
+ if (pmf_device_register(sysmon_dev, NULL, NULL))
+ aprintf_error("%s: failed to register with pmf\n",
I think you mean "aprint_error". This d
Thanks. :)
I'll get this (and the corresponding changes to sysmon_power and
sysmon_wdog subcomponents) done shortly.
On Sat, 25 Apr 2015, Christos Zoulas wrote:
In article <1723.1429983...@splode.eterna.com.au>,
matthew green wrote:
"Christos Zoulas" writes:
Module Name:src
Comm
In article <1723.1429983...@splode.eterna.com.au>,
matthew green wrote:
>
>"Christos Zoulas" writes:
>> Module Name: src
>> Committed By:christos
>> Date:Sat Apr 25 14:06:58 UTC 2015
>>
>> Modified Files:
>> src/sys/dev/sysmon: sysmon_envsys.c
>>
>> Log Message:
>>
"Christos Zoulas" writes:
> Module Name: src
> Committed By: christos
> Date: Sat Apr 25 14:06:58 UTC 2015
>
> Modified Files:
> src/sys/dev/sysmon: sysmon_envsys.c
>
> Log Message:
> make things boot again, from martin.
thanks. updating to test now..
but shouldn't this use RUN
On Sun, 19 Jun 2011, Martin Husemann wrote:
Module Name:src
Committed By: martin
Date: Sun Jun 19 11:40:26 UTC 2011
Modified Files:
src/sys/dev/sysmon: sysmon_envsys.c
Log Message:
Instead of crashing, print a usable error message when a driver eroneously
does not prope
On Wed, 15 Jun 2011, Paul Goyette wrote:
Module Name:src
Committed By: pgoyette
Date: Wed Jun 15 13:34:13 UTC 2011
Modified Files:
src/sys/dev/sysmon: sysmon_envsys.c
Log Message:
Previous fix broke the setting of current value for Indicator and
Battery-Charge sensors.
On Sat, 4 Jun 2011, Jukka Ruohonen wrote:
On Sat, Jun 04, 2011 at 01:24:33PM +, Paul Goyette wrote:
Since nothing actually records or maintains an average sensor value,
remove value_avg from the prop_dict. We can't completely remove it
because there's one driver that uses this field for it
On Sat, Jun 04, 2011 at 01:24:33PM +, Paul Goyette wrote:
> Since nothing actually records or maintains an average sensor value,
> remove value_avg from the prop_dict. We can't completely remove it
> because there's one driver that uses this field for its own private
> purposes, so for now we
On Sat Oct 23 2010 at 04:52:17 -0700, Paul Goyette wrote:
> On Sat, 23 Oct 2010, Antti Kantee wrote:
>
> >>This breaks the i386 ALL kernel.
> >
> >Ok, I put it back apart from the incorrect comment. Thanks.
>
> Yes, my bad for the incorrect comment. Sorry.
If I got a penny every time I wrote a
On Sat, 23 Oct 2010, Antti Kantee wrote:
This breaks the i386 ALL kernel.
Ok, I put it back apart from the incorrect comment. Thanks.
Yes, my bad for the incorrect comment. Sorry.
-
| Paul Goyette | PGP Key finge
On Sat Oct 23 2010 at 01:49:25 +, Jonathan A. Kollasch wrote:
> On Wed, Oct 20, 2010 at 06:50:47PM +, Antti Kantee wrote:
> > Module Name:src
> > Committed By: pooka
> > Date: Wed Oct 20 18:50:47 UTC 2010
> >
> > Modified Files:
> > src/sys/dev/sysmon: swsen
On Wed, Oct 20, 2010 at 06:50:47PM +, Antti Kantee wrote:
> Module Name: src
> Committed By: pooka
> Date: Wed Oct 20 18:50:47 UTC 2010
>
> Modified Files:
> src/sys/dev/sysmon: swsensor.c
>
> Log Message:
> remove unused routine (per comment)
>
>
> To generate a diff of this
On Wed, Jul 08, 2009 at 05:28:53PM +, Paul Goyette wrote:
> Module Name: src
> Committed By: pgoyette
> Date: Wed Jul 8 17:28:53 UTC 2009
>
> Modified Files:
> src/sys/dev/sysmon: sysmon_envsys_events.c
>
> Log Message:
> Initialize lims.sel_flags before using it. Prevents sp
29 matches
Mail list logo