aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/alpha/sys
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-292-2/+2
| | | | Notes: svn path=/stable/3/; revision=50569
* MFC: Rename when building libc_r.Doug Rabson1999-05-091-2/+2
| | | | Notes: svn path=/stable/3/; revision=46793
* MFC: wrappers and docs for pread() and pwrite().Dmitrij Tejblum1999-05-051-3/+3
| | | | Notes: svn path=/stable/3/; revision=46534
* [This is a null commit to supply the correct log entry]Doug Rabson1998-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. Notes: svn path=/head/; revision=42030
* Implement fpsetmask() and other fp*() functions. Programs should useDoug Rabson1998-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> Notes: svn path=/head/; revision=42029
* In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an aliasDmitrij Tejblum1998-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. Notes: svn path=/head/; revision=39118
* Remove support for NetBSD syscalls.John Birrell1998-08-171-6/+1
| | | | Notes: svn path=/head/; revision=38376
* If using FreeBSD syscalls, handle the syscalls that don't requireJohn Birrell1998-08-081-1/+11
| | | | | | | default asm code the same way as on i386. Notes: svn path=/head/; revision=38182
* Make this thread-safe in both libc as well as libc_r.John Birrell1998-06-091-13/+2
| | | | Notes: svn path=/head/; revision=36823
* Rename when building libc_r.John Birrell1998-06-095-9/+9
| | | | Notes: svn path=/head/; revision=36822
* Import sources from NetBSD, tweaked for building in FreeBSD.John Birrell1998-03-0915-0/+579
Notes: svn path=/cvs2svn/branches/JB/; revision=34375