aboutsummaryrefslogtreecommitdiff
path: root/proc/cpu-types.c
Commit message (Collapse)AuthorAgeFilesLines
* x86_64: do not define mach_cpu_subtypes since we don't use itFlavio Cruz2024-09-081-0/+2
| | | | Message-ID: <20240121210757.1900938-4-flaviocruz@gmail.com>
* proc: Add support for AArch64 in unameSergey Bugaev2024-03-231-0/+3
| | | | | | | | | | | | | Since no CPU subtypes are defined for CPU_TYPE_ARM64, just report the type, same as for x86_64. Sample uname(2) output: sysname: GNU release: 0.9 version: GNU-Mach 1.8/Hurd-0.9 machine: aarch64 Message-ID: <20240323115322.69075-9-bugaevc@gmail.com>
* proc: Add CPU_TYPE_X86_64 supportSamuel Thibault2023-05-061-0/+6
|
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-0/+14
| | | | | | * cpu-types.c: Test with #ifdef for CPU_TYPE_I486, CPU_TYPE_PENTIUM, CPU_TYPE_PENTIUMPRO, CPU_TYPE_POWERPC, since not all <mach/machine.h> versions have them.
* Thu Jun 26 14:03:16 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-06-301-8/+16
| | | | | | | * cpu-types.c (mach_cpu_types): Add entries for 486, 586, 686, and powerpc. (mach_cpu_subtypes): Add subtypes for new x86 subtypes. (None added for powerpc yet.)
* entered into RCSRoland McGrath1994-05-121-1/+1
|
* Initial revisionRoland McGrath1994-05-121-0/+141