summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* (this is an extract from src/share/examples/atm/README)phk1998-09-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | =================================== HARP | Host ATM Research Platform =================================== HARP 3 What is this stuff? ------------------- The Advanced Networking Group (ANG) at the Minnesota Supercomputer Center, Inc. (MSCI), as part of its work on the MAGIC Gigabit Testbed, developed the Host ATM Research Platform (HARP) software, which allows IP hosts to communicate over ATM networks using standard protocols. It is intended to be a high-quality platform for IP/ATM research. HARP provides a way for IP hosts to connect to ATM networks. It supports standard methods of communication using IP over ATM. A host's standard IP software sends and receives datagrams via a HARP ATM interface. HARP provides functionality similar to (and typically replaces) vendor-provided ATM device driver software. HARP includes full source code, making it possible for researchers to experiment with different approaches to running IP over ATM. HARP is self-contained; it requires no other licenses or commercial software packages. HARP implements support for the IETF Classical IP model for using IP over ATM networks, including: o IETF ATMARP address resolution client o IETF ATMARP address resolution server o IETF SCSP/ATMARP server o UNI 3.1 and 3.0 signalling protocols o Fore Systems's SPANS signalling protocol What's supported ---------------- The following are supported by HARP 3: o ATM Host Interfaces - FORE Systems, Inc. SBA-200 and SBA-200E ATM SBus Adapters - FORE Systems, Inc. PCA-200E ATM PCI Adapters - Efficient Networks, Inc. ENI-155p ATM PCI Adapters o ATM Signalling Protocols - The ATM Forum UNI 3.1 signalling protocol - The ATM Forum UNI 3.0 signalling protocol - The ATM Forum ILMI address registration - FORE Systems's proprietary SPANS signalling protocol - Permanent Virtual Channels (PVCs) o IETF "Classical IP and ARP over ATM" model - RFC 1483, "Multiprotocol Encapsulation over ATM Adaptation Layer 5" - RFC 1577, "Classical IP and ARP over ATM" - RFC 1626, "Default IP MTU for use over ATM AAL5" - RFC 1755, "ATM Signaling Support for IP over ATM" - RFC 2225, "Classical IP and ARP over ATM" - RFC 2334, "Server Cache Synchronization Protocol (SCSP)" - Internet Draft draft-ietf-ion-scsp-atmarp-00.txt, "A Distributed ATMARP Service Using SCSP" o ATM Sockets interface - The file atm-sockets.txt contains further information What's not supported -------------------- The following major features of the above list are not currently supported: o UNI point-to-multipoint support o Driver support for Traffic Control/Quality of Service o SPANS multicast and MPP support o SPANS signalling using Efficient adapters This software was developed under the sponsorship of the Defense Advanced Research Projects Agency (DARPA). Reviewed (lightly) by: phk Submitted by: Network Computing Services, Inc.
* Turn off replies to ICMP echo requests for broadcast and multicastjkoshy1998-09-158-8/+46
| | | | | | | | | | | | | addresses by default. Add a knob "icmp_bmcastecho" to "rc.network" to allow this behaviour to be controlled from "rc.conf". Document the controlling sysctl variable "net.inet.icmp.bmcastecho" in sysctl(3). Reviewed by: dg, jkh Reminded on -hackers by: Steinar Haug <sthaug@nethelp.no>
* Add new cam include hierarchy.gibbs1998-09-151-1/+5
|
* Update for CAM.gibbs1998-09-152-168/+204
|
* Too late in the 3.0-game to deal with a setgid /usr/bin/man.obrien1998-09-141-2/+2
|
* Wanted to set uname to root, not gname.obrien1998-09-141-2/+2
|
* Boy, Mr. Obrien is committing in his sleep again; there is also nojkh1998-09-141-2/+2
| | | | user named wheel. :)
* There is no group name of "root"; assume man was what was intended.jkh1998-09-141-2/+2
|
* Make /dev/vga a softlink to /dev/ttyv0 under DEVFS using /etc/rc.devfssos1998-09-142-1/+18
| | | | | Remove the hack from syscons that added a /dev/vga node in DEVFS it broke root acces on ttyv0 because dev_mkdb screwed up.
* Change file ownership from bin.bin to root.wheel.obrien1998-09-144-51/+51
|
* Gasp ! Bitten by the wonders of diff/patch ! Now's your chance tobrian1998-09-132-3/+3
| | | | | say ``I told you so'' Andrey ! Move the Id keyword to the right Makefile
* Add Id keywordbrian1998-09-135-1/+11
|
* Port #s 1-599 checked agaist Robert Watson <robert@cyrus.watson.org>'sobrien1998-09-131-28/+357
| | | | | | formated IANA Port assignment list. Prodded from: freebsd-current list
* add entry for /usr/share/examples/atapi so the world build doesn'tjkh1998-09-121-1/+3
| | | | | fall over. Forgotten by: sos
* Add Compex Net-A and 3Com/USR/Megahertz 3CM556msmith1998-09-122-2/+28
| | | | Submitted by: Willem Jan Withagen <wjw@surf.IAE.nl> and Brian Handy <handy@lambic.physics.montana.edu>
* Add the Fujitsu MBH10303msmith1998-09-112-2/+14
| | | | Submitted by: David Kulp <dkulp@neomorphic.com>
* make the fla stuff actually work.phk1998-09-102-12/+12
|
* Fixed ownership of share/man/man1aout.bde1998-09-101-2/+2
| | | | Didn't fix misformatting of all the perl entries.
* Disable kernel_secure_level unless explicitly set in rc.conf. Previously,jraynard1998-09-091-2/+2
| | | | | it was enabled unless explicitly unset, creating a pitfall for people like me who upgraded /etc/rc without upgrading /etc/rc.conf.
* Add the wst device (ATAPI tape)sos1998-09-092-6/+34
| | | | Allow 8 wcd devices instead of 4.
* Add the dirs for Perl5.markm1998-09-091-5/+111
|
* options changed with the new AMD.obrien1998-09-091-1/+1
| | | | Rather than ``nfsv2'', we now have ``vers=3,proto=tcp''
* Remove X11 lock files at boot time even if $clear_tmp_enable is not set.cracauer1998-09-071-4/+5
| | | | | PR: conf/7366 Submitted by: Thomas David Rivers rivers@dignus.com
* Add directories for the legacy tool man files to stop them over-writingjb1998-09-071-1/+5
| | | | the ones from binutils.
* Add a compuserve example.brian1998-09-061-1/+15
| | | | Detailed by: Masahiro Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>
* tcp_extensions now only applies to RFC1323phk1998-09-068-16/+9
|
* NFS can use TCP now daysobrien1998-09-051-1/+2
|
* Remove tcl from /usr/src, according to prior agreement. BTW, tcl-8.0 *is*asami1998-09-051-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a port so there is nothing to be done on that side now. Approved by: jkh === To: "Jordan K. Hubbard" <jkh@time.cdrom.com> cc: Andreas Klemm <andreas@klemm.gtn.com>, current@freebsd.org Subject: Re: Make this a relese coordinator decision (was Re: ports-current/packages-current discontinued) From: David Greenman <dg@root.com> Date: Sun, 03 Aug 1997 20:23:31 -0700 >decision is, I'll respect it. Another chance to architect people's principles...I can hardly wait. Seems quite appropriate for a Sunday - I just need to get one of those collection plates (and money envelopes) so I can profit, too. :-) Tcl stays in /usr/src for now, but it needs to be kept up to date; same for perl. If Jordan doesn't have "setup" (written in tcl) ready for 3.0, then tcl will be yanked prior to the 3.0 release (and made into a port). As for the ports tree only supporting the last FreeBSD release, this seems sensible to me. The "ports" have always been a moving target between releases and the problem is only going to get worse when we expand to supporting other processor architectures. In any case, Satoshi is and always has been in charge of the ports tree and whatever he wants to do with it (within reason :-)) is his decision. Does this cover the issue completely? I admit to deleting messages in this thread with unusual fervor (people have FAR too much time on their hands!). There's a fair bit of reasoning behind the above, but since everyone is sick of arguing about this, I'll spare you the analysis. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project
* Explicitly pass the "-aout" option to ldconfig, until I've had ajdp1998-09-051-3/+3
| | | | | chance to work out a better scheme to handle the separate invocations necessary for a.out and ELF.
* Turn tcp_extentions off by default. They sometimes cause pain.jkh1998-09-041-2/+2
|
* Nuked setting of crt here too.bde1998-09-021-3/+0
| | | | Obtained from: src/etc/root/dot.profile rev.1.17.
* Add Id keywordsbrian1998-09-0230-0/+49
|
* MACHINE -> MACHINE_ARCH to allow PC98 to define MACHINE=pc98.jb1998-08-311-5/+5
| | | | Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
* Move setting of 'crt' mail variable to {/usr/src}/etc/mail.rc.jkoshy1998-08-311-6/+1
|
* Change to use FreeBSD device major numbers and tty definitions.dfr1998-08-313-332/+1447
|
* make.conf.local test/include removed from make.conf, to be put in sys.mkdillon1998-08-292-8/+2
| | | | instead.
* Reviewed by: asami@freebsd.org (Satoshi Asami)dillon1998-08-262-2/+12
| | | | | Give make.conf a make.conf.local capability similar to rc.conf's rc.conf.local capability. Eases large-site administration.
* Don't try to run ldconfig if it doesn't exist. Useful for elf platforms.gpalmer1998-08-241-9/+11
|
* Fix my blunder in my previous commit here.phk1998-08-201-3/+3
|
* Added zh_TW.BIG5 locale. Material for 5 big pointy hats found nearby.bde1998-08-171-1/+3
|
* Fix typo in previous commit.des1998-08-161-2/+2
| | | | | PR: 7621 Submitted by: Mark Huizer
* Add new zh_TW.BIG5 localejkh1998-08-161-1/+3
|
* Clean up the kerberos entries, and add example CVS entriesmarkm1998-08-151-4/+4
|
* PR: 7613thepish1998-08-141-2/+4
| | | | | | Submitted by: axl@iafrica.com change default setting of the crt env var from 24 to blank (mail(1) then uses stty(1) setting
* In /etc/rc.network, near line 242, setting up Kerberos,phk1998-08-147-21/+21
| | | | | | | | | | variable "stash_flag" is set. A few lines later, it is evaluated as "stash_flags" with a trailing "s", and then a bit later the singular version is unset. PR: 7609 Reviewed by: phk Submitted by: Walt Howard <howard@ee.utah.edu>
* Add "Mounting NFS file systems" progress indicatorphk1998-08-141-1/+3
| | | | | | PR: 7605 Reviewed by: phk Submitted by Nick Hibma <nick.hibma@jrc.it>:
* Wrapper script for PC Card Ethernet Adapters only supports ISC DHCP;phk1998-08-141-0/+6
| | | | | | | | | I prefer wide-dhcp, and since both are packages, it should get equal billing. PR: 7568 Reviewed by: phk Submitted by: Drew Derbyshire <software@kew.com>
* A long time ago, in a galaxy far, far away, someone made the (bonehead)phk1998-08-142-20/+16
| | | | | | | | | decision to limit the sound driver to one device. With Luigi's pcm driver, the unit number for the PnP detected cards is nearly always 1, and so you can't create the symlinks that will make your sound work. PR: 7564 Submitted by: Doug White <dwhite@resnet.uoregon.edu>
* Make /etc/security bitch about passwordless accounts.des1998-08-111-2/+6
| | | | Use awk -F: rather than 'BEGIN {FS=":"}'
* Add Id keyword.brian1998-08-102-0/+4
|
OpenPOWER on IntegriCloud