aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/softfloat/timesoftfloat.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/ Similar commit in main: (cherry picked from commit 1d386b48a555)
* libc: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-101-3/+3
| | | | | | | | | | | | While here also cleanup some surrounding code; particularly drop some malloc() casts. Found with devel/coccinelle. Reviewed by: bde (previous version - all new bugs are mine) Notes: svn path=/head/; revision=297790
* Import the softfloat emulation library, needed for FreeBSD/arm right now.Olivier Houchard2004-05-141-0/+2639
It should become useless when gcc 3.4 will be imported, as libgcc from gcc 3.4 contains this bits for arm. Notes: svn path=/head/; revision=129203