aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/fpu
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-278-8/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-2712-24/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-169-18/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-164-4/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-308-8/+0
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-016-17/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* powerpc: Apply r178139 from sparc64 to powerpc's fpu_sqrtJustin Hibbits2019-04-031-5/+5
* powerpc: Fix FPU fsqrt emulation special case resultsJustin Hibbits2019-01-161-3/+3
* powerpc: Sync icache on SIGILL, in case of cache issuesJustin Hibbits2018-11-191-10/+3
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2011-9/+31
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* Un-static two local variables in the FPU emulatorJustin Hibbits2016-10-191-2/+2
* Fix build of powerpc FPU emulator after changes in r295132 to restore theJohn Baldwin2016-02-042-24/+24
* Restore the ABI of 'struct fpreg' on powerpc.John Baldwin2016-02-013-4/+4
* Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7Nathan Whitehorn2015-02-222-22/+24
* Fix debug printfs in FPU_EMU to compile on powerpc64 and enable it forJohn Baldwin2013-12-051-8/+13
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-302-4/+4
* Make single precision floating point arithmetic actually work -- I thinkNathan Whitehorn2013-11-172-3/+13
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-031-7/+0
* Include <sys/types.h> before <sys/systm.h> to get typedefs requiredPeter Grehan2008-04-098-8/+8
* Don't define DEBUG. No debugging required.Marcel Moolenaar2008-02-241-2/+0
* Resolve warnings exposed by LINT.Marcel Moolenaar2008-02-245-26/+5
* Add a floating-point emulator so that a single userland or single ABIMarcel Moolenaar2008-02-2313-0/+3880