Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7 | nwhitehorn | 2015-02-22 | 2 | -22/+24 |
* | Fix debug printfs in FPU_EMU to compile on powerpc64 and enable it for | jhb | 2013-12-05 | 1 | -8/+13 |
* | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | eadler | 2013-11-30 | 2 | -4/+4 |
* | Make single precision floating point arithmetic actually work -- I think | nwhitehorn | 2013-11-17 | 2 | -3/+13 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-03 | 1 | -7/+0 |
* | Include <sys/types.h> before <sys/systm.h> to get typedefs required | grehan | 2008-04-09 | 8 | -8/+8 |
* | Don't define DEBUG. No debugging required. | marcel | 2008-02-24 | 1 | -2/+0 |
* | Resolve warnings exposed by LINT. | marcel | 2008-02-24 | 5 | -26/+5 |
* | Add a floating-point emulator so that a single userland or single ABI | marcel | 2008-02-23 | 13 | -0/+3880 |