summaryrefslogtreecommitdiff
path: root/lib/libc/ia64
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.2.0_cvscvs2svn2004-01-1059-61/+61
* Virtual addresses in headers of ELF files for dynamic objects needMarcel Moolenaar2003-11-081-6/+9
* The FP status register allows for 6 traps to be masked. One of them,Marcel Moolenaar2003-10-222-3/+3
* Add the mlockall() and munlockall() system calls.Bruce M Simpson2003-08-111-1/+1
* o There are 6 trap disable bits in ar.fpsr, not five. Even though weMarcel Moolenaar2003-08-092-4/+4
* Override the default stubs for getcontext(2) and swapcontext(2) soMarcel Moolenaar2003-08-023-2/+80
* The END() must expand to the .endp directive with the same name asMarcel Moolenaar2003-08-013-6/+5
* Revert previous commit. We don't use setjmp()/longjmp() for contextMarcel Moolenaar2003-07-251-4/+2
* Implement signalcontext(). Needed by libpthread (aka libkse).Marcel Moolenaar2003-06-242-1/+123
* o Fix a cut-n-paste bug. We were clobbering rp with gp...Marcel Moolenaar2003-06-021-2/+2
* Rough implement of makecontext() needed to support libthr.Marcel Moolenaar2003-05-312-1/+122
* Revamp of the syscall path, exception and context handling. TheMarcel Moolenaar2003-05-163-12/+23
* Add a comment describing why it's important for the values in thisDavid Schultz2003-05-081-0/+7
* Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().David Schultz2003-04-051-0/+5
* Replace our ancient dtoa/strtod implementation with the gdtoaDavid Schultz2003-03-122-0/+35
* Fix threaded applications on ia64 that are linked dynamicly. We didMarcel Moolenaar2003-03-051-3/+5
* ABI breaker: Move the J_SIGMASK field in the jmpbuf beforeMarcel Moolenaar2003-03-051-2/+2
* Use __FBSDID.David E. O'Brien2003-03-0335-44/+85
* ia64 actually uses 80-bit long doubles and must support big and littleMike Barcroft2003-02-262-3/+27
* o Implement C99 classification macros isfinite(), isinf(), isnan(),Mike Barcroft2003-02-121-0/+5
* Implement fpclassify():Mike Barcroft2003-02-082-0/+43
* Implement missing fpgetround() and fpsetround().Marcel Moolenaar2003-01-113-2/+84
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-012-2/+2
* Sort SRCS.Marcel Moolenaar2002-11-161-5/+4
* 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-113-38/+6
* Re-apply the previously backed-out commit that fixes the problem whereArchie Cobbs2002-10-311-1/+1
* Revert previous commit to unbreak world until we figure out theArchie Cobbs2002-09-201-1/+1
* Fix a problem with the definition of HUGE_VAL causing the gcc warningArchie Cobbs2002-09-191-1/+1
* We cannot use an alloc with only inputs and/or locals. The kernelMarcel Moolenaar2002-08-231-11/+16
* Generate the normal asm stubs for all sysv system calls. Use these insteadJake Burkholder2002-05-231-5/+3
* Our default syscall.S is identical to what was explicitly being done forDavid E. O'Brien2002-05-152-34/+1
* Implement _Unwind_FindTableEntry(). This function is part of GCCMarcel Moolenaar2002-04-132-0/+130
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+3
* Fix the style of the SCM ID's.David E. O'Brien2002-03-227-9/+21
* 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-118/+338
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-133-6/+0