summaryrefslogtreecommitdiffstats
path: root/lib/libc/ia64
Commit message (Expand)AuthorAgeFilesLines
* Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().das2003-04-051-0/+5
* Replace our ancient dtoa/strtod implementation with the gdtoadas2003-03-122-0/+35
* Fix threaded applications on ia64 that are linked dynamicly. We didmarcel2003-03-051-3/+5
* ABI breaker: Move the J_SIGMASK field in the jmpbuf beforemarcel2003-03-051-2/+2
* Use __FBSDID.obrien2003-03-0335-44/+85
* ia64 actually uses 80-bit long doubles and must support big and littlemike2003-02-262-3/+27
* o Implement C99 classification macros isfinite(), isinf(), isnan(),mike2003-02-121-0/+5
* Implement fpclassify():mike2003-02-082-0/+43
* Implement missing fpgetround() and fpsetround().marcel2003-01-113-2/+84
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-2/+2
* Sort SRCS.marcel2002-11-161-5/+4
* o Fix _longjmp() to return 1 when the return value is given as 0.marcel2002-11-141-52/+25
* ia64 ABI breaker:marcel2002-11-113-38/+6
* Re-apply the previously backed-out commit that fixes the problem wherearchie2002-10-311-1/+1
* Revert previous commit to unbreak world until we figure out thearchie2002-09-201-1/+1
* Fix a problem with the definition of HUGE_VAL causing the gcc warningarchie2002-09-191-1/+1
* We cannot use an alloc with only inputs and/or locals. The kernelmarcel2002-08-231-11/+16
* Generate the normal asm stubs for all sysv system calls. Use these insteadjake2002-05-231-5/+3
* Our default syscall.S is identical to what was explicitly being done forobrien2002-05-152-34/+1
* Implement _Unwind_FindTableEntry(). This function is part of GCCmarcel2002-04-132-0/+130
* Fix the style of the SCM ID's.obrien2002-03-221-2/+3
* Fix the style of the SCM ID's.obrien2002-03-227-9/+21
* Remove 'register' keyword.obrien2002-03-212-3/+3
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-186-8/+14
* Implement fpsetmask() and fpgetmask().dfr2001-11-033-1/+83
* Compensate for the way that _setjmp aligns the start of jmp_buf.dfr2001-10-262-5/+23
* Fix WAW dependency. p6 is written in the syscall epilogue.peter2001-10-221-0/+1
* Fix a few more dependancy violations.dfr2001-10-221-3/+3
* Implement setjmp, longjmp, sigsetjmp and siglongjmp.dfr2001-10-203-104/+53
* Add __divdf3(), __divsf3() and __infinity[].dfr2001-10-204-1/+296
* Adjust so that we don't use relocations which can't exist in a shareddfr2001-10-104-5/+10
* Shorter versions of the byte swapping code.dfr2001-10-102-15/+7
* Fix a load of dependancy violations.dfr2001-10-052-7/+7
* Fix a whole bunch of dependancy bugs and make it actually work when thedfr2001-09-221-7/+10
* Fix byte swapping - it was totally broken.dfr2001-09-222-5/+6
* Implement _setjmp()/_longjmp().dfr2001-09-041-125/+345
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-133-6/+0
* Use relative paths to find byte_swap_*.S to make it easier to use thesedfr2001-03-064-4/+4
* Make this compile. Still need to write/borrow a working setjmp.dfr2001-03-061-0/+1
* Correct a comment.obrien2001-03-051-1/+1
* Clean up syscall generation in libc by removing HIDDEN_SYSCALLSdeischen2001-01-296-61/+24
* Comment only change; s/_thread_sys_/__sys_/deischen2001-01-261-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-245-56/+15
* Remove last vestiges of thr_sleep and thr_wakeup from libc.jake2000-12-021-1/+1
* Return zero from setjmp() and _setjmp() for now.dfr2000-10-162-0/+5
* Fix a couple of dumb mistakes.dfr2000-10-161-7/+9
* Fix RAW dependency violation on p6 between cmp and mov.marcel2000-10-152-0/+2
* Initial libc port for ia64.dfr2000-10-1445-0/+3022
OpenPOWER on IntegriCloud