Re: Stop the madness in radix.c take 2

2014-01-18 Thread Mike Belopuhov
On Sun, Jan 19, 2014 at 06:37 +0100, Claudio Jeker wrote: > On Sun, Jan 19, 2014 at 06:15:06AM +0100, Mike Belopuhov wrote: > > On Sun, Jan 19, 2014 at 05:42 +0100, Claudio Jeker wrote: > > > Here is more cleanup. > > > > > > Kill the MKget MKfree madness and replace it with *drummrolls* > > > a p

Re: Stop the madness in radix.c take 2

2014-01-18 Thread Claudio Jeker
On Sun, Jan 19, 2014 at 06:15:06AM +0100, Mike Belopuhov wrote: > On Sun, Jan 19, 2014 at 05:42 +0100, Claudio Jeker wrote: > > Here is more cleanup. > > > > Kill the MKget MKfree madness and replace it with *drummrolls* > > a pool(9). Makes the code a lot easier to digest. > > Better? -- :wq

Re: Stop the madness in radix.c take 2

2014-01-18 Thread Mike Belopuhov
On Sun, Jan 19, 2014 at 05:42 +0100, Claudio Jeker wrote: > Here is more cleanup. > > Kill the MKget MKfree madness and replace it with *drummrolls* > a pool(9). Makes the code a lot easier to digest. > > -- > :wq Claudio > > Index: net/radix.c >

Stop the madness in radix.c take 2

2014-01-18 Thread Claudio Jeker
Here is more cleanup. Kill the MKget MKfree madness and replace it with *drummrolls* a pool(9). Makes the code a lot easier to digest. -- :wq Claudio Index: net/radix.c === RCS file: /cvs/src/sys/net/radix.c,v retrieving revision 1

Re: Stop the madness in radix.c

2014-01-18 Thread Mike Belopuhov
On 19 January 2014 16:35, Claudio Jeker wrote: > We no longer use radix.c in userland since routed(8) was killed > aeons ago. There is no need for this madness anymore so remove it. OK

Stop the madness in radix.c

2014-01-18 Thread Claudio Jeker
We no longer use radix.c in userland since routed(8) was killed aeons ago. There is no need for this madness anymore so remove it. -- :wq Claudio Index: radix.c === RCS file: /cvs/src/sys/net/radix.c,v retrieving revision 1.34 diff