Wichert Akkerman
43a7482edb
Merge changes from Ulrich
2000-06-27 17:33:32 +00:00
Wichert Akkerman
bd4125c6bc
Close outf fd when forking
2000-06-27 17:28:06 +00:00
Wichert Akkerman
5ae21ead9f
The `too much stuff, just check the ChangeLog' update
2000-05-01 01:53:59 +00:00
Wichert Akkerman
10dfa564bd
Update mips syscall table
2000-04-22 18:26:56 +00:00
Wichert Akkerman
481e45b0cf
added names for SVR4, SYSV, BSD4.3 and POSIX syscalls
2000-04-17 07:42:31 +00:00
Wichert Akkerman
fd89ced0fc
Linux/MIPS uses syscalls up to >4k, so set MAX_QUALS to 4999
2000-04-13 17:06:09 +00:00
Wichert Akkerman
c792698a99
README-linux: updated to note that strace might not compile
...
with development kernels
bjm.c: sys_query_module: check if malloc succeeds
system.c: sys_cap[gs]et(): check if malloc succeeds, only malloc once
linux/syscallent.h: updated for 2.3.99pre3
linux/alpha/syscallent.h: updated for 2.3.99pre3, add all osf syscalls
even though Linux doesn't implement them
syscall.c: add global variables for MIPS registers as well
syscall.c: move global variables to before get_scno since that uses them
util.c: oops, misspelled defined
process.c: fix ptrace calls in change_syscall
mem.c: decode sys_madvise
Merge patch from Topi Miettinen <Topi.Miettinen@nic.fi>
+ add support for quotactl, fdatasync, mlock, mlockall, munlockall & acct
+ small fix for RLIMIT_* and RUSAGE_BOTH
+ enhace support for capget and capset
2000-04-10 22:22:31 +00:00
Wichert Akkerman
faf722234d
test/vfork.c: new file to test vfork traces
...
test/.cvsignore: new file
defs.h: Up maximum number of traced processed to 64
strace.c: Disable some debugging code from davidm
implement setarg for more architectures
implement change_syscall
2000-02-19 23:59:03 +00:00
Wichert Akkerman
2ee6e45f36
Fixup isdigit calls
2000-02-18 15:36:12 +00:00
Wichert Akkerman
12f75d1a38
S390 updates
2000-02-14 16:23:40 +00:00
Wichert Akkerman
8b1b40cd8b
Merge Trillian patches (Linux ia64)
2000-02-03 21:58:30 +00:00
Pavel Machek
4dc3b141be
Split trace_syscall into few functions to make code readable.
2000-02-01 17:58:41 +00:00
Wichert Akkerman
301601812c
Release version 4.2
2000-01-21 20:31:34 +00:00
Wichert Akkerman
3ed6dc2491
Add 1900 to tm_year in sprinttime
2000-01-11 14:41:09 +00:00
Wichert Akkerman
9148a3b4ee
update changelog&news
1999-12-24 23:13:55 +00:00
Wichert Akkerman
0396bdc0a7
Use STAT64 test for the new stat64 functions
1999-12-24 23:11:57 +00:00
Ulrich Drepper
c921cb2885
Update.
1999-12-24 08:03:35 +00:00
Wichert Akkerman
7a0b649aea
Begin work on supporting clone
1999-12-23 15:08:17 +00:00
Wichert Akkerman
4dc8a2aec6
Bunch of stuff
1999-12-23 14:20:14 +00:00
Wichert Akkerman
e5be0de044
Note that Linux has semop
1999-12-14 10:46:18 +00:00
Wichert Akkerman
ea78f0f771
Add UnixWare support to configure
1999-11-29 15:34:02 +00:00
Wichert Akkerman
9123ac8884
fully decode the query_module syscall
1999-11-27 21:58:20 +00:00
Wichert Akkerman
3377df7418
Parse UnixWare mount options
1999-11-26 13:14:41 +00:00
Wichert Akkerman
9dbf15466e
Add pollhack
1999-11-26 13:11:29 +00:00
Wichert Akkerman
4695657dab
Seems like some systems treat sigmask_t and sigmask_t* as the same thing.
1999-11-26 10:12:59 +00:00
Wichert Akkerman
48214be2d3
Only use long_to_sigset on Linux systems
1999-11-26 09:55:42 +00:00
Wichert Akkerman
e4aafd4c4d
Merge patches from John Hughes
1999-11-26 09:54:08 +00:00
Wichert Akkerman
2a64b43d87
Update for 4.1 release
1999-11-26 00:29:05 +00:00
Wichert Akkerman
f5eeabb156
Start merging linux-ip-routing fork
1999-11-18 17:09:47 +00:00
Wichert Akkerman
60456d785d
update Linux MIPS syscall table
1999-11-01 19:59:33 +00:00
Wichert Akkerman
2f473da12b
Fix duplicate for sys_create_module
...
Include linux/in6.h only for Linux MIPS
1999-11-01 19:53:31 +00:00
Wichert Akkerman
f90da01fd1
Add Linux MIPS support
1999-10-31 21:15:38 +00:00
Wichert Akkerman
5052482ed7
Update Linux module syscalls
1999-10-10 22:40:07 +00:00
Wichert Akkerman
15dea97f8a
Compilation updates
1999-10-06 13:06:34 +00:00
Wichert Akkerman
7b27ba0673
Update strace-graph copyright to BSD
1999-08-30 23:26:53 +00:00
Wichert Akkerman
9ce1a63eb2
Catching up on my mail-backlog, see ChangeLog for details
1999-08-29 23:15:07 +00:00
Wichert Akkerman
5a777663d5
Add sys_poll to Linux/alpha syscall list
1999-08-04 16:03:49 +00:00
Wichert Akkerman
527a80589d
Update sys_createmodule and sys_initmodule
1999-07-15 21:11:37 +00:00
Wichert Akkerman
36915a19e4
Add test for sys/reg.h and use that instead of asm/ptrace.h
...
This should fix building problems on glibc2.0 systems
1999-07-13 15:45:02 +00:00
Wichert Akkerman
ca4469902c
Remove hack in signal.c for arm architecture
1999-07-09 23:48:58 +00:00
Wichert Akkerman
5b4d128fab
Update patch from drow for file.c kernel types
1999-07-09 00:32:54 +00:00
Wichert Akkerman
a601370873
Add patch from drow to get proper kernel types in file.c
1999-07-08 14:00:58 +00:00
Wichert Akkerman
2b483ba988
Fix conditions for including sys/reg.h and linux/ptrace.h
1999-06-24 13:55:29 +00:00
Wichert Akkerman
e6f876c49d
Linux/powerpc and SunOS fixes
1999-06-22 15:28:30 +00:00
Wichert Akkerman
789ed35db5
avoid leaking fd into child
1999-06-14 10:45:01 +00:00
Wichert Akkerman
8829a55dc2
Various fixes, see ChangeLog for details
1999-06-11 13:18:40 +00:00
Wichert Akkerman
cc4b8f426a
Update syscall list for Linux/alpha
1999-06-09 12:50:10 +00:00
Wichert Akkerman
dacfb6ebd6
Add sparc patches from Jakub Jelinek
1999-06-03 14:21:07 +00:00
Ulrich Drepper
8783c011ea
Don't include linux/ptrace.h for glibc.
1999-05-29 04:13:58 +00:00
Ulrich Drepper
0d2d323610
Fix typo.
1999-05-29 04:11:48 +00:00
Wichert Akkerman
22fe9d2b99
added `a bit of sysctl support', patch from Ulrich Drepper
1999-05-27 12:00:57 +00:00
Wichert Akkerman
9524bb9e72
use kernel dirent structure for Linux
1999-05-25 23:11:18 +00:00
Wichert Akkerman
2e2553a534
Merged in a bunch of patches that I got as reaction to the 3.99 release.
...
See the ChangeLog for details
1999-05-09 00:29:58 +00:00
Wichert Akkerman
d4d8e92b30
Update linux sparc support so it compiles and works reasonably
1999-04-18 23:30:29 +00:00
Wichert Akkerman
7a1f0e95db
Update syscalls for Linux alpha
1999-04-18 20:23:57 +00:00
Wichert Akkerman
25d0c4fdf2
Fix stat structures for Linux once again
1999-04-18 19:35:42 +00:00
Wichert Akkerman
328c5e7fd8
Added support for old*stat syscalls for Linux
...
Changed referenced to LINUX to linux in file.c
Fix include for ldt.h in mem.c while we're at it
1999-04-16 00:21:26 +00:00
Wichert Akkerman
1786d81bee
Update the ChangeLog and NEWS files to reflect new maintainer
...
Update CREDITS to list Uldrich and Nate.
Switch to autoconf 2.13
1999-04-15 20:34:14 +00:00
Wichert Akkerman
76baf7c9f6
Initial revision
1999-02-19 00:21:36 +00:00