aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/arch/alpha/include
Commit message (Collapse)AuthorAgeFilesLines
* Remove alpha left-overs.Ruslan Ermilov2006-08-222-322/+0
| | | | Notes: svn path=/head/; revision=161526
* Fix compile, s/tp_dtv/tp_tdv/g.David Xu2004-08-161-1/+1
| | | | Notes: svn path=/head/; revision=133857
* 1. Add macro DTV_OFFSET to calculate dtv offset in tcb.David Xu2004-08-161-0/+1
| | | | | | | 2. Export symbols needed by debugger. Notes: svn path=/head/; revision=133801
* Add TLS support for i386 and amd64.Doug Rabson2004-08-151-1/+1
| | | | Notes: svn path=/head/; revision=133756
* Call kse_switchin to switch context when being debugged.David Xu2004-07-131-7/+20
| | | | Notes: svn path=/head/; revision=132125
* Add __volatile keyword.David Xu2003-09-261-2/+4
| | | | Notes: svn path=/head/; revision=120469
* s/ia64/alpha/gMarcel Moolenaar2003-09-261-5/+4
| | | | Notes: svn path=/head/; revision=120454
* Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c toMarcel Moolenaar2003-09-191-0/+2
| | | | | | | | | pthread_md.h. This commit only moves the definition; it does not change it for any of the platforms. This more easily allows 64-bit architectures (in particular) to pick a slightly larger stack size. Notes: svn path=/head/; revision=120263
* Don't assume sizeof(long) = sizeof(int) on x86; use intDaniel Eischen2003-09-031-0/+17
| | | | | | | | | | | | | | | instead of long types for low-level locks. Add prototypes for some internal libc functions that are wrapped by the library as cancellation points. Add memory barriers to alpha atomic swap functions (submitted by davidxu). Requested by: bde Notes: svn path=/head/; revision=119723
* Add alpha support to libpthread. It compiles but hasn't been tested;Daniel Eischen2003-08-092-0/+288
there is still some missing kernel support. Reviewed by: marcel Notes: svn path=/head/; revision=118689