aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/alpha
Commit message (Expand)AuthorAgeFilesLines
* Fix some aliasing problems.David Schultz2004-02-161-6/+14
* Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of theDavid Schultz2004-01-181-0/+3
* 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
* Remove incomplete support for running FreeBSD userland on old NetBSD kernelsTim J. Robbins2003-10-291-4/+0
* Fix wrong identifier on .end directive. The SYSCALL macro does nameMarcel Moolenaar2003-08-164-4/+4
* Add the mlockall() and munlockall() system calls.Bruce M Simpson2003-08-111-1/+1
* 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
* 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/+6
* Replace our ancient dtoa/strtod implementation with the gdtoaDavid Schultz2003-03-122-0/+17
* 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-082-0/+42
* Use __FBSDID.David E. O'Brien2003-01-1928-42/+66
* 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
* 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-33/+1
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-1/+2
* 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
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-186-8/+26
* 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
* Clean up syscall generation in libc by removing HIDDEN_SYSCALLSDaniel Eischen2001-01-296-69/+28
* 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-55/+24
* Remove last vestiges of thr_sleep and thr_wakeup from libc.Jake Burkholder2000-12-021-1/+1
* 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
* Take care to avoid having "strong" and "weak" symbols of the same name inJason Evans2000-03-161-4/+0
* Undo the ill-conceived breakage of the previous commit and really fix:Jason Evans2000-01-291-8/+10
* For syscalls that are renamed to _thread_sys_foo, create a weak aliasJason Evans2000-01-281-2/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-2/+4
* 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
* Fixed corrupted tabs in previous commit.Bruce Evans2000-01-141-2/+2
* Fix unresolved _libc_*() references in libc by creating weak aliasesJason Evans2000-01-131-0/+2
* 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