index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libpthread
/
arch
/
alpha
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove alpha left-overs.
ru
2006-08-22
6
-798
/
+0
*
Add a missing END() to quiet a warning.
jhb
2005-05-31
1
-0
/
+1
*
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
*
Add TLS support for i386 and amd64.
dfr
2004-08-15
2
-2
/
+2
*
Call kse_switchin to switch context when being debugged.
davidxu
2004-07-13
1
-7
/
+20
*
style cleanup: Remove duplicate $FreeBSD$ tags.
cperciva
2004-02-10
1
-2
/
+0
*
Fix a logic error; use beq to check for a register being NULL, not bne.
deischen
2003-10-02
1
-1
/
+1
*
Add __volatile keyword.
davidxu
2003-09-26
1
-2
/
+4
*
s/ia64/alpha/g
marcel
2003-09-26
1
-5
/
+4
*
Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c to
marcel
2003-09-19
1
-0
/
+2
*
Don't assume sizeof(long) = sizeof(int) on x86; use int
deischen
2003-09-03
1
-0
/
+17
*
Add alpha support to libpthread. It compiles but hasn't been tested;
deischen
2003-08-09
6
-1
/
+761
*
Remove _atomic_lock. It's not used.
marcel
2003-06-23
1
-45
/
+0
*
Move the machine specific files from sys/Makefile.inc and put them
marcel
2003-06-23
1
-0
/
+5
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Change to a code sequence which is more likely to work on SMP systems.
dfr
1998-09-16
1
-20
/
+8
*
Atomic lock asm code for the alpha version of libc_r.
jb
1998-06-09
1
-0
/
+57