NetBSD/sys/arch/i386
simonb 2d8577fb83 Clean up some rampant code duplication wrt ieee number handling:
- Add alignment-safe double and float unions.
 - Use the above for the __infinity and __nan constants on all
   architectures that use the standard ieee754 representation of
   those constants.
 - Add a single copy of various ieee754 math functions (frexp, isinf,
   isnan, ldexp and modf) that had numerous duplicates among the
   arch-specific directories.
 - Use the above functions on all architectures where the generic C
   versions where used.  Architectures that had local assembly
   routines are untouched (for those functions only).
2002-02-19 13:08:12 +00:00
..
bioscall
compile
conf Update description for icsphy. 2002-02-10 17:36:52 +00:00
eisa
gdbscripts
i386 Fix a null pointer dereference if curproc == NULL. 2002-02-18 15:58:02 +00:00
include Clean up some rampant code duplication wrt ieee number handling: 2002-02-19 13:08:12 +00:00
isa Reduce the massive code duplication regarding joy(4). Split it into 2002-02-02 18:37:38 +00:00
mca
pci Reduce the massive code duplication regarding joy(4). Split it into 2002-02-02 18:37:38 +00:00
pnpbios Add a bunch of PNP ID strings that are apparantly for the ESS chips. 2002-02-15 22:06:50 +00:00
stand Don't ask bootp() to put a "PXEClient" Vendor Class Identifier option 2002-02-18 17:01:46 +00:00
Makefile