summaryrefslogtreecommitdiffstats
path: root/lib/libc/alpha/sys
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Rename 'cerror' to '.cerror' so that programs which have a function or global variable named 'cerror' don't completely break the syscall error reporting mechanism.
* Implement fpsetmask() and other fp*() functions. Programs should usedfr1998-12-231-3/+3
| | | | | | | | | | #include <ieeefp.h> to access these functions instead of the i386 specific #include <machine/floatingpoint.h> Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
* In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an aliasdt1998-09-121-2/+2
| | | | | | | to fork. It is difficult to do real vfork in libc_r, since almost every operation with file descriptsor changes _thread_fd_table and friends. popen(3) works much better with this change.
* 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
| | | | default asm code the same way as on i386.
* 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