public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/14138] New: Move some functions to syscalls.list
@ 2012-05-23 12:58 jsm28 at gcc dot gnu.org
  2014-06-19 16:07 ` [Bug libc/14138] " fweimer at redhat dot com
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2012-05-23 12:58 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14138

             Bug #: 14138
           Summary: Move some functions to syscalls.list
           Product: glibc
           Version: 2.15
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jsm28@gcc.gnu.org
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


The removal of compatibility code for old Linux kernel versions has left some
functions just calling a syscall with INLINE_SYSCALL or INTERNAL_SYSCALL
(possibly with cancellation handling), so that it may be possible to use
syscalls.list entries instead of custom C code.  Such files have the comment

/* Consider moving to syscalls.list.  */

(some now after removal of pre-2.2 support, more later after removal of pre-2.4
support goes in).

Each case should be investigated, and either moved to syscalls.list or the
comment changed to explain why syscalls.list is not used.  In some cases it may
suffice to use an existing syscalls.list entry instead of a new one.  In some
cases the C file may be #included for other architectures in libc or ports, so
requiring syscalls.list changes for more than just the one architecture; this
needs checking for in each case changed to use syscalls.list.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-10-31 21:16 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-23 12:58 [Bug libc/14138] New: Move some functions to syscalls.list jsm28 at gcc dot gnu.org
2014-06-19 16:07 ` [Bug libc/14138] " fweimer at redhat dot com
2014-06-20 15:43 ` cvs-commit at gcc dot gnu.org
2014-09-23 14:14 ` cvs-commit at gcc dot gnu.org
2014-09-30 14:33 ` cvs-commit at gcc dot gnu.org
2014-10-01 20:59 ` cvs-commit at gcc dot gnu.org
2014-10-06 22:33 ` cvs-commit at gcc dot gnu.org
2014-10-06 23:00 ` cvs-commit at gcc dot gnu.org
2014-10-20 15:50 ` cvs-commit at gcc dot gnu.org
2014-10-24 13:00 ` cvs-commit at gcc dot gnu.org
2014-10-24 13:02 ` cvs-commit at gcc dot gnu.org
2014-10-27 12:25 ` cvs-commit at gcc dot gnu.org
2014-10-31 21:14 ` cvs-commit at gcc dot gnu.org
2014-10-31 21:16 ` jsm28 at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).