strace/CREDITS
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

42 lines
1.5 KiB
Plaintext

The primary authors of strace are:
Paul Kranenburg <pk@cs.few.eur.nl>
Branko Lankester <branko@hacktic.nl>
Rick Sladkey <jrs@world.std.com>
Thanks to the follow people for contributing to strace by reporting
bugs, providing fixes, providing information, providing resources or
porting to new systems:
Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Marty Leisner <leisner@sdsp.mc.xerox.com>
Lupe Christoph <lupe@alanya.isar.muc.de>
Thanh Ma <tma@encore.com>
Keith Thompson <kst@alsys.com>
Roland Borde <bo@uebemc.siemens.de>
Matt Day <mday@artisoft.com>
Joe Ilacqua <spike@world.std.com>
Ju"rgen Fluk <louis@marco.de>
Bo Kullmar <bk@kullmar.se>
Leonard N. Zubkoff <lnz@dandelion.com>
Reuben Sumner <rasumner@undergrad.math.uwaterloo.ca>
Juergen Weigert <jnweiger@immd4.informatik.uni-erlangen.de>
Linus Torvalds <Linus.Torvalds@cs.Helsinki.FI>
Michael E Chastain <mec@duracef.shout.net>
Aaron Ucko <UCKO@VAX1.ROCKHURST.EDU>
David S. Miller <davem@caip.rutgers.edu>
Matthias Pfaller <leo@dachau.marco.de>
Thomas Bogendoerfer <tsbogend@bigbug.franken.de>
Richard Henderson <richard@twiddle.tamu.edu>
Tom Dyas <tdyas@eden.rutgers.edu>
Henrik Storner <storner@osiris.ping.dk>
David Mosberger-Tang <davidm@AZStarNet.com>
Ulrich Drepper <drepper@cygnus.com>
Nate Eldredge <nate@cartsys.com>
Jakub Jelinek <jj@ultra.linux.cz>
John Hughes <john@Calva.COM>
Richard Braakman <dark@xs4all.nl>
Florian Lohoff <flo@rfc822.org>
D.J. Barrow <djbarrow@de.ibm.com>
Topi Miettinen <Topi.Miettinen@nic.fi>