aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/arch/alpha
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-036-6/+6
* Add a missing END() to quiet a warning.John Baldwin2005-05-311-0/+1
* Fix compile, s/tp_dtv/tp_tdv/g.David Xu2004-08-161-1/+1
* 1. Add macro DTV_OFFSET to calculate dtv offset in tcb.David Xu2004-08-161-0/+1
* Add TLS support for i386 and amd64.Doug Rabson2004-08-152-2/+2
* Call kse_switchin to switch context when being debugged.David Xu2004-07-131-7/+20
* style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival2004-02-101-2/+0
* Fix a logic error; use beq to check for a register being NULL, not bne.Daniel Eischen2003-10-021-1/+1
* Add __volatile keyword.David Xu2003-09-261-2/+4
* s/ia64/alpha/gMarcel Moolenaar2003-09-261-5/+4
* Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c toMarcel Moolenaar2003-09-191-0/+2
* Don't assume sizeof(long) = sizeof(int) on x86; use intDaniel Eischen2003-09-031-0/+17
* Add alpha support to libpthread. It compiles but hasn't been tested;Daniel Eischen2003-08-096-1/+761
* Remove _atomic_lock. It's not used.Marcel Moolenaar2003-06-231-45/+0
* Move the machine specific files from sys/Makefile.inc and put themMarcel Moolenaar2003-06-231-0/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Change to a code sequence which is more likely to work on SMP systems.Doug Rabson1998-09-161-20/+8
* Atomic lock asm code for the alpha version of libc_r.John Birrell1998-06-091-0/+57