This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[glibc] Deleted branch fw/accept4


The branch 'fw/accept4' was deleted.
It previously pointed to:

 02191c9... Assume that accept4 is always available and works

Diff:

!!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):
-------------------------------------------------------------------

  02191c9... Assume that accept4 is always available and works
  6417a03... Assume that O_CLOEXEC is always defined and works
  18efac1... Assume that dup3 is available
  50f6c19... Assume that pipe2 is always available

commit 02191c903188162a48f57a4644dcd74809011151
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Apr 14 10:30:01 2017 +0200

    Assume that accept4 is always available and works
    
    Simplify the Linux accept4 implementation based on the assumption
    that it is available in some way.  __ASSUME_ACCEPT4_SOCKETCALL was
    previously unused, so remove it.  Its functionality is implied
    by the complex #if condition in accept4.c.

commit 6417a03b98b851c7e5fea01ffd744d497971277e
Author: Florian Weimer <fweimer@redhat.com>
Date:   Thu Apr 13 21:52:16 2017 +0200

    Assume that O_CLOEXEC is always defined and works

commit 18efac1c735a005c14c3da1101c26945ac5f80f6
Author: Florian Weimer <fweimer@redhat.com>
Date:   Thu Apr 13 20:53:43 2017 +0200

    Assume that dup3 is available

commit 50f6c198bd55b0706501f7a8316d166f8be24e10
Author: Florian Weimer <fweimer@redhat.com>
Date:   Thu Apr 13 17:22:59 2017 +0200

    Assume that pipe2 is always available
    
    The Debian patches (which are already required to build glibc before
    this commit) contain an implementation of pipe2.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]