diff options
author | Roland McGrath <roland@gnu.org> | 1998-07-20 07:19:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-07-20 07:19:02 +0000 |
commit | 4f71d79c1ec7fc0db112906ede00e398b7230b6a (patch) | |
tree | 407a2f81e7a75a79d583eaee1a458924cb0e6151 | |
parent | 69385629b01d8069372bf8a375bc7cf00ebf019f (diff) |
.
-rw-r--r-- | proc/ChangeLog | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/proc/ChangeLog b/proc/ChangeLog index 4411b38a..cd9daf0a 100644 --- a/proc/ChangeLog +++ b/proc/ChangeLog @@ -1,3 +1,9 @@ +1998-07-20 Roland McGrath <roland@baalperazim.frob.com> + + * 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. + Tue Sep 16 15:26:04 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * host.c (hostid, hostname, hostnamelen): Delete variables. @@ -7,7 +13,7 @@ Tue Sep 16 15:26:04 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> Wed Aug 20 14:06:46 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * main.c (main): New args for - ports_manage_port_operations_multithread. + ports_manage_port_operations_multithread. 1997-06-30 Miles Bader <miles@gnu.ai.mit.edu> @@ -18,7 +24,7 @@ Wed Aug 20 14:06:46 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> Thu Jun 26 14:03:16 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * cpu-types.c (mach_cpu_types): Add entries for 486, 586, 686, - and powerpc. + and powerpc. (mach_cpu_subtypes): Add subtypes for new x86 subtypes. (None added for powerpc yet.) @@ -53,7 +59,7 @@ Thu Sep 5 10:43:39 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> (kernel_name, kernel_version): New variables. (rebuild_uname): Do the voting on versions, not releases. (initialize_version_info): Store kernel information in kernel_name - and kernel_version, not as an entry in the server_versions array. + and kernel_version, not as an entry in the server_versions array. Don't fill in a release for ourselves. (S_proc_register_version): Ignore RELEASE arg. @@ -83,7 +89,7 @@ Thu Jul 18 13:23:51 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> (S_proc_reassign): Likewise for NEWT. * main.c (main): Don't wire proc anymore. It's not necessary or - useful. + useful. Thu Jul 18 04:15:49 1996 Roland McGrath <roland@baalperazim.frob.com> @@ -923,4 +929,3 @@ Fri May 6 13:00:36 1994 Michael I Bushnell (mib@geech.gnu.ai.mit.edu) Thu May 5 07:50:24 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * Makefile: Change uses of $(headers) to $(includedir). - |