Go to file
junyoung 281fa073dc Display the extended feature flags with non-Intel processors rather than
the standard flags. See also PR#19163.

Before:

cpu0: AMD Athlon XP 1800+ (686-class), 1532.11 MHz
cpu0: features 383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR>
cpu0: features 383f9ff<PGE,MCA,CMOV,FGPAT,PSE36,MMX>
cpu0: features 383f9ff<FXSR,SSE>

After:

cpu0: AMD Athlon XP 1800+ (686-class), 1532.11 MHz
cpu0: features c3cbf9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR>
cpu0: features c3cbf9ff<PGE,MCA,CMOV,PAT,PSE36,MPC,MMXX,MMX>
cpu0: features c3cbf9ff<FXSR,SSE,3DNOW2,3DNOW>

While I'm here, amd_cpuid_cpu_cacheinfo() is an info function rather
than a probe function.
2002-12-06 02:38:25 +00:00
bin Avoid confict with reserved identifier "log". 2002-12-06 01:43:18 +00:00
crypto Avoid strict alias warning. 2002-12-06 01:27:10 +00:00
dist Avoid strict alias warnings. 2002-12-06 02:20:43 +00:00
distrib seems we don't need /usr/bin/strings in ramdisk 2002-12-05 19:37:04 +00:00
doc swept through the tree with find and grep looking for EDITOR. 2002-12-05 22:47:28 +00:00
etc remove unnecessary cruft after the recent etc/Makefile cleanup 2002-12-06 00:14:11 +00:00
games Need <stdlib.h> for abort() prototype. 2002-12-06 01:54:55 +00:00
gnu Better fix for the portability cast problem via Urban Boquist. 2002-11-28 22:04:46 +00:00
include New auth length defines. We don't play with sockaddr for now. Also make 2002-11-30 04:02:19 +00:00
lib Correct cross references. 2002-12-05 19:13:12 +00:00
libexec Avoid conflict with reserved identifer "log". 2002-12-06 02:03:18 +00:00
regress Remove extra args to a printf call. 2002-12-06 02:09:24 +00:00
rescue set SMALLPROG=0 (it was implicit) 2002-10-17 01:49:18 +00:00
sbin Need <stdlib.h> for exit() prototype. 2002-12-06 02:26:14 +00:00
share Document the force_down_interfaces variable. 2002-12-04 22:59:51 +00:00
sys Display the extended feature flags with non-Intel processors rather than 2002-12-06 02:38:25 +00:00
tools Tweak dependencies so that defs.mk depends upon config.cache, and 2002-12-04 23:27:54 +00:00
usr.bin Lst exp -> Lst explist, to avoid warnings about gcc-current's 2002-12-05 15:56:52 +00:00
usr.sbin Fix the way $EDITOR is started so the variable can have flags in addition 2002-12-05 22:54:45 +00:00
BUILDING Update location of BUILDING.mdoc. 2002-11-25 19:18:44 +00:00
Makefile improve previous; show times at end of distribution/release/snapshot as well 2002-12-02 08:27:03 +00:00
Makefile.inc
UPDATING fparseln issues 2002-12-04 12:50:43 +00:00
build.sh Apply fixes & enhancements from Alan Barrett. (Thanks Alan!) 2002-11-17 12:59:37 +00:00