summaryrefslogtreecommitdiff
path: root/sys/powerpc/fpu
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2021-08-30Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner
2020-09-01powerpc: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-04-03powerpc: Apply r178139 from sparc64 to powerpc's fpu_sqrtJustin Hibbits
2019-01-16powerpc: Fix FPU fsqrt emulation special case resultsJustin Hibbits
2018-11-19powerpc: Sync icache on SIGILL, in case of cache issuesJustin Hibbits
2017-11-27sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2016-10-19Un-static two local variables in the FPU emulatorJustin Hibbits
2016-02-04Fix build of powerpc FPU emulator after changes in r295132 to restore theJohn Baldwin
2016-02-01Restore the ABI of 'struct fpreg' on powerpc.John Baldwin
2015-02-22Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7Nathan Whitehorn
2013-12-05Fix debug printfs in FPU_EMU to compile on powerpc64 and enable it forJohn Baldwin
2013-11-30Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler
2013-11-17Make single precision floating point arithmetic actually work -- I thinkNathan Whitehorn
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2010-03-03The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl
2008-04-09Include <sys/types.h> before <sys/systm.h> to get typedefs requiredPeter Grehan
2008-02-24Don't define DEBUG. No debugging required.Marcel Moolenaar
2008-02-24Resolve warnings exposed by LINT.Marcel Moolenaar
2008-02-23Add a floating-point emulator so that a single userland or single ABIMarcel Moolenaar