unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Remove Linux generic sysdep
@ 2022-12-07 21:22 Adhemerval Zanella via Libc-alpha
  2022-12-07 21:22 ` [PATCH v2 1/5] Linux: Move wordsize-32 Version to default Adhemerval Zanella via Libc-alpha
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Adhemerval Zanella via Libc-alpha @ 2022-12-07 21:22 UTC (permalink / raw)
  To: libc-alpha, Carlos O'Donell

With recent BZ#29657, where struct stat were not adapted for 64 time
because I forgot that generic folder is not always used for ports with
default 64 bit time_t; it seems better to finish the generic
integration and make the Linux default implementation the de-facto
"generic" implementation.

Changes for v2:
- Fixed sparc32 getsockname and getpeername kernel definition.
- Added epoll_create and inotify_init Makefile rules.
- Expanded commits messages.

Adhemerval Zanella (5):
  Linux: Move wordsize-32 Version to default
  Linux: Assume and consolidate getsockname wire-up syscall
  Linux: Assume and consolidate getpeername wire-up syscall
  Linux: Remove unused generic Makefile
  Linux: Remove generic Implies

 sysdeps/unix/sysv/linux/Makefile                     |  2 ++
 sysdeps/unix/sysv/linux/Versions                     |  3 +++
 sysdeps/unix/sysv/linux/aarch64/Implies              |  1 -
 sysdeps/unix/sysv/linux/arc/Implies                  |  2 --
 sysdeps/unix/sysv/linux/arm/Versions                 |  3 ---
 sysdeps/unix/sysv/linux/csky/Implies                 |  2 --
 sysdeps/unix/sysv/linux/generic/Makefile             |  3 ---
 sysdeps/unix/sysv/linux/generic/README               | 11 -----------
 sysdeps/unix/sysv/linux/generic/syscalls.list        |  5 -----
 sysdeps/unix/sysv/linux/generic/wordsize-32/Versions |  5 -----
 sysdeps/unix/sysv/linux/getpeername.c                |  7 +------
 sysdeps/unix/sysv/linux/getsockname.c                |  7 +------
 sysdeps/unix/sysv/linux/hppa/Versions                |  3 ---
 sysdeps/unix/sysv/linux/i386/Versions                |  4 ----
 sysdeps/unix/sysv/linux/i386/kernel-features.h       |  8 ++------
 sysdeps/unix/sysv/linux/kernel-features.h            |  2 ++
 sysdeps/unix/sysv/linux/loongarch/lp64/Implies       |  1 -
 sysdeps/unix/sysv/linux/m68k/Versions                |  3 ---
 sysdeps/unix/sysv/linux/m68k/kernel-features.h       |  8 ++------
 sysdeps/unix/sysv/linux/microblaze/Versions          |  5 -----
 sysdeps/unix/sysv/linux/microblaze/kernel-features.h |  2 --
 sysdeps/unix/sysv/linux/mips/Versions                |  3 ---
 sysdeps/unix/sysv/linux/nios2/Implies                |  2 --
 sysdeps/unix/sysv/linux/or1k/Implies                 |  2 --
 sysdeps/unix/sysv/linux/powerpc/kernel-features.h    |  2 --
 sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions   |  3 ---
 sysdeps/unix/sysv/linux/riscv/rv32/Implies           |  2 --
 sysdeps/unix/sysv/linux/riscv/rv64/Implies           |  1 -
 sysdeps/unix/sysv/linux/s390/kernel-features.h       |  8 ++------
 sysdeps/unix/sysv/linux/s390/s390-32/Versions        |  3 ---
 sysdeps/unix/sysv/linux/sh/Versions                  |  3 ---
 sysdeps/unix/sysv/linux/sh/kernel-features.h         |  2 --
 sysdeps/unix/sysv/linux/sparc/kernel-features.h      |  7 +++++++
 sysdeps/unix/sysv/linux/sparc/sparc32/Versions       |  3 ---
 sysdeps/unix/sysv/linux/syscalls.list                |  2 --
 35 files changed, 22 insertions(+), 108 deletions(-)
 delete mode 100644 sysdeps/unix/sysv/linux/generic/Makefile
 delete mode 100644 sysdeps/unix/sysv/linux/generic/README
 delete mode 100644 sysdeps/unix/sysv/linux/generic/syscalls.list
 delete mode 100644 sysdeps/unix/sysv/linux/generic/wordsize-32/Versions
 delete mode 100644 sysdeps/unix/sysv/linux/microblaze/Versions

-- 
2.34.1


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

end of thread, other threads:[~2023-02-20 13:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-07 21:22 [PATCH v2 0/5] Remove Linux generic sysdep Adhemerval Zanella via Libc-alpha
2022-12-07 21:22 ` [PATCH v2 1/5] Linux: Move wordsize-32 Version to default Adhemerval Zanella via Libc-alpha
2023-02-19 21:11   ` Carlos O'Donell via Libc-alpha
2022-12-07 21:22 ` [PATCH v2 2/5] Linux: Assume and consolidate getsockname wire-up syscall Adhemerval Zanella via Libc-alpha
2023-02-19 21:20   ` Carlos O'Donell via Libc-alpha
2022-12-07 21:22 ` [PATCH v2 3/5] Linux: Assume and consolidate getpeername " Adhemerval Zanella via Libc-alpha
2023-02-19 21:23   ` Carlos O'Donell via Libc-alpha
2022-12-07 21:22 ` [PATCH v2 4/5] Linux: Remove unused generic Makefile Adhemerval Zanella via Libc-alpha
2023-02-19 21:27   ` Carlos O'Donell via Libc-alpha
2022-12-08 12:46 ` [PATCH v2 5/5] Linux: Remove generic Implies Adhemerval Zanella via Libc-alpha
2023-02-19 21:29 ` [PATCH v2 0/5] Remove Linux generic sysdep Carlos O'Donell via Libc-alpha

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).