summaryrefslogtreecommitdiffstats
path: root/share/examples
Commit message (Collapse)AuthorAgeFilesLines
* Enable autosense by default. This shouldn't hurt SPI and is requirednjl2004-01-091-1/+1
| | | | for FC.
* Bump the max number of initiators to 256 from 16. This is appropriate fornjl2004-01-091-3/+3
| | | | fibre channel and shouldn't hurt SPI.
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrobrien2003-12-085-10/+21
| | | | | | as these ioctl's aren't MD. This also means they are installed in /usr/include/dev/bktr now. Also provide compatability wrappers for where these headers lived in 4.x.
* Add the ports/arabic category to the examples.ceri2003-11-164-0/+4
| | | | MFC After: 4 days
* Replace all uses of the old netgraph constants NG_*LEN by the newharti2003-11-151-2/+2
| | | | | | constants NG_*SIZ that include the trailing NUL byte. This change is mostly mechanical except for the replacement of a couple of snprintf() and sprintf() calls with strlcpy.
* People are blindly coping this example refuse file. Doing so breaksgshapiro2003-11-082-6/+3
| | | | | | | | | buildworld as src/etc/sendmail/freebsd.mc is missing. That example was added 3 years ago, before the /etc/mail/ infrastructure was in place for customized configurations. It is time to remove this example. Noticed by: Robert Gray <bob@boulderlabs.com> in freebsd-stable MFC after: 1 day
* Connect /etc/bluetooth and /usr/share/examples/netgraph/bluetooth to the build.emax2003-10-261-0/+1
| | | | | Reviewed by: imp, simon Approved by: imp (mentor)
* - Enable 16byte commands.simokawa2003-10-184-19/+159
| | | | | | | - Fix printf warnings on 64bit architectures. - Accept 'k', 'm' and etc. for -s option. Reviewed by: njl
* Style fixes: shell script indentation, if/then style, plus a lotdds2003-10-031-88/+83
| | | | | | of comments in C code (capitalized, end with full stop). Submitted by: schweikh
* Create a driver that will compile without warnings on -CURRENTdds2003-10-031-18/+21
| | | | | | | More changes are probably needed to create a correct driver. Reviewed by: markm Approved by: schweikh (mentor)
* fix typos in comments.julian2003-09-302-2/+2
| | | | Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
* * scsi_cmds.csimokawa2003-09-252-4/+28
| | | | | | | | | | - Fill in autosense data. - Add compatibility for RELENG_4. * scsi_target.c - Raw device support - Set correct value in c_descr->offset for CAM_DIR_NONE case. - Support for CTIO abort.
* Turn SENDMAIL_CF_DIR into an officially supported make.conf variablegshapiro2003-09-241-0/+5
| | | | | | | | | and use it in src/etc/sendmail/Makefile in case the user wants to use a different path to the sendmail m4 sources (e.g., sendmail port users). Submitted by: dinoex MFC after: 21 days X-MFC after: RELENG_4 code freeze ends
* Update comment about compression to refer to CPU limitations instead of T1seivind2003-09-187-7/+21
|
* Remove nsswitch.conf from the list of examples, because there is nonectar2003-09-151-1/+0
| | | | | | such example. Reported by: blackend
* Get rid of duplicates.ru2003-09-142-2/+2
|
* Using prefix=/usr will put these files in /usr/gnats, not /usr/ports.ceri2003-09-121-1/+1
|
* Add the ports/dns and ports/polish categories.ceri2003-09-124-0/+6
|
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
|
* make sure we really don't have a tty when installing rules. This preventsjmg2003-09-071-3/+3
| | | | | | | a flush command from asking a question (you can't see): If there is no tty associated with the process, this is implied. MFC after: 1 day
* getopt returns -1 not EOF at the end of args. Compare against that.imp2003-08-071-1/+1
|
* Fix the cdev kld example.mbr2003-08-034-23/+14
| | | | | | PR: 52954 Submitted by: Priit Piipuu <priit.piipuu@mail.ee> Reviewed by: phk
* Thanks to Ruslan's src/etc/sendmail/Makefile patch, it is now safegshapiro2003-07-061-9/+0
| | | | | | | (though probably not a good idea in general) to set the various SENDMAIL_*_MC variables to /etc/mail/sendmail.mc or /etc/mail/submit.mc. MFC after: 5 days
* Unbreak world build if NO_OPENSSL is defined but NO_KERBEROS is not.ru2003-05-211-1/+2
| | | | | Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: re (jhb)
* Retire the useless NOSECURE knob.des2003-05-191-1/+0
| | | | Approved by: re (scottl)
* This file just didn't want to commit in the last batch of bluetooth files.julian2003-05-101-0/+267
| | | | Approved by: re@
* Consistentify our NO_KERBEROS documentation.obrien2003-05-061-5/+1
| | | | Approved by: re(bmah)
* Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extramarkm2003-05-051-2/+2
| | | | | cleanups were necessary in release/Makefile, and the tinderbox code was syntax checked, not run checked.
* xten has gone.maxim2003-04-281-1/+0
|
* Quote authname and authkey. Some ISPs allow (or even require)keramida2003-04-104-25/+25
| | | | | | | | | non-alphanumeric characters in these and this will be a hint to the users that quotes can and should be used in such cases. PR: docs/42292 Submitted by: Matthias Andree <matthias.andree@web.de> MFC after: 1 week
* Add missing Danish (doc/da_*) language doc subdirectorykeramida2003-03-262-0/+2
| | | | | PR: docs/50290 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Remove reference to MAKEDEVbrueffer2003-03-251-2/+0
|
* KerberosIV deorbit sequence: MAKE_KERBEROS4 is no longer a valid option.markm2003-03-081-6/+0
|
* Add cvsroot-all to the examplepeter2003-03-041-0/+13
|
* Move NOMAN down the section without underscore characters.trhodes2003-02-141-1/+1
| | | | | | Add a forgotten `=' sign. Thanks to: ru, bde
* Various spelling and grammar fixesbrueffer2003-02-131-8/+8
| | | | | | PR: 44312 Submitted by: Chris Pepper <pepper@rockefeller.edu> MFC after: 3 days
* Add NOMAN here also.trhodes2003-02-111-0/+1
|
* Install the OpenSSL man pages in /usr/share/openssl/mannectar2003-02-101-7/+0
| | | | and remove the WANT_OPENSSL_MANPAGES knob.
* Remove MAKEDEV quirks, now obsolete.alex2003-02-051-5/+0
|
* Catch up with new categories and note that ports-base is essential withoutschweikh2003-02-011-2/+10
| | | | | | | | ports-all. PR: 47774 Submitted by: Sergei Kolobov <sergei@kolobov.com> MFC after: 3 days
* Add new categories hungarian and portuguese.schweikh2003-02-012-0/+4
| | | | | | PR: 47772 Submitted by: Sergei Kolobov <sergei@kolobov.com> MFC after: 3 days
* Document WANT_EXT2FS_MODULE.obrien2003-01-291-0/+3
|
* kernel:njl2003-01-162-4/+9
| | | | | | | | | | | | * Fix a bug where devices weren't cleaned up on close(): CAM_REQ_CMP != 0 user: * Increase timeout in usermode to CAM_TIME_INFINITY. The initiator is in charge of timeouts and the value was in ms, not seconds. * Bring two debugging printfs under the debug flag * Clean up man page to show increased testing on isp(4) Submitted by: gibbs (bugfixes)
* Add check for AIO support before starting up.njl2003-01-131-0/+27
|
* Major update to the refuse file.trhodes2003-01-062-9/+17
| | | | | PR: 44164 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-017-51/+50
| | | | especially in troff files.
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-2/+2
| | | | Add FreeBSD Id tag where missing.
* english(4) police.schweikh2002-12-272-2/+2
|
* Fix some grammar nits. Mainly the use of `a' or `an' where the oppositetrhodes2002-12-191-1/+1
| | | | | | | is required. PR: 33559 Submitted by: Marc Olzheim <marcolz@ilse.nl>
* mdoc(7) police: markup overhaul.ru2002-12-121-40/+45
| | | | Approved by: re
OpenPOWER on IntegriCloud