]> git.ipfire.org Git - thirdparty/glibc.git/commit
1999-11-09 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@gnu.org>
Sat, 13 Nov 1999 23:42:53 +0000 (23:42 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 13 Nov 1999 23:42:53 +0000 (23:42 +0000)
commit9eabf042999a2dd6eb993f0b67ea4e61399a9a2d
treeb2fb3dafa17e5a4a92eb580a65b1fad14173f0b1
parentf1699640b137ca5b835a0100f1912e41e4a7741d
1999-11-09  Roland McGrath  <roland@baalperazim.frob.com>

* hurd/report-wait.c (describe_port): Return char * and use __stpcpy
to return the location of the null byte written into the string.
(describe_number): Likewise.
(describe_number): Remove assert, not always used with #.
If FLAVOR is null, don't use it.
(describe_number): Take signed argument and print a - if negative.
(_S_msg_report_wait): Report system call number for system calls that
aren't mach_msg.  Soup up reporting for mach_msg: If destination port
matches SS->intr_port, bracket port description with [...] to indicate
a Hurd interruptible RPC; if destination port is null, examine the
receive port and report that state; if receive port is also null,
check for timeout and report its value.
* sysdeps/mach/hurd/i386/intr-msg.h (MSG_EXAMINE): Return int that is
zero iff we managed to examine the stack; take new args RCV_NAME,
SEND_NAME, OPTION, and TIMEOUT to fill in with mach_msg args.
sysdeps/mach/hurd/i386/intr-msg.h