summaryrefslogtreecommitdiff
path: root/lib/libpthread/arch/arm
Commit message (Collapse)AuthorAgeFilesLines
* Repo copy libpthreads to libkse.David E. O'Brien2007-10-095-482/+0
| | | | | | | | | This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith) Notes: svn path=/head/; revision=172492
* Use the new atomic_cmpset_32().Olivier Houchard2005-04-071-15/+0
| | | | Notes: svn path=/head/; revision=144765
* Bring in a more healthy version of the libpthread for arm, which usesOlivier Houchard2005-02-264-4/+12
| | | | | | | ARM_TP_ADDRESS. Notes: svn path=/head/; revision=142571
* Partial support of KSE for arm.Olivier Houchard2004-11-054-59/+66
| | | | Notes: svn path=/head/; revision=137283
* _tcb_ctor takes two args.Olivier Houchard2004-09-242-2/+2
| | | | Notes: svn path=/head/; revision=135735
* 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
* Copy lwp id to thread mailbox.David Xu2004-07-141-0/+1
| | | | Notes: svn path=/head/; revision=132128
* Call kse_switchin to switch context when being debugged.David Xu2004-07-131-5/+14
| | | | Notes: svn path=/head/; revision=132125
* Arm bits for libpthread. It has no chances to work and should be consideredOlivier Houchard2004-05-145-0/+471
as stubs. Notes: svn path=/head/; revision=129206