Revision tags: release/9.2.0 |
|
#
d1d01586 |
| 05-Sep-2013 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge from head
|
#
40f65a4d |
| 07-Aug-2013 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r254014
|
#
552311f4 |
| 17-Jul-2013 |
Xin LI <delphij@FreeBSD.org> |
IFC @253398
|
#
ceae90c2 |
| 05-Jul-2013 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r252763
|
#
11764d84 |
| 27-Jun-2013 |
Jung-uk Kim <jkim@FreeBSD.org> |
Add "amdfam10" to the supported CPU types for amd64. This complements r251691 and 251692.
|
#
cfe30d02 |
| 19-Jun-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge fresh head.
|
#
05923b8d |
| 13-Jun-2013 |
Jung-uk Kim <jkim@FreeBSD.org> |
Add a missing comma.
|
#
85ccaa6a |
| 13-Jun-2013 |
Jung-uk Kim <jkim@FreeBSD.org> |
- Document GCC support for AMD Family 10h processors (amdfam10). - Document Clang support for AMD Jaguar processors (btver2).
|
Revision tags: release/8.4.0 |
|
#
fdcb6453 |
| 26-Apr-2013 |
Bryan Drewery <bdrewery@FreeBSD.org> |
Fix examples for overriding INSTALL to not suggest hardcoding 'install' since it breaks buildworld after the introduction and use of 'install -l' in r245752. Overriding INSTALL causes /usr/bin/instal
Fix examples for overriding INSTALL to not suggest hardcoding 'install' since it breaks buildworld after the introduction and use of 'install -l' in r245752. Overriding INSTALL causes /usr/bin/install to be used instead of the proper /usr/src/tools/install.sh which handles the new flag.
Approved by: bapt MFC after: 2 weeks
show more ...
|
#
69e6d7b7 |
| 12-Apr-2013 |
Simon J. Gerraty <sjg@FreeBSD.org> |
sync from head
|
#
0041e475 |
| 22-Mar-2013 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Retire the mislabeled ENABLE_SUID_SSH knob.
|
#
d241a0e6 |
| 26-Feb-2013 |
Xin LI <delphij@FreeBSD.org> |
IFC @247348.
|
#
d9a44755 |
| 08-Feb-2013 |
David E. O'Brien <obrien@FreeBSD.org> |
Sync with HEAD.
|
#
46b1c55d |
| 04-Jan-2013 |
Neel Natu <neel@FreeBSD.org> |
IFC @ r244983.
|
#
acc4b9ec |
| 11-Dec-2012 |
Eitan Adler <eadler@FreeBSD.org> |
Remove 'dangerous' instructions from the example make.conf. Clarify when and why these might be used and that this isn't a supported configuration.
PR: docs/144488 Submitted by: amdmi3 Approved by:
Remove 'dangerous' instructions from the example make.conf. Clarify when and why these might be used and that this isn't a supported configuration.
PR: docs/144488 Submitted by: amdmi3 Approved by: cperciva (implicit) MFC after: 2 weeks
show more ...
|
#
32531ccb |
| 04-Dec-2012 |
Neel Natu <neel@FreeBSD.org> |
IFC @r243836
|
#
08e90c14 |
| 04-Dec-2012 |
Jung-uk Kim <jkim@FreeBSD.org> |
Tidy up bsd.cpu.mk for X86 CPUs:
- Do not limit recent processors to "prescott" class for i386 target. There is no reason for this hack because clang is default now. On top of that, it will only g
Tidy up bsd.cpu.mk for X86 CPUs:
- Do not limit recent processors to "prescott" class for i386 target. There is no reason for this hack because clang is default now. On top of that, it will only grow indefinitely over time. - Add more CPUTYPEs, i.e., "athlon-fx", "core-avx2", "atom", "penryn", and "yonah". Note "penryn" and "yonah" are intentionally undocumented because they are not supported by gcc and marked deprecated by clang. - Add more CPUTYPE aliases, i.e., "barcelona" (-> amdfam10), "westmere" and "nehalem" (-> corei7). Note these are intentionally undocumented because they are not supported by (base) gcc and/or clang. However, LLVM (backend) seems to "know" the differences. Most likely, they were deprecated with other vendor code names and clang did not bother implementing them at all. - Add i686 to MACHINE_CPU for "c3-2" (VIA Nehemiah). Both gcc & clang treat it like an i686-class processor. - Add IDT "winchip2" and "winchip-c6" for completeness (undocumented). - Order processors per make.conf example, i.e., CPU vendors and models. - Tidy up make.conf example, i.e., remove "by gcc" (because we have aliases) and remove "prescott" from AMD64 architecture (because it is not correct).
show more ...
|
#
04704c63 |
| 03-Dec-2012 |
Jung-uk Kim <jkim@FreeBSD.org> |
Remove fictitious support for 80386-class CPUs from bsd.cpu.mk and make(1). It was removed from head more than 8 years ago (see r137784 and r137785).
Reviewed by: imp, delphij, dim
|
Revision tags: release/9.1.0 |
|
#
300675f6 |
| 27-Nov-2012 |
Alexander Motin <mav@FreeBSD.org> |
MFC
|
#
e477abf7 |
| 27-Nov-2012 |
Alexander Motin <mav@FreeBSD.org> |
MFC @ r241285
|
#
a9259c1e |
| 20-Nov-2012 |
Jung-uk Kim <jkim@FreeBSD.org> |
Clean up and update comments for CPUTYPE.
Requested by: rdivacky
|
#
a10c6f55 |
| 11-Nov-2012 |
Neel Natu <neel@FreeBSD.org> |
IFC @ r242684
|
#
23090366 |
| 04-Nov-2012 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Sync from head
|
#
b0533126 |
| 09-Sep-2012 |
Eitan Adler <eadler@FreeBSD.org> |
Remove documentation and www cvsup files as they are no longer useful with the switch to subversion.
Approved by: gjb (man pages) Approved by: cperciva (example files, implicit) MFC after: 1 week
|
#
38f1b189 |
| 26-Apr-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r234692
sys/amd64/include/cpufunc.h sys/amd64/include/fpu.h sys/amd64/amd64/fpu.c sys/amd64/vmm/vmm.c
- Add API to allow vmm FPU state init/save/restore.
FP stuff discussed with: kib
|