History log of /netbsd-src/lib/libc/arch/alpha/gen/fpgetsticky.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 5d1469bd 10-May-2008 martin <martin@NetBSD.org>

Backout previous: the license sweep touched these files in error, so
restore the old license.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 88c3eadb 12-Jun-2005 lukem <lukem@NetBSD.org>

Add missing __RCSID()


# 5d3e8294 13-Jan-2002 thorpej <thorpej@NetBSD.org>

Add internal names for fp{get,set}{mask,round,sticky}(), and
externally-visible weak aliases for the internal names.


# 0c3b624a 26-Apr-2001 ross <ross@NetBSD.org>

Complete rewrite. Call the new sysarch(ALPHA_FPGETSTICKY, ...).


# db755e7c 14-Jun-2000 cgd <cgd@NetBSD.org>

sweep of my licenses (userland files w/o only my copyright) for
consistency. (no functional changes)


# d220ca5b 14-Jun-2000 cgd <cgd@NetBSD.org>

fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.


# c5a82dd8 30-Apr-1999 ross <ross@NetBSD.org>

* New MI man page for fp{set,get}{round,sticky,mask}(3).
* Implement fpgetsticky() for alpha.
* Direct fpsetsticky() and fp{get,set}mask() into alpha kernel via sysarch(2).
* Define new sysarch(2) st

* New MI man page for fp{set,get}{round,sticky,mask}(3).
* Implement fpgetsticky() for alpha.
* Direct fpsetsticky() and fp{get,set}mask() into alpha kernel via sysarch(2).
* Define new sysarch(2) stub for above and install and distribute sysarch.h
for alpha. (The fpcr IS user mode r/w, but for reasons beyond the scope
of a commit message kernel calls are needed.) And much kernel Magick is
required before these do anything, but this way programs compiled under
1.4 will DTRT on future snapshots and releases.

show more ...


# d2e405e5 29-Apr-1995 cgd <cgd@NetBSD.org>

functions to set FP exception masks & sticky exceptions. they abort, for now.