summaryrefslogtreecommitdiffstats
path: root/lib/libc/alpha
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove last vestiges of thr_sleep and thr_wakeup from libc.jake2000-12-021-1/+1
* Remove duplicate FreeBSD id tags.jhb2000-08-213-3/+0
* Take a shot at implementing a functional rfork_thread() for alpha. Thispeter2000-07-292-0/+66
* Finish moving all IEEE fp types to be the same on all arch's.jhb2000-05-102-3/+3
* Add FreeBSD Id tags.obrien2000-05-1012-1/+13
* fp_except => fp_except_t for consistancy with the i386 and the traditionobrien2000-05-104-8/+12
* Take care to avoid having "strong" and "weak" symbols of the same name injasone2000-03-161-4/+0
* Undo the ill-conceived breakage of the previous commit and really fix:jasone2000-01-291-8/+10
* For syscalls that are renamed to _thread_sys_foo, create a weak aliasjasone2000-01-281-2/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-2/+4
* Remove unnecessary alternate entry points for *setjmp(). Make the mainjasone2000-01-203-18/+33
* Make minor entry point changes to support libc_r.jasone2000-01-193-6/+6
* Fixed corrupted tabs in previous commit.bde2000-01-141-2/+2
* Fix unresolved _libc_*() references in libc by creating weak aliasesjasone2000-01-131-0/+2
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-123-12/+28
* In longjmp, call sigreturn instead of osigreturn. The latter isn'tjdp1999-10-141-1/+1
* Not needed now the syscall matches the prototype.marcel1999-10-123-117/+0
* Remove old sig* wrappers.dfr1999-10-091-2/+1
* Fix misspelling of the "addq" opcode.jdp1999-09-291-1/+1
* sigset_t change (part 5 of 5)marcel1999-09-291-4/+7
* $Id$ -> $FreeBSD$peter1999-08-289-9/+9
* Just return `curbrk' for sbrk(0) to avoid syscall overhead.simokawa1999-06-261-0/+2
* Declare the return address for __divX, __remX so that gdb can step overdfr1999-05-021-1/+1
* Add wrappers for pread and pwrite syscalls.dt1999-04-041-3/+3
* Rename when building libc_r.dfr1999-03-251-2/+2
* [This is a null commit to supply the correct log entry]dfr1998-12-232-2/+2
* Implement fpsetmask() and other fp*() functions. Programs should usedfr1998-12-239-32/+59
* CALL -> PCALL for sigaltstack for libc_r.jb1998-12-101-1/+1
* In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an aliasdt1998-09-121-2/+2
* Remove support for NetBSD syscalls.jb1998-08-174-35/+2
* Remove the comment about how to get NetBSD syscalls since there arejb1998-08-171-8/+1
* If using FreeBSD syscalls, handle the syscalls that don't requirejb1998-08-081-1/+11
* Include FreeBSD's syscall.h if not using NetBSD syscalls.jb1998-08-081-2/+5
* Allow for the fact that NetBSD syscalls are no longer the default. Calljb1998-08-081-0/+4
* Make NetBSD compatibility conditional on NETBSD_SYSCALLS being defined.jb1998-08-081-1/+3
* References to NetBSD syscalls changed to just a comment about what tojb1998-08-081-6/+7
OpenPOWER on IntegriCloud