summaryrefslogtreecommitdiffstats
path: root/share/examples
Commit message (Collapse)AuthorAgeFilesLines
* 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
* mdoc(7) police: Added the missing .Os call; it's not strictlyru2002-12-111-0/+1
| | | | | | | necessary nowadays, but is documented as "required", and may become so again in the future. Approved by: re
* Add finance, hungarian, multimedia [1] and portuguese collectionslioux2002-12-091-0/+4
| | | | | | | PR: 45835 [1] Submitted by: Morten Rodal <morten@rodal.no> [1] Approved by: re (murray) MFC after: 1 week
* As warned on freebsd-current@, remove the perl wrapper from /usr/src.obrien2002-11-271-1/+0
| | | | | | | | | The /usr/bin/perl wrapper isn't solving many of the problems it was imported to deal with. There are limitations to it that don't have a clear "fix". Reviewed by: markm, kris Extorted approval from: re(jhb)
* Removed the vestiges of modems(5).ru2002-11-271-1/+0
| | | | Approved by: re
* Add a DPADD section to fix 'make checkdpadd'njl2002-11-251-0/+1
| | | | | Submitted by: ru Approved by: re (previously)
* Install new files from examples dir.njl2002-11-241-0/+3
| | | | Approved by: re (previously)
* New SCSI target emulator codenjl2002-11-225-238/+1692
| | | | | | | | | | | | | | | | | | | | | This code allows a user program to enable target mode on a SIM and then emulate any number of devices (disks, tape drives, etc.) All decisions about device behavior (UA, CA, inquiry response) are left to the usermode program and the kernel driver is merely a conduit for CCBs. This enables multiple concurrent target emulators, each using its own backing store and IO model. Also included is a user program that emulates a disk (RBC) using a file as a backing store. This provides functionality similar to md(4) at the CAM layer. Code has been tested on ahc(4) and should also work on isp(4) (and other SIMs that gain target mode support). It is a complete rewrite of /sys/cam/scsi_target* and /usr/share/examples/scsi_target. Design, comments from: gibbs Supported by: Cryptography Research Approved by: re
* Backout "compatibility hack" for __sF.alfred2002-11-041-8/+0
| | | | Requested by: Steve Kargl <sgk@troutmask.apl.washington.edu> (submitter)
* Provide a hook to make __sF visible outside of libc for commercial appsalfred2002-11-021-0/+8
| | | | | | if WANT_COMPAT4_STDIO is defined when compiling libc. Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* Change to match NO_MAKEDEV* -> MAKEDEV*.phk2002-10-221-5/+4
|
* test -h is deprecated; use -L instead.ru2002-10-011-1/+1
| | | | PR: bin/40846
* Allow the shell preference for make(1) to be set in make.conf(5), and hopefullyjmallett2002-09-291-0/+7
| | | | | trick a few people into setting MAKE_SHELL to csh, although that can still rebuild itself to allow them to heal the wound in their foot.
* Mention about how to build sendmail with SASLv2.ume2002-09-241-0/+6
|
* Add support for ev67 and ev45 CPUTYPEs (new in gcc3)kris2002-09-071-1/+1
|
* List the new athlon CPUs supported by the CPUTYPE make variable.mux2002-09-071-1/+2
| | | | Submitted by: kris
* add support properly displaying and logging incoming telephone numbers (MSNs)hm2002-08-124-8/+19
| | | | | | | by looking at the "type of number" field and providing configurable hooks to correct the numbers accordingly. See keywords add-prefix, prefix-national and prefix-international in isdnd.rc(5). This feature was implemented by Christian Ullrich <chris@chrullrich.de>
* add experimental support for Data over Voice (DoV) outgoing calls.hm2002-08-113-2/+14
| | | | | based on patches received from Guy Ellis (guy@traverse.com.au), Chris Collins (xfire@xware.cx) and Phillip Musumeci (phillip@cs.jcu.edu.au).
* TARGET_CPUTYPE should exist solely in Makefile.inc1, similar toru2002-08-021-1/+3
| | | | | | | | | | | | | | | | TARGET_ARCH and TARGET. This is problematic when one has the = (unconditional) type of assigment for CPUTYPE in /etc/make.conf. (This would override what was set on the command line to "make buildworld".) Add a (horrible) kludge to Makefile.inc1 to check the type of assignment for CPUTYPE (only for those who attempts to set it to a different value). Fix an example make.conf. Fix the kernel's build-tools target (aicasm only at the moment) to catch up with bsd.cpu.mk,v 1.15 (BOOTSTRAPPING replaced with NO_CPU_CFLAGS in Makefile.inc1's BMAKE). Reviewed by: jhb
* There is no more UUCP in the base system, so there is no need tomarkm2002-08-021-1/+0
| | | | prevent its building.
* Modernise and tidy up.markm2002-08-022-162/+131
|
* include file of SASLv1 was changed to /usr/local/include/sasl1.ume2002-07-311-1/+1
|
* Correct URLs to Handbook & FAQ's pagesblackend2002-07-301-2/+2
| | | | MFC after: 1 week
* Correct links to Handbook's pages:blackend2002-07-308-16/+16
| | | | | | | http://www.freebsd.org/handbook/mirrors.html is not working anymore, http://www.freebsd.org/doc/handbook/mirrors.html is the new link MFC after: 1 week
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-292-2/+2
| | | | | | for a long time now. Approved by: bde
* Ignore -C, -p, and -S options of install(1) when used with the -dru2002-07-291-1/+1
| | | | | | | option. Warn about COPY being phased out. Restore the old method of always comparing before installing: INSTALL="install -C". Requested by: bde
* Fix Makefiles to actually work.mjacob2002-07-294-0/+4
|
* Don't install any old cruft present in the tree, includingru2002-07-191-19/+263
| | | | | | | editor backups, .orig or .rej files, etc. Make transition from SHARED=symlinks to SHARED=copies and vice versa work. Submitted by: des, ru
* To force install(1) to always compare files before installing, oneru2002-07-181-1/+1
| | | | | | | | now needs to set COPY=-C as -C is no longer compatible with the -d option. It is also likely to be renamed to INSTALL_COPY soon. Update documentation to reflect this change. PR: bin/40724
OpenPOWER on IntegriCloud