Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 3 | -3/+3 |
| | |||||
* | Decrease the isdn recovery time to 1 second and mention that it | brian | 1999-08-22 | 1 | -2/+2 |
| | | | | should always be less than ppps redial timeout. | ||||
* | Add a second arg to ``set timeout'' as an example of a minimum idle | brian | 1999-08-17 | 1 | -2/+4 |
| | | | | period. | ||||
* | Use ``set openmode passive'' in the ssh VPN example | brian | 1999-08-17 | 1 | -1/+3 |
| | |||||
* | Add a cleanup handler called "atexit" to make sure we free up target | gibbs | 1999-08-16 | 1 | -2/+14 |
| | | | | | | | mode instances. Print out exception information passed out from the kernel target mode driver to this userland daemon. | ||||
* | Don't force compression in SUPFLAGS, since that effectively negates | sheldonh | 1999-08-14 | 1 | -2/+2 |
| | | | | | | the functionality of the compression option in the supfile. Reported by: Ben Rosengart <ben@skunk.org> | ||||
* | Add an example of an isdnd.rc that works with ppp. | brian | 1999-08-09 | 1 | -0/+75 |
| | |||||
* | Add an example of an isdn profile. | brian | 1999-08-09 | 1 | -0/+85 |
| | |||||
* | updating isdn4bsd to beta version 0.83 | hm | 1999-08-06 | 2 | -54/+304 |
| | |||||
* | Add ports-ftp. | asami | 1999-08-02 | 2 | -2/+4 |
| | |||||
* | Explicitly list the i/o addresses of the serial ports. | nik | 1999-07-28 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Prompted by docs/12343, in which people seemed to get a little confused. The original text in the file said: [...] # By default we use COM1 as our serial console port *if* we're going to use # a serial port as our console at all. (0x3E8 = COM2) # #BOOT_COMCONSOLE_PORT= 0x3F8 [...] From what I can make out, some people have assumed that means that if they just uncomment the BOOT_COMCONSOLE_PORT then it will use COM2: These same people then assume that "0x3F8" on that line is a typo for "0x3E8". What it actually means is that if you uncomment the line then the default stays as "Ox3F8" (COM1:), and that you have to uncomment the line, *and* change the value of the variable in order to use COM2:. So I've made that a little bit clearer. I've also listed the hex values for COM1: thru COM4:, snarfed from sys/isa/isareg.h. PR: docs/12343 Submitted by: Bill Grunfelder <wjgrun@dippy.cyberwar.com> | ||||
* | Show how to use the new filter capabilities | brian | 1999-07-27 | 1 | -1/+89 |
| | | | | Mostly submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au> | ||||
* | Do nothing for the etc-examples target when SHARED=symlinks, since we'll | sheldonh | 1999-06-27 | 1 | -1/+3 |
| | | | | | | end up trying to install into the source directory. Reported by: bde | ||||
* | * Tidy up a few things and fix some more warnings. | dfr | 1999-06-27 | 5 | -31/+34 |
| | | | | | * Change the devsw declaration to standard form and add missing fields * Change the filename from cdev_mod.ko to cdev.ko | ||||
* | Make this sample build again. | dfr | 1999-06-25 | 3 | -4/+4 |
| | |||||
* | Actually install the virgin copies of the /etc files that we so proudly | sheldonh | 1999-06-24 | 2 | -5/+32 |
| | | | | | | | claim to install in /usr/share/examples/etc/README.examples . PR: 5207 Reported by: "Wayne M. Barnes" <wayne@barnes1.wustl.edu> | ||||
* | Add a rather complicated but impressive example of how | brian | 1999-06-09 | 8 | -0/+380 |
| | | | | | | | | | to implement multi-link ppp over more than one ISP with the ability to lose ISPs without loss of connectivity. It *requires* that you either have administrative access to a machine that's already connected to the 'net or at least know a really nice person that does. | ||||
* | sunsite is now metalab. | billf | 1999-06-04 | 1 | -2/+2 |
| | |||||
* | 'make update' in the ports directory. | billf | 1999-06-01 | 1 | -2/+2 |
| | |||||
* | procedure, not proceedure. | billf | 1999-05-30 | 1 | -3/+3 |
| | |||||
* | Remove references to the obsolete src-eBones collection. | jdp | 1999-05-25 | 6 | -17/+11 |
| | | | | PR: conf/11873 | ||||
* | Get case right in "COMPAT3X". | obrien | 1999-05-23 | 1 | -2/+2 |
| | | | | Submitted by: Kevin Street <street@iname.com> | ||||
* | upgrade isdn4bsd from version 0.71 to the just released version 0.81 | hm | 1999-05-20 | 4 | -196/+354 |
| | |||||
* | Add a commented out COMPAT22 and COMPAT3x, since we have the others. | obrien | 1999-05-19 | 1 | -1/+3 |
| | |||||
* | Rewording. | dcs | 1999-05-14 | 1 | -3/+3 |
| | |||||
* | Slight not-exactly-bug-but-useful-as-example-code fix. | dcs | 1999-05-14 | 1 | -2/+2 |
| | |||||
* | Add a menu example making use of loader.4th(8) facilities. | dcs | 1999-05-14 | 3 | -2/+159 |
| | | | | Merge candidate, as it is just an example... | ||||
* | Add doc-supfile and www-supfile, for those who'd like to track those | billf | 1999-05-12 | 2 | -0/+123 |
| | | | | | | | | | | repositories. On a side note, I think www should be called www-all, like all of our other collections. Requested By: jesusr No Problems: jdp | ||||
* | Remove NOPERL. Seems to cause too many problems, as those that try don't | obrien | 1999-05-02 | 1 | -3/+1 |
| | | | | | understand the implications and don't think to undo it when they get experience trouble. (wonder about some of the people running -CURRENT sometimes) | ||||
* | Specify the ssh command to use for a VPN inline. | brian | 1999-04-27 | 1 | -7/+3 |
| | |||||
* | Zap lkm examples, they don't do anything anymore. | peter | 1999-04-24 | 16 | -1064/+0 |
| | |||||
* | Make sending the postcard optional (as suggested by phk). | hm | 1999-04-13 | 1 | -3/+4 |
| | |||||
* | Remove ports-plan9, add ports-palm. | asami | 1999-04-08 | 2 | -4/+4 |
| | | | | | PR: 11019 Submitted by: mharo@area51.fremont.ca.us (ports-supfile only) | ||||
* | Increase the timeout and wait for ``PPP'' in the compuserve | brian | 1999-03-28 | 1 | -3/+3 |
| | | | | | | example. Submitted by: MALCOLM BOFF <Malcolm_Boff@compuserve.com> | ||||
* | more $d -> %d fixes | msmith | 1999-03-19 | 1 | -4/+4 |
| | |||||
* | Fix some $d -> %d mistakes. | msmith | 1999-03-19 | 1 | -5/+5 |
| | | | | Submitted by: crb@crbowman.erols.com | ||||
* | Bitrot. Remove objlink as it is not pleasant to be downwind. | markm | 1999-03-14 | 1 | -5/+1 |
| | | | | | PR: 8071 Reviewed by: Sheldon Hearn <sheldonh@iafrica.com> | ||||
* | Bring in some MASTER_SITE_{AFTERSTEP,WINDOWMAKER} from bsd.port.mk | billf | 1999-03-14 | 1 | -1/+3 |
| | |||||
* | update misc i4b documentation to i4b release 0.71.00 | hm | 1999-03-07 | 3 | -23/+128 |
| | |||||
* | Allocate a target mode instance to handle our target mode session, clean | gibbs | 1999-03-05 | 1 | -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 when | brian | 1999-02-13 | 3 | -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 comments | jdp | 1999-02-11 | 5 | -35/+55 |
| | | | | telling the user to (duh) change it. | ||||
* | RELENG_3 is now "the" stable branch. | jdp | 1999-02-11 | 2 | -11/+10 |
| | |||||
* | Replace the out-of-date list of mirror sites with a reference to the | jdp | 1999-02-11 | 1 | -55/+5 |
| | | | | list in the FreeBSD Handbook. | ||||
* | Add ppp example files. | brian | 1999-02-11 | 4 | -0/+554 |
| | |||||
* | Update diskless and templated booting examples | dillon | 1999-02-09 | 12 | -90/+259 |
| | |||||
* | Indicate that LKMs are obsolete, just to prevent confusion. | jkh | 1999-02-05 | 1 | -0/+5 |
| | |||||
* | Remove commented out definition of FTP_PASSIVE_MODE, it is (and has always | asami | 1999-02-03 | 1 | -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 the | jdp | 1999-01-30 | 4 | -31/+0 |
| | | | | repository. Also no uuencoded files should be added. | ||||
* | Added examples for svr4 /compat trees. | newton | 1999-01-30 | 4 | -0/+31 |
| |