mariadb/mit-pthreads
2002-05-08 13:48:40 +03:00
..
bin Import changeset 2000-07-31 21:29:14 +02:00
config Patches for NetBSD/macppc 2001-01-12 13:52:32 +02:00
gen Patch for netBSD 2001-07-16 03:04:30 +03:00
include Remove docs from the bdb distribution 2002-05-07 18:05:15 +03:00
lib Import changeset 2000-07-31 21:29:14 +02:00
machdep Add missing symbols for linux 2002-05-08 13:48:40 +03:00
net Portability fixes for OPENBSD, OS2 and Windows 2001-01-27 01:20:56 +02:00
patches Import changeset 2000-07-31 21:29:14 +02:00
pthreads Import changeset 2000-07-31 21:29:14 +02:00
scripts Import changeset 2000-07-31 21:29:14 +02:00
stdio Patch for netBSD 2001-07-16 03:04:30 +03:00
stdlib Import changeset 2000-07-31 21:29:14 +02:00
string Import changeset 2000-07-31 21:29:14 +02:00
tests Import changeset 2000-07-31 21:29:14 +02:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
Changes-mysql Remove docs from the bdb distribution 2002-05-07 18:05:15 +03:00
configure Fix for compilation ; Turned of RCS flag for all files to avoid 2000-08-30 22:44:57 +03:00
COPYRIGHT Import changeset 2000-07-31 21:29:14 +02:00
FAQ Import changeset 2000-07-31 21:29:14 +02:00
GNUmakefile Remove docs from the bdb distribution 2002-05-07 18:05:15 +03:00
NOTES Import changeset 2000-07-31 21:29:14 +02:00
NOTES_OSR5_BUILD_SKUNKWARE97 Import changeset 2000-07-31 21:29:14 +02:00
README Import changeset 2000-07-31 21:29:14 +02:00
TODO-mysql Import changeset 2000-07-31 21:29:14 +02:00
Whats_New Import changeset 2000-07-31 21:29:14 +02:00

This pthread package is/will be based on the POSIX1003.1c Draft 10 pthread
standard, and Frank Muellers paper on signal handeling presented at the 
Winter 93 USENIX conference.

It is currently being designed and written by me, Chris Provenzano.
All bug, comments, and questions can be sent me at proven@mit.edu,
or pthreads@mit.edu.

PLEASE, don't send questions, bugs or patches to any of the *BSD*, Linux
or GNU mailing lists.

Thanks goes to Ken Raeburn for his help on the Sparc port, the configurator, 
and his many suggestions, Greg Hudson for the thread safe net routines and
all the testing he's done.

More thanks to Mark Eichin and all the others for the testing they have done.

PORTING
One of the goals of this user space implementation of pthreads is that it
be portable. I have minimized the ammount of assembler code necessary,
but some is.

If you want to port it to another platform here are a few basic hints.

You will need to create a machdep.h, machdep.c and syscall.S for the
new architecture. The first two are necessary to get the context switch 
section of the pthread package running, the third is for all the syscalls.

INCLUDE FILES AND PORTING
In addition to the above three files you need to create a slew of .h files. 
Take a look at an existing port to determine what is in each, and then
take a look at your system header files to determine what to put in them.

------------------------------------------------------------------------------
Copyright (c) 1993, 1994, 1995, 1996 Chris Provenzano. All rights reserved.
This product includes software developed by the Univeristy of California,
Berkeley and its contributors.

For further licencing and distribution restrictions see the file COPYRIGHT
included in this directory.