summaryrefslogtreecommitdiffstats
path: root/share/examples
Commit message (Collapse)AuthorAgeFilesLines
* Add CPUTYPE support for Via C3 and C3-2 processors.des2006-07-191-0/+1
| | | | MFC after: 2 weeks
* doc fix: option MFS is obsolete. use MD_ROOT instead.motoyuki2006-06-021-1/+1
| | | | PR: conf/93878
* Make this example more real world usable: When the manpage first appearedbrueffer2006-05-201-1/+1
| | | | | | | is not interesting, when the driver appeared is. Most people who use this example leave the manpage appearance date in and the driver date out. MFC after: 3 days
* We don't have d_maj field in cdevsw structure anymore.sobomax2006-05-191-8/+1
|
* 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
* If we end up with a CTIO completing with CAM_REQUEUE_REQ,mjacob2006-04-111-2/+16
| | | | | be obliging and just redo the request instead of squawking and dying.
* Add a standard boilerplate to the SYNOPSIS section that mentions howbrueffer2006-04-011-1/+13
| | | | | | to load a kernel module. MFC after: 3 days
* Move the check for non-ATIO_CMD ahead of the cache chech so thatmjacob2006-03-251-9/+10
| | | | | | | completion for unsupported commands doesn't abort. Reviewed by: nate MFC after: 2 weeks
* 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
OpenPOWER on IntegriCloud