aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/alpha/gen
Commit message (Expand)AuthorAgeFilesLines
* Remove alpha left-overs.Ruslan Ermilov2006-08-2219-1513/+0
* Remove fpsetsticky(). This was added for SysV compatibility, but dueDavid Schultz2005-03-152-63/+1
* Replace the ldexp() implementation in libc with a renamed copy of theDavid Schultz2005-01-221-137/+0
* When required to negate the absoulte result of a division/remainderPeter Edwards2004-11-271-1/+1
* Fix alpha build and add __FBSDID.Doug Rabson2004-08-161-1/+4
* Add support for TLS in statically linked programs.Doug Rabson2004-08-152-1/+38
* Replace seven nominally MD implementations of frexp() that are brokenDavid Schultz2004-07-182-57/+1
* Implement the classification macros isfinite(), isinf(), isnan(), andDavid Schultz2004-07-092-69/+1
* Use unions to avoid violating C99 strict aliasing rules.Dag-Erling Smørgrav2004-03-165-26/+36
* Fix some aliasing problems.David Schultz2004-02-161-6/+14
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mJacques Vidrine2004-01-092-4/+2
* Add required headers and function declarations.Jacques Vidrine2004-01-062-0/+3
* - Use the magic for ___sigreturn in __sigset.Jeff Roberson2003-11-141-3/+11
* Add signalcontext() which will be needed by libpthread.Daniel Eischen2003-08-092-1/+104
* Only allow trapframe formats instead of sigframe formats like theMarcel Moolenaar2003-07-301-4/+4
* Remove these from libc; they are now system calls.Daniel Eischen2003-02-181-374/+0
* o Implement C99 classification macros isfinite(), isinf(), isnan(),Mike Barcroft2003-02-121-0/+5
* Implement fpclassify():Mike Barcroft2003-02-081-0/+3
* Use __FBSDID.David E. O'Brien2003-01-197-18/+11
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-8/+8
* Disconnect the userland get/set/swapcontext() functions fromDaniel Eischen2002-11-162-2/+2
* 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
* Remove 'register' keyword.David E. O'Brien2002-03-212-3/+3
* Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwisePeter Wemm2002-03-211-1/+1
* Add getcontext, setcontext, makecontext, and swapcontext. TheseDaniel Eischen2002-01-104-0/+598
* Save and restore t12 in the jmp_buf. t12 is used during functionDaniel Eischen2001-12-222-0/+3
* Fix vendor ID's.David E. O'Brien2001-11-0712-36/+60
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-243-32/+8
* Remove duplicate FreeBSD id tags.John Baldwin2000-08-213-3/+0
* Take a shot at implementing a functional rfork_thread() for alpha. ThisPeter Wemm2000-07-292-0/+66
* Finish moving all IEEE fp types to be the same on all arch's.John Baldwin2000-05-102-3/+3
* Add FreeBSD Id tags.David E. O'Brien2000-05-1012-1/+13
* fp_except => fp_except_t for consistancy with the i386 and the traditionDavid E. O'Brien2000-05-104-8/+12
* Remove unnecessary alternate entry points for *setjmp(). Make the mainJason Evans2000-01-203-18/+33
* Make minor entry point changes to support libc_r.Jason Evans2000-01-193-6/+6
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-123-12/+28
* In longjmp, call sigreturn instead of osigreturn. The latter isn'tJohn Polstra1999-10-141-1/+1
* Fix misspelling of the "addq" opcode.John Polstra1999-09-291-1/+1
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-09-291-4/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Declare the return address for __divX, __remX so that gdb can step overDoug Rabson1999-05-021-1/+1
* Implement fpsetmask() and other fp*() functions. Programs should useDoug Rabson1998-12-237-27/+54
* CALL -> PCALL for sigaltstack for libc_r.John Birrell1998-12-101-1/+1
* Remove support for NetBSD syscalls.John Birrell1998-08-173-29/+1
* Allow for the fact that NetBSD syscalls are no longer the default. CallJohn Birrell1998-08-081-0/+4
* Make NetBSD compatibility conditional on NETBSD_SYSCALLS being defined.John Birrell1998-08-081-1/+3
* Rename calls when building libc_r.John Birrell1998-06-091-3/+3
* Remove a big hack after adding a small one to libc/gen/getcwd.c toJohn Birrell1998-05-152-232/+2