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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use auto LDT allocation for i386.
deischen
2003-08-05
1
-63
/
+6
*
Rethink the MD interfaces for libpthread to account for
deischen
2003-08-05
13
-466
/
+786
*
Define THR_GETCONTEXT and THR_SETCONTEXT in terms of the userland
marcel
2003-08-05
1
-4
/
+5
*
o In _ia64_save_context() clear the return registers except for r8.
marcel
2003-08-05
1
-13
/
+25
*
-15 is incorrect to be used to align stack to 16 bytes, use ~15 instead.
davidxu
2003-08-02
1
-1
/
+1
*
Use FSBase to map kse, GCC generates code which uses %fs to access TLS data.
davidxu
2003-07-31
1
-4
/
+4
*
This file hasn't been used for some time; nuke it.
deischen
2003-07-31
1
-42
/
+0
*
Take the same approach for i386 as that for ia64 and amd64. Use
deischen
2003-07-31
5
-226
/
+75
*
Set GSBASE for kse. Finally make libkse work on AMD64.
davidxu
2003-07-31
1
-6
/
+3
*
Fix some typos, correctly jump into UTS.
davidxu
2003-07-31
1
-2
/
+2
*
Fix typo.
davidxu
2003-07-26
1
-5
/
+5
*
Add missing arguments to _amd64_restore_context() when called from
deischen
2003-07-20
1
-2
/
+4
*
Add some very beta amd64 bits. These will also need some tweaking.
deischen
2003-07-19
6
-0
/
+528
*
Clean up KSE specific data (KSD) macros a bit.
deischen
2003-07-18
1
-29
/
+8
*
Implement _ia64_save_context() and _ia64_restore_context(). Both
marcel
2003-06-27
1
-0
/
+285
*
Implement _ia64_enter_uts(). The purpose of this function is to switch
marcel
2003-06-26
3
-1
/
+101
*
Implement _thr_enter_uts() and _thr_switch() as inline functions to
marcel
2003-06-26
1
-0
/
+30
*
Untangle the inter-dependency of kse types and ksd types/functions
marcel
2003-06-23
6
-14
/
+111
*
Change the definition of _ksd_curkse, _ksd_curthread and
marcel
2003-06-23
1
-4
/
+4
*
Define THR_{G|S}ETCONTEXT to expand to {g|s}etcontext(2).
marcel
2003-06-23
1
-0
/
+38
*
Implement atomic_swap_{int|long|ptr}. Define atomic_swap_ptr as a
marcel
2003-06-23
1
-0
/
+47
*
Remove _atomic_lock. It's not used.
marcel
2003-06-23
2
-93
/
+0
*
Move the machine specific files from sys/Makefile.inc and put them
marcel
2003-06-23
3
-0
/
+15
*
Eek, staticize a couple of functions that shouldn't
deischen
2003-05-19
1
-1
/
+3
*
Move the mailbox to the beginning of the thread and align the
deischen
2003-04-30
1
-0
/
+3
*
Jump to the correct label upon detecting an error.
deischen
2003-04-29
1
-2
/
+2
*
o Don't add a scope system thread's KSE to the list of available
deischen
2003-04-28
1
-2
/
+4
*
Add a macro to get the current thread mailbox pointer.
deischen
2003-04-23
1
-0
/
+1
*
Use popfl to get the flags off the stack instead of popf.
deischen
2003-04-21
1
-1
/
+1
*
Sorry folks; I accidentally committed a patch from what I was working
deischen
2003-04-18
5
-15
/
+12
*
Add architecture dependent atomic ops (atomic_swap only), KSE specific
deischen
2003-04-18
7
-10
/
+602
*
Directly load %edx from mailbox
davidxu
2002-11-23
1
-4
/
+3
*
In _thread_enter_uts, fix eflags saving bug.
davidxu
2002-11-22
2
-7
/
+15
*
Adjust code for new mailbox format.
davidxu
2002-11-18
1
-3
/
+3
*
Use KSE to schedule threads.
mini
2002-10-30
2
-0
/
+185
*
Add an ia64 atomic lock primitive for libc_r. This is mostly for
peter
2002-07-20
1
-0
/
+48
*
Change #include "DEFS.h" to <machine/asm.h>.
peter
2001-10-25
1
-1
/
+1
*
Removed duplicate VCS ID tags, as per style(9).
ru
2001-08-13
1
-3
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
2
-3
/
+3
*
Change to a code sequence which is more likely to work on SMP systems.
dfr
1998-09-16
1
-20
/
+8
*
Delete the atomic unlock function since it is no longer required.
jb
1998-06-09
1
-15
/
+5
*
Atomic lock asm code for the alpha version of libc_r.
jb
1998-06-09
1
-0
/
+57
*
Atomic lock source.
jb
1998-04-29
1
-0
/
+55
[prev]