summaryrefslogtreecommitdiffstats
path: root/share/examples
Commit message (Collapse)AuthorAgeFilesLines
* Add new x11-drivers category.flz2007-05-192-0/+2
| | | | MFC after: 3 days
* Retire /usr/share/examples/netgraph/bluetooth/rc.bluetooth.emax2007-04-242-268/+0
| | | | MFC after: 1 week
* Add ports-net-im, ports-net-p2p and ports-ports-mgmt collections.ru2007-04-141-0/+3
|
* Add src-cddl and src-rescue.ru2007-04-143-0/+6
|
* - Add ports-ports-mgmt collectionpav2007-01-311-0/+1
|
* 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
|
* Revert my previous change as it does not seem to be entirely correct anddanger2006-09-271-6/+8
| | | | popular.
* Bump MAX_INITIATORS to 1024- the LSI-Logic can go even higher thanmjacob2006-09-273-96/+150
| | | | | | | | | | | | | | this for 'initiator id'- this is a stopgap until a sparse map is added. Make compat defines for offset format (FreeBSD 5 or less). Add no-asyncio flag. There's some breakage with ASYNC I/O that every now and then drops us into an infinite loop. This also then does a fallback to no-asyncio if the AIO option isn't loaded/compiled into the kernel. A number of other chanes to try and track some breakage.
* - Use existing functions mtx_lock() and mtx_unlock().pjd2006-09-271-8/+9
| | | | | | | | | | | | | | | | | | | - Change variable name to 'error', as this is what is mostly used for functions that return an error. - Add mutex(9) to the SEE ALSO section. - Bump the date. I don't really like the example code. I'd prefer symmetry where possible, eg. mtx_lock(&example_lock); error = example(NULL, EXAMPLE_ONE); mtx_unlock(&example_lock); if (error != 0) return (error); But I'll leave it as it is for now. Reviewed by: simon
* Remove second person from the sentece and rephrase a bit.danger2006-09-261-8/+6
| | | | Approved by: trhodes (mentor), keramida (mentor)
* Fix wording to what I intended originally.ru2006-09-181-4/+5
|
* - Avoid using second person.ru2006-09-181-4/+7
| | | | | - Demonstrate how .Nm can be used without the side effect of causing a line break in the SYNOPSIS section.
* - 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@
* Fix path for source file in files.FOO.rik2006-08-231-1/+1
|
* - Added ability to provide (optional) path to the kernel sourcesrik2006-08-091-22/+122
| | | | | | | | | | | | - Added check of dirs used by example generator - Fixed path for ${s}/conf/files.FOO and include it via files directive from config file - Changed kernel configuration example with the driver: it is not produced by copying Generic but by including it - KDB is added to config (for DDB) - Added module building instead and fixed kernel building Reviewed by: julian@
* Added copyright templeterik2006-08-091-32/+57
| | | | | | Fixed compilation Reviewed by: julian@
* - Added 'files "files.FOO"' to config for inclusion of user specific files.rik2006-08-091-3/+24
| | | | | | | - Added KDB option to config file (for DDB). - Added ability to compile custom kernel. Discussed with: julian@
* - Added ability to provide (optional) path to the kernel sourcesrik2006-08-061-19/+32
| | | | | | | | | | - Fixed path for ${s}/conf/files.FOO and a note that it should be merged into corresponding file to be able to compile the kernel - Changed kernel configuration example with the driver: it is not produced by copying Generic but by including it - Changed from automatic module building to asking an user if it whants to Reviewed by: julian@
* Fix compilation.rik2006-08-061-12/+9
| | | | Reviewed by: julian@
* 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
OpenPOWER on IntegriCloud