summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authormarcus <marcus>2004-10-29 01:09:01 +0000
committermarcus <marcus>2004-10-29 01:09:01 +0000
commiteb6060f5fbfbf5f7087df76b6dc6fa8acb125c0c (patch)
treed246bb44a0a5e716b99dc5b464dc7df8c3b63850 /AUTHORS
parent75471db0670e18f6e7bec4b1a340c6daa014f342 (diff)
Add authors of atomic.h.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS18
1 files changed, 14 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index a3a847d..5182b53 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,16 +1,26 @@
The bunch of it was written by:
Marcus Brinkmann <marcus@gnu.org>
-The libhurd-slab allocator implementation (libhurd-slab/slab.c):
-Johan Rydberg <jrydberg@night.trouble.net>
+The libhurd-slab allocator implementation (libhurd-slab/slab.c) was
+written by:
+Johan Rydberg <jrydberg@night.trouble.net>
The pthread implementation libpthread/, and the zone allocator
physmem/zalloc.h, physmem/zalloc.c was originally written by:
Neal H Walfield <neal@walfield.org>
-The malloc implementation in physmem/malloc.c was written by:
-Doug Lea <dl@cs.oswego.edu>
+The malloc implementation in physmem/malloc.c, task/malloc.c and
+deva/malloc.c was written by:
+Doug Lea <dl@cs.oswego.edu>
The serial output driver for laden and wortel (laden/output-serial.c,
wortel/output-serial.c) was written by:
Daniel Wagner <wagi@gmx.ch>
+
+The atomic data type support in platform/atomic.h,
+platform/alpha/bits/atomic.h, platform/amd64/bits/atomic.h,
+platform/ia32/bits/atomic.h, platform/ia64/bits/atomic.h,
+platform/powerpc/bits/atomic.h and platform/powerpc64/bits/atomic.h
+has been written by:
+Ulrich Drepper <drepper@redhat.com>
+Paul Mackerras <paulus@au.ibm.com>