Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Repo copy libpthreads to libkse. | obrien | 2007-10-09 | 1 | -135/+0 |
| | | | | | | This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith) | ||||
* | style cleanup: Remove duplicate $FreeBSD$ tags. | cperciva | 2004-02-10 | 1 | -2/+0 |
| | | | | | | | | These files had tags after the copyright notice, inside the comment block (incorrect, removed), and outside the comment block (correct). Approved by: rwatson (mentor) | ||||
* | Support printing 64 bits pointer and long integer. | davidxu | 2003-08-19 | 1 | -10/+27 |
| | | | | Reviewed by: deischen | ||||
* | Revamp libpthread so that it has a chance of working in an SMP | deischen | 2003-04-18 | 1 | -7/+3 |
| | | | | | | | | | | | | | | | | | | | environment. This includes support for multiple KSEs and KSEGs. The ability to create more than 1 KSE via pthread_setconcurrency() is in the works as well as support for PTHREAD_SCOPE_SYSTEM threads. Those should come shortly. There are still some known issues which davidxu and I are working on, but it'll make it easier for us by committing what we have. This library now passes all of the ACE tests that libc_r passes with the exception of one. It also seems to work OK with KDE including konqueror, kwrite, etc. I haven't been able to get mozilla to run due to lack of java plugin, so I'd be interested to see how it works with that. Reviewed by: davidxu | ||||
* | Use KSE to schedule threads. | mini | 2002-10-30 | 1 | -0/+124 |