From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80141 invoked by alias); 31 Oct 2019 07:17:38 -0000 Mailing-List: contact libc-help-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: libc-help-owner@sourceware.org Received: (qmail 80131 invoked by uid 89); 31 Oct 2019 07:17:37 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=HX-Received:Thu, Ben, israel, ben X-HELO: mail-pg1-f175.google.com Received: from mail-pg1-f175.google.com (HELO mail-pg1-f175.google.com) (209.85.215.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 31 Oct 2019 07:17:34 +0000 Received: by mail-pg1-f175.google.com with SMTP id p1so3414116pgi.4 for ; Thu, 31 Oct 2019 00:17:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=post-bgu-ac-il.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=aEuXDXDtaT1UCk7p9beqqeNi32z+97lVKxkVlXropyg=; b=DSuytogcleSG/90kTc9ZUcdeSJLkNg0g6wHspQDcIwjQm0vkh21nBdPzEF8zlpQ6Wd M7hcVjStYC1Og/LoBzWWEgQD7rz/QQKWvioQMyp0UGCbCokHtMrDopbEIMdiBmFYV5Hj r9Wk4vLCZHLtACaXzuW8bZkmNQ9i+Cb+aqUel1c4rBbYHdqS3/4HnD9HJr74Jtt4Qn7M YG7fP/TtgX1bIvn8BtDUuW40V/I8SVegOePKSpzXoNNu/4VUnTuMo7d4cXmdSeplC272 W2U3w19Gp+WootPu7OL7dEyzaOpo9KbhtWs4ILp9BToshsuQhuFJJ7YfHIGjJlYu4Ram DtOQ== MIME-Version: 1.0 From: asenat dadon Date: Thu, 31 Oct 2019 07:17:00 -0000 Message-ID: Subject: making changes in libc - take 2 To: libc-help@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2019-10/txt/msg00041.txt.bz2 greetings my name is asnat dadon and I"m a phd student at the Ben gurion university israel in my research i need to make changes in the libc for adding new and modify current functionality, during my search for the libc code I had found this link: https://code.woboq.org/userspace/glibc. nevertheless, it seems not to have all the libc code my questions are as follows: 1. i appreciate if you send me a site that include all the libc code 2. where can i found the wrapper functions for the exec family, open, write, fork etc. by wrapper function i mean something like: void wrapper_function() exec functional code invoke interrupt end wrapper_function 3. i will also appreciate if you can specify a name of a member that is located in israel if possible thank you very much asnat