summaryrefslogtreecommitdiffstats
path: root/lib/libc/alpha
Commit message (Expand)AuthorAgeFilesLines
* Remove alpha left-overs.ru2006-08-2249-2954/+0
* Desupport the undocumented NO_QUAD option, just don't compileru2006-03-161-5/+0
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+1
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+77
* Remove fpsetsticky(). This was added for SysV compatibility, but duedas2005-03-152-63/+1
* Define LDBL_NBIT to be a mask indicating the position of the integerdas2005-03-071-0/+1
* Update my email address.das2005-02-061-1/+1
* Replace the ldexp() implementation in libc with a renamed copy of thedas2005-01-221-137/+0
* Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.das2005-01-152-4/+3
* When required to negate the absoulte result of a division/remainderpeadar2004-11-271-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Fix alpha build and add __FBSDID.dfr2004-08-161-1/+4
* Add support for TLS in statically linked programs.dfr2004-08-152-1/+38
* Replace seven nominally MD implementations of frexp() that are brokendas2004-07-182-57/+1
* Implement the classification macros isfinite(), isinf(), isnan(), anddas2004-07-092-69/+1
* Use unions to avoid violating C99 strict aliasing rules.des2004-03-165-26/+36
* Fix some aliasing problems.das2004-02-161-6/+14
* Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of thedas2004-01-181-0/+3
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-092-4/+2
* Add required headers and function declarations.nectar2004-01-062-0/+3
* - Use the magic for ___sigreturn in __sigset.jeff2003-11-141-3/+11
* Remove incomplete support for running FreeBSD userland on old NetBSD kernelstjr2003-10-291-4/+0
* Fix wrong identifier on .end directive. The SYSCALL macro does namemarcel2003-08-164-4/+4
* Add the mlockall() and munlockall() system calls.bms2003-08-111-1/+1
* Add signalcontext() which will be needed by libpthread.deischen2003-08-092-1/+104
* Only allow trapframe formats instead of sigframe formats like themarcel2003-07-301-4/+4
* Add a comment describing why it's important for the values in thisdas2003-05-081-0/+7
* Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().das2003-04-051-0/+6
* Replace our ancient dtoa/strtod implementation with the gdtoadas2003-03-122-0/+17
* Remove these from libc; they are now system calls.deischen2003-02-181-374/+0
* o Implement C99 classification macros isfinite(), isinf(), isnan(),mike2003-02-121-0/+5
* Implement fpclassify():mike2003-02-082-0/+42
* Use __FBSDID.obrien2003-01-1928-42/+66
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-8/+8
* Disconnect the userland get/set/swapcontext() functions fromdeischen2002-11-162-2/+2
* 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
* 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-33/+1
* Fix the style of the SCM ID's.obrien2002-03-221-1/+2
* Remove 'register' keyword.obrien2002-03-212-3/+3
* Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwisepeter2002-03-211-1/+1
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-186-8/+26
* Add getcontext, setcontext, makecontext, and swapcontext. Thesedeischen2002-01-104-0/+598
* Save and restore t12 in the jmp_buf. t12 is used during functiondeischen2001-12-222-0/+3
* Fix vendor ID's.obrien2001-11-0712-36/+60
* Clean up syscall generation in libc by removing HIDDEN_SYSCALLSdeischen2001-01-296-69/+28
* 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-55/+24
OpenPOWER on IntegriCloud