aboutsummaryrefslogtreecommitdiff
path: root/share/examples/etc
Commit message (Collapse)AuthorAgeFilesLines
* Catch up with Clang 12.Jung-uk Kim2024-04-211-9/+9
| | | | | | Add "znver3" for AMD and "alderlake" and "sapphirerapids" for Intel. (cherry picked from commit 09e7341c5ea40120bd1850c48c44bfbae5475f3f)
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-231-1/+0
| | | | | | | Remove /^\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit 05248206f720)
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
| | | | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in main: (cherry picked from commit d0b2dbfa0ecf)
* make.conf: Fix a typo in the example fileGordon Bergling2022-06-101-1/+1
| | | | | | - s/architechture/architecture/ (cherry picked from commit 6300e58ab2d2575852e15724a74d545cea32cef5)
* Mirror recommendation from Handbook to avoid linking conflicts whenGregory Neil Shapiro2020-08-011-4/+2
| | | | | | | | | | | pulling in SASL libraries. PR: 247959 Reported by: Scott Allendorf MFC after: 3 days Notes: svn path=/head/; revision=363750
* Add "tigerlake" CPUTYPE for x86 to catch up with Clang 10.0.Jung-uk Kim2020-03-101-7/+8
| | | | Notes: svn path=/head/; revision=358862
* - Remove CPUTYPE examples for sparc64. It is not supported since r358345.Jung-uk Kim2020-03-101-16/+8
| | | | | | | - Clean up CPUTYPE examples for x86. GCC 4.2.1 was removed by r358454. Notes: svn path=/head/; revision=358861
* Catch up with Clang 9.0.Jung-uk Kim2020-01-091-5/+7
| | | | Notes: svn path=/head/; revision=356567
* Add list of valid CPUTYPE flags for arm/arm64 to make.conf exampleWarner Losh2019-06-221-0/+6
| | | | | | | | | | | | | 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
* Catch up with Clang 8.0.Jung-uk Kim2019-03-211-3/+3
| | | | Notes: svn path=/head/; revision=345388
* Catch up with Clang 7.0.Jung-uk Kim2019-03-211-1/+2
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=345387
* Remove 'All Rights Reserved' from the collection copyright and templates.Warner Losh2018-05-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Catch up with Clang 6.0.Jung-uk Kim2018-04-031-1/+2
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=331963
* Add SPDX identifier for the example license.Pedro F. Giffuni2018-01-131-0/+2
| | | | | | | | | | 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
* Remove white space at EOL.Jens Schweikhardt2017-12-161-5/+5
| | | | Notes: svn path=/head/; revision=326896
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-1/+1
| | | | | | | Sponsored by: Netflix Notes: svn path=/head/; revision=325834
* Catch up with Clang 4.0.0.Jung-uk Kim2017-03-071-1/+1
| | | | Notes: svn path=/head/; revision=314875
* Fix a typo in the CPUTYPE list.Christian Brueffer2015-12-071-1/+1
| | | | | | | | | PR: 205099 Submitted by: xxjack12xx@gmail.com MFC after: 1 week Notes: svn path=/head/; revision=291950
* NO_CPU_OPTFLAGS doesn't exist, so don't document it.Warner Losh2015-11-121-1/+0
| | | | Notes: svn path=/head/; revision=290721
* Catch up with Clang 3.6.0.Jung-uk Kim2015-03-171-2/+3
| | | | Notes: svn path=/head/; revision=280159
* Remove ia64.Marcel Moolenaar2014-07-071-1/+0
| | | | | | | | | | | | | | | | | | | | 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
* Drop example variables for updating over csup. These have not functionedGavin Atkinson2014-06-251-12/+0
| | | | | | | | | since r251084. MFC after: 1 week Notes: svn path=/head/; revision=267865
* Convert NO_MANCOMPRESSED to MK_MANCOMPRESSED.Warner Losh2014-04-181-1/+1
| | | | Notes: svn path=/head/; revision=264659
* r264402 builds fine, but turns out there are problems withWarner Losh2014-04-131-1/+1
| | | | | | | install. Back it out until they can be tracked down. Notes: svn path=/head/; revision=264424
* Convert NO_MANCOMPRESS to normal convention.Warner Losh2014-04-131-1/+1
| | | | Notes: svn path=/head/; revision=264402
* Add new CPUTYPEs supported by Clang 3.4, i.e., AMD Steamroller (bdver3) andJung-uk Kim2014-03-201-2/+2
| | | | | | | Intel Silvermont (slm) processors. Notes: svn path=/head/; revision=263435
* Add a way to apply CFLAGS only when building the given architecture. ThisIan Lepore2014-03-191-0/+7
| | | | | | | | | | 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
* - Trim an unused and bogus Makefile for mount_smbfs.Davide Italiano2013-06-281-0/+1
| | | | | | | | | - 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
* Add "amdfam10" to the supported CPU types for amd64. This complementsJung-uk Kim2013-06-271-2/+2
| | | | | | | r251691 and 251692. Notes: svn path=/head/; revision=252314
* Add a missing comma.Jung-uk Kim2013-06-131-1/+1
| | | | Notes: svn path=/head/; revision=251692
* - Document GCC support for AMD Family 10h processors (amdfam10).Jung-uk Kim2013-06-131-5/+5
| | | | | | | - Document Clang support for AMD Jaguar processors (btver2). Notes: svn path=/head/; revision=251691
* Fix examples for overriding INSTALL to not suggest hardcodingBryan Drewery2013-04-261-1/+1
| | | | | | | | | | | | | '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
* Retire the mislabeled ENABLE_SUID_SSH knob.Dag-Erling Smørgrav2013-03-221-3/+0
| | | | Notes: svn path=/head/; revision=248617
* Remove 'dangerous' instructions from the example make.conf.Eitan Adler2012-12-111-8/+7
| | | | | | | | | | | | | 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
* Tidy up bsd.cpu.mk for X86 CPUs:Jung-uk Kim2012-12-041-5/+6
| | | | | | | | | | | | | | | | | | | | | | | - 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
* Remove fictitious support for 80386-class CPUs from bsd.cpu.mk and make(1).Jung-uk Kim2012-12-031-1/+1
| | | | | | | | | 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
* Clean up and update comments for CPUTYPE.Jung-uk Kim2012-11-191-11/+16
| | | | | | | Requested by: rdivacky Notes: svn path=/head/; revision=243315
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingAttilio Rao2012-10-181-1/+0
| | | | | | | | | | | | | | | | 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
* Remove documentation and www cvsup files as they are no longer usefulEitan Adler2012-09-091-2/+0
| | | | | | | | | | | 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
* Finally nuke auth.conf, nine years after it was deprecated. The onlyDag-Erling Smørgrav2012-06-121-1/+0
| | | | | | | | | | | | | | | | | | | | | 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
* Comment cosmetics: end more sentences with full stops.Jens Schweikhardt2012-01-181-6/+6
| | | | Notes: svn path=/head/; revision=230306
* It's a bit odd, but "make update" in src/ can also update the ports/,Ruslan Ermilov2011-06-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add AMD Geode CPU type to bsd.cpu.mk and examples/etc/make.confMartin Matuska2011-03-071-1/+1
| | | | | | | | | | For CPUTYPE=core2 use -march=core2 PR: gnu/155308 MFC after: 2 weeks Notes: svn path=/head/; revision=219376
* Add opteron-sse3, athlon64-sse3 and k8-sse3 cpu types to bsd.cpu.mk.Martin Matuska2011-02-201-2/+3
| | | | | | | | | | | | - 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
* Remove DOS-style EOLsSergey Matveychuk2011-01-251-11/+11
| | | | | | | Approved by: kib Notes: svn path=/head/; revision=217826
* - Add CPUTYPE support for sparc64. The net result is that it's now possibleMarius Strobl2010-12-301-0/+2
| | | | | | | | | | | | 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
* Remove the manpath.config entry now that it's no longer installed.Gordon Tetlow2010-10-091-1/+0
| | | | | | | | Submitted by: b. f. Approved by: wes (mentor implicit) Notes: svn path=/head/; revision=213645
* o csup(1) does not have -g flag. Remove it from the example.Maxim Konovalov2010-09-021-1/+1
| | | | | | | | | PR: conf/150214 Submitted by: Li MFC after: 1 week Notes: svn path=/head/; revision=212138
* Add an example to encourage people to have a look at eitherBenedict Reuschling2010-07-251-0/+11
| | | | | | | | | | | | | 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
* Removed one more Alpha leftover.Ruslan Ermilov2009-12-211-1/+0
| | | | Notes: svn path=/head/; revision=200771