issue tracker

2012-12-19 Thread sickmind
Hi,

I have been using OpenBSD for quite a long time, and find it awesome.
I've got some spare time lately and decided to hunt some bugs, but I
don't really know where to start. Any suggestions?

P.S. Yeah, I know about openbsd-bugs, but I suppose that's not all there
is.



Re: Kernel Debugging

2012-12-24 Thread sickmind
On 15:34 Sun 23 Dec , Justin Mayes wrote:
> I was looking into kernel debug options and found that trying to build a
> kernel with kgdb option enabled fails. Anyone using the kgdb setup? I can
> use ddb it's just painful to have to manually walk structures to examine
> values. I have moved on to plan B which was to build with option  DDB_STRUCT
> and the build is a success but the 'show struct' command always returns
> 'unknown structure' for anything other than mbuf. Anyone have any kernel
> debugging strategies they'd like to share?
> 
>  
> 
> Justin
> 
> [demime 1.01d removed an attachment of type application/pkcs7-signature which 
> had a name of smime.p7s]

I gave it a try about a year ago, but not much luck. If you want to use
gdb, you'll have either to fix kgdb or to run openbsd inside qemu and
use qemu as a gdb backend. And you can always stick to ddb.



Re: Kernel Debugging

2013-01-08 Thread sickmind
On 17:04 Mon 07 Jan , Justin Mayes wrote:
> I got this. I had 2 com ports on this old target desktop and when I switched
> the serial cable to the right one, it worked. I have working DDB kernel with
> structs as well as a working kgdb kernel with current. 
> 
> Justin

Good. Any chance to get patches and kernel config from you?



Re: SSI

2012-09-28 Thread sickmind
On 11:12 Fri 28 Sep , Darren Tucker wrote:
> On Thu, Sep 27, 2012 at 01:04:23PM -0700, Brian Empson wrote:
> > Hello OpenBSD world,
> > 
> > Has there been/are there plan to include some SSI functionality
> > for BSD?
> 
> Single System Image was one of the original design goals for DragonFly,
> but they seem to have backed away from that recently (or, at least, it's
> taking much longer than they expected).
> 

Matt Dillon wrote some time ago that they had still intended to implement
that, though he didn't mention any details.



Re: SSI

2012-09-28 Thread sickmind
On 13:28 Fri 28 Sep , Brian Empson wrote:
> Wow
> 
> This mailing list is crazy
> 
> 

Isn't that fun?