summaryrefslogtreecommitdiff
path: root/lib/libc/alpha/sys/cerror.S
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.1.0_cvscvs2svn2003-06-041-1/+1
| | | | | | | 'RELENG_5_1_0_RELEASE'. This commit was manufactured to restore the state of the 5.1-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* Use __FBSDID.David E. O'Brien2003-01-191-2/+4
| | | | Notes: svn path=/head/; revision=109501
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* [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
* Make this thread-safe in both libc as well as libc_r.John Birrell1998-06-091-13/+2
| | | | Notes: svn path=/head/; revision=36823
* Import sources from NetBSD, tweaked for building in FreeBSD.John Birrell1998-03-091-0/+65
Notes: svn path=/cvs2svn/branches/JB/; revision=34375