aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/alpha
Commit message (Expand)AuthorAgeFilesLines
* 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
* Not needed now the syscall matches the prototype.Marcel Moolenaar1999-10-123-117/+0
* Remove old sig* wrappers.Doug Rabson1999-10-091-2/+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-289-9/+9
* Just return `curbrk' for sbrk(0) to avoid syscall overhead.Hidetoshi Shimokawa1999-06-261-0/+2
* Declare the return address for __divX, __remX so that gdb can step overDoug Rabson1999-05-021-1/+1
* Add wrappers for pread and pwrite syscalls.Dmitrij Tejblum1999-04-041-3/+3
* Rename when building libc_r.Doug Rabson1999-03-251-2/+2
* [This is a null commit to supply the correct log entry]Doug Rabson1998-12-232-2/+2
* Implement fpsetmask() and other fp*() functions. Programs should useDoug Rabson1998-12-239-32/+59
* CALL -> PCALL for sigaltstack for libc_r.John Birrell1998-12-101-1/+1
* In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an aliasDmitrij Tejblum1998-09-121-2/+2
* Remove support for NetBSD syscalls.John Birrell1998-08-174-35/+2
* Remove the comment about how to get NetBSD syscalls since there areJohn Birrell1998-08-171-8/+1
* If using FreeBSD syscalls, handle the syscalls that don't requireJohn Birrell1998-08-081-1/+11
* Include FreeBSD's syscall.h if not using NetBSD syscalls.John Birrell1998-08-081-2/+5
* 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
* References to NetBSD syscalls changed to just a comment about what toJohn Birrell1998-08-081-6/+7
* Remove __NETBSD_SYSCALLS from CFLAGS now that it is set in sys.mk.John Birrell1998-06-091-2/+3
* Rename calls when building libc_r.John Birrell1998-06-091-3/+3
* Make this thread-safe in both libc as well as libc_r.John Birrell1998-06-091-13/+2
* Rename when building libc_r.John Birrell1998-06-095-9/+9
* Add rename support for libc_r.John Birrell1998-06-091-1/+50
* Remove a big hack after adding a small one to libc/gen/getcwd.c toJohn Birrell1998-05-152-232/+2
* Oops, we don't need NetBSD's malloc 'cause we can turn off utraceJohn Birrell1998-03-092-438/+2
* Import sources from NetBSD, tweaked for building in FreeBSD.John Birrell1998-03-0952-0/+3391