blob: 88fe5315a3063bbeef7d4dae05c1c815aa8ef099 [file] [log] [blame]
Wichert Akkerman2f473da1999-11-01 19:53:31 +00001Mon Nov 1 20:52:08 CET 1999 Wichert Akkerman <wakkerma@debian.org>
2
3 * Move Linux kernelmodule-functions from system.c to bjm.c and
4 remove duplicate for sys_create_module
Wichert Akkerman60456d71999-11-01 19:59:33 +00005 * Linux MIPS updates:
6 + Play with #ifdef's in net.c to get IPv6 right
7 + Use printargs for vm86-syscall
Wichert Akkerman2f473da1999-11-01 19:53:31 +00008
Wichert Akkermanf90da011999-10-31 21:15:38 +00009Sun Oct 31 22:03:00 CET 1999 Wichert Akkerman <wakkerma@debian.org>
10
11 * Merge Linux mips patch from Florian Lohoff <flo@rfc822.org>
12
Wichert Akkerman50524821999-10-10 22:40:07 +000013Mon Oct 11 00:36:25 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
14
15 * Merge patch from Keith Owens <kaos@ocs.com.au> to sys_query_module
16 and sys_delete_module correctly
17
Wichert Akkerman15dea971999-10-06 13:06:34 +000018Wed Oct 6 02:00:33 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
19
20 * Update cvsbuild to give a better error if autoconf isn't installed
21 * Add test for linux/ptrace.h to configure
22 * Since we define GNU_SOURCE in the Makefile we don't need to define
23 USE_GNU in file.c anymore
24
25Fri Sep 10 04:35:16 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
26
27 * #define USE_GNU before including file.c so we get some extra O_* flags
28
29Tue Aug 31 16:27:21 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
30
31 * Add missing } in IPv6 output
32
Wichert Akkerman7b27ba01999-08-30 23:26:53 +000033Tue Aug 31 01:23:08 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
34
35 * Update copyright for strace-graph to BSD to be consistent with
36 the rest of strace
37
Wichert Akkerman9ce1a631999-08-29 23:15:07 +000038Mon Aug 30 00:53:57 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
39
40 * Merge patch from Daniel Jacobowitz: KERN_JAVA_* and KERN_SECURELVL aren't
41 defined for all kernelversions
Wichert Akkerman7b27ba01999-08-30 23:26:53 +000042 * Add strace-graph, written by Richard Braakman <dark@xs4all.nl>
Wichert Akkerman9ce1a631999-08-29 23:15:07 +000043
44Thu Aug 19 13:10:15 CEST 1999 Jakub Jelinek <jj@ultra.linux.cz>
45
46 * linux/sparc/syscall.h: Declare create_module/init_module.
47 * configure.in: Allow compilation in a different directory
48 than the source one.
49 * signal.c: Use asm/reg.h and struct regs instead of pt_regs
50 so that we don't depend on asm/ptrace.h which clashes with
51 glibc sys/ptrace.h.
52 * util.c: Likewise.
53 * syscall.c: Likewise.
54
Wichert Akkerman5a777661999-08-04 16:03:49 +000055Wed Aug 4 18:01:50 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
56
57 * Syscall 94 on Linux alpha is sys_poll
58
Wichert Akkerman9ce1a631999-08-29 23:15:07 +000059Sun Jul 25 14:38:33 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
60
61 * Merge in UnixWare patches from John Hughes <john@Calva.COM>
62
Wichert Akkerman527a8051999-07-15 21:11:37 +000063Thu Jul 15 23:00:32 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
64
65 * Merge patch from Maciej W. Rozycki <macro@ds2.pg.gda.pl>:
66 + Correctly implement fix sys_createmodule (Linux)
67 + Add limited handlig of sys_initmodule (Linux)
68
Wichert Akkerman36915a11999-07-13 15:45:02 +000069Tue Jul 13 17:07:50 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
70
71 * Add configure-test for sys/reg.h and use that
72 * Use sys/reg.h instead of asm/ptrace.h
73
Wichert Akkermanca446991999-07-09 23:48:58 +000074Sat Jul 10 01:46:10 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
75
76 * Remove hack in signal.c for arm architecture
77 * Add hack so we compile correctly on powerpc
78
Wichert Akkerman5b4d1281999-07-09 00:32:54 +000079Fri Jul 9 02:28:16 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
80
81 * Add a corrected patch from Daniel Jacobowitz
82
Wichert Akkermana6013701999-07-08 14:00:58 +000083Thu Jul 8 16:00:04 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
84
85 * Merge patch from Daniel Jacobowitz to allow us to use the kernel types
86 for the stat structure
87
88Thu Jun 24 15:54:18 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
Wichert Akkerman2b483ba1999-06-24 13:55:29 +000089
90 * Fix test for sys/reg include
91
Wichert Akkermana6013701999-07-08 14:00:58 +000092Tue Jun 22 17:26:33 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
Wichert Akkermane6f876c1999-06-22 15:28:30 +000093
94 * Fixed some Linux/powerpc sillyness, thanks to Daniel Jacobowitz
95 * Fixed some SunOS compile problems earlier that I forgot to include
96 here
97
Wichert Akkerman789ed351999-06-14 10:45:01 +000098Mon Jun 14 12:44:25 CEST 1999
99
100 * Avoid leakint fd into child when forking, patch from
101 John Hughes <john@Calva.COM>
102
Wichert Akkerman8829a551999-06-11 13:18:40 +0000103Fri Jun 11 14:54:47 CEST 1999
104
105 * Applied IRIX64 patch from Thomas E. Dickey <dickey@clark.net>
106 * Applied Solaris and manpage updates from Guy Harris <guy@netapp.com>
107
Wichert Akkermancc4b8f41999-06-09 12:50:10 +0000108Wed Jun 9 14:48:49 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
109
110 * Brought syscall list for alpha up to date
111
Wichert Akkermandacfb6e1999-06-03 14:21:07 +0000112Wed Jun 2 18:30:12 CEST 1999 Jakub Jelinek <jj@ultra.linux.cz>
113
114 * system.c: sys_umount2 syscall support.
115 * linux/sparc/errnoent.h: Update sparc-linux errnos.
116 * linux/sparc/syscall.h: Update used sparc-linux syscalls.
117 * linux/sparc/syscallent.h: Match 2.2.9 system calls.
118 * file.c: sparc-linux asm/stat.h uses dev_t etc. types,
119 so it needs strace's own copy of the stat structure.
120 * util.c: Make it compile on sparc-linux.
121 * strace.c: Fix strace -f and -ff operation on sparc-linux.
122 * signal.c: rt_sigaction has different arguments on sparc*-linux
123 and alpha-linux.
124 * syscall.c: Recognize sparc64-linux binaries.
125
Ulrich Drepper0d2d3231999-05-29 04:11:48 +0000126Fri May 28 21:09:00 PST Ulrich Drepper <drepper@cygnus.com>
127
128 * configure.in: Fix typo (CFLAG -> CFLAGS).
129
Ulrich Drepper8783c011999-05-29 04:13:58 +0000130 * syscall.c: Don't include linux/ptrace.h explicitly for glibc.
131
Wichert Akkerman22fe9d21999-05-27 12:00:57 +0000132Thu May 27 13:59:27 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
133
134 * Add some sysctl support, patch from Ulrich Drepper
135
Wichert Akkerman9524bb91999-05-25 23:11:18 +0000136Wed May 26 01:04:34 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
137
138 * Use kernel dirent structure for Linux
139
Wichert Akkerman2e2553a1999-05-09 00:29:58 +0000140Sun May 9 02:18:30 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
141
142 * Merge in patches from Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
143 + some layout and other minor fixes
144 + add some m68k-specific things to linux/syscallent.h. Note that m68k
145 is similar enough to i386 to not need it's own subdirectory
146 + add support for sendfile and mremap syscalls for Linux
147 * Merge in patches from Sascha Schumann <sascha@schumann.2ns.de>
148 + ioctls.h vs sys/ioctl.h on Alpha platform
149 + pointer was casted to an int in stream.c
150 + strsignal() needs -D_GNU_SOURCE in CFLAGS
151 + several other casts changed
152 + correct ARM/POWERPC architecture defines in acconfig.h
153 * Merge in patches from Morten Welinder <terra@diku.dk>
154 + add some autoconf-tests for includefiles
155 + handle solaris version of sigcontext struct (actually I hacked this
156 up again, but the idea is his :)
157
Wichert Akkerman7a1f0e91999-04-18 20:23:57 +0000158Sun Apr 18 22:32:42 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
159
160 * Update syscalls for linux alpha, patch from Bart Warmerdam
161 <bartw@debian.org>
Wichert Akkermand4d8e921999-04-18 23:30:29 +0000162 * Update sparc code so it actually compiles
Wichert Akkerman7a1f0e91999-04-18 20:23:57 +0000163
Wichert Akkerman328c5e71999-04-16 00:21:26 +0000164Fri Apr 16 02:18:05 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
165
Wichert Akkerman25d0c4f1999-04-18 19:35:42 +0000166 * Add support for old_*stat functions for Linux. Please note you need
167 to use reasonably recent kernel headers to compile strace now.
Wichert Akkerman328c5e71999-04-16 00:21:26 +0000168 * Change references to LINUX into linux in file.c
169 * Fix include for LDT in mem.c
Wichert Akkerman1786d811999-04-15 20:34:14 +0000170
171Thu Apr 15 22:28:15 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
172
173 * Change in strace maintainership, jrs passed the torch to me.
174 * Use autoconf 2.13
175 * Incorporate all changes already made in the Debian strace package:
176 + compiles with more Linux kernels
177 + added support for more Linux architectures
178 + add support for a lot of extra syscalls
179 + fix some problems with hanging children
180 + check stray syscall after execv
181 + decode capget and capset arguments
182 + add more constants to net.c
183 + detect ROSE networking
184 + add more protocol families to domains
185 + add IPIP protocol
186 + added MSG_PROXY and MSG_CTRUNC to msg_flags
187 + added SO_BSDCOMPAT and SO_REUSEPORT to sockoptions
188 + added IP, IPX and TCP-options
189 + added IP, IPX and TCP support to get-/setsockopt()
190 + added IPX support
191 + updated handling of signals
192
Wichert Akkerman76baf7c1999-02-19 00:21:36 +0000193Sun Oct 27 22:28:00 1996 J. Richard Sladkey <jrs@world.std.com>
194
195 * util.c (umovestr) [LINUX]: Handle Linux like SunOS4
196 instead of SVR4. That is, read a few bytes at a time
197 to avoid overrunning the end of the stack.
198
199Fri May 31 01:48:49 1996 J. Richard Sladkey <jrs@world.std.com>
200
201 * version.c: Version 3.1 is released.
202
203Thu May 23 01:04:43 1996 J. Richard Sladkey <jrs@world.std.com>
204
205 * aclocal.m4 (AC_DECL_SYS_ERRLIST): Try looking in stdio.h
206 as well since that's where glibc declares it. Go figure.
207 * signal.c (sys_sigreturn) [ALPHA]: Use sigcontext
208 instead of sigcontext_struct since glibc v5+ apparently
209 plays games with the native OS namespace.
210 From David Mosberger-Tang <davidm@AZStarNet.com>.
211
212Mon May 20 23:17:14 1996 J. Richard Sladkey <jrs@world.std.com>
213
214 * version.c: Version 3.0.14 is released.
215
216 * aclocal.m4 (AC_STRUCT_MSG_CONTROL): New macro.
217 * configure.in: Add call to AC_STRUCT_MSG_CONTROL.
218 * net.c (printmsghdr): Handle BSD 4.3 and 4.4 msghdr members
219 differently.
220 Reported by Henrik Storner <storner@osiris.ping.dk>.
221
222 * configure.in: (AC_CHECK_{HEADERS,FUNCS}): Add checks for
223 sys/filio.h and sys/stream.h and remove check for poll.
224 * desc.c (decode_select, sys_select, sys_oldselect) [LINUX]:
225 Handle old and new styles of argument passing for select on Linux.
226 * ioctl.c, stream.c: Conditionalize stream code on presence of
227 sys/stream.h instead of poll because glibc implements poll but
228 not the rest of the stream interface.
229 * signal.c [LINUX]: Standardize on the name sigcontext_struct.
230 (sys_sigprocmask) [ALPHA]: Handle OSF flavor which is more like
231 sigsetmask.
232 * term.c (term_ioctl): Use _VMIN, if present, for TC{G,S}ETA*.
233 * util.c (umoven, umovestr): Move data in long-sized chunks
234 at a time, instead of hard coding it to be 4.
235 From David Mosberger-Tang <davidm@AZStarNet.com>.
236
237Mon May 20 01:19:36 1996 J. Richard Sladkey <jrs@world.std.com>
238
239 * version.c: Version 3.0.13 is released.
240
241 * configure.in (AC_CHECK_HEADERS): Add check for asm/sigcontext.h.
242 * signal.c [HAVE_ASM_SIGCONTEXT_H]: Conditionally include
243 asm/sigcontext.h to define sigcontext_struct and don't define it
244 locally if the header is present.
245
246 * syscall.c (nerrnos{0,2}): Correct size computation.
247
248 * Makefile.in: Remove dependencies and rules relating to files
249 normally found in the os directory. Because of the new scheme we
250 don't know precisely where they come from. Sigh.
251 * signalent.sh: Make it work for sunos4, linux, and svr4.
252 * {sunos4,linux{,/alpha},svr4}/Makefile.in: Make rules correspond
253 to traditional make syntax. Add signalent.h to files which can
254 unconditionally be rebuilt. Prevent signalent.h from being
255 unconditionally being rebuilt since it's customized.
256 * {sunos4,linux{,/alpha},svr4}/{ioctlent,errnoent,signalent}.h:
257 Use versions built by {ioctlent,errnoent,signaltent}.sh.
258 * sunos4/ioctlent.sh: Work around sprintf troubles with SunOS
259 4.1.4 and gcc 2.7.2.
260
261Sun May 19 17:14:09 1996 J. Richard Sladkey <jrs@world.std.com>
262
263 * configure.in, Makefile.in: Add OSARCH concept to finish
264 build support for the alpha.
265 * Makefile.in, linux/Makefile.in: Rewrite clean, distclean,
266 and maintainer-clean rules.
267 * defs.h, ioctlsort.c: Make ioctl code member unsigned.
268 * ioctl.c, ioctlsort.c (compare): Perform explicit checking
269 for less, greater, and equal since subtraction on two's
270 complement numbers isn't an order relation (it isn't transitive)!
271 * linux/Makefile.in: Add rules for the signalent.h file.
272 * linux/alpha/Makefile.in: New file.
273
274Sun May 19 01:12:28 1996 J. Richard Sladkey <jrs@world.std.com>
275
276 * version.c: Version 3.0.12 is released.
277
278 * linux{,alpha}/ioctlent.sh: Tweak for recent kernels.
279 From Michael E Chastain <mec@duracef.shout.net>.
280
281 * defs.h (SUPPORTED_PERSONALITES, DEFAULT_PERSONALITY): New.
282 * syscall.c (set_personality): New.
283 * strace.c (main): Call set_personality.
284 * defs.h, syscall.c, ioctl.c, signal.c: Make sysent, errnoent,
285 ioctlent, and signalent indirect pointers and redirect them
286 based on personality.
287 * {sunos4,svr4,linux{,/alpha}}/signalent.h: New files.
288 Suggested by Tom Dyas <tdyas@eden.rutgers.edu>.
289
290 * util.c (upeek): Handle case where ptrace returns a long
291 and sizeof(long) != sizeof(int).
292 From Richard Henderson <richard@twiddle.tamu.edu>
293
294Fri May 17 21:03:36 1996 J. Richard Sladkey <jrs@world.std.com>
295
296 * version.c: Version 3.0.11 is released.
297
298 * many files: Fix more printf warnings for other platforms.
299
300 * ipc.c (sys_msgrcv) [LINUX]: Conditionalize definition of ipc_wrapper.
301
302 * linux/dummy.h: Handle missing library support for {send,recv}msg.
303 Reported by Thomas Bogendoerfer <tsbogend@bigbug.franken.de>.
304
305 * linux/syscall.h (sys_utimes): Fix a typo in the declaration.
306 From Thomas Bogendoerfer <tsbogend@bigbug.franken.de>.
307
308Fri May 17 00:50:06 1996 J. Richard Sladkey <jrs@world.std.com>
309
310 * version.c: Version 3.0.10 is released.
311
312 * Makfile.in: Add os/arch to includes so that a given arch
313 (like alpha) can override the native arch (like i386).
314 * configure.in: Check for sendmsg.
315
316 * net.c: Make sendmsg and recvmsg dependent on an autoconf
317 test. Reported by Michael E Chastain <mec@duracef.shout.net>.
318
319 * acconfig.h, configure.in: Detect the alpha.
320 * ioctl.c: Handle the alpha.
321 * defs.h: Make some members long for the alpha. Define
322 some register nicknames. Add support for WAITEXECVE.
323 * file.c [ALPHA]: Support the alpha for statfs. Add
324 osf_statfs and osf_fstatfs for the alpha. Make damn sure
325 major and minor results are suitable for passing to printf.
326 * signal.c, syscall.c: Support the alpha.
327 * process.c: Add alpha user offsets.
328 * most files: Use %l? for printf arguments since
329 most are now longs for the alpha.
330 * linux/alpha/{errnoent.h,ioctlent.{h,sh},syscallent.h}:
331 New for the alpha.
332 From Thomas Bogendoerfer <tsbogend@bigbug.franken.de>.
333
334Wed May 15 00:29:37 1996 J. Richard Sladkey <jrs@world.std.com>
335
336 * version.c: Version 3.0.9 is released.
337
338 * config.in, config.sub, install-sh: Upgrade to autoconf 2.10.
339
340 * linux/dummy.h, linux/syscallent.h, linux/syscall.h: Add recent
341 Linux kernel version system calls.
342
343Wed Mar 13 01:03:38 1996 J. Richard Sladkey <jrs@world.std.com>
344
345 * ipc.c [SUNOS4]: Add SunOS support for decoding IPC calls.
346 * syscall.c [SUNOS4]: Compile decode_subcall on SunOS and
347 decode IPC calls using it.
348 * sunos4/dummy.h: Alias sys_semop to printargs.
349 * sunos4/syscall.h: Add new pseudo syscalls for IPC.
350 * sunos4/syscallent.h: Include new subcalls for IPC.
351 From Matthias Pfaller <leo@dachau.marco.de>.
352
353Tue Feb 13 22:08:25 1996 J. Richard Sladkey <jrs@world.std.com>
354
355 * version.c: Version 3.0.8 is released.
356
357 * time.c [LINUX]: Explicitly include linux/version.h.
358
359 * strace.c (main): Don't let them even *try* to
360 get strace to attach to itself since some systems
361 don't handle this case very gracefully.
362 Reported by David S. Miller <davem@caip.rutgers.edu>.
363
364 * Makefile.in (distclean): Fix it for subdirectories.
365
366 * sunos4/syscallent.h, svr4/syscallent.h: Fill in the new
367 sys_flags member for each defined system call.
368
369Fri Dec 8 01:17:28 1995 Rick Sladkey <jrs@world.std.com>
370
371 * defs.h (TRACE_*): New flags to describe what class
372 of system call each system call is.
373 (sysent): Add sys_flags member.
374 * syscall.c (sysent): Define (and later undef) abbreviations
375 for the system call class flags.
376 (lookup_class): New function to translate strings to
377 system call class flags.
378 (qualify): Handle new system call class mechanism.
379 * linux/syscallent.h: Fill in the new sys_flags member
380 for each defined system call.
381
382 * defs.h (print_sock): Remove redundant and non-K&R C
383 compatible prototype. From Juergen Weigert
384 <jnweiger@immd4.informatik.uni-erlangen.de>.
385
386Thu Dec 7 01:17:40 1995 Rick Sladkey <jrs@world.std.com>
387
388 * linux/ioctlent.sh: Tweak to improve ioctl accuracy.
389 From Michael E Chastain <mec@duracef.shout.net>.
390
391 * system.c (includes) [LINUX]: Add linux/nfs.h for recent
392 kernels. From Michael E Chastain <mec@duracef.shout.net>.
393
394Wed Dec 6 21:52:28 1995 Rick Sladkey <jrs@world.std.com>
395
396 * file.c (sprintfstype): Enclose string result in double
397 quotes.
398
399 * time.c (sys_adjtimex) [LINUX]: Conditionalize
400 constantly evolving timex structure.
401 From Aaron Ucko <UCKO@VAX1.ROCKHURST.EDU>.
402
403 * defs.h, syscall.c, strace.c: Rename syscall to
404 trace_syscall and change prototype and all callers
405 because of broken Linux shared libraries.
406 From Aaron Ucko <UCKO@VAX1.ROCKHURST.EDU>.
407
408 * Makefile.in (clean): Check for a file with test -f not
409 test -d. From Aaron Ucko <UCKO@VAX1.ROCKHURST.EDU>.
410
411Tue Sep 26 02:32:31 1995 Rick Sladkey <jrs@world.std.com>
412
413 * version.c: Version 3.0.7 is released.
414
415 * util.c (string_quote): Fix thinko which caused core
416 dumps for strings with quotes in them.
417 Reported by Marty Leisner <leisner@sdsp.mc.xerox.com>.
418
419 * linux/Makefile.in (errnoent.h rule): Grab all errno.h
420 files from /usr/include, not just the linux one.
421 From Michael E Chastain <mec@duracef.shout.net>.
422
423 * linux/errnoent.sh: Total rewrite to handle more ioctls with
424 fewer false positives on more kernel flavors.
425 From Michael E Chastain <mec@duracef.shout.net>.
426
427Mon Sep 4 01:29:22 1995 Rick Sladkey <jrs@world.std.com>
428
429 * version.c: Version 3.0.6 is released.
430
431 * linux/dummy.h, linux/syscall.h, linux/syscallent.h: Add
432 sys_msync.
433 * mem.c (mctl_funcs, mctl_lockas, sys_mctl): Conditionalize
434 on MC_SYNC instead of HAVE_MCTL.
435 (mctl_sync): Conditionalize on MS_ASYNC instead of HAVE_MCTL.
436 (sys_msync): New function.
437
438Sat Sep 2 12:06:04 1995 Rick Sladkey <jrs@world.std.com>
439
440 * linux/dummy.h, linux/syscall.h, linux/syscallent.h: Add
441 sys_flock and sys_getdents.
442 * desc.c (flockcmds, sys_flock): Conditionalize on LOCK_SH
443 not SUNOS4.
444 * file.c (sys_getdents): Define unconditionally and handle
445 LINUX case.
446 * strace.c (main): Disallow username option unless both real
447 and effective uids are root.
448
449Wed Aug 30 01:29:58 1995 Rick Sladkey <jrs@world.std.com>
450
451 * strace.c (main): Ensure that run_uid and run_gid are
452 always set to something meaningful.
453 (main, newoutf) [!SVR4]: Swap real and effective uids while
454 opening any output files.
455 (main) [!SVR4]: Treat effective uid of root as a request
456 to handle suid binaries correctly using the real uid of
457 the invoking user.
458
459Sat Aug 19 00:06:08 1995 Rick Sladkey <jrs@world.std.com>
460
461 * Makefile.in: Add `|| true' to clean rule because
462 although GNU make 3.74 uses `sh -c' to invoke commands
463 every other make in the world uses `sh -ec'.
464
465 * syscall.c (syscall) [SVR4, MIPS]: The fifth and subsequent
466 arguments appear to be stored on the stack, not in the
467 registers following A3 (empirical result).
468
469 * defs.h: Add prototype for printsock.
470 * svr4/dummy.h: Remove generic handling of sys_mount.
471 * system.c [SVR4, MIPS]: Include several system headers to cleanly
472 get access to SGI mount information.
473 (mount_flags, nfs_flags) [SVR4, MIPS]: New objects.
474 (sys_mount) [SVR4, MIPS]: New function.
475 (sys_mount) [SVR4, !MIPS]: New function.
476
477Tue Jul 4 00:30:34 1995 Rick Sladkey <jrs@world.std.com>
478
479 * version.c: Version 3.0.5 is released.
480
481 * desc.c, resource.c, strace.c, syscall.c, time.c: Cast tv_sec and
482 tv_usec members to long when using printf.
483
484 * ipc.c: Omit define of __KERNEL__.
485 ({MSG,SEM,SHM}_{STAT,INFO}): Explicitly define those things we
486 want which __KERNEL__ used to provide.
487 (sys_msgrcv): Change reference to ipc_kludge structure to
488 look-alike ipc_wrapper to avoid dependence on __KERNEL__.
489
490 mem.c (mmap_flags) [MAP_{GROWSDOWN,DENYWRITE,EXECUTABLE}]: Add
491 Linux specific options.
492
493 syscall.c: Use SYS_ERRLIST_DECLARED instead of guessing.
494 [E{RESTART{SYS,NO{INTR,HAND}},NOIOCTLCMD}]: Explicitly define
495 instead of depending of __KERNEL__.
496
497 term.c: Cast c_{i,o,c,l}flag to long when using printf.
498
499Tue Jun 6 00:27:48 1995 Rick Sladkey <jrs@world.std.com>
500
501 * aclocal.m4 (AC_DECL_SYS_ERRLIST, AC_DECL__SYS_SIGLIST): New.
502 * configure.in: Call AC_DECL_SYS_ERRLIST, AC_DECL_SYS_SIGLIST,
503 and AC_DECL__SYS_SIGLIST.
504 * acconfig.h (SYS_ERRLIST_DECLARED): New.
505 * strace.c (strerror): Use SYS_ERRLIST_DECLARED.
506 (strsignal): Use SYS_SIGLIST_DECLARED.
507
508 net.c (sys_socket): Omit inadvertent surplus comma when
509 protocol family isn't PF_INET.
510
511 util.c (dumpstr): Fix incorrect printing of one too many
512 characters when the length is not an even multiple of 16 bytes.
513 Reported by Juergen Weigert
514 <jnweiger@immd4.informatik.uni-erlangen.de>.
515
516Thu May 4 23:37:47 1995 Rick Sladkey <jrs@world.std.com>
517
518 * ioctl.c (compare): Change prototype to match POSIX qsort.
519 * signal.c (sigishandled) [SVR4]: Omit everything after return.
520 * strace.c (trace) [SVR4]: Break out of for loop instead of
521 returning when finished so final return statement is executed.
522 * syscall.c (internal_syscall): Add more SYS_wait* variations.
523 (syscall) [LINUX]: Correct typo which commented out the M68K
524 argument to ifdef.
525 * util.c (printstr): Cast unsigned char pointer argument
526 to char pointer in umovestr call.
527 (dumpstr): Likewise for umoven.
528
529Wed May 3 01:10:56 1995 Rick Sladkey <jrs@world.std.com>
530
531 * version.c: Version 3.0.4 is released.
532
533 * signal.c (sys_sigblock): Move after the definition of
534 sys_sigsetmask that it calls to avoid an implicit declaration.
535 * stream.c (transport_user_options, transport_server_options):
536 Only needed if TI_BIND is defined.
537 * configure.in: Add -Wno-implicit to WARNFLAGS on SunOS 4.x.
538
539 * process.c (internal_fork) [SVR4]: Fix a typo that omitted
540 the tcp arguement from the call to exiting. Add getrval2
541 check so no fork processing is done in the child.
542 (printwaitn): Initialize exited so that its value is defined
543 for all flows of execution.
544
545Tue May 2 22:39:42 1995 Rick Sladkey <jrs@world.std.com>
546
547 * linux/dummy.h: Add aliases for sysfs, personality, afs_syscall,
548 setfsuid, setfsgid, and _llseek syscalls.
549 * linux/syscall.h: Add prototypes for them.
550 * linux/syscallent.h: Add them to the syscall entries table.
551 * system.c (headers) [LINUX]: Include linux/unistd.h to get __NR_*
552 defines and conditionally include linux/personality.h if
553 __NR_personality is defined.
554 (personality_options) [LINUX]: New table.
555 (sys_personality) [LINUX]: New function.
556
557Tue May 2 00:20:39 1995 Rick Sladkey <jrs@world.std.com>
558
559 * strace.c (trace) [!SVR4]: Change forever loop to one predicated
560 on the number of traced processes so that we can have untraced
561 children (e.g. via popen).
562
563 * strace (main) [!SVR4]: Call fake_execve to get the actual
564 exec and its arguments into the trace.
565 (environ): Declare it.
566 * process.c (fake_execve): New function.
567 (headers): Include sys/syscall.h to get SYS_* defines.
568
569 * process.c (sys_execv, sys_execve): Surround argument annotations
570 with C comment delimiters.
571 (printargv, printargc): The arg vector is an array of char pointers
572 not ints.
573
574 * strace.c (printleader): Also check for multiple -p arguments
575 when deciding whether to print the pid field.
576
577 * strace.c (strerror) [!HAVE_STRERROR]: New function.
578 * defs.h (strerror, strsignal): Add these prototypes if we provide
579 the functions.
580 * configure.in (AC_CHECK_FUNCS): Add strerror.
581
582 * strace.c (main, proc_poller): Add SIGPIPE to the list of caught
583 and blocked signals.
584
585 * strace.c (main): Add username option. Verify they are root before
586 letting them use it. Look up the ids in the password file. Set
587 them just before executing the program.
588 From Reuben Sumner <rasumner@undergrad.math.uwaterloo.ca>.
589
590Sat Apr 29 00:09:56 1995 Rick Sladkey <jrs@world.std.com>
591
592 * version.c: Version 3.0.3 is released.
593
594 * system.c (mount_flags) [LINUX]: Omit duplicated MS_NOSUID entry.
595 From Reuben Sumner <rasumner@undergrad.math.uwaterloo.ca>.
596
597 * strace.c (outfname): Initialize to NULL.
598 (main): Defer output file processing until after arguments.
599 Allow either a pipe or a bang for command arguments.
600 Check if outfname is NULL instead of checking outf for stderr.
601 Reinitialize each startup TCB's outf to fix -p/-o ordering bug.
602 (droptcb): Reset close TCB's outf to NULL instead of stderr.
603 (tprintf): Avoid calling vfprintf if outf is NULL.
604
605 * strace.c (main): Use popen if -o argument begins with a pipe.
606 From Marty Leisner <leisner@sdsp.mc.xerox.com>.
607
608 * process.c (printstatus): Fix a typo where WIFSIGNALED was meant
609 but WIFSTOPPED was used.
610
611 * Makefile.in: Add an EXTRA_DEFS variable and use it in the .c.o
612 rule to prevent the comment from being untrue.
613
614Fri Apr 28 22:01:56 1995 Rick Sladkey <jrs@world.std.com>
615
616 * strace.c (sys_exit): Move follow fork code to internal_exit.
617 (sys_fork): Move follow fork code to internal_fork.
618 (sys_execv, sys_execve): Move follow fork code to internal_exec.
619 (sys_waitpid, sys_wait4): Move follow fork code to internal_wait.
620 (vforking): Remove this static variable and check scno in
621 internal_fork instead.
622 (internal_exit, internal_fork, internal_exec, internal_wait): New
623 functions.
624 * defs.h: Add prototypes for the new internal_* functions.
625 * syscall.c (syscall): Move syscall entering trace qualifier check
626 and reprint checking after context decoding and precede them with
627 a call to internal_syscall. Precede syscall exiting trace
628 qualifier check with a call to internal_syscall.
629 (internal_syscall): New function.
630
631 * defs.h (struct tcb): Make scno signed.
632 * strace.c (syscall) Make u_error signed.
633 [LINUX, I386]: Avoid unsigned cast in eax check.
634 * syscall.c (sys_indir): Make i, scno, and nargs signed.
635 * desc.c (sys_select): Make cumlen unsigned
636
637Mon Apr 24 23:52:47 1995 Rick Sladkey <jrs@world.std.com>
638
639 * net.c (socktypes): Add SOCK_PACKET.
640
641Sun Apr 2 23:50:39 1995 Rick Sladkey <jrs@world.std.com>
642
643 * Makefile (clean): Check explicitly for a Makefile in subdirs
644 before running make in them.
645
646Sun Mar 26 12:37:21 1995 Rick Sladkey <jrs@world.std.com>
647
648 * strace.c [MIPS] (proc_open): Conditionalize run on MIPS.
649 [MIPS] (detach): Initialize error for MIPS case.
650 (trace): Initialize ioctl_result and ioctl_errno for overly helpful
651 compilers.
652 * syscall.c (decode_subcall): Move variable i into conditionals
653 that use use it.
654 * system.c (syssgi_options): Conditionalize SGI_RECVLMSG and
655 SGI_SET_FPDEBUG that SGI decided to drop. I don't have the stomach
656 to change them all.
657 * term.c (term_ioctl): Force [c_[iocl]flags members to long before
658 printing since we don't know what the size of their type is.
659 * util.c [SVR4, MIPS] (umoven): Prevent MIPS from using pread even
660 if autoconf detects it since it seems to either not work or do
661 something else entirely on Irix 5.3.
662
663Sun Mar 26 00:01:11 1995 Rick Sladkey <jrs@world.std.com>
664
665 * version.c: Version 3.0.2 is released.
666 * linux/dummy.h: Make sys_fchdir like sys_close instead of printargs
667 so that the file descriptor arg is decimal.
668
669Sat Mar 25 22:50:13 1995 Rick Sladkey <jrs@world.std.com>
670
671 * net.c [LINUX] (protocols): Explicitly define all IPPROTO_* entries
672 because on Linux they are enumerators.
673
674 * system.c [LINUX] (mount_flags): Handle renaming of MS_SYNC to
675 MS_SYNCHRONOUS.
676
677 * util.c (printxval): When there is no translation, print the actual
678 number first and the the default value as a C comment.
679
680 * net.c (sys_send, sys_sendto, sys_sendmsg, sys_getsockopt,
681 sys_setsockopt): Change first argument from unsigned to signed to
682 cater to the frequent practice of calling system calls with a file
683 descriptor of -1.
684 * mem.c (sys_mmap): Likewise.
685
686Sun Mar 19 13:53:52 1995 Rick Sladkey <jrs@world.std.com>
687
688 * signal.c [LINUX] (signalent): Handle old and new values of SIGIO.
689
690Sun Dec 11 22:51:51 1994 Rick Sladkey <jrs@world.std.com>
691
692 * version.c: Version 3.0.1 is released.
693 * Makefile.in, configure.in, aclocal.m4: Changes for autoconf 2.0.
694 * config.guess, config.guess: Update from the FSF.
695 * install-sh: New from the FSF.
696
697Mon Dec 5 20:51:29 1994 Rick Sladkey <jrs@world.std.com>
698
699 * Makefile.in: Add m68k arch.
700 * acconfig.h (M68K): Add m68k define.
701 * configure.in: Add detection of arch m68k.
702 * process.c [M68K] (struct_user_offsets): Support m68k registers and
703 offsets.
704 * signal.c [M68K] (sigcontext_struct): Support m68k sigcontext
705 structure.
706 [M68K] (sys_sigreturn): Support m68k sigreturn handling.
707 * syscall.c [M68K] (syscall): Support m68k syscall number register
708 and errno in d0 instead of eax.
709 * util.c [M68K] (getpc, printcall, setbpt, clearbpt): Support m68k
710 program counter in PT_PC instead of EIP.
711 [M68K] (LOOP): Support m68k loop instruction.
712 From Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>.
713
714 * mem.c [MAP_ANONYMOUS] (mmap_flags): Correct inadvertent reference
715 to MAP_FIXED instead of MAP_ANONYMOUS.
716 From Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>.
717
718 * signal.c [LINUX] (signalent): Signal 30 is now SIGPWR.
719 From Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>.
720
721Mon Dec 5 01:05:46 1994 Rick Sladkey <jrs@world.std.com>
722
723 * defs.h (tprintf): Fix typo in non-gcc ansi prototype for tprintf.
724 Reported by Thanh Ma <tma@encore.com>.
725
726 * strace.c (cleanup): Send SIGCONT before SIGTERM because Linux
727 1.1.62 doesn't continue a traced child when the parent exits.
728 Reported by Matt Day <mday@artisoft.com>.
729
730 * system.c [LINUX]: Include netinet/in.h before arpa/inet.h.
731
732 * util.c (printstr): Fix longstanding bug in notating string
733 continuation.
734
735 * strace.c [SVR4] (proc_open): Specifically wait for the child the
736 child to go into the execve syscall to avoid spurious traces.
737 [LINUX] (detach): Conditionalize the status variable.
738
739Sun Dec 4 23:21:42 1994 Rick Sladkey <jrs@world.std.com>
740
741 * Makefile.in: Add mips arch.
742 * acconfig.h (MIPS): Add mips define.
743 * configure.in: Add detection of opsys irix5 and arch mips. Check
744 for prctl function.
745 Check for sys/sysconfig.h header.
746 * defs.h (MAX_ARGS): Bump maximum syscall arguments from 8 to 32.
747 * file.c [SVR4]: Include sys/cred.h.
748 (access_flags): Update access flags for SGI.
749 (sprinttime): Change type of sprinttime argument from unsigned
750 long to time_t.
751 * process.c [HAVE_PRCTL]: Include sys/prctl.h.
752 [HAVE_PRCTL] (prctl_options, sys_prctl): New for SGI.
753 (printsiginfo): Conditionally compile SI_TIMER and SI_MESGQ.
754 Cast si_band member to long before printing.
755 * signal.c (sigact_flags): Add _SA_BSDCALL for SGI.
756 (sigprocmaskcmds): Add SIG_SETMASK32 for SGI.
757 * strace.c [SVR4] [MIPS]:
758 (foobar): New dummy signal handler.
759 (main): Install a dummy signal handler in the child before pausing
760 to work around an SGI bug in PRSABORT.
761 (proc_open): Send a interrupt to the child instead of aborting the
762 syscall which doesn't work on Irix5.2.
763 * svr4/dummy.h: Add new unfinished SGI syscalls
764 (e.g. sys_sysmp, sys_sginap, etc.). Handle some SGI syscalls like
765 existing calls (e.g. sys_ksigaction like sys_sigaction).
766 Printargs does the print thing for sys_sethostid.
767 * svr4/syscall.h: Declare all new SGI syscalls.
768 (SGI_KLUDGE): Define syscall table starting index to be 1 for SGI
769 and add it to all subcall entry points.
770 (SYS_pgrpsys_subcall, SYS_sigcall_subcall, SYS_context): Don't
771 decode as subcalls on MIPS. Instead, use the normal syscalls.
772 * svr4/syscallent.h [MIPS]: Lead syscall table with a dummy entry
773 since SGI syscall numbers are off by one.
774 [MIPS] (sys_pgrpsys): Rename to sys_setpgrp on SGI.
775 [MIPS] (sys_xenix): Rename to sys_syssgi on SGI.
776 [MIPS] (sys_sysmachine): Rename to sys_sysmips on SGI.
777 [MIPS]: Conditionalize SVR4 extension into SGI and Solaris classes.
778 * syscall.c (dumpio): Validate descriptor against MAX_QUALS.
779 [HAVE_PR_SYSCALL] (syscall): Conditionalize SYS_vfork.
780 [MIPS] (syscall): Add SGI section for decoding u_error and u_rval.
781 Add workaround for broken SGI pr_sysarg on syscall entry.
782 [SVR4] (syscall): Conditionalize subcall decoding for
783 SYS_ptrpsys_subcall, SYS_sigcall_subcall and SYS_context_subcall.
784 [SVR4] [MIPS] (getrval2): Handle SGI.
785 * syscallent.sh: Dork the sed line to be choosier about SYS_ lines.
786 * system.c [HAVE_SYSCONFIG_H]: Include sys/sysconfig.h.
787 [MIPS] (syssgi_options, sys_syssgi): New for SGI.