File: THANKS

package info (click to toggle)
dietlibc 0.34~cvs20160606-10
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 11,336 kB
  • sloc: ansic: 71,631; asm: 13,006; cpp: 1,860; makefile: 799; sh: 292; perl: 62
file content (40 lines) | stat: -rw-r--r-- 1,534 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
The malloc code was done by Olaf Dreesen, who also helped with the SPARC
start code and fork().  Olaf also did the printf and scanf routines and
he implemented pthreads (wow!) and his now writing a dynamic linker, and
he ported the diet libc to S/390.

Thomas Ogrisegg ported the diet libc to PA-RISC and IA64 and fixed a few things.

I initially took some syscalls from Redhat minilibc, but the code has
been completely replaced now.

I initially took localtime and the directory reading routines from
uClibc, but the code has been completely replaced now.

syslog and crypt were contributed by Ren Mller.

Jeff Garzik contributed {get,set}{pw,gr,sp}ent.

Uwe Ohse went through the code and fixed many bugs.

Frank Klemm contributed the math library and a lot of correctness and
smallness patches and rewrote many functions in ix86 assembly language.

Erik Troan found several important bugs and sent in patches to fix them.

I also grabbed code from glibc (mostly assembly routines), and looked at
the OpenBSD libc for inspiration.

Michal Ludvig did the porting to x86_64 and Gwenole Beauchesne helped
finish the port.  Gwenole also reported many bugs and helped with some
of the more obscure platforms.

Johannes Stezenbach improved the MIPS port.

Marian Jancar added s390x and ppc64 support.

Gerrit Pape maintains the Debian port and helped immensely by relaying
bug reports and doing testing on platforms I didn't have access to.

Manuel Novoa III reported many bugs although he really works for the
competition, uClibc ;-)