Re: CVS commit: src/sys/dev/gpio

2009-07-26 Thread Arnaud Lacombe
On Sun, Jul 26, 2009 at 5:26 PM, matthew green wrote: > incidentially, i actually did object to this change on ICB last night > but i was off to bed and didn't feel like arguing at the time.  i > didn't expect to see it commited straight away.  so marc's claim that > it did not get any objections i

re: CVS commit: src/sys/dev/gpio

2009-07-26 Thread matthew green
In article <87ws5vmk70@snark.cb.piermont.com>, Perry E. Metzger wrote: > >Tonnerre LOMBARD writes: >> On Sun, Jul 26, 2009 at 12:48:06PM -0400, Perry E. Metzger wrote: >>> That's another thing: quit being so rude to a new developer. Even if it >>> was bad for him to do t

Re: CVS commit: src/sys/dev/gpio

2009-07-26 Thread Christos Zoulas
In article <87ws5vmk70@snark.cb.piermont.com>, Perry E. Metzger wrote: > >Tonnerre LOMBARD writes: >> On Sun, Jul 26, 2009 at 12:48:06PM -0400, Perry E. Metzger wrote: >>> That's another thing: quit being so rude to a new developer. Even if it >>> was bad for him to do this commit, it would b

Re: CVS commit: src/sys/dev/gpio

2009-07-26 Thread Perry E. Metzger
Tonnerre LOMBARD writes: > On Sun, Jul 26, 2009 at 12:48:06PM -0400, Perry E. Metzger wrote: >> That's another thing: quit being so rude to a new developer. Even if it >> was bad for him to do this commit, it would be unreasonable to tell him >> off so impolitely. > > I'd prefer of you left this

Re: CVS commit: src/sys/dev/gpio

2009-07-26 Thread Tonnerre LOMBARD
Salut, On Sun, Jul 26, 2009 at 12:48:06PM -0400, Perry E. Metzger wrote: > That's another thing: quit being so rude to a new developer. Even if it > was bad for him to do this commit, it would be unreasonable to tell him > off so impolitely. I'd prefer of you left this judgment to him and me.

Re: CVS commit: src/sys/dev/gpio

2009-07-26 Thread Perry E. Metzger
Tonnerre LOMBARD writes: > On Sun, Jul 26, 2009 at 12:14:28PM -0400, Perry E. Metzger wrote: >> > While you're still a newdev, please get approval from a specific person >> > before you commit changes. >> >> I don't think the change was unreasonable or required more approval than >> Marc already

Re: CVS commit: src/sys/dev/gpio

2009-07-26 Thread Tonnerre LOMBARD
Salut, On Sun, Jul 26, 2009 at 12:14:28PM -0400, Perry E. Metzger wrote: > > While you're still a newdev, please get approval from a specific person > > before you commit changes. > > I don't think the change was unreasonable or required more approval than > Marc already got. Since it changes th

Re: CVS commit: src/sys/dev/gpio

2009-07-26 Thread Perry E. Metzger
Tonnerre LOMBARD writes: >> >I am somehow missing an "approved by:" in this commit message. Whose >> >approval did you get? >> >> It was discussed on ICB and no one really objected after the name >> was changed. > > While you're still a newdev, please get approval from a specific person > before

Re: CVS commit: src/sys/dev/gpio

2009-07-26 Thread Tonnerre LOMBARD
Salut, On Sun, Jul 26, 2009 at 04:07:21PM +0200, Marc Balmer wrote: > >>Log Message: > >>Simplify the use _a lot_ by hooking this to sysctl instead of bio(4). > >>When it attaches, it creates a hw.gpiosimN.value sysctl node > >>which can > >>then be used to manipulate the simulated device state. >

Re: CVS commit: src/sys/dev/gpio

2009-07-26 Thread Marc Balmer
Am 26.07.2009 um 16:01 schrieb Tonnerre LOMBARD: Salut, On Sun, Jul 26, 2009 at 01:45:20PM +, Marc Balmer wrote: Log Message: Simplify the use _a lot_ by hooking this to sysctl instead of bio(4). When it attaches, it creates a hw.gpiosimN.value sysctl node which can then be used to man

Re: CVS commit: src/sys/dev/gpio

2009-07-26 Thread Tonnerre LOMBARD
Salut, On Sun, Jul 26, 2009 at 01:45:20PM +, Marc Balmer wrote: > Log Message: > Simplify the use _a lot_ by hooking this to sysctl instead of bio(4). > When it attaches, it creates a hw.gpiosimN.value sysctl node which can > then be used to manipulate the simulated device state. I am somehow

Re: CVS commit: src/sys/netinet6

2009-07-26 Thread Tonnerre LOMBARD
Salut, On Sun, Jul 26, 2009 at 07:22:54AM +0200, Bernd Ernesti wrote: > > (Debated on tech-net@ before but almost two weeks passed by without any > > comment on the patch.) > > There was one from David Young: > Message-ID: <20090713160131.gg...@ojctech.com> > Date: Mon, 13 Jul 2009 11:01:31 -05

Re: CVS commit: src/share/man/man4

2009-07-26 Thread Izumi Tsutsui
> >> Modified Files: > >>src/share/man/man4: gpio.4 > >> > >> Log Message: > >> Reword for better HTML output. > > > > we should fix our tools, instead. > > Feel free to. > > The problem is that "<" can be used in macros, so we can't stupidly > replace every "<" with a < in HTML output. Or at

Re: CVS commit: src/share/man/man4

2009-07-26 Thread Thomas Klausner
On Sat, Jul 25, 2009 at 11:58:46PM +0200, Marc Balmer wrote: > >> Module Name: src >> Committed By:wiz >> Date:Sat Jul 25 21:16:35 UTC 2009 >> >> Modified Files: >> src/share/man/man4: gpio.4 >> >> Log Message: >> Reword for better HTML output. > > we should fix our too