summaryrefslogtreecommitdiffstats
path: root/share/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* Make scsi_target actually compile after a structure membermjacob2006-03-221-1/+1
| | | | | | change. Obtained from: Either Scott, Nate, Ken or A. Nagy
* At least respond to REPORT LUNS with an ILLEGAL COMMAND response.mjacob2006-03-221-1/+4
| | | | | This keeps us from dumping core when modern OS' like Windows and Linux see us.
* 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
|
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-2/+4
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* Style.ru2006-03-151-2/+2
|
* - Correct grammos in comments and end them with full stops.schweikh2006-03-051-29/+26
| | | | | | - Use "if !" instead of empty true branches. - Don't hardcode script name in usage message, use $0 instead. - Cleanup some whitespace.
* Remove NO_OBJ now that this makefile builds something.ru2006-03-011-2/+0
| | | | Noticed by: Andrzej Tobola
* Fix a botched commit that broke world.ru2006-02-271-2/+5
|
* Add a man page for mkfilters(1) and put the corrected perl script in thedarrenr2006-02-271-1/+5
| | | | | | ipfilter usr/share directory PR: docs/26879
* 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
* firmware(9) is a subsystem to load binary data into the kernel via amlaier2006-01-297-1/+114
| | | | | | | | | | specially crafted module. There are several handrolled sollutions to this problem in the tree already which will be replaced with this. They include iwi(4), ipw(4), ispfw(4) and digi(4). No objection from: arch MFC after: 2 weeks X-MFC after: some drivers have been converted
* - Add ports-net-p2p collectionpav2006-01-281-0/+1
|
* 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
* Adopt for modern FreeBSD.ru2005-12-105-28/+26
| | | | Requested by: az
* 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
* Add new ports-net-im collection.pav2005-11-091-0/+1
|
* Spell 'argument' correctly.jhb2005-10-261-1/+1
| | | | Submitted by: Andre Guibert de Bruet andy at siliconlandmark dot com
* 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 redundant (in FreeBSD) include.ru2005-10-141-3/+0
|
* Update for RELENG_6.kensmith2005-09-121-3/+4
| | | | | Pointed out by: Many on current@. MFC after: 1 day
* 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)
* Finish adding _dhcp user.maxim2005-06-071-0/+1
|
* 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
* Join two lines.brueffer2005-05-071-2/+1
|
* Document 'pentium-m' CPUTYPE.pjd2005-05-061-2/+2
|
* Bring a working snapshot of hwpmc(4), its associated libraries, userland ↵jkoshy2005-04-191-0/+8
| | | | | | | | | | utilities and documentation into -CURRENT. Bump FreeBSD_version. Reviewed by: alc, jhb (kernel changes)
* Correct a comment about which parallel port pin is used to driveiedowse2005-04-171-1/+1
| | | | | | the RS signal. PR: misc/20139
* Add NO_DICT handle. Saves almost 3.5 MB installed.phk2005-04-131-0/+1
|
* Typo.le2005-03-211-1/+1
|
* o Add missed language doc subdirectories, sort.maxim2005-03-152-3/+11
| | | | | PR: docs/78859 Submitted by: skv
* Device counts are gone.stefanf2005-03-091-1/+1
|
* __FUNCTION__ -> __func__stefanf2005-03-091-2/+2
|
* 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)
* Fixed the misplaced $FreeBSD$.ru2005-02-094-8/+12
|
* Document NO_GPIBphk2005-02-061-0/+1
|
* Document NO_NETCAT.delphij2005-02-061-0/+1
|
* Sort sections.ru2005-01-211-7/+7
|
* 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
* Added the EXIT STATUS section.ru2005-01-161-2/+3
|
* Move the LOCKING section to before the EXAMPLES section.jkoshy2005-01-151-18/+22
| | | | | | Make example locking calls in the EXAMPLES section. Reviewed by: keramida
* A few more mdoc fixes I missed in the suggestions of Ruslan.keramida2005-01-121-2/+2
|
OpenPOWER on IntegriCloud