Roland McGrath
9f09da616a
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.
2004-07-08 19:00:04 +00:00
Roland McGrath
2c72f3c1d7
.
2004-06-28 05:24:40 +00:00
Roland McGrath
b7e2ca1456
2004-06-27 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.5.5.
* strace.spec, debian/changelog: 4.5.5-1.
2004-06-28 05:24:29 +00:00
Roland McGrath
7a391df72c
.
2004-06-23 01:41:30 +00:00
Roland McGrath
a2dec92f02
.
2004-06-23 01:40:57 +00:00
Roland McGrath
998fac7049
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.
2004-06-23 01:40:45 +00:00
Roland McGrath
66a77f1aaf
.
2004-06-04 02:36:03 +00:00
Roland McGrath
ed8e77e6d4
2004-06-03 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.5.4.
* strace.spec, debian/changelog: 4.5.4-1.
2004-06-04 02:35:58 +00:00
Roland McGrath
0c542de51f
.
2004-06-04 02:25:12 +00:00
Roland McGrath
5a8146a208
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 .
2004-06-04 02:24:14 +00:00
Roland McGrath
337d391ae9
.
2004-06-04 02:03:15 +00:00
Roland McGrath
59fbb400b5
2004-05-02 Dmitry V. Levin <ldv@altlinux.org>
...
* linux/ioctlent.h: Regenerated from linux-2.6.5.
Fixes RH#122257.
2004-06-04 02:03:08 +00:00
Roland McGrath
718f9a692f
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..).
2004-06-04 02:03:06 +00:00
Roland McGrath
3dfd799d11
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.
2004-06-04 02:03:05 +00:00
Roland McGrath
e01b8ce73a
.
2004-06-04 02:01:54 +00:00
Roland McGrath
27387f9f4b
2004-06-03 Roland McGrath <roland@redhat.com>
...
* debian/control (Architecture): Add amd64.
Fixes Debian bug #246568 .
2004-06-04 02:01:48 +00:00
Roland McGrath
6d52da697d
.
2004-06-04 01:50:53 +00:00
Roland McGrath
7b54a7ae61
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.
2004-06-04 01:50:45 +00:00
Roland McGrath
25e8259c36
.
2004-06-04 01:24:12 +00:00
Roland McGrath
f8cc83c9ef
2004-04-19 Roland McGrath <roland@redhat.com>
...
* process.c (printstatus): Add a space before | in output.
2004-06-04 01:24:07 +00:00
Roland McGrath
252b185634
dup line
2004-04-16 22:49:18 +00:00
Roland McGrath
ea2402e72f
.
2004-04-16 22:28:48 +00:00
Roland McGrath
a8c555fbbb
2004-04-16 Roland McGrath <roland@redhat.com>
...
* configure.ac: Version 4.5.3.
* strace.spec, debian/changelog: 4.5.3-1.
2004-04-16 22:28:41 +00:00
Roland McGrath
025442c135
.
2004-04-16 21:59:05 +00:00
Roland McGrath
1a3d60e1fc
2004-03-18 Dmitry V. Levin <ldv@altlinux.org>
...
* resource.c (sys_quotactl) [LINUX]: Cast arithmetic shift operand
from long to unsigned long, to fix output of the quotactl command
parser.
2004-04-16 21:58:55 +00:00
Roland McGrath
5a8458bb03
2004-04-16 Roland McGrath <roland@redhat.com>
...
* linux/s390/ioctlent.h, linux/s390x/ioctlent.h: Update DASD ioctls.
From Maxim Shchetynin <maxim@de.ibm.com>.
2004-04-16 21:58:49 +00:00
Roland McGrath
6508d3321a
.
2004-04-16 21:54:59 +00:00
Roland McGrath
5e169a1b64
2004-04-16 Roland McGrath <roland@redhat.com>
...
* configure.ac: Check for <mqueue.h>.
* ipc.c (sys_mq_open, printmqattr) [! HAVE_MQUEUE_H]: Don't try to
decode struct mq_attr.
* NEWS: Mention mq support.
2004-04-16 21:54:56 +00:00
Roland McGrath
d4c85ebbc6
2004-04-16 Roland McGrath <roland@redhat.com>
...
* linux/syscall.h: Support new mq_* syscalls on Linux.
* linux/syscallent.h: Likewise.
* linux/dummy.h: Likewise.
* ipc.c: Likewise.
* time.c (printsigevent): Handle SIGEV_THREAD.
From Ulrich Drepper <drepper@redhat.com>.
Fixes RH#120701.
2004-04-16 21:48:44 +00:00
Roland McGrath
8d1bf3c198
.
2004-04-16 21:48:43 +00:00
Roland McGrath
0e82f523e2
2004-04-16 Roland McGrath <roland@redhat.com>
...
* configure.ac: Check for <mqueue.h>.
* ipc.c (sys_mq_open, printmqattr) [! HAVE_MQUEUE_H]: Don't try to
decode struct mq_attr.
2004-04-16 21:48:42 +00:00
Roland McGrath
4df13c169d
2004-04-16 Roland McGrath <roland@redhat.com>
...
* configure.ac: Check for <mqueue.h>.
* ipc.c (sys_mq_open, printmqattr) [! HAVE_MQUEUE_H]: Don't try to
decode struct mq_attr.
* linux/syscall.h: Support new mq_* syscalls on Linux.
* linux/syscallent.h: Likewise.
* linux/dummy.h: Likewise.
* ipc.c: Likewise.
* time.c (printsigevent): Handle SIGEV_THREAD.
From Ulrich Drepper <drepper@redhat.com>.
Fixes RH#120701.
2004-04-16 21:48:40 +00:00
Roland McGrath
085bae16db
.
2004-04-14 02:54:02 +00:00
Roland McGrath
05e5e79a70
2004-04-13 Roland McGrath <roland@redhat.com>
...
* net.c (msg_flags): Grok MSG_FIX, MSG_SYN, MSG_RST, MSG_NOSIGNAL,
MSG_MORE.
From Ulrich Drepper <drepper@redhat.com>.
Fixes RH#120541.
2004-04-14 02:53:54 +00:00
Roland McGrath
6421d63d74
.
2004-04-14 02:46:35 +00:00
Roland McGrath
79fbda596a
2004-04-13 Roland McGrath <roland@redhat.com>
...
* process.c (printstatus): Mask out bits presented symbolically, and
print "| 0xnnn" if the remaining bits are not all zero.
Fixes Debian bug #240062 .
* process.c (print_affinitylist): Rewritten to handle indirect values.
(sys_sched_setaffinity, sys_sched_getaffinity): Update callers.
From Ulrich Drepper <drepper@redhat.com>.
Fixes RH#118685.
2004-04-14 02:45:55 +00:00
Roland McGrath
149d415fd4
2004-04-13 Roland McGrath <roland@redhat.com>
...
* acinclude.m4: Quote first argument to AC_DEFUN in all cases.
2004-04-14 02:45:53 +00:00
Roland McGrath
74dcbd888c
.
2004-04-09 00:25:47 +00:00
Roland McGrath
62412203f8
2004-04-08 Roland McGrath <roland@redhat.com>
...
* strace.c (main) [LINUX]: When attaching for -p, look in
/proc/PID/task for all threads and attach them as presumed
CLONE_THREAD children.
* NEWS: Mention the feature.
2004-04-09 00:25:38 +00:00
Roland McGrath
70b08530b8
2004-04-08 Roland McGrath <roland@redhat.com>
...
* strace.c (main) [LINUX]: When attaching for -p, look in
/proc/PID/task for all threads and attach them as presumed
CLONE_THREAD children.
2004-04-09 00:25:21 +00:00
Roland McGrath
6835f23b63
.
2004-03-02 08:50:47 +00:00
Roland McGrath
02cee8d5cb
2004-03-02 Roland McGrath <roland@redhat.com>
...
* util.c (setbpt): Fix one missed spot to use new arg0_index macro.
From Michael Holzheu <HOLZHEU@de.ibm.com>.
2004-03-02 08:50:42 +00:00
Roland McGrath
2d1ecca2aa
.
2004-03-02 08:07:20 +00:00
Roland McGrath
75a2c617a2
2004-03-02 Roland McGrath <roland@redhat.com>
...
* debian/control (Standards-Version): Update to 3.6.1.
2004-03-02 08:07:11 +00:00
Roland McGrath
30423407e6
.
2004-03-02 06:54:57 +00:00
Roland McGrath
d62b6711b4
2004-03-01 Roland McGrath <roland@redhat.com>
...
* strace.c (main): Avoid potential buffer overruns from ludicrous
arguments or PATH values.
* syscall.c (qual_signal): Bail out for too-long string.
2004-03-02 06:52:01 +00:00
Roland McGrath
bdb09df186
2004-03-01 Roland McGrath <roland@redhat.com>
...
* strace.c (main): Avoid potential buffer overruns from ludicrous
arguments or PATH values.
2004-03-02 06:50:04 +00:00
Roland McGrath
801bf1ff33
.
2004-03-02 06:38:40 +00:00
Roland McGrath
b66e936380
2004-03-01 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.5.2.
* strace.spec, debian/changelog: 4.5.1-1.
2004-03-02 06:38:35 +00:00
Roland McGrath
5586f9a982
.
2004-03-02 06:23:08 +00:00