From d017e340ff9050a35842cd7e14cd5c2d36934ca4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 1 Nov 2007 21:50:58 +0000 Subject: [PATCH] . --- ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9fa2b0a1..4912201b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2007-09-22 Dmitry V. Levin + + * time.c (print_timespec, sprint_timespec): New functions. + * defs.h (print_timespec, sprint_timespec): Declare them. + * desc.c (sys_io_getevents): Use print_timespec. + * stream.c (sys_ppoll): Likewise. + (decode_poll): Use sprint_timespec. + +2007-09-22 Alan Curry + Dmitry V. Levin + + * stream.c (decode_poll): Rearrange so that arguments are decoded + and printed on syscall entry, except for revents and the output + timespec which are now printed in the auxstr. + (sys_poll): Print the input timeout argument on syscall entry. + [LINUX] (sys_ppoll): Likewise. + Fixes Debian#369651. + +2007-09-22 Dmitry V. Levin + + * desc.c (sprintflags): Remove static qualifier, add "prefix" + argument, move function to ... + * util.c (sprintflags): ... here. + * defs.h (sprintflags): Declare it. + 2007-11-01 Roland McGrath * syscall.c (get_scno) [ARM]: Check TCB_WAITEXECVE. -- 2.40.0