aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa/splitfs.c
Commit message (Collapse)AuthorAgeFilesLines
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-04-161-1/+0
| | | | | | Sponsored by: Netflix (cherry picked from commit 3e15b01d6914c927e37d1699645783acf286655c)
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
| | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
* stand: Use c99 structure initialization for splitfs_fsopsWarner Losh2022-07-241-8/+8
| | | | Sponsored by: Netflix
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+313
Sponsored by: Netflix Notes: svn path=/head/; revision=325834