Commit Graph

7 Commits

Author SHA1 Message Date
brad
a9434885b2 patches to add thread-safe usleep() soft syscall wrapper.
--
From: vedge <vedge2@vedge.com.ar>
2001-05-24 00:07:13 +00:00
brad
10ccbb6398 upgrade to pth 1.4.0 2001-03-26 23:54:42 +00:00
danh
5be9a151e3 sync libtool patch 2001-02-20 19:05:04 +00:00
brad
b9907e361c - FAKE_FLAGS is not needed anymore
- use "cc -shared" on 2.8 and up to create shared libraries.
- don't try to link shared libraries with libc.
2001-01-19 18:26:06 +00:00
brad
3918ceb4a1 add name to MAINTAINER 2000-09-24 07:03:59 +00:00
brad
fd473ef863 upgrade to pth 1.3.7 2000-07-29 22:42:17 +00:00
brad
fbe80729a4 add pth port.
--
Pth is a very portable POSIX/ANSI-C based library for Unix platforms
which provides non-preemptive priority-based scheduling for multiple
threads of execution ("multithreading") inside server applications. All
threads run in the same address space of the server application, but
each thread has it's own individual program-counter, run-time stack,
signal mask and errno variable.
2000-07-28 10:39:00 +00:00