summaryrefslogtreecommitdiff
path: root/lib/libpthread/arch/i386
AgeCommit message (Expand)Author
2006-04-06- due to the fninit() in _thread_machdep_save_float_state() all calls toKurt Miller
2004-02-21if cpu has fxsr, use fxsave instead; ok marcTheo de Raadt
2003-01-24save i386 fpu stateMarco S Hyman
2002-10-11remove unused/unreferenced code.Marco S Hyman
2001-03-13typo in commentDavid Leonard
2000-10-04switch to _machdep_switch() instead of setjmp/longjmp. For some reason this f...David Leonard
2000-10-03public domainDavid Leonard
2000-09-25preparation for switch-based threadsDavid Leonard
1999-11-25sync with FreeBSDDavid Leonard
1999-03-10no need to save signal state in setjmp/longjmp - it will always be the same, ...David Leonard
1999-03-10tidyDavid Leonard
1999-03-10Goodbye, MIT pthreads... you were a handy reference implementationDavid Leonard
1999-01-17mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)David Leonard
1999-01-10use <machine/reg>David Leonard
1999-01-08move spinlock.h into the real worldDavid Leonard
1998-12-21md spinlockDavid Leonard
1998-12-18add md _atomic_is_locked; cleanDavid Leonard
1998-11-20Move atomic_lock code from asm to C with inline asm;David Leonard
1998-11-09sync with FreeBSD (rwlock, gc thread, man pages)David Leonard
1998-08-28somehow i missed this directory..David Leonard
1998-07-23forgot to add this one.Peter Galbavy
1998-07-22o removed more unused or old, left over filesPeter Galbavy
1998-07-21move unchanged files from machdep/ into appropriate arch/${MACHINE}Peter Galbavy
1995-10-18initial import of NetBSD treeTheo de Raadt