Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Repo copy libpthreads to libkse. | obrien | 2007-10-09 | 2 | -329/+0 |
| | | | | | | This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith) | ||||
* | Fix compile, s/tp_dtv/tp_tdv/g. | davidxu | 2004-08-16 | 1 | -1/+1 |
| | |||||
* | 1. Add macro DTV_OFFSET to calculate dtv offset in tcb. | davidxu | 2004-08-16 | 1 | -0/+1 |
| | | | | 2. Export symbols needed by debugger. | ||||
* | Add TLS support for i386 and amd64. | dfr | 2004-08-15 | 1 | -1/+1 |
| | |||||
* | Call kse_switchin to switch context when being debugged. | davidxu | 2004-07-13 | 1 | -5/+15 |
| | |||||
* | Add preliminary sparc64 support to libpthread. This does not | deischen | 2003-10-09 | 2 | -0/+318 |
yet work, but hopefully someone familiar with the sparc64 port can pick up the reins. Submitted by: jake With mods by: deischen |