summaryrefslogtreecommitdiff
path: root/proc/cpu-types.c
AgeCommit message (Collapse)Author
2024-09-08x86_64: do not define mach_cpu_subtypes since we don't use itFlavio Cruz
Message-ID: <20240121210757.1900938-4-flaviocruz@gmail.com>
2024-03-23proc: Add support for AArch64 in unameSergey Bugaev
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>
2023-05-06proc: Add CPU_TYPE_X86_64 supportSamuel Thibault
1998-07-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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.
1997-06-30Thu Jun 26 14:03:16 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* 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.)
1994-05-12entered into RCSRoland McGrath
1994-05-12Initial revisionRoland McGrath