From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3854 invoked by alias); 28 Feb 2014 22:14:31 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 3844 invoked by uid 89); 28 Feb 2014 22:14:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: glazunov.sibelius.xs4all.nl Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 28 Feb 2014 22:14:29 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id s1SMEN9N007563; Fri, 28 Feb 2014 23:14:23 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id s1SMEM2M001005; Fri, 28 Feb 2014 23:14:22 +0100 (CET) Date: Fri, 28 Feb 2014 22:14:00 -0000 Message-Id: <201402282214.s1SMEM2M001005@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: tromey@redhat.com CC: palves@redhat.com, gdb-patches@sourceware.org In-reply-to: <8761nyew6j.fsf@fleche.redhat.com> (message from Tom Tromey on Fri, 28 Feb 2014 14:58:44 -0700) Subject: Re: [PATCH/RFC] Support rthreads on OpenBSD 5.2 and later. References: <201402272243.s1RMheVq007573@glazunov.sibelius.xs4all.nl> <53106C21.9050608@redhat.com> <201402282154.s1SLsad8022144@glazunov.sibelius.xs4all.nl> <8761nyew6j.fsf@fleche.redhat.com> X-SW-Source: 2014-02/txt/msg00896.txt.bz2 > From: Tom Tromey > Date: Fri, 28 Feb 2014 14:58:44 -0700 > > >>>>> "Mark" == Mark Kettenis writes: > > Mark> + that maps userlan threads directly onto kernel threads in a 1:1 > > Little typo: "userland". Yeah. I swear I fixed that before I pushed the commit (Pedro pointed it out already). But apparantly git had a different opinion. > > Mark> +void > Mark> +obsd_add_target (struct target_ops *t) > > AFAICT nothing ever calls this. It does now ;). I'm serious. Git never does what I want. It gets in the way. I can now only ever work on one commit at the time or I lose my sanity. Perhaps at some point I will get used to it...