summaryrefslogtreecommitdiffstats
path: root/share/examples/etc
Commit message (Collapse)AuthorAgeFilesLines
* Add AMD Geode CPU type to bsd.cpu.mk and examples/etc/make.confmm2011-03-071-1/+1
| | | | | | | For CPUTYPE=core2 use -march=core2 PR: gnu/155308 MFC after: 2 weeks
* Add opteron-sse3, athlon64-sse3 and k8-sse3 cpu types to bsd.cpu.mk.mm2011-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
* Remove DOS-style EOLssem2011-01-251-11/+11
| | | | Approved by: kib
* - Add CPUTYPE support for sparc64. The net result is that it's now possiblemarius2010-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.
* Remove the manpath.config entry now that it's no longer installed.gordon2010-10-091-1/+0
| | | | | Submitted by: b. f. Approved by: wes (mentor implicit)
* o csup(1) does not have -g flag. Remove it from the example.maxim2010-09-021-1/+1
| | | | | | PR: conf/150214 Submitted by: Li MFC after: 1 week
* Add an example to encourage people to have a look at eitherbcr2010-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
* Removed one more Alpha leftover.ru2009-12-211-1/+0
|
* On i386, make "prescott" an alias for "nocona" (instead of the other waydes2007-01-171-3/+4
| | | | | | | | | around), and introduce "core", along with the alias "core2". All of these enable SSE3. On amd64, add "core2" (enables SSE3). MFC after: 3 weeks
* Remove references to pccard.conf, it is no longer used.imp2006-10-191-2/+0
|
* - Change the example CFLAGS entry to match our default in sys.mk.ru2006-09-131-3/+7
| | | | | | - Document that -fno-strict-aliasing is required for -O2. Prodded by: users of stable@
* Add CPUTYPE support for Via C3 and C3-2 processors.des2006-07-191-0/+1
| | | | MFC after: 2 weeks
* Close a "(" I left open.matteo2006-05-161-1/+1
|
* Update README.examples according to the current state of the examples/etc ↵matteo2006-05-151-18/+30
| | | | | | directory PR: conf/97232
* Remove mentions of old compat options from here; equivalents areru2006-03-211-71/+0
| | | | now provided in src.conf(5).
* Also refer to csup in the example SUP setting.mux2006-03-191-1/+1
|
* Mention NO_NLS_CATALOGS.ume2006-02-221-0/+1
|
* Change default build of wpa_supplicant to include EAPOL support;sam2006-02-141-5/+2
| | | | | | | | ENABLE_WPA_SUPPLICANT_EAPOL is no more, now use NO_WPA_SUPPLICANT_EAPOL to build with only WPA-PSK support. Reviewed by: ru, bsdimp (basic approach) MFC after: 1 week
* Document NO_AUDIT.brueffer2006-02-121-0/+1
| | | | Obtained from: TrustedBSD Project
* Remove usbd(8) and all references to it. It is no longer necessaryiedowse2005-12-151-1/+1
| | | | | | since devd(8) now provides the same functionality. Submitted by: Anish Mistry
* Clarify a comment to make it clear that it is NO_NIS that "If it is set"keramida2005-11-271-2/+2
| | | | | | | | | | | refers to and add extra '#' comment characters at the beginning of two lines that started with TABs, to avoid warnings like: "/etc/make.conf", line 128: Unassociated shell command "# If set, you might need to adopt your" "/etc/make.conf", line 129: Unassociated shell command "# nsswitch.conf(5) and remove `nis' entries." PR: misc/89423 Submitted by: Scot W. Hetzel
* s/RADUIS/RADIUS/maxim2005-10-231-1/+1
| | | | | Submitted by: jisakiel@yahoo.es MFC after: 1 week
* A better, more correct explination of NO_SHARED. This could probablytrhodes2005-10-221-1/+1
| | | | | | use a quick touch up, but at least it's correct. Requested by: ru
* Document that changes to nsswitch.conf might be needed whenbz2005-10-171-1/+3
| | | | | | | | | compiling with NO_NIS. [ also see make.conf(5) and nsswitch.conf(5) ] Reviewed by: ru Requested by: dougb (and bin/87221) MFC: 22 days
* Remove WANT_FORCE_OPTIMIZATION_DOWNGRADE and out dated warnings aboutobrien2005-09-061-10/+2
| | | | libalias(3) exposing compiler bugs.
* document ENABLE_WPA_SUPPLICANT_EAPOLsam2005-07-081-0/+9
| | | | Approved by: re (scottl)
* The Nocona may be AMD64 compatible, but it is still an Intel part.des2005-05-081-3/+3
| | | | | Pointy hat to: trhodes MFC after: 1 week
* Document 'pentium-m' CPUTYPE.pjd2005-05-061-2/+2
|
* Add NO_DICT handle. Saves almost 3.5 MB installed.phk2005-04-131-0/+1
|
* Typo.le2005-03-211-1/+1
|
* Add NO_RCMDS to the list.trhodes2005-03-021-0/+1
|
* Resort the CPU list with regards to recently added CPUs.trhodes2005-02-251-4/+4
| | | | Prodded by: glewis
* Fix up previous commit by adding prescott and itanium2 CPUs.trhodes2005-02-231-2/+2
| | | | Submitted by: marcel
* Add 'nocona' to the list of Intel ia64 CPUs and k8 to the AMD CPUs.trhodes2005-02-231-3/+3
| | | | | | | | | | | Replace -fmemoize-lookups -fsave-memoized with a working example, -fconserve-space. To quote part of the GCC docs on this option: "Put uninitialized or runtime-initialized global variables into the common segment, as C does." MFC after: 2 days Submitted by: Daniel Gerzo <danger@rulez.sk> (original version)
* Document NO_GPIBphk2005-02-061-0/+1
|
* Document NO_NETCAT.delphij2005-02-061-0/+1
|
* Document the shiny new WITHOUT_MODULES knob in make.conf.wes2005-01-211-0/+3
| | | | | | PR: kern/76225 Prodded by: ru@, brueffer@ MFC after: 2 weeks
* NOIPSEC -> TRACEROUTE_NO_IPSECru2004-12-211-1/+2
|
* NOSHARE -> NO_SHAREru2004-12-211-1/+1
|
* Overhaul ppp(8) build options so they are safe to use inru2004-12-211-5/+4
| | | | | | | | | | | | | | | | /etc/make.conf: NOALIAS -> retired (support provided by PPP_NO_NAT) NOATM -> PPP_NO_ATM (also subject to NO_ATM global) NODES -> PPP_NO_DES (support was broken, now recovered) NOI4B -> PPP_NO_I4B (also subject to NO_I4B global) NOKLDLOAD -> PPP_NO_KLDLOAD NONAT -> PPP_NO_NAT NONETGRAPH -> PPP_NO_NETGRAPH NOPAM -> PPP_NO_PAM (will be subject to NO_PAM global) NORADIUS -> PPP_NO_RADIUS NOSUID -> retired (support provided by PPP_NO_SUID) PPP_NOSUID -> PPP_NO_SUID
* NOINET6 -> NO_INET6ru2004-12-211-1/+1
|
* NOGAMES -> NO_GAMESru2004-12-211-1/+1
|
* NOCRYPT -> NO_CRYPTru2004-12-211-1/+1
|
* NOSHARED -> NO_SHAREDru2004-12-211-1/+1
|
* NODOCCOMPRESS -> NO_DOCCOMPRESSru2004-12-211-2/+2
| | | | | | | | NOINFO -> NO_INFO NOINFOCOMPRESS -> NO_INFOCOMPRESS NOLINT -> NO_LINT NOPIC -> NO_PIC NOPROFILE -> NO_PROFILE
* NOATM -> NO_ATMru2004-12-211-2/+2
|
* NOLIBC_R -> NO_LIBC_Rru2004-12-211-3/+3
| | | | | NOLIBPTHREAD -> NO_LIBPTHREAD NOLIBTHR -> NO_LIBTHR
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-2/+2
| | | | OK'ed by: core
* Commit patch from ru which groups the ppp(8) options together andtrhodes2004-12-151-20/+20
| | | | | | | kills my sorting. Submitted by: ru Discussed with: imp
* Add a few options with regards to ppp(8) and traceroute.trhodes2004-12-151-11/+17
| | | | | | Sort the list, please keep this list sorted. PR: 48569
OpenPOWER on IntegriCloud