summaryrefslogtreecommitdiffstats
path: root/lib/libc/alpha/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use __FBSDID.obrien2003-01-1910-12/+31
* 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
* Clean up syscall generation in libc by removing HIDDEN_SYSCALLSdeischen2001-01-295-11/+16
* Comment only change; s/_thread_sys_/__sys_/deischen2001-01-261-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-1/+3
* Remove last vestiges of thr_sleep and thr_wakeup from libc.jake2000-12-021-1/+1
* Not needed now the syscall matches the prototype.marcel1999-10-123-117/+0
* Remove old sig* wrappers.dfr1999-10-091-2/+1
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Just return `curbrk' for sbrk(0) to avoid syscall overhead.simokawa1999-06-261-0/+2
* 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-231-1/+1
* Implement fpsetmask() and other fp*() functions. Programs should usedfr1998-12-231-3/+3
* 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-171-6/+1
* If using FreeBSD syscalls, handle the syscalls that don't requirejb1998-08-081-1/+11
* Make this thread-safe in both libc as well as libc_r.jb1998-06-091-13/+2
* Rename when building libc_r.jb1998-06-095-9/+9
* Import sources from NetBSD, tweaked for building in FreeBSD.jb1998-03-0915-0/+579
OpenPOWER on IntegriCloud