]> granicus.if.org Git - strace/log
strace
20 years ago2003-12-31 David Mosberger <davidm@hpl.hp.com>
Roland McGrath [Fri, 20 Feb 2004 22:56:43 +0000 (22:56 +0000)]
2003-12-31  David Mosberger  <davidm@hpl.hp.com>

* process.c (internal_exit): For ia64, also recognize IA-32 252
as exit_group().
(change_syscall): For IA64, also support changing IA-32 syscalls.
* syscall.c (internal_syscall): For IA64, also recognize IA-32
        syscall 252 (exit_group) as an internal_exit() syscall.
* util.c (SYS_fork): For IA64, define them to the IA-32 syscall
number.
(SYS_vfork): Likewise.
(arg_setup): For IA64 version, also support IA-32 syscalls.
(get_arg0): Likewise.
(get_arg1): Likewise.
(set_arg0): Likewise.
(set_arg1): Likewise.

20 years ago.
Roland McGrath [Fri, 20 Feb 2004 02:25:42 +0000 (02:25 +0000)]
.

20 years ago2004-02-15 Anton Blanchard <anton@samba.org>
Roland McGrath [Fri, 20 Feb 2004 02:25:18 +0000 (02:25 +0000)]
2004-02-15  Anton Blanchard  <anton@samba.org>

* linux/powerpc/syscallent.h: Add rtas call.
Shift multiplexed syscalls to start at 300, we are already about
to hit 256 real syscalls.
* linux/syscall.h: SYS_socket_subcall is now 300 for [POWERPC].

20 years ago2004-02-19 Roland McGrath <roland@redhat.com>
Roland McGrath [Fri, 20 Feb 2004 02:23:52 +0000 (02:23 +0000)]
2004-02-19  Roland McGrath  <roland@redhat.com>

* strace.c (main): Use TCP->pid, not PID, in -p message.
Fixes Debian bug #229802.

20 years ago2004-01-13 Roland McGrath <roland@redhat.com>
Roland McGrath [Fri, 20 Feb 2004 02:23:30 +0000 (02:23 +0000)]
2004-01-13  Roland McGrath  <roland@redhat.com>

* syscall.c (force_result) [LINUX] [S390 || S390X]: Remove bogus upeek
call.

20 years agoRevert jhughes commits.
Roland McGrath [Fri, 20 Feb 2004 02:22:35 +0000 (02:22 +0000)]
Revert jhughes commits.

20 years agoBetter output for sys_migrate
John Hughes [Thu, 5 Feb 2004 14:37:02 +0000 (14:37 +0000)]
Better output for sys_migrate

20 years agoport SSI clustering mods to OpenSSI on Linux
John Hughes [Thu, 29 Jan 2004 11:17:50 +0000 (11:17 +0000)]
port SSI clustering mods to OpenSSI on Linux

20 years ago.
Roland McGrath [Tue, 13 Jan 2004 10:18:52 +0000 (10:18 +0000)]
.

20 years ago2004-01-13 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 13 Jan 2004 10:18:46 +0000 (10:18 +0000)]
2004-01-13  Roland McGrath  <roland@redhat.com>

* stream.c (internal_stream_ioctl): Fix typo strict -> struct.
Reported by Petter Reinholdtsen <pere@hungry.com>.

20 years ago.
Roland McGrath [Tue, 13 Jan 2004 10:17:00 +0000 (10:17 +0000)]
.

20 years ago2003-12-14 Anton Blanchard <anton@samba.org>
Roland McGrath [Tue, 13 Jan 2004 10:16:47 +0000 (10:16 +0000)]
2003-12-14 Anton Blanchard <anton@samba.org>

* file.c (sys_getdents64): Don't cast d_ino and d_off to unsigned long.
Use %llu formats for them.

20 years ago.
Roland McGrath [Tue, 13 Jan 2004 10:14:04 +0000 (10:14 +0000)]
.

20 years ago2003-12-14 Anton Blanchard <anton@samba.org>
Roland McGrath [Tue, 13 Jan 2004 10:13:45 +0000 (10:13 +0000)]
2003-12-14 Anton Blanchard <anton@samba.org>

* file.c [LINUX] (fsmagic): Add SYSFS_MAGIC.

20 years ago2003-12-14 Anton Blanchard <anton@samba.org>
Roland McGrath [Tue, 13 Jan 2004 10:13:44 +0000 (10:13 +0000)]
2003-12-14 Anton Blanchard <anton@samba.org>

* syscall.c (get_error) [POWERPC]: Cast result to unsigned long for
ppc64, we were misreporting syscalls that really succeeded as having
failed.

20 years ago2003-12-14 Anton Blanchard <anton@samba.org>
Roland McGrath [Tue, 13 Jan 2004 10:13:43 +0000 (10:13 +0000)]
2003-12-14 Anton Blanchard <anton@samba.org>

* linux/powerpc/syscallent.h: Update to include recently added
syscalls.

20 years ago2003-12-31 David Mosberger <davidm@hpl.hp.com>
Roland McGrath [Tue, 13 Jan 2004 10:13:20 +0000 (10:13 +0000)]
2003-12-31  David Mosberger  <davidm@hpl.hp.com>

* process.c (struct_user_offsets) [IA64]: Fix up register name list.

20 years ago.
Roland McGrath [Tue, 13 Jan 2004 10:00:01 +0000 (10:00 +0000)]
.

20 years ago2004-01-13 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 13 Jan 2004 09:59:55 +0000 (09:59 +0000)]
2004-01-13  Roland McGrath  <roland@redhat.com>

* strace.1: Remove comment about vfork on Linux.
Fixes Debian bug #223390.

20 years ago2003-12-15 Dmitry V. Levin <ldv@altlinux.org>
Roland McGrath [Tue, 13 Jan 2004 09:59:45 +0000 (09:59 +0000)]
2003-12-15  Dmitry V. Levin <ldv@altlinux.org>

* strace.c (trace) [WCOREDUMP]: Show coredump status of the
killed process if available.

20 years ago.
Roland McGrath [Tue, 13 Jan 2004 09:52:52 +0000 (09:52 +0000)]
.

20 years ago2004-01-13 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 13 Jan 2004 09:47:49 +0000 (09:47 +0000)]
2004-01-13  Roland McGrath  <roland@redhat.com>

* file.c (direnttypes): Define under [LINUX] as well.  Add DT_UNKNOWN.
(sys_getdents64) [LINUX]: Print d_type field.

20 years ago.
Roland McGrath [Fri, 14 Nov 2003 02:57:31 +0000 (02:57 +0000)]
.

20 years ago2003-11-13 Roland McGrath <roland@redhat.com>
Roland McGrath [Fri, 14 Nov 2003 02:57:22 +0000 (02:57 +0000)]
2003-11-13  Roland McGrath  <roland@redhat.com>

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

20 years ago.
Roland McGrath [Fri, 14 Nov 2003 02:54:09 +0000 (02:54 +0000)]
.

20 years ago2003-09-06 Dmitry V. Levin <ldv@altlinux.org>
Roland McGrath [Fri, 14 Nov 2003 02:54:03 +0000 (02:54 +0000)]
2003-09-06  Dmitry V. Levin <ldv@altlinux.org>

* defs.h (ioctl_lookup): Prototype change.
* ioctl.c (ioctl_next_match): New function.
* defs.h: Declare it.
* io.c (sys_ioctl): Use it, to display all possible ioctl names
when there's more than one match.
* ioctl.c (ioctl_lookup): Likewise.
* stream.c (internal_stream_ioctl): Likewise.
Patch from Solar Designer <solar@openwall.com>.

20 years ago.
Roland McGrath [Thu, 13 Nov 2003 22:33:48 +0000 (22:33 +0000)]
.

20 years ago.
Roland McGrath [Thu, 13 Nov 2003 22:32:32 +0000 (22:32 +0000)]
.

20 years ago2003-11-13 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 13 Nov 2003 22:32:28 +0000 (22:32 +0000)]
2003-11-13  Roland McGrath  <roland@redhat.com>

* linux/sh/syscallent.h: Use sys_setgroups32, sys_getgroups32.
* linux/sh64/syscallent.h: Likewise.

20 years ago2003-09-06 Dmitry V. Levin <ldv@altlinux.org>
Roland McGrath [Thu, 13 Nov 2003 22:32:27 +0000 (22:32 +0000)]
2003-09-06  Dmitry V. Levin <ldv@altlinux.org>

* util.c (printuid): New function.
* defs.h: Declare it.
* file.c (sys_chown): Use it.
* file.c (sys_fchown): Likewise.
* process.c (sys_setreuid, sys_setregid, sys_setresuid,
sys_setresgid): Likewise.

20 years ago2003-09-06 Dmitry V. Levin <ldv@altlinux.org>
Roland McGrath [Thu, 13 Nov 2003 22:32:26 +0000 (22:32 +0000)]
2003-09-06  Dmitry V. Levin <ldv@altlinux.org>

* util.c (printuid): New function.
* defs.h: Declare it.
* file.c (sys_chown): Use it.
* file.c (sys_fchown): Likewise.
* process.c (sys_setreuid, sys_setregid, sys_setresuid,
sys_setresgid): Likewise.
* linux/syscallent.h: Better handle getgid32, geteuid32, getegid32,
setreuid32, setregid32, getgroups32, setgroups32, fchown32,
setresuid32, getresuid32, setresgid32, getresgid32, chown32,
setuid32, setgid32, setfsuid32, setfsgid32.
* process.c [LINUX]: Define GETGROUPS32_T.
* process.c [LINUX] (sys_setgroups32, sys_getgroups32):
New functions.
* linux/syscall.h (sys_setgroups32, sys_getgroups32):
Declare them.

20 years ago2003-09-06 Dmitry V. Levin <ldv@altlinux.org>
Roland McGrath [Thu, 13 Nov 2003 22:32:25 +0000 (22:32 +0000)]
2003-09-06  Dmitry V. Levin <ldv@altlinux.org>

* linux/syscallent.h: Better handle getgid32, geteuid32, getegid32,
setreuid32, setregid32, getgroups32, setgroups32, fchown32,
setresuid32, getresuid32, setresgid32, getresgid32, chown32,
setuid32, setgid32, setfsuid32, setfsgid32.
* process.c [LINUX]: Define GETGROUPS32_T.
* process.c [LINUX] (sys_setgroups32, sys_getgroups32):
New functions.
* linux/syscall.h (sys_setgroups32, sys_getgroups32):
Declare them.

20 years ago.
Roland McGrath [Tue, 11 Nov 2003 21:24:28 +0000 (21:24 +0000)]
.

20 years ago2003-11-11 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 11 Nov 2003 21:24:23 +0000 (21:24 +0000)]
2003-11-11  Roland McGrath  <roland@redhat.com>

* strace.c (main): Bail with usage error for missing command before we
open the -o file or fiddle uids.

20 years ago.
Roland McGrath [Fri, 7 Nov 2003 02:36:45 +0000 (02:36 +0000)]
.

20 years ago2003-11-06 Roland McGrath <roland@redhat.com>
Roland McGrath [Fri, 7 Nov 2003 02:26:54 +0000 (02:26 +0000)]
2003-11-06  Roland McGrath  <roland@redhat.com>

* strace.c (main): Treat piped output more like file output.
Disallow -ff with piped output.  Fixes RH#105366.
Reported by Dmitry V. Levin <ldv@altlinux.org>

20 years ago.
Roland McGrath [Thu, 6 Nov 2003 23:41:33 +0000 (23:41 +0000)]
.

20 years ago2003-11-06 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 6 Nov 2003 23:41:23 +0000 (23:41 +0000)]
2003-11-06  Roland McGrath  <roland@redhat.com>

* net.c (printsock): Fix typo in #ifdef AF_NETLINK.
From Ulrich Drepper <drepper@redhat.com>.

20 years ago2003-11-06 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 6 Nov 2003 23:41:22 +0000 (23:41 +0000)]
2003-11-06  Roland McGrath  <roland@redhat.com>

* strace.c (tprintf): Check result of vfprintf and use perror when it
fails while not writing to stderr itself.  Fixes Debian bug #218762.

20 years ago.
Roland McGrath [Sat, 1 Nov 2003 22:13:35 +0000 (22:13 +0000)]
.

20 years ago.
Roland McGrath [Sat, 1 Nov 2003 22:11:29 +0000 (22:11 +0000)]
.

20 years ago2003-11-01 Roland McGrath <roland@redhat.com>
Roland McGrath [Sat, 1 Nov 2003 22:11:22 +0000 (22:11 +0000)]
2003-11-01  Roland McGrath  <roland@redhat.com>

* syscall.c (trace_syscall) [LINUX]: Calculate ONE_TICK once using
setitimer rather than hard-coding a value based on HZ.

20 years ago.
Roland McGrath [Wed, 22 Oct 2003 06:16:42 +0000 (06:16 +0000)]
.

20 years ago2003-10-21 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 22 Oct 2003 06:16:32 +0000 (06:16 +0000)]
2003-10-21  Roland McGrath  <roland@redhat.com>

* strace.1: Fixed a few spelling errors.

20 years ago.
Roland McGrath [Wed, 22 Oct 2003 06:11:36 +0000 (06:11 +0000)]
.

20 years ago2003-10-21 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 22 Oct 2003 06:11:30 +0000 (06:11 +0000)]
2003-10-21  Roland McGrath  <roland@redhat.com>

* syscall.c: Revert last change, was broken.

20 years ago.
Roland McGrath [Wed, 1 Oct 2003 21:59:50 +0000 (21:59 +0000)]
.

20 years ago2003-10-01 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 1 Oct 2003 21:59:44 +0000 (21:59 +0000)]
2003-10-01  Roland McGrath  <roland@redhat.com>

* process.c (internal_clone): Don't suspend parent when call requested
a specific PID that is not a traced child.

20 years ago.
Roland McGrath [Wed, 1 Oct 2003 07:50:34 +0000 (07:50 +0000)]
.

20 years ago2003-10-01 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 1 Oct 2003 07:50:28 +0000 (07:50 +0000)]
2003-10-01  Roland McGrath  <roland@redhat.com>

* signal.c [LINUX] (parse_sigset_t): Rewrite to process hex strings
from right to left so we don't have to presume the size.
Fixes RH#105995.  Reported by David Woodhouse <dwmw2@redhat.com>.

20 years ago.
Roland McGrath [Thu, 25 Sep 2003 23:06:12 +0000 (23:06 +0000)]
.

20 years ago2003-09-25 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 25 Sep 2003 23:06:04 +0000 (23:06 +0000)]
2003-09-25  Roland McGrath  <roland@redhat.com>

* mem.c (mmap_prot) [PROT_SEM, PROT_GROWSDOWN, PROT_GROWSUP]: Include
these in the table if they are defined.

20 years agoadd log entry!
Roland McGrath [Wed, 24 Sep 2003 23:05:09 +0000 (23:05 +0000)]
add log entry!

20 years agonit
Roland McGrath [Wed, 24 Sep 2003 22:43:10 +0000 (22:43 +0000)]
nit

20 years ago.
Roland McGrath [Wed, 24 Sep 2003 22:22:49 +0000 (22:22 +0000)]
.

20 years ago2003-09-24 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 24 Sep 2003 22:22:42 +0000 (22:22 +0000)]
2003-09-24  Roland McGrath  <roland@redhat.com>

* configure.ac, NEWS: Version 4.5.
* strace.spec, debian/changelog: 4.5-1.
2003-09-23  Roland McGrath  <roland@redhat.com>

* strace.spec: On ppc64 (maybe others later), create an strace64
package as well containing just /usr/bin/strace64.

20 years ago2003-09-24 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 24 Sep 2003 22:22:41 +0000 (22:22 +0000)]
2003-09-24  Roland McGrath  <roland@redhat.com>

* syscall.c (get_scno) [LINUX] [S390 || S390X]: Bail out of
instruction decoding branch if TCB_INSYSCALL is clear.
Reported by <jochen@penguin-breeder.org>.

20 years ago2003-09-24 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 24 Sep 2003 22:22:38 +0000 (22:22 +0000)]
2003-09-24  Roland McGrath  <roland@redhat.com>

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

20 years ago2003-09-24 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 24 Sep 2003 22:22:36 +0000 (22:22 +0000)]
2003-09-24  Roland McGrath  <roland@redhat.com>

* linux/ioctlent.h: Swap order of overloaded TC* and SNDCTL_* values.

20 years ago.
Roland McGrath [Tue, 23 Sep 2003 22:19:43 +0000 (22:19 +0000)]
.

20 years ago2003-09-23 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 23 Sep 2003 22:19:32 +0000 (22:19 +0000)]
2003-09-23  Roland McGrath  <roland@redhat.com>

* signal.c (sprintsigmask): Print RT_%u for __SIGRTMIN..__SIGRTMAX.
Fixes RH#104365.

21 years ago.
Roland McGrath [Thu, 21 Aug 2003 10:09:01 +0000 (10:09 +0000)]
.

21 years ago2003-08-21 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 21 Aug 2003 10:08:54 +0000 (10:08 +0000)]
2003-08-21  Roland McGrath  <roland@redhat.com>

* linux/syscallent.h: Fix mlock argument count.
* linux/x86_64/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/s390x/syscallent.h: Likewise.

21 years ago.
Roland McGrath [Thu, 21 Aug 2003 09:58:08 +0000 (09:58 +0000)]
.

21 years ago2003-07-28 Daniel Jacobowitz <drow@mvista.com>
Roland McGrath [Thu, 21 Aug 2003 09:58:00 +0000 (09:58 +0000)]
2003-07-28  Daniel Jacobowitz  <drow@mvista.com>

* defs.h (ALIGN64): Define for MIPS.
* io.c (PREAD_OFFSET_ARG): Define.
(sys_pread, sys_pwrite): Use it.
* process.c (struct_user_offsets) [SH]: Check whether REG_XDREG0
is defined.
* linux/sh/syscallent.h (pread, pwrite): Take six arguments.
(truncate64, ftruncate64): Pretty-print.
* linux/mips/syscallent.h (pread, pwrite): Take six arguments.
(truncate64, ftruncate64): Take four arguments.

21 years ago.
Roland McGrath [Thu, 17 Jul 2003 09:24:04 +0000 (09:24 +0000)]
.

21 years ago2003-07-17 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 17 Jul 2003 09:23:56 +0000 (09:23 +0000)]
2003-07-17  Roland McGrath  <roland@redhat.com>

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

21 years ago2003-07-09 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 17 Jul 2003 09:07:41 +0000 (09:07 +0000)]
2003-07-09  Roland McGrath  <roland@redhat.com>

* linux/ia64/syscallent.h (tgkill): New at 1235.

21 years ago.
Roland McGrath [Thu, 17 Jul 2003 09:03:22 +0000 (09:03 +0000)]
.

21 years ago2003-07-17 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 17 Jul 2003 09:03:05 +0000 (09:03 +0000)]
2003-07-17  Roland McGrath  <roland@redhat.com>

* linux/syscallent.h: truncate64/ftruncate64 need 3 args.
From Ulrich Drepper <drepper@redhat.com>.
* linux/syscallent.h: Handle statfs64, fstatfs64, utimes.
* file.c (printstatfs): Print f_fsid and f_frsize.
[LINUX] (printstatfs64, sys_statfs64, sys_fstatfs64): New functions.
* linux/syscall.h: Add decls.
From Ulrich Drepper <drepper@redhat.com>.

21 years ago2003-07-15 Anton Blanchard <anton@samba.org>
Roland McGrath [Thu, 17 Jul 2003 09:03:04 +0000 (09:03 +0000)]
2003-07-15  Anton Blanchard  <anton@samba.org>

* ipc.c: Add SHM_HUGETLB field.
Mask out permission bits in msgget, semget and shmget before
printing resource_flags.
Mask execute permission bits (even though we dont currently
use them).

21 years ago2003-07-17 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 17 Jul 2003 09:03:02 +0000 (09:03 +0000)]
2003-07-17  Roland McGrath  <roland@redhat.com>

* linux/syscallent.h: Handle statfs64, fstatfs64, utimes.
* file.c (printstatfs): Print f_fsid and f_frsize.
[LINUX] (printstatfs64, sys_statfs64, sys_fstatfs64): New functions.
* linux/syscall.h: Add decls.
From Ulrich Drepper <drepper@redhat.com>.

21 years ago2003-07-17 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 17 Jul 2003 09:03:01 +0000 (09:03 +0000)]
2003-07-17  Roland McGrath  <roland@redhat.com>

* linux/powerpc/syscallent.h (tgkill): New at 250.

21 years ago.
Roland McGrath [Wed, 9 Jul 2003 09:48:21 +0000 (09:48 +0000)]
.

21 years ago2003-07-05 Richard Henderson <rth@twiddle.net>
Roland McGrath [Wed, 9 Jul 2003 09:47:59 +0000 (09:47 +0000)]
2003-07-05  Richard Henderson  <rth@twiddle.net>

* process.c (sys_clone): Order arguments for alpha the same as x86_64.
* syscall.c (ERESTART_RESTARTBLOCK): New.
(trace_syscall): Print it.
* linux/alpha/syscallent.h (osf_syscall): Name properly.
(osf_set_program_attributes): Fix typo.
(osf_nfssvc): Likewise.
(osf_sigsendset): Likewise.
(getdents64, gettid, readahead, tkill, setxattr, lsetxattr, fsetxattr,
getxattr, lgetxattr, fgetxattr, listxattr, llistxattr, flistxattr,
removexattr, lremovexattr, fremovexattr, futex, sched_setaffinity,
sched_getaffinity, tuxcall, io_setup, io_destroy, io_getevents,
io_submit, io_cancel, exit_group, lookup_dcookie, epoll_create,
epoll_ctl, epoll_wait, remap_file_pages, set_tid_address,
restart_syscall, fadvise, timer_create, timer_settime, timer_gettime,
timer_getoverrun, timer_delete, clock_settime, clock_gettime,
clock_getres, clock_nanosleep, semtimedop): New.

21 years ago2003-07-08 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 9 Jul 2003 09:47:49 +0000 (09:47 +0000)]
2003-07-08  Roland McGrath  <roland@redhat.com>

* signal.c (sys_tgkill): New function.
* linux/syscall.h: Declare it.
* linux/syscallent.h: Add tgkill.

21 years ago.
Roland McGrath [Fri, 27 Jun 2003 21:20:14 +0000 (21:20 +0000)]
.

21 years ago2003-06-27 Roland McGrath <roland@redhat.com>
Roland McGrath [Fri, 27 Jun 2003 21:20:09 +0000 (21:20 +0000)]
2003-06-27  Roland McGrath  <roland@redhat.com>

* configure.ac: Check for type `struct __old_kernel_stat'.
* file.c (convertoldstat, printoldstat): Define under
[LINUX && HAVE_STRUCT___OLD_KERNEL_STAT] rather than a list of archs.
(sys_oldstat, sys_oldfstat, sys_oldlstat): Likewise.
* linux/dummy.h [! HAVE_STRUCT___OLD_KERNEL_STAT]
(sys_oldstat, sys_oldfstat, sys_oldlstat): #define to printargs.

21 years ago.
Roland McGrath [Thu, 26 Jun 2003 22:41:02 +0000 (22:41 +0000)]
.

21 years ago2003-06-26 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 26 Jun 2003 22:40:42 +0000 (22:40 +0000)]
2003-06-26  Roland McGrath  <roland@redhat.com>

* configure.ac: SHMEDIA -> SH64
* defs.h: Likewise.
* mem.c: Likewise.
* process.c: Likewise.
* sock.c: Likewise.
* syscall.c: Likewise.
* util.c: Likewise.
* linux/shmedia/syscallent.h: Moved to ...
* linux/sh64/syscallent.h: ... here.

21 years ago2003-06-26 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 26 Jun 2003 22:31:49 +0000 (22:31 +0000)]
2003-06-26  Roland McGrath  <roland@redhat.com>

* config.guess: Update from canonical version, timestamp 2003-06-17.
* config.sub: Likewise.

21 years ago.
Roland McGrath [Thu, 26 Jun 2003 22:29:38 +0000 (22:29 +0000)]
.

21 years ago2003-06-26 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 26 Jun 2003 22:29:32 +0000 (22:29 +0000)]
2003-06-26  Roland McGrath  <roland@redhat.com>

* syscall.c (force_result) [LINUX] [ARM]: Fix variable usage.
From: Joshua Neal <tinara@netpipeline.net>.

21 years ago.
Roland McGrath [Thu, 26 Jun 2003 22:27:32 +0000 (22:27 +0000)]
.

21 years ago2003-06-26 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 26 Jun 2003 22:27:23 +0000 (22:27 +0000)]
2003-06-26  Roland McGrath  <roland@redhat.com>

* process.c [LINUX] (sys_futex): Grok FUTEX_REQUEUE and print 5th arg.
* linux/syscallent.h: sys_futex argument count is now 5, not 4.
* linux/ia64/syscallent.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/s390x/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.
From Jakub Jelinek <jakub@redhat.com>.

21 years ago.
Roland McGrath [Thu, 26 Jun 2003 22:23:32 +0000 (22:23 +0000)]
.

21 years ago2003-06-26 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 26 Jun 2003 22:23:28 +0000 (22:23 +0000)]
2003-06-26  Roland McGrath  <roland@redhat.com>

* syscall.c (get_scno) [S390 || S390X]: Fix old vs new mode detection.
From Michael Holzheu <HOLZHEU@de.ibm.com>.

21 years ago.
Roland McGrath [Mon, 23 Jun 2003 23:40:04 +0000 (23:40 +0000)]
.

21 years ago2003-06-23 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 23 Jun 2003 23:39:59 +0000 (23:39 +0000)]
2003-06-23  Roland McGrath  <roland@redhat.com>

* net.c (sys_socket): Decode protocol for PF_INET6 same as PF_INET.
From Ulrich Drepper <drepper@redhat.com>.

21 years agogrr
Roland McGrath [Wed, 11 Jun 2003 05:47:07 +0000 (05:47 +0000)]
grr

21 years ago.
Roland McGrath [Wed, 11 Jun 2003 05:38:01 +0000 (05:38 +0000)]
.

21 years ago2003-06-10 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 11 Jun 2003 05:37:56 +0000 (05:37 +0000)]
2003-06-10  Roland McGrath  <roland@redhat.com>

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

21 years ago.
Roland McGrath [Tue, 10 Jun 2003 03:38:03 +0000 (03:38 +0000)]
.

21 years ago2003-06-09 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 10 Jun 2003 03:37:57 +0000 (03:37 +0000)]
2003-06-09  Roland McGrath  <roland@redhat.com>

* linux/s390x/syscallent.h: Update many syscalls.
* linux/syscall.h (SYS_socket_subcall): Update [S390X] value.

21 years ago.
Roland McGrath [Tue, 10 Jun 2003 03:31:34 +0000 (03:31 +0000)]
.

21 years ago2003-06-09 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 10 Jun 2003 03:31:29 +0000 (03:31 +0000)]
2003-06-09  Roland McGrath  <roland@redhat.com>

* linux/s390/syscallent.h: Update many syscalls.
* linux/syscall.h (SYS_socket_subcall): Update [S390] value.

21 years ago.
Roland McGrath [Tue, 10 Jun 2003 03:07:47 +0000 (03:07 +0000)]
.

21 years ago2003-06-09 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 10 Jun 2003 03:07:41 +0000 (03:07 +0000)]
2003-06-09  Roland McGrath  <roland@redhat.com>

* linux/shmedia/syscallent.h: New file.
From Stephen Thomas <stephen.thomas@superh.com>.

21 years ago.
Roland McGrath [Tue, 10 Jun 2003 03:06:05 +0000 (03:06 +0000)]
.

21 years ago2003-06-09 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 10 Jun 2003 03:05:53 +0000 (03:05 +0000)]
2003-06-09  Roland McGrath  <roland@redhat.com>

* strace.c (trace): Print a message and newline for a WIFEXITED report
from the process we just printed an unterminated syscall line for.