aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/ia64/gen/_setjmp.S
Commit message (Expand)AuthorAgeFilesLines
* Revert previous commit. We don't use setjmp()/longjmp() for contextMarcel Moolenaar2003-07-251-4/+2
* Fix threaded applications on ia64 that are linked dynamicly. We didMarcel Moolenaar2003-03-051-3/+5
* Use __FBSDID.David E. O'Brien2003-03-031-2/+3
* o Fix _longjmp() to return 1 when the return value is given as 0.Marcel Moolenaar2002-11-141-52/+25
* ia64 ABI breaker:Marcel Moolenaar2002-11-111-14/+0
* Implement setjmp, longjmp, sigsetjmp and siglongjmp.Doug Rabson2001-10-201-2/+3
* Implement _setjmp()/_longjmp().Doug Rabson2001-09-041-118/+338
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-2/+0
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-9/+1
* Return zero from setjmp() and _setjmp() for now.Doug Rabson2000-10-161-0/+2
* Initial libc port for ia64.Doug Rabson2000-10-141-0/+137