]> granicus.if.org Git - strace/log
strace
19 years ago2004-10-07 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 7 Oct 2004 19:09:16 +0000 (19:09 +0000)]
2004-10-07  Roland McGrath  <roland@redhat.com>

* file.c (sys_llssek, sys_readahead, sys_fadvise64, sys_fadvise64_64):
Use LONG_LONG macro.
* io.c (sys_pread, sys_pwrite, sys_sendfile): Likewise.

19 years ago.
Roland McGrath [Thu, 7 Oct 2004 18:59:13 +0000 (18:59 +0000)]
.

19 years ago2004-10-07 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 7 Oct 2004 18:58:45 +0000 (18:58 +0000)]
2004-10-07  Roland McGrath  <roland@redhat.com>

* linux/x86_64/syscallent.h: Fix botched table entries.
From Ulrich Drepper <drepper@redhat.com>.

19 years ago.
Roland McGrath [Thu, 7 Oct 2004 18:53:17 +0000 (18:53 +0000)]
.

19 years ago2004-10-07 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 7 Oct 2004 18:53:12 +0000 (18:53 +0000)]
2004-10-07  Roland McGrath  <roland@redhat.com>

* mem.c [LINUX] (sys_mbind, sys_set_mempolicy, sys_get_mempolicy):
New functions.
* linux/syscall.h: Declare them.
* linux/x86_64/syscallent.h: Likewise.
* linux/syscallent.h: Handle mbind, set_mempolicy, get_mempolicy.
From Ulrich Drepper <drepper@redhat.com>.

19 years ago.
Roland McGrath [Thu, 7 Oct 2004 18:51:22 +0000 (18:51 +0000)]
.

19 years ago2004-10-07 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 7 Oct 2004 18:51:19 +0000 (18:51 +0000)]
2004-10-07  Roland McGrath  <roland@redhat.com>

* file.c [LINUX && (I386 || X86_64)] (sys_fadvise64, sys_fadvise64_64):
New functions.
* linux/syscall.h: Declare them.
* linux/syscallent.h: Handle fadvise64 and fadvise64_64 using those.
From Ulrich Drepper <drepper@redhat.com>.

19 years ago.
Roland McGrath [Wed, 6 Oct 2004 22:32:04 +0000 (22:32 +0000)]
.

19 years ago2004-09-13 Dmitry V. Levin <ldv@altlinux.org>
Roland McGrath [Wed, 6 Oct 2004 22:31:38 +0000 (22:31 +0000)]
2004-09-13  Dmitry V. Levin  <ldv@altlinux.org>

* linux/ioctlsort.c (main): Omit duplicate lines
(with same name and code) from output.
* linux/ioctlent.sh: Build the list of ioctls defined in
scsi/sg.h (0x22..), scsi/scsi.h and scsi/scsi_ioctl.h (0x53..),
as suggested by Peter Jones <pjones@redhat.com>
* linux/ioctlent.h: Regenerated.
Fixes RH#129808.

19 years ago.
Roland McGrath [Wed, 6 Oct 2004 22:28:17 +0000 (22:28 +0000)]
.

19 years ago2004-09-13 Ulrich Drepper <drepper@redhat.com>, Dmitry V. Levin <ldv@altlinux.org>
Roland McGrath [Wed, 6 Oct 2004 22:27:43 +0000 (22:27 +0000)]
2004-09-13  Ulrich Drepper <drepper@redhat.com>, Dmitry V. Levin <ldv@altlinux.org>

* time.c [LINUX] (print_rtc): New function, for printing rtc_time
structure.
[LINUX] (rtc_ioctl): New function, for parsing RTC_* ioctls.
* ioctl.c [LINUX] (ioctl_decode): Call rtc_ioctl.
* defs.h [LINUX]: Declare rtc_ioctl.
Fixes RH#58606.

19 years ago.
Roland McGrath [Wed, 6 Oct 2004 22:23:55 +0000 (22:23 +0000)]
.

19 years ago2004-10-06 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 6 Oct 2004 22:23:31 +0000 (22:23 +0000)]
2004-10-06  Roland McGrath  <roland@redhat.com>

* desc.c [LINUX] (sys_epoll_create, sys_epoll_ctl, sys_epoll_wait):
New functions.
* linux/syscall.h: Declare them.
* linux/syscallent.h: Use those for epoll_* syscalls.
* linux/alpha/syscallent.h: Likewise.
* linux/hppa/syscallent.h: Likewise.
* linux/ia64/syscallent.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/s390x/syscallent.h: Likewise.
* linux/sparc/syscallent.h: Likewise.
* linux/sparc64/syscallent.h: Likewise.
* linux/sparc64/syscallent2.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.
From Ulrich Drepper <drepper@redhat.com>.
Fixes RH#134463.

19 years ago.
Roland McGrath [Wed, 6 Oct 2004 22:15:18 +0000 (22:15 +0000)]
.

19 years ago2004-10-06 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 6 Oct 2004 22:14:53 +0000 (22:14 +0000)]
2004-10-06  Roland McGrath  <roland@redhat.com>

* resource.c (resources): Add RLIMIT_LOCKS, RLIMIT_SIGPENDING,
and RLIMIT_MSGQUEUE, if defined.
From Ulrich Drepper <drepper@redhat.com>.
Fixes RH#133594.

19 years ago.
Roland McGrath [Wed, 6 Oct 2004 22:12:09 +0000 (22:12 +0000)]
.

19 years ago2004-10-06 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 6 Oct 2004 22:11:54 +0000 (22:11 +0000)]
2004-10-06  Roland McGrath  <roland@redhat.com>

* file.c (sprintmode): Add const to return type.
(sprintfstype): Likewise.
* signal.c (printsiginfo): Add a const.

19 years ago2004-10-06 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 6 Oct 2004 22:11:51 +0000 (22:11 +0000)]
2004-10-06  Roland McGrath  <roland@redhat.com>

* net.c [HAVE_SENDMSG] (printcmsghdr): New function.
(printmsghdr): Use it.

19 years ago.
Roland McGrath [Wed, 6 Oct 2004 22:03:22 +0000 (22:03 +0000)]
.

19 years ago2004-09-15 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 6 Oct 2004 22:02:59 +0000 (22:02 +0000)]
2004-09-15  Roland McGrath  <roland@redhat.com>

* linux/syscallent.h: waitid takes 5 arguments, and is in TP category.
* process.c (sys_waitid): Handle fifth argument (struct rusage *).

19 years ago2004-09-15 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 6 Oct 2004 22:02:41 +0000 (22:02 +0000)]
2004-09-15  Roland McGrath  <roland@redhat.com>

* linux/x86_64/syscallent.h: Use sys_waitid.

19 years ago.
Roland McGrath [Sat, 11 Sep 2004 08:13:27 +0000 (08:13 +0000)]
.

19 years ago2004-09-11 Roland McGrath <roland@redhat.com>
Roland McGrath [Sat, 11 Sep 2004 08:12:45 +0000 (08:12 +0000)]
2004-09-11  Roland McGrath  <roland@redhat.com>

* time.c (sys_clock_nanosleep): Print zero flags arg correctly.
(sys_timer_settime): Likewise.
(printsigevent): Print signals by name for SIGEV_SIGNAL.
(sys_timer_create): Print clock ID symbolically.
From Ulrich Drepper <drepper@redhat.com>.
Fixes RH#131420.

19 years ago2004-09-07 Michal Ludvig <mludvig@suse.cz>
Michal Ludvig [Tue, 7 Sep 2004 14:06:03 +0000 (14:06 +0000)]
2004-09-07  Michal Ludvig  <mludvig@suse.cz>

* defs.h (nioctlents1, nsignals2): Fix typos in decls.

19 years ago.
Roland McGrath [Sat, 4 Sep 2004 04:20:49 +0000 (04:20 +0000)]
.

19 years ago2004-09-03 Roland McGrath <roland@redhat.com>
Roland McGrath [Sat, 4 Sep 2004 04:20:43 +0000 (04:20 +0000)]
2004-09-03  Roland McGrath  <roland@redhat.com>

* syscall.c (qual_options): Add const to defn.
Update all uses.
(call_count, error_count, tv_count): Variables removed.
(struct call_counts, counts): New type and variable.
Update all users of the old three to use the new array of structs.
(trace_syscall): Allocate counts on first use.
(sorted_count): Variable removed.
(call_summary): Allocate locally.

19 years ago.
Roland McGrath [Sat, 4 Sep 2004 03:53:18 +0000 (03:53 +0000)]
.

19 years ago2004-09-03 Roland McGrath <roland@redhat.com>
Roland McGrath [Sat, 4 Sep 2004 03:53:10 +0000 (03:53 +0000)]
2004-09-03  Roland McGrath  <roland@redhat.com>

* syscall.c (sysent0, sysent1, sysent2, sysent): Add const to defn.
(nsyscalls0, nsyscalls1, nsyscalls2): Likewise.
(errnoent0, errnoent1, errnoent2, errnoent): Likewise.
(nerrnos0, nerrnos1, nerrnos2): Likewise.
* signal.c (signalent0, signalent1, signalent2): Likewise.
(nsignals0, nsignals1, nsignals2): Likewise.
(signame): LIkewise.
* ioctl.c (ioctlent0, ioctlent1, ioctlent2): Likewise.
(nioctlents0, nioctlents1, nioctlents2): Likewise.
(ioctl_lookup, ioctl_next_match): Likewise.
* defs.h: Update decls.
* io.c (sys_ioctl): Update users.

19 years ago.
Roland McGrath [Sat, 4 Sep 2004 03:39:26 +0000 (03:39 +0000)]
.

19 years ago2004-09-03 Roland McGrath <roland@redhat.com>
Roland McGrath [Sat, 4 Sep 2004 03:39:20 +0000 (03:39 +0000)]
2004-09-03  Roland McGrath  <roland@redhat.com>

* util.c (xlookup, printxval, addflags, printflags): Use const for
struct xlat * argument.
* defs.h (xlookup, printxval, addflags, printflags): Update decls.
* bjm.c: Add const to all struct xlat defns.
* desc.c: Likewise.
* file.c: Likewise.
* ipc.c: Likewise.
* mem.c: Likewise.
* net.c: Likewise.
* proc.c: Likewise.
* process.c: Likewise.
* resource.c: Likewise.
* signal.c: Likewise.
* sock.c: Likewise.
* stream.c: Likewise.
* system.c: Likewise.
* term.c: Likewise.
* time.c: Likewise.
* util.c: Likewise.

19 years ago.
Roland McGrath [Wed, 1 Sep 2004 19:39:59 +0000 (19:39 +0000)]
.

19 years ago2004-09-01 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 1 Sep 2004 19:39:50 +0000 (19:39 +0000)]
2004-09-01  Roland McGrath  <roland@redhat.com>

* linux/x86_64/syscallent.h: Add new entries for timer_*, clock_*, and
mq_* syscalls, and names only for new calls up to 252.
* linux/syscallent.h: Add waitid.
* linux/x86_64/syscallent.h: Likewise.
* linux/syscall.h: Declare sys_waitid.

19 years ago2004-09-01 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 1 Sep 2004 19:39:46 +0000 (19:39 +0000)]
2004-09-01  Roland McGrath  <roland@redhat.com>

* process.c (internal_wait): Take second arg giving index of flags
argument.
* defs.h: Update prototype.
* syscall.c (internal_syscall): Update caller.
Also use internal_wait for SYS_waitid.
* process.c (sys_waitid): Define for [LINUX] as well.
Don't tweak TCB_SUSPENDED--internal_wait does that.
(waitid_types): Conditionalize use of nonstandard P_* macros.

19 years ago2004-08-31 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 31 Aug 2004 09:02:35 +0000 (09:02 +0000)]
2004-08-31  Roland McGrath  <roland@redhat.com>

* configure.ac, NEWS: Version 4.5.7.
* debian/changelog: 4.5.7-1.
* strace.spec: 4.5.7-2.

19 years ago2004-08-31 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 31 Aug 2004 08:58:10 +0000 (08:58 +0000)]
2004-08-31  Roland McGrath  <roland@redhat.com>

* configure.ac, NEWS: Version 4.5.7.
* debian/changelog: 4.5.7-1.
* strace.spec: 4.5.7-2.

19 years ago2004-08-31 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 31 Aug 2004 08:54:09 +0000 (08:54 +0000)]
2004-08-31  Roland McGrath  <roland@redhat.com>

* debian/rules: Rewrite sparc64 change of 2004-07-12.
Always do each build in a separate build directory.
Fixes Debian bug #254728.

19 years ago.
Roland McGrath [Tue, 31 Aug 2004 08:41:59 +0000 (08:41 +0000)]
.

19 years ago2004-08-31 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 31 Aug 2004 08:41:47 +0000 (08:41 +0000)]
2004-08-31  Roland McGrath  <roland@redhat.com>

* configure.ac, NEWS: Version 4.5.7.
* strace.spec, debian/changelog: 4.5.7-1.

19 years ago2004-08-31 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 31 Aug 2004 08:40:50 +0000 (08:40 +0000)]
2004-08-31  Roland McGrath  <roland@redhat.com>

* debian/rules: Rewrite sparc64 change of 2004-07-12.
Always do each build in a separate build directory.
Fixes Debian bug #254728.

19 years ago2004-08-31 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 31 Aug 2004 08:26:39 +0000 (08:26 +0000)]
2004-08-31  Roland McGrath  <roland@redhat.com>

* time.c (clocknames): Use #ifdef around CLOCK_* uses.

19 years ago.
Roland McGrath [Tue, 31 Aug 2004 08:17:26 +0000 (08:17 +0000)]
.

19 years ago2004-08-31 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 31 Aug 2004 08:17:22 +0000 (08:17 +0000)]
2004-08-31  Roland McGrath  <roland@redhat.com>

* debian/rules: Revert sparc64 change of 2004-07-12.
It does not build properly.
Fixes Debian bug #254728.

19 years ago2004-08-31 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 31 Aug 2004 08:17:20 +0000 (08:17 +0000)]
2004-08-31  Roland McGrath  <roland@redhat.com>

* configure.ac, NEWS: Version 4.5.7.
* strace.spec, debian/changelog: 4.5.7-1.

19 years ago.
Roland McGrath [Tue, 31 Aug 2004 07:48:03 +0000 (07:48 +0000)]
.

19 years ago2004-08-31 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 31 Aug 2004 07:47:47 +0000 (07:47 +0000)]
2004-08-31  Roland McGrath  <roland@redhat.com>

* strace.1: Say that -c shows system CPU time, not real time.
Fixes Debian bug #254438.

19 years ago2004-08-31 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 31 Aug 2004 07:47:45 +0000 (07:47 +0000)]
2004-08-31  Roland McGrath  <roland@redhat.com>

* syscall.c (dumpio): Match pread and pwrite system calls too.
Fixes Debian bug #239947.

19 years ago.
Roland McGrath [Tue, 31 Aug 2004 07:16:21 +0000 (07:16 +0000)]
.

19 years ago2004-08-31 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 31 Aug 2004 07:16:14 +0000 (07:16 +0000)]
2004-08-31  Roland McGrath  <roland@redhat.com>

* net.c (sockoptions): Add all SO_* macros known in Linux 2.6.9.
Fixes Debian bug #171653.

19 years ago.
Roland McGrath [Tue, 31 Aug 2004 07:03:43 +0000 (07:03 +0000)]
.

19 years ago2004-07-12 Dmitry V. Levin <ldv@altlinux.org>
Roland McGrath [Tue, 31 Aug 2004 07:03:20 +0000 (07:03 +0000)]
2004-07-12  Dmitry V. Levin  <ldv@altlinux.org>

* signal.c [LINUX] (parse_sigset_t): Fix hex strings parser.
Fixes RH#128091.

19 years ago.
Roland McGrath [Tue, 31 Aug 2004 07:02:00 +0000 (07:02 +0000)]
.

19 years ago2004-08-30 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 31 Aug 2004 07:01:56 +0000 (07:01 +0000)]
2004-08-30  Roland McGrath  <roland@redhat.com>

* strace.c (main): Don't call fake_execve under -c.
From Ulrich Drepper <drepper@redhat.com>.
Fixes RH#129166.

19 years ago2004-08-30 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 31 Aug 2004 07:01:26 +0000 (07:01 +0000)]
2004-08-30  Roland McGrath  <roland@redhat.com>

* net.c (sockipoptions): Add some options.
[SOL_IPV6] (sockipv6options): New variable.
(sys_getsockopt, printsockopt): Use it for SOL_IPV6 level.
From Ulrich Drepper <drepper@redhat.com>.
Fixes RH#128391.

19 years ago.
Roland McGrath [Tue, 31 Aug 2004 06:52:49 +0000 (06:52 +0000)]
.

19 years ago2004-08-30 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 31 Aug 2004 06:52:45 +0000 (06:52 +0000)]
2004-08-30  Roland McGrath  <roland@redhat.com>

* time.c (clocknames): New variable, symbolic names for clock_t.
(sys_clock_settime, sys_clock_gettime, sys_clock_nanosleep): Use it.
From Ulrich Drepper <drepper@redhat.com>.
Fixes RH#129378.

19 years ago.
Roland McGrath [Tue, 31 Aug 2004 06:49:09 +0000 (06:49 +0000)]
.

19 years ago2004-08-30 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 31 Aug 2004 06:48:46 +0000 (06:48 +0000)]
2004-08-30  Roland McGrath  <roland@redhat.com>

* system.c (personality_options): Hard-code values here.
Don't #include <linux/personality.h> at all.
Fixes RH#130965.

19 years ago.
Roland McGrath [Tue, 31 Aug 2004 06:30:51 +0000 (06:30 +0000)]
.

19 years ago2004-08-30 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 31 Aug 2004 06:30:48 +0000 (06:30 +0000)]
2004-08-30  Roland McGrath  <roland@redhat.com>

* file.c (print_xattr_val): New function to show attribute values.
(sys_setxattr, sys_fsetxattr, sys_getxattr, sys_fgetxattr): Use it.
From Ulrich Drepper <drepper@redhat.com>.
Fixes RH#131177.

20 years ago.
Roland McGrath [Mon, 12 Jul 2004 07:56:00 +0000 (07:56 +0000)]
.

20 years ago2004-07-12 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 12 Jul 2004 07:55:48 +0000 (07:55 +0000)]
2004-07-12  Roland McGrath  <roland@redhat.com>

* configure.ac, NEWS: Version 4.5.6.
* strace.spec, debian/changelog: 4.5.6-1.

20 years ago.
Roland McGrath [Mon, 12 Jul 2004 07:54:09 +0000 (07:54 +0000)]
.

20 years ago2004-07-12 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 12 Jul 2004 07:54:02 +0000 (07:54 +0000)]
2004-07-12  Roland McGrath  <roland@redhat.com>

* debian/rules: On sparc-linux, build strace64 as well.
From Ben Collins <bcollins@debian.org>.
Fixes Debian bug #254728.

20 years ago2004-07-12 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 12 Jul 2004 07:53:59 +0000 (07:53 +0000)]
2004-07-12  Roland McGrath  <roland@redhat.com>

* Makefile.am (EXTRA_DIST): Add linux/sparc64 files.

20 years ago2004-07-07 David S. Miller <davem@nuts.davemloft.net>
Roland McGrath [Mon, 12 Jul 2004 07:44:08 +0000 (07:44 +0000)]
2004-07-07  David S. Miller  <davem@nuts.davemloft.net>

* linux/sparc/syscallent.h: Sync with reality.
* linux/sparc/syscall.h (sys_sendfile64, sys_futex, sys_gettid,
sys_sched_setaffinity, sys_sched_getaffinity, sys_setxattr,
sys_lsetxattr, sys_fsetxattr, sys_getxattr, sys_lgetxattr,
sys_fgetxattr, sys_listxattr, sys_llistxattr, sys_flistxattr,
sys_removexattr, sys_lremovexattr, sys_fremovexattr,
sys_remap_file_pages, sys_readahead, sys_tgkill, sys_statfs64,
sys_fstatfs64, sys_clock_settime, sys_clock_gettime,
sys_clock_getres, sys_clock_nanosleep, sys_timer_create,
sys_timer_settime, sys_timer_gettime): New declarations.
* linux/sparc64/dummy2.h, linux/sparc64/syscallent2.h,
linux/sparc64/syscall.h, linux/sparc64/errnoent.h,
linux/sparc64/errnoent1.h, linux/sparc64/errnoent2.h,
linux/sparc64/ioctlent.h, linux/sparc64/ioctlent1.h,
linux/sparc64/ioctlent2.h, linux/sparc64/signalent.h,
linux/sparc64/signalent.h, linux/sparc64/signalent.h,
linux/sparc64/signalent1.h, linux/sparc64/signalent2.h,
linux/sparc64/syscall1.h, linux/sparc64/syscallent.h,
linux/sparc64/syscallent1.h: New files.
* defs.h (LINUXSPARC): Define also when SPARC64.
(LINUX && SPARC64): Set SUPPORTED_PERSONALITIES to 3.
Ignore SIGTRAP after execve by defining TCB_WAITEXECVE.
Define possibly missing __NR_exit_group.  Declare getrval2.
* configure.ac (sparc64): New architecture case.
* config.h.in (SPARC64): New define.
* file.c (stat_sparc64): New structure.
(printstat_sparc64): New output routine for that.
(printstat): Call it, if personality is 2.
(printstat64): Likewise.
* util.c: Conditionalize ptrace defines on LINUXSPARC
not LINUX && SPARC.
(SPARC64 && LINUX): Define r_pc to r_tpc, and PTRACE_FOOREGS
to PTRACE_FOOREGS64 so that more sparc code can be shared
between 64-bit and 32-bit.
(_hack_syscall5): Correct trap number when SPARC64.
(PTRACE_WRITE{TEXT,DATA}): Add SPARC64 to ifdef guard.
(getpc): Handle SPARC64 && LINUX.
(printcall): Likewise.
(arg fetching/setting): Use same code for SPARC64 LINUX
as for SPARC.
(setbpt): Handle SPARC64 && LINUX.
(clearbpt): Likewise.
* signal.c: Conditionalize ptrace defines on SPARC and
SPARC64.
(SPARC64 && LINUX): Define r_pc to r_tpc, and PTRACE_FOOREGS
to PTRACE_FOOREGS64 so that more sparc code can be shared
between 64-bit and 32-bit.
(m_siginfo): Use same definition on SPARC64 as SPARC.
(sys_sigreturn): Handle LINUX && SPARC64.
* syscall.c: Conditionalize ptrace defines on SPARC and
SPARC64.
(SPARC64 && LINUX): Define r_pc to r_tpc, and PTRACE_FOOREGS
to PTRACE_FOOREGS64 so that more sparc code can be shared
between 64-bit and 32-bit.
(getscno): Use same static state on SPARC64 as SPARC,
and add SPARC64 handling.
(get_error): Handle LINUX && SPARC64.
(force_result): Likewise.
(syscall_enter): Likewise.
(trace_syscall): Handle sys_socketcall and sys_ipc on SPARC64
just like SPARC.
(getrval2): Handle LINUX && SPARC64.
* process.c: Conditionalize ptrace defines on SPARC and
SPARC64.
(SPARC64 && LINUX): Define r_pc to r_tpc, and PTRACE_FOOREGS
to PTRACE_FOOREGS64 so that more sparc code can be shared
between 64-bit and 32-bit.
(change_syscall): Handle LINUX && SPARC64.
(struct_user_offsets): Ifdef out those which do not exist
on SPARC64.
* net.c (sys_pipe): Handle LINUX && SPARC64.
* ioctl.c: Fix initializer typo for nioctlents2, was
nioctlents1 by accident.

20 years ago2004-06-28 Andreas Schwab <schwab@suse.de>
Roland McGrath [Mon, 12 Jul 2004 07:38:55 +0000 (07:38 +0000)]
2004-06-28  Andreas Schwab  <schwab@suse.de>

* process.c (internal_exec): Move TCB_WAITEXECVE handling here.
(sys_execve): Remove it here.

20 years ago2004-07-12 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 12 Jul 2004 07:27:25 +0000 (07:27 +0000)]
2004-07-12  Roland McGrath  <roland@redhat.com>

* debian/control (Section): Move to utils, matching Debian override.

20 years ago2004-07-12 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 12 Jul 2004 07:27:23 +0000 (07:27 +0000)]
2004-07-12  Roland McGrath  <roland@redhat.com>

* Makefile.am (EXTRA_DIST): Add linux/sh64/syscallent.h.

20 years ago.
Roland McGrath [Mon, 12 Jul 2004 07:13:12 +0000 (07:13 +0000)]
.

20 years ago2004-07-12 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 12 Jul 2004 07:13:06 +0000 (07:13 +0000)]
2004-07-12  Roland McGrath  <roland@redhat.com>

* net.c (addrfams): Make variable global.
* sock.c (sock_ioctl): Decode the arguments for SIOCGIFNAME,
SIOCGIFINDEX, and SIOCGIFCONF.
From Ulrich Drepper <drepper@redhat.com>.
Fixes RH#126917.

20 years ago.
Roland McGrath [Mon, 12 Jul 2004 07:04:55 +0000 (07:04 +0000)]
.

20 years ago2004-07-12 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 12 Jul 2004 07:04:39 +0000 (07:04 +0000)]
2004-07-12  Roland McGrath  <roland@redhat.com>

* linux/ioctlsort.c: Add some #includes.
[POWERPC]: Kludge out high bits.
* linux/ia64/ioctlent.h: Regenerated using RHEL3 headers.
* linux/powerpc/ioctlent.h: Likewise.

20 years ago2004-07-11 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 12 Jul 2004 06:11:16 +0000 (06:11 +0000)]
2004-07-11  Roland McGrath  <roland@redhat.com>

* linux/ioctlent.sh: Replace asm with $asm in all places.

20 years agoTweak maintainer rules.
Roland McGrath [Mon, 12 Jul 2004 06:11:03 +0000 (06:11 +0000)]
Tweak maintainer rules.

20 years ago.
Roland McGrath [Mon, 12 Jul 2004 05:45:26 +0000 (05:45 +0000)]
.

20 years ago2004-07-11 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 12 Jul 2004 05:45:08 +0000 (05:45 +0000)]
2004-07-11  Roland McGrath  <roland@redhat.com>

* configure.ac: Add I386 as AM_CONDITIONAL.
* Makefile.am [LINUX]: Add maintainer-mode rules to regenerate
the ioctlent.h file.

20 years ago2004-07-07 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 8 Jul 2004 19:01:28 +0000 (19:01 +0000)]
2004-07-07  Roland McGrath  <roland@redhat.com>

* linux/ioctlent.sh: Take optional second argument to use as directory
name in place of `asm'.

20 years ago.
Roland McGrath [Thu, 8 Jul 2004 19:00:25 +0000 (19:00 +0000)]
.

20 years ago2004-07-08 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 8 Jul 2004 19:00:04 +0000 (19:00 +0000)]
2004-07-08  Roland McGrath  <roland@redhat.com>

* resource.c (sys_quotactl): Truncate first argument to 32 bits, since
that's what the kernel will do.

20 years ago.
Roland McGrath [Mon, 28 Jun 2004 05:24:40 +0000 (05:24 +0000)]
.

20 years ago2004-06-27 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 28 Jun 2004 05:24:29 +0000 (05:24 +0000)]
2004-06-27  Roland McGrath  <roland@redhat.com>

* configure.ac, NEWS: Version 4.5.5.
* strace.spec, debian/changelog: 4.5.5-1.

20 years ago.
Roland McGrath [Wed, 23 Jun 2004 01:41:30 +0000 (01:41 +0000)]
.

20 years ago.
Roland McGrath [Wed, 23 Jun 2004 01:40:57 +0000 (01:40 +0000)]
.

20 years ago2004-06-22 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 23 Jun 2004 01:40:45 +0000 (01:40 +0000)]
2004-06-22  Roland McGrath  <roland@redhat.com>

* syscall.c (syscall_fixup) [LINUX && X86_64]: For 32-bit process,
sign extend the low 32 bits of RAX to 64 bits.
* syscall.c (force_result): [LINUX && X86_64]: Fix RAX*4 -> RAX*8.

20 years ago.
Roland McGrath [Fri, 4 Jun 2004 02:36:03 +0000 (02:36 +0000)]
.

20 years ago2004-06-03 Roland McGrath <roland@redhat.com>
Roland McGrath [Fri, 4 Jun 2004 02:35:58 +0000 (02:35 +0000)]
2004-06-03  Roland McGrath  <roland@redhat.com>

* configure.ac, NEWS: Version 4.5.4.
* strace.spec, debian/changelog: 4.5.4-1.

20 years ago.
Roland McGrath [Fri, 4 Jun 2004 02:25:12 +0000 (02:25 +0000)]
.

20 years ago2004-06-03 Roland McGrath <roland@redhat.com>
Roland McGrath [Fri, 4 Jun 2004 02:24:14 +0000 (02:24 +0000)]
2004-06-03  Roland McGrath  <roland@redhat.com>

* net.c (domains): Add many PF_* values #ifdef PF_*.
(addrfams): Add many AF_* values #ifdef AF_*.
Fixes Debian bug #250506.

20 years ago.
Roland McGrath [Fri, 4 Jun 2004 02:03:15 +0000 (02:03 +0000)]
.

20 years ago2004-05-02 Dmitry V. Levin <ldv@altlinux.org>
Roland McGrath [Fri, 4 Jun 2004 02:03:08 +0000 (02:03 +0000)]
2004-05-02  Dmitry V. Levin  <ldv@altlinux.org>

* linux/ioctlent.h: Regenerated from linux-2.6.5.
Fixes RH#122257.

20 years ago2004-05-02 Dmitry V. Levin <ldv@altlinux.org>
Roland McGrath [Fri, 4 Jun 2004 02:03:06 +0000 (02:03 +0000)]
2004-05-02  Dmitry V. Levin  <ldv@altlinux.org>

* linux/ioctlent.sh: Build the list of ioctls defined in
linux/fb.h (0x46..), linux/kd.h (0x4B..), linux/cdrom.h (0x53..),
asm/ioctls.h (0x54..), linux/vt.h (0x56..), linux/videotext.h
(0x71..), linux/videotext.h (0x72..), asm/sockios.h (0x89..),
linux/sockios.h (0x89..), linux/wireless.h (0x8B..).

20 years ago2004-05-02 Dmitry V. Levin <ldv@altlinux.org>
Roland McGrath [Fri, 4 Jun 2004 02:03:05 +0000 (02:03 +0000)]
2004-05-02  Dmitry V. Levin  <ldv@altlinux.org>

* linux/ioctlsort.c (compare): When ioctl codes equal, compare
names.
(main): Print a note that program output is generated by
ioctlsort.

20 years ago.
Roland McGrath [Fri, 4 Jun 2004 02:01:54 +0000 (02:01 +0000)]
.

20 years ago2004-06-03 Roland McGrath <roland@redhat.com>
Roland McGrath [Fri, 4 Jun 2004 02:01:48 +0000 (02:01 +0000)]
2004-06-03  Roland McGrath  <roland@redhat.com>

* debian/control (Architecture): Add amd64.
Fixes Debian bug #246568.

20 years ago.
Roland McGrath [Fri, 4 Jun 2004 01:50:53 +0000 (01:50 +0000)]
.

20 years ago2004-06-03 Roland McGrath <roland@redhat.com>
Roland McGrath [Fri, 4 Jun 2004 01:50:45 +0000 (01:50 +0000)]
2004-06-03  Roland McGrath  <roland@redhat.com>

* strace.c (main) [LINUX]: Expand TCBTAB as necessary for threads
attached.  Attach threads only under -f.  Set TCB_FOLLOWFORK in them.
(expand_tcbtab): New function, broken out of ...
* process.c (fork_tcb): ... here, call that.
* defs.h: Declare expand_tcbtab.

20 years ago.
Roland McGrath [Fri, 4 Jun 2004 01:24:12 +0000 (01:24 +0000)]
.

20 years ago2004-04-19 Roland McGrath <roland@redhat.com>
Roland McGrath [Fri, 4 Jun 2004 01:24:07 +0000 (01:24 +0000)]
2004-04-19  Roland McGrath  <roland@redhat.com>

* process.c (printstatus): Add a space before | in output.

20 years agodup line
Roland McGrath [Fri, 16 Apr 2004 22:49:18 +0000 (22:49 +0000)]
dup line

20 years ago.
Roland McGrath [Fri, 16 Apr 2004 22:28:48 +0000 (22:28 +0000)]
.