History log of /openbsd/lib/libc/arch/sparc64/fpu/fpu_div.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 6244ddcc 29-Mar-2024 miod <miod@openbsd.org>

Do not include <machine/frame.h> in libc sparc64 fpu routines, they don't
need any of its contents.
ok claudio@ kettenis@


# 075a6035 15-Mar-2019 kevlo <kevlo@openbsd.org>

Remove FBSDID.

ok deraadt@


# 61e87b28 26-Nov-2013 deraadt <deraadt@openbsd.org>

1 << 31 cleanup. Eitan Adler pointed out that there has been a
resurrection of the bad idiom in the tree.
sufficient review by miod, kettenis, tedu


# 4a39ccd0 05-Dec-2012 deraadt <deraadt@openbsd.org>

Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis


# 02b90bea 21-Jul-2003 jason <jason@openbsd.org>

quad float emulation stuff. Mostly based on freebsd (which is based on
NetBSD's kernel emulation stuff). Not enabled yet.