GSOC: Introduction

Abhishek Tiwari erabhishektiwarics at gmail.com
Fri Mar 10 17:15:36 UTC 2017


On Thu, Mar 9, 2017 at 5:39 AM, Dmitry V. Levin <ldv at altlinux.org> wrote:
> On Wed, Mar 08, 2017 at 07:51:49AM +0530, Abhishek Tiwari wrote:
>> Made changes in description of commit message and INSTALL-git.md.
>> From bfb8f2576e947b8b1abd7709f1ae8277d77e3c2a Mon Sep 17 00:00:00 2001
>> From: Abhishek Tiwari <erabhishektiwarics at gmail.com>
>> Date: Tue, 7 Mar 2017 08:49:30 +0530
>> Subject: [PATCH v6] Updated information in order to build strace from git
>>  repository
>
> Changed to:
> Update information on how to build strace from git repository
>
>> * INSTALL-git.md: Describe how to build strace from git repository.
>> * README.md: Add reference to INSTALL-git.md.
>> * README-hacking: Likewise.
>> ---
>>  INSTALL-git.md | 8 ++++++++
>>  README-hacking | 6 +-----
>>  README.md      | 2 ++
>>  3 files changed, 11 insertions(+), 5 deletions(-)
>>  create mode 100644 INSTALL-git.md
>>
>> diff --git a/INSTALL-git.md b/INSTALL-git.md
>> new file mode 100644
>> index 0000000..304f1d4
>> --- /dev/null
>> +++ b/INSTALL-git.md
>> @@ -0,0 +1,8 @@
>> +Build strace from git repository
>> +================================
>> +If you use the GIT version of strace there will be some files missing
>> +that you need to build strace.  These files are generated by tools from
>> +the GNU Autoconf and Automake packages.
>> +
>> +Note: rather than running `autoreconf` directly, use the `./bootstrap` script
>> +and follow the instructions given in given in [INSTALL](INSTALL) file for further installation.
>> diff --git a/README-hacking b/README-hacking
>> index 16d12c0..ff8ce12 100644
>> --- a/README-hacking
>> +++ b/README-hacking
>> @@ -1,10 +1,6 @@
>>  Requirements
>>  ============
>> -If you use the GIT version of strace there will be some files missing
>> -that you need to build strace.  These files are generated by tools from
>> -the GNU Autoconf and Automake packages.
>> -
>> -Note: rather than run `autoreconf' directly, use the `./bootstrap' script.
>> +If you use the GIT version of strace, please refer to INSTALL-git.md file.
>>
>>
>>  No more ChangeLog file
>> diff --git a/README.md b/README.md
>> index 9350ec1..6e74285 100644
>> --- a/README.md
>> +++ b/README.md
>> @@ -4,6 +4,8 @@ strace is released under a Berkeley-style license at the request of Paul Kranenb
>>
>>  See the file [NEWS](NEWS) for information on what has changed in recent versions.
>>
>> +Please read the file [INSTALL-git](INSTALL-git) for installation instructions.
>
> Changed to:
> Please read the file [INSTALL-git](INSTALL-git.md) for installation instructions.
>
>> +
>>  Please send bug reports and enhancements to [the strace mailing list](https://lists.sourceforge.net/lists/listinfo/strace-devel).
>>
>>  [![Build Status](https://travis-ci.org/strace/strace.svg?branch=master)](https://travis-ci.org/strace/strace) [![Code Coverage](https://codecov.io/github/strace/strace/coverage.svg?branch=master)](https://codecov.io/github/strace/strace?branch=master)
>
> Thanks, applied with these two corrections.
>
>
> --
> ldv
>
> ------------------------------------------------------------------------------
> Announcing the Oxford Dictionaries API! The API offers world-renowned
> dictionary content that is easy and intuitive to access. Sign up for an
> account today to start using our lexical data to power your apps and
> projects. Get started today and enter our developer competition.
> http://sdm.link/oxford
> _______________________________________________
> Strace-devel mailing list
> Strace-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/strace-devel
>

Thank you for the patch acceptance.
Is the following list of open system calls complete ? It is based on
reply that function calls that returns new file descriptor

1) mq_open
2) openat
3) perf_event_open
4) open_by_handle_at
5) memfd_create
6) epoll_create1
7) dup
8) dup3
9) fcntl64
10) timerfd_create
11) socket
12) accept
13) pipe2




More information about the Strace-devel mailing list