Adapt ASLR to ltrace
[platform/upstream/ltrace.git] / CREDITS
1         This is at least a partial credits-file of people that have
2         contributed to the Ltrace project.  It is sorted by name and
3         formatted to allow easy grepping and beautification by
4         scripts.  The fields are: name (N), email (E), web-address
5         (W), PGP key ID and fingerprint (P), description (D), and
6         snail-mail address (S).
7 ----------
8
9 N: Pat Beirne
10 E: pbeirne@home.com
11 D: ARM port
12
13 N: Anton Blanchard
14 E: anton@samba.org
15 D: PowerPC port
16
17 N: Jakub Bogusz
18 E: qboosh@pld-linux.org
19 D: Alpha port
20
21 N: Paul Buerger
22 E: pbuerger@avetec.org
23 D: Fix measuring time spent in a syscall
24
25 N: Silvio Cesare
26 E: silvio@big.net.au
27 D: ELF hacking
28
29 N: Juan Cespedes
30 W: http://cespedes.org/
31 E: cespedes@debian.org
32 D: All development up to 0.5.3
33
34 N: Luca Clementi
35 E: luca.clementi@gmail.com
36 D: stack trace improvement
37
38 N: Joe Damato
39 E: ice799@gmail.com
40 D: libdl support
41 D: libunwind support
42 D: Release 0.6
43
44 N: Sedat Dilek
45 E: sedat.dilek@gmail.com
46 D: Fixes and testing for MIPS arch
47
48 N: Michael K. Edwards
49 E: m.k.edwards@gmail.com
50 D: Fixes
51
52 N: Morten Eriksen
53 E: mortene@sim.no
54 D: Fixes
55
56 N: Thierry Fauck
57 E: thierry@linux.vnet.ibm.com
58 D: ppc64el port
59
60 N: Timothy Fesig
61 E: slate@us.ibm.com
62 D: s390 port
63
64 N: Roman Hodek
65 E: Roman.Hodek@informatik.uni-erlangen.de
66 D: m68k port
67
68 N: Edgar E. Iglesias
69 E: edgar.iglesias@gmail.com
70 D: CRIS port
71 D: MIPSel port
72
73 N: Andreas Jaeger
74 E: aj@suse.de
75 D: x86-64 port
76
77 N: Jakub Jelinek
78 E: jakub@redhat.com
79 D: SPARC port
80 D: x86-64 fixes
81 D: libelf support
82 D: Fixes
83
84 N: Dima Kogan
85 E: dima@secretsauce.net
86 D: Reading prototypes from DWARF information
87
88 N: Michal Ludvig
89 E: mludvig@suse.cz
90 D: x86-64 fixes
91 D: Support for Elf64 binaries
92
93 N: Petr Machata
94 E: pmachata@redhat.com
95 D: Tracing multi-threaded processes
96 D: Tracing inter-library calls
97 D: Tracing PIE binaries
98 D: Fetch backend, ABI fixes for various arches
99 D: PowerPC fixes
100 D: Manual pages
101 D: Release 0.7
102
103 N: Santiago Romero
104 E: santiago.romero@imdea.org
105
106 N: Andreas Schwab
107 E: schwab@linux-m68k.org
108 D: m68k fixes, fetch backend
109
110 N: César Sánchez
111 E: cesar.sanchez@imdea.org
112
113 N: Eric Vaitl
114 E: evaitl@cisco.com
115 D: MIPSel port
116
117 N: Ian Wienand
118 E: ianw@gelato.unsw.edu.au
119 D: ia64 port
120
121 N: Peter Wu
122 E: lekensteyn@gmail.com
123 W: https://lekensteyn.nl/
124 D: Fixes
125
126 N: Andrey Zonov
127 E: zont@FreeBSD.org
128 D: Portability fixes
129
130
131 # This file is part of ltrace.
132 #
133 # ltrace is free software; you can redistribute it and/or modify it
134 # under the terms of the GNU General Public License as published by
135 # the Free Software Foundation; either version 2 of the License, or
136 # (at your option) any later version.
137 #
138 # ltrace is distributed in the hope that it will be useful, but
139 # WITHOUT ANY WARRANTY; without even the implied warranty of
140 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
141 # General Public License for more details.
142 #
143 # You should have received a copy of the GNU General Public License
144 # along with this program.  If not, see <http://www.gnu.org/licenses/>.