summaryrefslogtreecommitdiffstats
path: root/share/examples
Commit message (Collapse)AuthorAgeFilesLines
* Make sending the postcard optional (as suggested by phk).hm1999-04-131-3/+4
|
* Remove ports-plan9, add ports-palm.asami1999-04-082-4/+4
| | | | | PR: 11019 Submitted by: mharo@area51.fremont.ca.us (ports-supfile only)
* Increase the timeout and wait for ``PPP'' in the compuservebrian1999-03-281-3/+3
| | | | | | example. Submitted by: MALCOLM BOFF <Malcolm_Boff@compuserve.com>
* more $d -> %d fixesmsmith1999-03-191-4/+4
|
* Fix some $d -> %d mistakes.msmith1999-03-191-5/+5
| | | | Submitted by: crb@crbowman.erols.com
* Bitrot. Remove objlink as it is not pleasant to be downwind.markm1999-03-141-5/+1
| | | | | PR: 8071 Reviewed by: Sheldon Hearn <sheldonh@iafrica.com>
* Bring in some MASTER_SITE_{AFTERSTEP,WINDOWMAKER} from bsd.port.mkbillf1999-03-141-1/+3
|
* update misc i4b documentation to i4b release 0.71.00hm1999-03-073-23/+128
|
* Allocate a target mode instance to handle our target mode session, cleangibbs1999-03-051-16/+79
| | | | | | it up on exit. The address for attaching the emulator (path, target id, lun) is now specified on the command line. Some attempt at cathing signals and cleaning up target mode instances is now made.
* Add some examples of how to throw a window up on your display whenbrian1999-02-133-64/+313
| | | | | | | | the peer demands authentication, and add some more detail to the example configurations. This is the first time I've written any TCL, so I'd appreciate it if someone eyeballed the *-auth stuff and fixed any glaring problems.
* Use the fictional server "CHANGE_THIS.FreeBSD.org". Add commentsjdp1999-02-115-35/+55
| | | | telling the user to (duh) change it.
* RELENG_3 is now "the" stable branch.jdp1999-02-112-11/+10
|
* Replace the out-of-date list of mirror sites with a reference to thejdp1999-02-111-55/+5
| | | | list in the FreeBSD Handbook.
* Add ppp example files.brian1999-02-114-0/+554
|
* Update diskless and templated booting examplesdillon1999-02-0912-90/+259
|
* Indicate that LKMs are obsolete, just to prevent confusion.jkh1999-02-051-0/+5
|
* Remove commented out definition of FTP_PASSIVE_MODE, it is (and has alwaysasami1999-02-031-6/+1
| | | | | | been) an environment variable and doesn't belong here. Pointed out by: cnh@ems.mindspring.net, sanpei@yy.cs.keio.ac.jp
* Remove the SVR4 examples. Folks, no binaries are allowed in thejdp1999-01-304-31/+0
| | | | repository. Also no uuencoded files should be added.
* Added examples for svr4 /compat trees.newton1999-01-304-0/+31
|
* Update example to match new builtin behavior.jkh1999-01-281-3/+6
| | | | | Submitted by: Daniel C. Sobral <dcs@newsguy.com> PR: 9744
* Clarify documentation of 'ME' softlink.dillon1999-01-261-2/+16
|
* Diskless and templating configuration examplesdillon1999-01-2619-0/+722
|
* Fix wrong exit code.rnordier1999-01-231-1/+1
| | | | | PR: 9321 Submitted by: Bob Van Valzah <Bob@whitebarn.com>
* Change MASTER_SITE_BACKUP to point to new dir on wcarchive. Merge someasami1999-01-201-2/+5
| | | | MASTER_SITE_* macros from latest bsd.port.mk.
* Add ISDN (i4b) documentation and exampleshm1999-01-186-0/+1583
|
* Remove the example for setting KERNFORMAT=elf; it is the default already.peter1999-01-111-9/+1
|
* Use modstat(2) to get the syscall number.dfr1999-01-091-6/+7
|
* Replace the misc example with a simpler syscall example using the newdfr1999-01-0914-832/+172
| | | | | | module registration hooks for syscalls. Submitted by: Assar Westerlund <assar@sics.se>
* make comments more consistantobrien1999-01-061-7/+3
|
* Add timeout to boot menu.abial1998-12-311-2/+24
| | | | Submitted by: W Gerald Hicks <wghicks@bellsouth.net>
* Add examples how to use the terminal emulation code in /boot/loader toabial1998-12-225-0/+244
| | | | create nice startup menus. Improvements are warmly welcome. :-)
* Add portal exampledillon1998-12-152-0/+67
| | | | PR: misc/8796
* Add working client and server sample applications.phk1998-12-111-8/+240
| | | | Submitted by: Mike Spengler <mks@circe.networkcs.com>
* Sample modules for KLD.dfr1998-12-1117-0/+1713
| | | | | PR: misc/8621 Submitted by: Rajesh Vaidheeswarran <rv@fore.com>
* Remove debugging printfs.gibbs1998-12-101-3/+1
|
* Use quotes around the first_line variable so C comments and other thingsbillf1998-12-082-3/+3
| | | | | | | | that are misinterpreted by echo(1) aren't. PR: docs/8757 Submitted By: Takeshi OHASHI <ohashi@mickey.ai.kyutech.ac.jp> Sergei Laskavy <laskavy@gambit.msk.su>
* FIxed a bogus comment.bde1998-10-221-3/+3
|
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-221-7/+13
| | | | | | | | configured in drivers. Attempted to update the generated interrupt handler attachment to the current "temporary" method. Not tested. To test it, someone would first have to fix the bitrot in the ioctl command arg type.
* Commented out example of changing the default kernel format with warning.peter1998-10-161-1/+9
|
* Add new files for HARP3phk1998-09-159-0/+1274
| | | | | | Host ATM Research Platform (HARP), Network Computing Services, Inc. This software was developed with the support of the Defense Advanced Research Projects Agency (DARPA).
* SCSI Target userland process example. Provides/Dumps the data related togibbs1998-09-152-0/+281
| | | | | RECEIVE/SEND processor target requests to the "targ" sample target mode driver.
* Two little examples for use with the new atapi CD-R/RW driversos1998-09-122-0/+79
| | | | Use to burn data & audio CD's
* Add Id keywordsbrian1998-09-022-0/+4
|
* fix a typophk1998-08-291-1/+1
|
* make.conf.local test/include removed from make.conf, to be put in sys.mkdillon1998-08-291-4/+1
| | | | instead.
* Reviewed by: asami@freebsd.org (Satoshi Asami)dillon1998-08-261-1/+6
| | | | | Give make.conf a make.conf.local capability similar to rc.conf's rc.conf.local capability. Eases large-site administration.
* Oops, forgot my source tree is at RELENG_2_2...MF22. (Add newasami1998-08-092-2/+14
| | | | categories ports-deskutils, ports-x11-{clocks,fm,fonts,toolkits,wm}.)
* Typo fix. The PR suggested that "save are for old callslot entry" shouldalex1998-08-081-1/+1
| | | | | | | be "slot area for old callslot entry", but I think "save area for old callslot entry" is what was intended. PR: 7526
* cince --> sincealex1998-08-081-1/+1
| | | | | PR: 7525 Submitted by: ziggy@ryan.org
* Introduce KRB5_HOME variable.dima1998-08-011-1/+8
|
OpenPOWER on IntegriCloud