| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Add "znver3" for AMD and "alderlake" and "sapphirerapids" for Intel.
(cherry picked from commit 09e7341c5ea40120bd1850c48c44bfbae5475f3f)
|
|
|
|
|
|
|
| |
Remove /^\s*\$FreeBSD\$$\n/
Similar commit in main:
(cherry picked from commit 05248206f720)
|
|
|
|
|
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0ecf)
|
|
|
|
|
|
| |
- s/architechture/architecture/
(cherry picked from commit 6300e58ab2d2575852e15724a74d545cea32cef5)
|
|
|
|
|
|
|
|
|
|
|
| |
pulling in SASL libraries.
PR: 247959
Reported by: Scott Allendorf
MFC after: 3 days
Notes:
svn path=/head/; revision=363750
|
|
|
|
| |
Notes:
svn path=/head/; revision=358862
|
|
|
|
|
|
|
| |
- Clean up CPUTYPE examples for x86. GCC 4.2.1 was removed by r358454.
Notes:
svn path=/head/; revision=358861
|
|
|
|
| |
Notes:
svn path=/head/; revision=356567
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Adds a list of valid CPUTYPE flags for arm and arm64 architectures
List taken from share/mk/bsd.cpu.mk
Submitted by: Daniel Engberg
Reviewed By: imp
Differential Revision: https://reviews.freebsd.org/D20315
Notes:
svn path=/head/; revision=349291
|
|
|
|
| |
Notes:
svn path=/head/; revision=345388
|
|
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=345387
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The original Berkeley Software Distributions were made in the 1980's
and 1990's. At that time, the Buenos Ares Convention of 1910 was in
force in most of the countries in the Americas. It required an
affirmative statement of rights reservation, typically using 'All
Rights Reserved.' The Regents included this phrase in their copyright
notices to invoke this treaty to ensure maximal copyright protection.
In the 1990's, Latin America coutries ratifeid the Berne Convention on
copyrights which prohibited them from requiring an affirmative
statement to reserve the rights. When Nicaragua ratified in 2000, the
Buenos Ares Convention of 1910 was effectively repealed. This made all
the 'All Rights Reserved' phrases obsolete and legal deadweight most
of the time, and certainly in the cases removed here.
Since it's no longer required, and is in fact meaningless, core has
decided to dropped it from the project's collection copyright and
sample templates. It encourages other rights holders to do the same
after consultation with their legal department.
More see https://en.wikipedia.org/wiki/Buenos_Aires_Convention for
more information.
Approved by: core@ (emaste@, jhb@)
Differential Review: https://reviews.freebsd.org/D15264
Notes:
svn path=/head/; revision=333391
|
|
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=331963
|
|
|
|
|
|
|
|
|
|
| |
For project files we should use the -FreeBSD prefix but for this example
assume it is going to be used for some general purpose.
Submitted by: kevlo
Notes:
svn path=/head/; revision=327935
|
|
|
|
| |
Notes:
svn path=/head/; revision=326896
|
|
|
|
|
|
|
| |
Sponsored by: Netflix
Notes:
svn path=/head/; revision=325834
|
|
|
|
| |
Notes:
svn path=/head/; revision=314875
|
|
|
|
|
|
|
|
|
| |
PR: 205099
Submitted by: xxjack12xx@gmail.com
MFC after: 1 week
Notes:
svn path=/head/; revision=291950
|
|
|
|
| |
Notes:
svn path=/head/; revision=290721
|
|
|
|
| |
Notes:
svn path=/head/; revision=280159
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This includes:
o All directories named *ia64*
o All files named *ia64*
o All ia64-specific code guarded by __ia64__
o All ia64-specific makefile logic
o Mention of ia64 in comments and documentation
This excludes:
o Everything under contrib/
o Everything under crypto/
o sys/xen/interface
o sys/sys/elf_common.h
Discussed at: BSDcan
Notes:
svn path=/head/; revision=268351
|
|
|
|
|
|
|
|
|
| |
since r251084.
MFC after: 1 week
Notes:
svn path=/head/; revision=267865
|
|
|
|
| |
Notes:
svn path=/head/; revision=264659
|
|
|
|
|
|
|
| |
install. Back it out until they can be tracked down.
Notes:
svn path=/head/; revision=264424
|
|
|
|
| |
Notes:
svn path=/head/; revision=264402
|
|
|
|
|
|
|
| |
Intel Silvermont (slm) processors.
Notes:
svn path=/head/; revision=263435
|
|
|
|
|
|
|
|
|
|
| |
is useful primarily on a system used for cross-building, when you have a
set of flags to apply to the TARGET_ARCH being cross-built but don't want
those settings applied to building the cross-tools or other components that
run on the build host machine.
Notes:
svn path=/head/; revision=263373
|
|
|
|
|
|
|
|
|
| |
- Reconnect with some minor modifications, in particular now selsocket()
internals are adapted to use sbintime units after recent'ish calloutng
switch.
Notes:
svn path=/head/; revision=252356
|
|
|
|
|
|
|
| |
r251691 and 251692.
Notes:
svn path=/head/; revision=252314
|
|
|
|
| |
Notes:
svn path=/head/; revision=251692
|
|
|
|
|
|
|
| |
- Document Clang support for AMD Jaguar processors (btver2).
Notes:
svn path=/head/; revision=251691
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
'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
Notes:
svn path=/head/; revision=249952
|
|
|
|
| |
Notes:
svn path=/head/; revision=248617
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=244122
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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).
Notes:
svn path=/head/; revision=243846
|
|
|
|
|
|
|
|
|
| |
It was removed from head more than 8 years ago (see r137784 and r137785).
Reviewed by: imp, delphij, dim
Notes:
svn path=/head/; revision=243831
|
|
|
|
|
|
|
| |
Requested by: rdivacky
Notes:
svn path=/head/; revision=243315
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GIANT from VFS. In addition, disconnect also netsmb, which is a base
requirement for SMBFS.
In the while SMBFS regular users can use FUSE interface and smbnetfs
port to work with their SMBFS partitions.
Also, there are ongoing efforts by vendor to support in-kernel smbfs,
so there are good chances that it will get relinked once properly locked.
This is not targeted for MFC.
Notes:
svn path=/head/; revision=241680
|
|
|
|
|
|
|
|
|
|
|
| |
with the switch to subversion.
Approved by: gjb (man pages)
Approved by: cperciva (example files, implicit)
MFC after: 1 week
Notes:
svn path=/head/; revision=240252
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
thing it was still used for was to set the "global default" password
hash. Since the stock auth.conf contained nothing but comments, the
global default was actually the first algorithm in crypt(3)'s list,
which happens to be DES; I take the fact that nobody noticed as proof
that it was not used outside of crypt(3).
The only other use in our tree was in the Kerberos support code in
in tinyware's passwd(1). I removed that code in an earlier commit;
it would not have compiled anyway, as it only supported Kerberos IV.
The auth_getval() function is now a stub that always returns NULL,
which has the same effect as a functional auth_getval() with an
empty auth.conf.
MFC after: 3 weeks
Notes:
svn path=/head/; revision=236965
|
|
|
|
| |
Notes:
svn path=/head/; revision=230306
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
doc/, and now www/ trees, but only using the "cvsup" transport.
When "make update" is run using a tree's makefile, it can also use
"cvs" (except for www/) and "svn" (only src/).
Clean up documentation and code regarding "make update":
- Increase oddness by adding support for WWWSUPFILE and NO_WWWUPDATE to
Makefile.inc1 (analogous to PORTSSUPFILE/NO_PORTSUPDATE and
DOCSUPFILE/NO_DOCUPDATE; WWWSUPFILE already supported by www/Makefile).
- Document all trees that support CVS_UPDATE.
- Document all trees that support SUP_UPDATE.
- Document SVN_UPDATE.
- Document NO_WWWUPDATE.
- make.conf(5) mistakenly said that *SUPFILE* had defaults.
- Add an example entry for WWWSUPFILE.
Notes:
svn path=/head/; revision=223148
|
|
|
|
|
|
|
|
|
|
| |
For CPUTYPE=core2 use -march=core2
PR: gnu/155308
MFC after: 2 weeks
Notes:
svn path=/head/; revision=219376
|
|
|
|
|
|
|
|
|
|
|
|
| |
- add "sse3" to MACHINE_CPU for the new cpu types
- for i386, default to CPUTYPE=prescott for the new cpu types
PR: gnu/154906
Discussed with: kib, kan, dim
MFC after: 2 weeks
Notes:
svn path=/head/; revision=218896
|
|
|
|
|
|
|
| |
Approved by: kib
Notes:
svn path=/head/; revision=217826
|
|
|
|
|
|
|
|
|
|
|
|
| |
to let the compiler optimize for the famility of UltraSPARC-III CPUs as the
default already was to optimize for UltraSPARC-I/II and generating generic
64-bit V9 is mainly for reference purposes. At least for SPARC64-V CPUs
code optimized for UltraSPARC-I/II still is the most performant one.
Thanks go to Michael Moll for testing SPARC64-V.
- Move a booke MACHINE_CPU bit into the right section.
Notes:
svn path=/head/; revision=216820
|
|
|
|
|
|
|
|
| |
Submitted by: b. f.
Approved by: wes (mentor implicit)
Notes:
svn path=/head/; revision=213645
|
|
|
|
|
|
|
|
|
| |
PR: conf/150214
Submitted by: Li
MFC after: 1 week
Notes:
svn path=/head/; revision=212138
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
make(1) or /usr/ports/ports-mgmt/portconf for port-specific
variables/options to compile a port.
PR: docs/145655
Submitted by: Armin Pirkovitsch (armin at frozen dash zone dot org)
Discussed with: dougb
MFC after: 7 days
Notes:
svn path=/head/; revision=210482
|
|
|
|
| |
Notes:
svn path=/head/; revision=200771
|