This is the mail archive of the libc-alpha@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]

[PATCH 0/2] Continue cancellable syscall consolidation


This patches are the follow up for the cancellable syscall consolidation
aiming to fix the x32 {INLINE,INTERNAL}_SYSCALL so it can use the
generic C implementation instead of the auto-generation one.

I am resing in a separate thread instead of ping the old threads mainly
for organize the workflow.

Adhemerval Zanella (2):
  Fix {INLINE,INTERNAL}_SYSCALL macros for x32
  Remove p{read,write}{v} and fallocate from x86 auto-generation list

 ChangeLog                                        |  55 +++++
 sysdeps/unix/sysv/linux/x86_64/syscalls.list     |   4 -
 sysdeps/unix/sysv/linux/x86_64/sysdep.h          | 252 +++++++++++++----------
 sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list |   1 -
 sysdeps/unix/sysv/linux/x86_64/x32/times.c       |  24 ++-
 5 files changed, 211 insertions(+), 125 deletions(-)

-- 
2.7.4


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