Re: [PATCH] Fix PT_IO ptrace(2) request

2002-10-17 Thread Mark Kettenis
Date: Wed, 16 Oct 2002 12:49:14 -0400 (EDT) From: John Baldwin [EMAIL PROTECTED] On 14-Oct-2002 Mark Kettenis wrote: The new PT_IO ptrace(2) request doesn't work, since it doesn't release a lock. Since PT_IO is similar to PT_READ_D/PT_WRITE_D, I copied the PROC_UNLOCK from

Re: Anyone ported HCF/HSF modem drivers to FreeBSD?

2003-09-01 Thread Mark Kettenis
Date: Sun, 31 Aug 2003 15:02:36 -0700 (PDT) From: Nate Lawson [EMAIL PROTECTED] I asked this on -hackers a little while ago but no response. I'm curious if anyone has made an attempt to port these Winmodem drivers. http://www.linuxant.com/drivers/ I did look into it, but

Re: /lib/foo.so.X - /usr/lib/foo.so

2003-09-04 Thread Mark Kettenis
Date: Thu, 4 Sep 2003 14:10:50 -0700 From: David O'Brien [EMAIL PROTECTED] On Thu, Sep 04, 2003 at 11:27:15PM +0300, Ruslan Ermilov wrote: On Thu, Sep 04, 2003 at 09:58:39PM +0300, Ruslan Ermilov wrote: [...] The patch is not a problem (attached). I've been looking at

Re: GDB - do we dare?

2003-07-12 Thread Mark Kettenis
Date: Fri, 11 Jul 2003 15:50:02 -0700 From: Marcel Moolenaar [EMAIL PROTECTED] Gang, With the gcc(1) dust not even settled yet, I like to get some feedback on gdb(1). AFAICT, this is the deal: o Both ia64 and amd64 need gdb(1) support before they can become a tier 1

Re: GDB - do we dare?

2003-07-13 Thread Mark Kettenis
Date: Sat, 12 Jul 2003 13:39:30 -0700 From: Marcel Moolenaar [EMAIL PROTECTED] On Sat, Jul 12, 2003 at 01:05:00PM +0200, Mark Kettenis wrote: o We still have the Alpha gdb -k bug moved over from the 5.1 todo list to the 5.2 todo list. I think this is just a bug fix

Re: GDB - do we dare?

2003-07-14 Thread Mark Kettenis
Date: Sun, 13 Jul 2003 16:49:12 -0700 From: David O'Brien [EMAIL PROTECTED] On Sat, Jul 12, 2003 at 01:05:00PM +0200, Mark Kettenis wrote: Date: Fri, 11 Jul 2003 15:50:02 -0700 From: Marcel Moolenaar [EMAIL PROTECTED] Gang, With the gcc(1) dust

[PATCH] Fix PT_IO ptrace(2) request

2002-10-14 Thread Mark Kettenis
The new PT_IO ptrace(2) request doesn't work, since it doesn't release a lock. Since PT_IO is similar to PT_READ_D/PT_WRITE_D, I copied the PROC_UNLOCK from there and inserted in the same location. Patch, against version 1.103 of sys_process.c, attached. This patch is also available as: