diff options
| author | Xin LI <delphij@FreeBSD.org> | 2026-08-16 01:02:11 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2026-08-16 01:02:11 +0000 |
| commit | 288b27192b2ad4a50fe5bbd6a821aa79739c68bc (patch) | |
| tree | 0bb8a6e78b0bfed0f81df12d4d86d75e77adf947 /magic/Magdir/sun | |
| parent | 79746c47b95c50bfab9b70e86bafdfeb844d9118 (diff) | |
Vendor import of file 5.48.vendor/file/5.48vendor/file
Diffstat (limited to 'magic/Magdir/sun')
| -rw-r--r-- | magic/Magdir/sun | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/magic/Magdir/sun b/magic/Magdir/sun index 14fa6af4b473..2c2497707274 100644 --- a/magic/Magdir/sun +++ b/magic/Magdir/sun @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ -# $File: sun,v 1.29 2024/03/31 15:06:56 christos Exp $ +# $File: sun,v 1.30 2026/06/02 17:28:15 christos Exp $ # sun: file(1) magic for Sun machines # # Values for big-endian Sun (MC680x0, SPARC) binaries on pre-5.x @@ -140,3 +140,13 @@ # New format for Sun/Cobalt boot ROMs is annoying, it stores the version code # at the very end where file(1) can't get it. 0 string CRfs COBALT boot rom data (Flat boot rom or file system) + + +# Sun Icon - raster icon format from SunView/OpenWindows +# Used on Sun workstations from the mid-1980s onwards. +# ASCII format: C-style comment header with dimensions, followed by hex data. +# Netpbm: sunicontopnm + +0 string /*\ Format_version=1 Sun icon image data +!:mime image/x-sun-icon +!:ext icon/ico |
