summaryrefslogtreecommitdiffstats
path: root/share/examples
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-143-3/+3
|
* Add a reference to the fetch(3) man page.des2000-12-101-1/+1
|
* Add `_PATH_DEVZERO'.obrien2000-12-094-4/+10
| | | | Use _PATH_* where where possible.
* Add more comments, fix a typo, mention how to do PPPoUDP using encryptionbrian2000-12-011-40/+105
| | | | to create a VPN.
* Get rid of that damned ``i4b-L4-i4b_l4_setup_timeout: 975625189: ERROR:brian2000-11-301-6/+4
| | | | idletime[900]+earlyhup[5] > unitlength[60]!'' message.
* Add some comments and $FreeBSD$brian2000-11-301-17/+13
|
* Update some misleading comments, empty ``set logout'', and add abrian2000-11-301-4/+25
| | | | | comment describing how to take advantage of telcos that give free phone calls at certain times.
* Add commentary about shared SASL files versus sendmail compilation.gshapiro2000-11-301-0/+6
| | | | Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* Remove "NODESCRYPTLINKS" it has been superseeded by "passwd_format"obrien2000-11-221-1/+0
| | | | in /etc/login.conf.
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-2/+2
|
* Add a note asking committers to update make.conf.5 when they update this.ben2000-11-221-0/+4
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-202-2/+2
|
* Standardize spelling of "optimization" in commentsdougb2000-11-191-3/+3
| | | | | PR: conf/22622 Submitted by: knu
* Slight cleanups after comments from John Hay (Thanks!)julian2000-11-151-19/+54
| | | | Also add more comments.
* Disable /usr/bin/ssh being setuid root by default. Let the variablegreen2000-11-141-0/+3
| | | | | | | | | | ENABLE_SUID_SSH being defined reenable it for those that want it. This follows discussion favoring the change from September. It is not usually necessary to be setuid root, possibly less safe, and less convenient (cannot use $HOSTALIASES, for example). Submitted by: jedgar
* Share one devclass between ISA and PCI sectionsjulian2000-11-121-3/+3
| | | | This will ensure unit numbers will co-ordinate between them
* Add basic PCI capabilityjulian2000-11-111-42/+162
| | | | | Not sure how unit numbers are carried across between PCI and ISA though.. maybe there should be only one devclass between the two?
* Fixed typo in description of ENABLE_SUIDPERL.ru2000-11-101-1/+1
|
* Add more sample code having read the daemnnews article (August 2000)julian2000-11-091-52/+113
|
* Having figured out a bit more of the new-bus puzzlejulian2000-11-081-52/+176
| | | | | | | | | I have added support for finding non-PNP devices to this sample loadable ISA driver. PCI support will come later. If someone with a clue about newbus were to look it over it would be really cool.
* Add commented-out entries for FTP_PROXY and HTTP_PROXY so those behindjkh2000-11-081-1/+12
| | | | | | firewalls have examples to work from. Requested by: chein
* MF4: Add LOADER_TFTP_SUPPORT make.conf flag.ps2000-11-041-0/+6
|
* State that using optimization level above -O for kernel builds isn't smart.obrien2000-11-021-1/+3
|
* Ooops, forgot to add the originator for the last FAQ entryhm2000-11-011-1/+2
|
* Add entry to the FAQhm2000-11-011-1/+30
|
* Don't use the old URL to the GNU ftp location any more:rse2000-11-011-1/+1
| | | | ftp://prep.ai.mit.edu/pub/gnu/ -> ftp://ftp.gnu.org/gnu/
* Add copyright to skeleton.julian2000-10-261-6/+29
|
* some more cleanupsjulian2000-10-261-66/+113
| | | | still need to handle non-PNP devices properly.
* Slowly add more functionality as I learn more about newbus etc.julian2000-10-251-22/+93
|
* First effort at bringing these up-to-date.julian2000-10-241-288/+277
| | | | | | | | | | This creates a skeleton ISA device driver. I don't pretend that it's fully correct or even opitimal but it at least creates (and compiles) a 'clean' ISA driver. Hopefully PCI/PCCARD/etc. support will be added when I understand it. Unlike the old version this just creates a module. The old one tried to create a new kernel with the driver to be tested.
* Add MASTER_SITE_MOZILLA and MASTER_SITE_XEMACS.knu2000-10-241-0/+2
|
* It is bsd.sites.mk one should look for a full list of default sites,knu2000-10-221-1/+13
| | | | | | | | | not bsd.port.mk anymore. Add MASTER_SITE_XFREE, MASTER_SITE_RINGSERVER, MASTER_SITE_TCLTK and MASTER_SITE_RUBY. Document and add MASTER_SORT_REGEX.
* update i4b version to 0.96.00hm2000-10-101-2/+2
|
* Removed the FreeBSD ID I was forced to add in rev 1.9.obrien2000-10-101-2/+1
|
* update to i4b version 0.95.04hm2000-10-097-44/+673
| | | | | This commit adds the ReleaseNotes file which contains a list of major i4b changes happened since the last version comitted to FreeBSD (0.90.01).
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-2/+4
| | | | | | | | | Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>. This is also the appropriate fix for exo-tree sources. Put warnings in <machine/console.h> to discourage use. November 15th 2000 the warnings will be converted to errors. January 15th 2001 the <machine/console.h> files will be removed.
* Use <space> not <tab> before VCS ID.obrien2000-10-081-1/+2
|
* Fix cdev kld example after it has been broken for year or so. Also extend listsobomax2000-10-027-15/+114
| | | | | | | | of supported operations by example read() and write() operations. Inspired by: http://www.daemonnews.org/200010/blueprints.html PR: 16173 Submitted by: sobomax
* Script showing how to setup Ethernet bridging using ng_bridge(4).archie2000-10-011-0/+167
|
* This is a very obsolete example file for wormcontrol, which is noasmodai2000-09-221-41/+0
| | | | | | | longer present in the tree. PR: 21005 Submitted by: Michael Harnois <mdharnois@home.com>
* Add ports-french.asami2000-09-223-0/+3
|
* Give users a way to alter the sendmail (and related utilities) buildgshapiro2000-09-171-0/+15
| | | | environment so they can enable functionality such as SASL, LDAP, Hesiod.
* Comment out MTREE_FOLLOWS_SYMLINKS by default, since it picked before mtree isache2000-09-161-1/+1
| | | | | | builded (on the clean machine without /etc/make.conf) Submitted by: imp
* Add/use MTREE_FOLLOWS_SYMLINKS make.conf optionache2000-09-151-0/+3
| | | | | | This is part of whole subsystem fixing Reviewed by: imp
* Nuke RSAREF support from orbit.kris2000-09-101-1/+0
| | | | It's the only way to be sure.
* ``Anyone is now free to rub two primes together for their own gratification''kris2000-09-061-5/+1
| | | | | | | | | | -- Unknown Now that the RSA algorithm is released into the public domain, build librsaintl by default unless NO_RSAINTL is set in make.conf. The native OpenSSL implementation of RSA is much faster, doesn't have an artificial keysize limitation, has 30% fewer calories and tastes great!
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | configure FreeBSD so that various databases such as passwd and group can be looked up using flat files, NIS, or Hesiod. = Hesiod has been added to libc (see hesiod(3)). = A library routine for parsing nsswitch.conf and invoking callback functions as specified has been added to libc (see nsdispatch(3)). = The following C library functions have been modified to use nsdispatch: . getgrent, getgrnam, getgrgid . getpwent, getpwnam, getpwuid . getusershell . getaddrinfo . gethostbyname, gethostbyname2, gethostbyaddr . getnetbyname, getnetbyaddr . getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr = host.conf has been removed from src/etc. rc.network has been modified to warn that host.conf is no longer used at boot time. In addition, if there is a host.conf but no nsswitch.conf, the latter is created at boot time from the former. Obtained from: NetBSD
* Good thing about these examples is that no one uses them, so they candcs2000-09-051-3/+3
| | | | | | | | | stay broken for months without anyone noticing. The boot-conf command was changed as to reproduce the behavior of builtin loader words precisely. As a result, it now always need an argument, possibly 0 indicating that no other arguments are being passed. This broke in a non-deterministic way (ie, it could go on working as if everything was fine).
* Move `NOPROFILE' and `NOPERL' to be with the reset of their "NO" brethren.obrien2000-09-021-6/+2
|
* Move the kernel's "cflags" to be next to the world ones.obrien2000-09-021-5/+5
|
OpenPOWER on IntegriCloud