From owner-freebsd-fs@freebsd.org Thu Oct 1 16:50:46 2015 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CC49A0D33F for ; Thu, 1 Oct 2015 16:50:46 +0000 (UTC) (envelope-from kris@nivenly.com) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B47401568 for ; Thu, 1 Oct 2015 16:50:45 +0000 (UTC) (envelope-from kris@nivenly.com) Received: by wiclk2 with SMTP id lk2so37358204wic.1 for ; Thu, 01 Oct 2015 09:50:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=6jUCzxX0xUB3PSFfCxxeQLxzkxJUcCEXGt+h9TUcFMs=; b=SmWLzg3QTRnkVULzNfTPVgm1sjw8ICsNAXIeJaJfL5WzxxGdqDV++IXX77/kpZFGMb YwFUZegp5uLwY9YazWtnm5hv3zK18xsTHo9ShU7ED3GcfUnmOzNWipM7XppM3LazKxmk Hk/3G/17WDKtIRNRcJkay5mNgLlG2n1jtxitKNy9qiPUZwBqjr3zOjw9NrzVWxmsRMcF dHSYn9A/+VG+JzqqWBgZFsRdbUjX1KSU6RoPitRkbwdCahRJzSF5KFocajLxq9CR6Q2L qtUzUsX3DV9HdCjC3q+I/ZNqExlH3EnvrBom948BZidwQZArUh7uRrpEamVPrYFL19H8 3M3A== X-Gm-Message-State: ALoCoQk9CAmXv0viUQ/KQxdz15+QPPMmWAofkSR7hqG2hPKG03H/r0lwUevDwfPfIaSyR/Vdhi8Q MIME-Version: 1.0 X-Received: by 10.194.178.196 with SMTP id da4mr13657870wjc.41.1443718237794; Thu, 01 Oct 2015 09:50:37 -0700 (PDT) Received: by 10.28.97.70 with HTTP; Thu, 1 Oct 2015 09:50:37 -0700 (PDT) X-Originating-IP: [96.88.83.245] In-Reply-To: References: Date: Thu, 1 Oct 2015 10:50:37 -0600 Message-ID: Subject: Re: LibCURL in Kernel From: Kris November To: Rakshith Venkatesh Cc: freebsd-fs@freebsd.org, freebsd-hackers@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2015 16:50:46 -0000 I think *libfetch* is the droid you are looking for. https://svnweb.freebsd.org/base/head/lib/libfetch/ On Thu, Oct 1, 2015 at 10:29 AM, Rakshith Venkatesh wrote: > Hi, > > I wanted to know if there is any library which does the job of libCURL in > FreeBSD kernel. I know libCURL is a user-space library but was looking for > something similar in kernel. Porting is one option but i think it surely > will not be a straight forward thing. > > Any leads on the above query would be great! > > > Thanks, > > Rakshith > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >