From owner-freebsd-hackers@freebsd.org Thu Oct 1 16:50:46 2015 Return-Path: Delivered-To: freebsd-hackers@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 21224A0D340 for ; Thu, 1 Oct 2015 16:50:46 +0000 (UTC) (envelope-from kris@nivenly.com) Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) (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 B46E91567 for ; Thu, 1 Oct 2015 16:50:45 +0000 (UTC) (envelope-from kris@nivenly.com) Received: by wicfx3 with SMTP id fx3so37373533wic.0 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=cLGkfa3MJpDiLi6ZZbaZumA1xYTmxrT+0L4kEqKJ5jIEsNGruPb07LnFxYngpamLhe GPkg0CerutIPRx74nfJgtRi097AQmaRBiDYiQkyF+1XhcZLICqxhHWUX4DAz8rOK2Gpp 2yIITiijX8nghhuP91Rk3nMzz4Pm3b8cBOg3O0I/S7I3UnlS+vyGgbuGeGW8YY1vkEud 7Ifsr/JGOleEfTYYyW6xHhIM/67ARsqpzVqGHitjVgxyeVPw069LGY4zNr/oxygVawlR 7eqEG7P7mz+ogTqBxT/CyhrKW3AUJ8PfoQWsrgUPc9bz237Dbv6Lyr1BceNjJrZQFUnK zlMQ== X-Gm-Message-State: ALoCoQkaipkqLNXQqDJubnplyTsChcAhIG9g0+pnGzghrVqZ3/O7nS359jmGeCrlCQrk3hZKY+U4 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-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD 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" >