strace/linux/mips
Dmitry V. Levin 69b7307225 Fix select and _newselect syscall entries
Change syscall names to match kernel __NR_* constants.
This reverts commit ddcf54969d.

* linux/arm/syscallent.h [82]: Rename "oldselect" to "select".
[142]: Rename "select" to "_newselect".
* linux/bfin/syscallent.h: Likewise.
* linux/i386/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Likewise.
* linux/powerpc/syscallent.h [82]: Likewise.
* linux/powerpc64/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.
* linux/hppa/syscallent.h [142]: Rename "select" to "_newselect".
* linux/mips/syscallent-n32.h [6022]: Rename "select" to "_newselect".
* linux/mips/syscallent-n64.h [5022]: Likewise.
* linux/mips/syscallent-o32.h [4142]: Likewise.
* linux/s390/syscallent.h [142]: Rename "select" to "_newselect".
* linux/sparc/syscallent.h [230]: Rename "select" to "_newselect".
* tests/oldselect.test: Rename oldselect to select.  Convert
from match_grep to match_diff.
* tests/oldselect.expected: Likewise.
* xselect.c: New file, based on select.c.
* tests/_newselect.c: New file.
* tests/select.c: Replace with a wrapper around xselect.c.
* tests/select.test: Parametrize.
* tests/_newselect.test: New test.
* tests/Makefile.am (check_PROGRAMS): Add _newselect.
(TESTS): Add _newselect.test.
(EXTRA_DIST): Add xselect.c.
* tests/.gitignore: Add _newselect.
2015-12-08 21:19:40 +00:00
..
.gitignore mips: remove stub entries from syscallent files, generate stubs at build time 2015-01-13 10:55:32 +00:00
arch_getrval2.c mips: fix pipe syscall decoding 2015-03-24 00:05:43 +00:00
arch_regs.c Cleanup print_pc 2015-11-30 03:30:51 +00:00
arch_regs.h mips: use PTRACE_GETREGS to fetch all registers 2015-02-16 02:39:13 +00:00
arch_sigreturn.c cleanup: make arch_sigreturn.c files more readable 2015-11-28 02:58:29 +00:00
errnoent.h Change errnoent.h files to use designated initializers 2015-02-23 13:29:17 +00:00
genstub.sh mips: fix stub files 2015-07-29 22:54:11 +00:00
get_error.c cleanup: make get_error.c files more readable 2015-11-29 00:06:45 +00:00
get_scno.c cleanup: make get_scno.c files more readable 2015-11-30 01:46:52 +00:00
get_syscall_args.c cleanup: make get_syscall_args.c files more readable 2015-11-30 00:57:14 +00:00
ioctls_arch0.h ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
ioctls_inc0.h ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
signalent.h signalent: update from linux v3.19 2015-02-23 20:55:11 +00:00
syscallent-compat.h linux/mips/syscallent-compat.h: use designated initializers 2015-07-21 19:09:35 +00:00
syscallent-n32.h Fix select and _newselect syscall entries 2015-12-08 21:19:40 +00:00
syscallent-n64.h Fix select and _newselect syscall entries 2015-12-08 21:19:40 +00:00
syscallent-o32.h Fix select and _newselect syscall entries 2015-12-08 21:19:40 +00:00
syscallent.h mips: split syscallent.h 2013-05-07 09:43:04 +00:00
userent.h process.c: split struct_user_offsets into architecture-specific include files 2014-12-11 19:25:02 +00:00