summaryrefslogtreecommitdiff
path: root/lib/libc/ia64
Commit message (Expand)AuthorAgeFilesLines
* Remove 'register' keyword.David E. O'Brien2002-03-212-3/+3
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-186-8/+14
* Implement fpsetmask() and fpgetmask().Doug Rabson2001-11-033-1/+83
* Compensate for the way that _setjmp aligns the start of jmp_buf.Doug Rabson2001-10-262-5/+23
* Fix WAW dependency. p6 is written in the syscall epilogue.Peter Wemm2001-10-221-0/+1
* Fix a few more dependancy violations.Doug Rabson2001-10-221-3/+3
* Implement setjmp, longjmp, sigsetjmp and siglongjmp.Doug Rabson2001-10-203-104/+53
* Add __divdf3(), __divsf3() and __infinity[].Doug Rabson2001-10-204-1/+296
* Adjust so that we don't use relocations which can't exist in a sharedDoug Rabson2001-10-104-5/+10
* Shorter versions of the byte swapping code.Doug Rabson2001-10-102-15/+7
* Fix a load of dependancy violations.Doug Rabson2001-10-052-7/+7
* Fix a whole bunch of dependancy bugs and make it actually work when theDoug Rabson2001-09-221-7/+10
* Fix byte swapping - it was totally broken.Doug Rabson2001-09-222-5/+6
* Implement _setjmp()/_longjmp().Doug Rabson2001-09-041-125/+345
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-133-6/+0
* Use relative paths to find byte_swap_*.S to make it easier to use theseDoug Rabson2001-03-064-4/+4
* Make this compile. Still need to write/borrow a working setjmp.Doug Rabson2001-03-061-0/+1
* Correct a comment.David E. O'Brien2001-03-051-1/+1
* Clean up syscall generation in libc by removing HIDDEN_SYSCALLSDaniel Eischen2001-01-296-61/+24
* Comment only change; s/_thread_sys_/__sys_/Daniel Eischen2001-01-261-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-245-56/+15
* Remove last vestiges of thr_sleep and thr_wakeup from libc.Jake Burkholder2000-12-021-1/+1
* Return zero from setjmp() and _setjmp() for now.Doug Rabson2000-10-162-0/+5
* Fix a couple of dumb mistakes.Doug Rabson2000-10-161-7/+9
* Fix RAW dependency violation on p6 between cmp and mov.Marcel Moolenaar2000-10-152-0/+2
* Initial libc port for ia64.Doug Rabson2000-10-1445-0/+3022