summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* No more isdn directory, ergo, shouldn't be on the list of subdirectories, etc..mjacob1998-12-281-1/+1
|
* Initial entry of ISDN4BSD into the FreeBSD tree.phk1998-12-2714-1/+4626
| | | | | | | | | | | | | | | ISDN4BSD is the work of our brand-new comitter: Hellmuth Michaelis, who has done a tremendous amount of work to bring us this far. There are still some outstanding issues and files to bring into the tree, and for now it will be needed to pick up all the extra docs from the isdn4bsd release. It is probably also a very good idea to subscribe to the isdn@freebsd.org mailing list before you try this out. These files correspond to release "beta Version 0.70.00 / December 1998" from Hellmuth.
* Pre 3.0 branch cleanup casualty #6: ftphk1998-12-272-18/+2
|
* Pre 3.0 branch cleanup casualty #5: nca, sea, wds, uhaphk1998-12-274-241/+4
| | | | | No CAM drivers available. If somebody CAMifies one of these, they will be welcome back in the tree
* Pre 3.0 branch cleanup casualty #4: pcvtphk1998-12-273-1823/+2
|
* Pre 3.0 branch cleanup casualty #3: 3c505 ethernet supportphk1998-12-272-75/+2
|
* - Clarify the manner in which mirroring is performedgrog1998-12-271-7/+5
| | | | | | | | | | - Get the (tm) signal correct in nroff versions - Correct highlighting (docs/9196) Sigh. This is still a long way from being correct. In particular, the states are both incorrect, and they don't format properly in troff. But it will have to wait until I stop changing the meanings of the states.
* Fix copyright info. Man page was written by Matt, not CSRG :-)dillon1998-12-261-33/+5
|
* Hack -> compromiseobrien1998-12-251-52/+51
| | | | | | | | | | hacker -> intruder (couldn't desired between this and 'cracker') config -> configuration sorted crossreferences spell checked Overall very good content, but we need one of our wordsmiths to change the tone to match the CSRG manpages.
* Note that we have removed some words form the original.obrien1998-12-251-1/+11
|
* Correct the name of the SMC 1211-TX: it's called the EZ Card 10/100 PCI,wpaul1998-12-242-6/+6
| | | | not EtherEZ.
* Remove:obrien1998-12-241-5/+0
| | | | | | | | | | | | | | | | corelate corelated corelation corelative corelatively My Random-House dictionary doesn't list them, and grog says (paraphrased): SOED only accepts 'corelate's, and it just notes corelate as an alternative (and obviously not exactly mainstream) spelling for correlate. (yes these spellings tripped me)
* M_AWAIT changed to M_ASLEEPdillon1998-12-231-3/+3
|
* Documentation update for new M_AWAIT flag to kernel malloc, plus revampdillon1998-12-231-12/+50
| | | | the descriptions of the flags and return value.
* update asleep/await sectionsdillon1998-12-231-31/+46
|
* Add manual page describing kernel buffer management system (i.e.dillon1998-12-222-2/+126
| | | | kern/vfs_bio.c).
* Grammer / Consistancy updatedillon1998-12-221-10/+11
| | | | Submitted by: Eivind Eklund <eivind@yes.no>
* 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. :-)
* For whatever reason, i've thrown away this change yesterday instead ofjoerg1998-12-221-2/+3
| | | | | | committing it: include rdp.4. Pointed out by: bde
* Add manpages for dummynet and bridgingluigi1998-12-213-1/+249
|
* This commit was generated by cvs2svn to compensate for changes in r41980,joerg1998-12-211-0/+181
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * This is my first cut on a driver for the RealTek RTL 8002 pocketjoerg1998-12-211-0/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | ethernet driver. The BUGS section is still impressive, but the driver seems to work for me now. Disclaimer: i haven't been able to test this under -current so far (but it compiles, and the notebook it's intended for can now be updated to -current more easy than before). Don't be afraid of the many #ifdefs on __FreeBSD_version in the imported file; i want them in the repository on the vendor-branch so other people can also manually integrate it into older systems. I'll clean it up on the -current branch in a followup commit. The vendor-banch version right now supports systems back to 2.2R. This driver should be layered upon ppc(4), but i currently have no idea how to do this. Eventually i'll further develop the driver to also support the more modern RTL 8012 success, which seems to be present in a number of cheap pocket ethernet adapters these days. Right now, i doubt it will run with the 8012 without any changes. Finally a big Thanks! to RealTek for promptly providing me with documentation and with the source code for the 8012 pocket driver upon request. I wish all vendors were that cooperative!.
* update HISTORY sectiondillon1998-12-211-2/+5
|
* Add manual page for experimental kernel asleep() and await() routinesdillon1998-12-212-3/+94
|
* Clarify that "/usr/share" is used for architecture independent filesjkoshy1998-12-211-2/+2
| | | | | | | and need not be restricted to ASCII text files. PR: docs/9124 Submitted by: Mattias Pantzare <pantzer@ludd.luth.se>
* Moved security page from man 1 to man 7dillon1998-12-202-2/+476
|
* Moving security page to section 7dillon1998-12-202-476/+2
|
* Add quick overview of basic firewalling practicesdillon1998-12-201-1/+25
|
* Add information on how to deal with DOS attacksdillon1998-12-201-3/+97
|
* FIxed unsorting of cross references in previous commit.bde1998-12-201-2/+2
|
* Fixed unsorting of MAN1 in previous commit.bde1998-12-201-3/+2
|
* Commit initial man page for 'security'... an introduction to securitydillon1998-12-193-3/+360
| | | | | | | mechanisms. It is a little light on detail but still a pretty good overview. I suggest that for specific detail (such as, for example, how to setup kerberos), that additional security-DETAILNAME man pages be written and refered to.
* Fix spelling nits.jkoshy1998-12-181-5/+5
| | | | | PR: docs/9115 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
* Move some compile flags from the kernel makefile to bsd.kern.mk so thatdfr1998-12-171-1/+9
| | | | | | kernel modules are built with the right flags. Suggested by: Andrew Gallatin <gallatin@cs.duke.edu>
* Add portal exampledillon1998-12-152-0/+67
| | | | PR: misc/8796
* Add -Wunused to kernel build flags.archie1998-12-141-3/+3
| | | | Reviewed by: cvs-committers@freebsd.org
* Added support for DIS 8859-15 based locales using patchdillon1998-12-145-1/+194
| | | | | | from Kaleb. Obtained from: Kaleb Keithley <kaleb@ics.com>
* Reviewed by: freebsd-currentdillon1998-12-122-13/+34
| | | | | Update manual pages for rc(8) and rc.conf(5) based on recent changes to rc.local and rc.conf[.local].
* Clarify rc's handling of rc.localdillon1998-12-121-2/+6
|
* (0) Fast INDEX generation. Only print out the directory name andasami1998-12-122-75/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't recurse in "make describe". The new INDEX target in ports/Makefile invokes a perl script to recurse and convert them into package names. While I'm here, change the name of targets and move them around a little bit for the sake of consistency. It is also probably worth noting here that the meaning of the "build dependency" list in INDEX has been changed slightly changed. The old list was "build depends and its build depends" -- not particularly useful if you had things like autoconf, which run-depend on gm4 (you install all the things listed here and you'll get an autoconf that won't run). It is now "build depends and its run depends" -- you install everything listed here, and you'll be able to build the port. Submitted by: steve (0') Fast README.html generation. It uses ports/INDEX to find dependencies instead of embarking on to a recursive loop. Submitted by: steve (1) Remove NO_WRKDIR and NO_EXTRACT. Their functionality are easily replacable with NO_WRKSUBDIR=t and EXTRACT_ONLY= (nothing on right side), and they get in the way of read-only port trees. (2) Surround first few variable definitions with ".if !defined()". This will make cross-compilation easier and also speed up make processes. (3) Call sysctl with absolute path. Prefer the one in /sbin over the one in /usr/sbin. (4) Add four new variables PKGINSTALL?= ${PKGDIR}/INSTALL PKGDEINSTALL?= ${PKGDIR}/DEINSTALL PKGREQ?= ${PKGDIR}/REQ PKGMESSAGE?= ${PKGDIR}/MESSAGE and use them in PKG_ARGS. Frobbing with PKG_ARGS directly is strongly discouraged. (5) Change PKG_SUFX to ".tar" (instead of ".tgz") if PKG_NOCOMPRESS is defined. This is intended only for our own use. (6) Add more sites to MASTER_SITE_GNU. Submitted by: billf (7) Override MANUAL_PACKAGE_BUILD if PARALLEL_PACKAGE_BUILD is defined. This is intended only for our own use. (8) Add new target "ignorelist" which will print out the package name if the port is not going to be built on this machine. This is intended only for our own use. (9) Make mtree a little quieter.
* 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>
* Un-revert typo fix (fauled -> failed). This is what I get for notwpaul1998-12-072-4/+4
| | | | | | keeping my local RCS files in sync with the rest of the world. Caught red-handed by: bde
* if_rl.c: make a small tweak to properly handle the Accton MPX 5030/5038wpaul1998-12-072-8/+10
| | | | | | | | as a RealTek 8139 if_rlreg.h: use bus_space_read_X() in CSR_READ_X() macros instead of directly calling inb()/outb() etc... rl.4 + RELNOTES.TXT: mention that SMC EtherEZ PCI 1211-TX is supported by the RealTek driver
* Backed out previous commit. It was for bug for bug compatibility withbde1998-12-061-3/+2
| | | | | | 2.2's .mk files. Fixed spelling and placement of '$Id$'.
* Removed bitrotted code for setting OBJFORMAT.bde1998-12-062-12/+2
|
* Fix typos (dexktop, ot)rnordier1998-12-052-6/+6
|
* Fix typo (fauled)rnordier1998-12-0514-28/+28
|
OpenPOWER on IntegriCloud