summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Improve shell documentation:sheldonh1999-09-083-99/+287
| | | | | | | | | | | | | | | | | | | | | | | | | * Consistently misspell built-in as builtin. * Add a builtin(1) manpage and create builtin(1) MLINKS for all shell builtin commands for which no standalone utility exists. These MLINKS replace those that were created for csh(1). * Add appropriate xrefs for builtin(1) to the csh(1) and sh(1) manpages, as well as to the manpages of standalone utilities which are supported as shell builtin commands in at least one of the shells. In such manpages, explain that similar functionality may be provided as a shell builtin command. * Improve sh(1)'s description of the cd builtin command. Csh(1) already describes it adequately. Replace the cd(1) manpage with a builtin(1) MLINKS link. * Clean up some mdoc problems: use Xr instead of literal "foo(n)"; use Ic instead of Xr for shell builtin commands. * Undo English contractions. Reviewed by: mpp, rgrimes
* Show how to prioritize UDP packetsbrian1999-09-071-0/+4
|
* alias -> natbrian1999-09-073-8/+8
|
* 1) s/mod(un)?load/kld$1load/n_hibma1999-09-061-21/+21
| | | | | | | | 2) s/MODLOAD/KMODLOAD/ to be consistent with the rest of the variables (KMOD, KMODOWN, KMODGRP, etc) and definition of MODLOAD/UNLOAD in the Makefile of the ATAPI module 3) textual fixups
* Add device_set_desc_copy(9).dfr1999-09-061-1/+8
|
* This commit adds driver support for PCI fast ethernet NICs based onwpaul1999-09-063-2/+303
| | | | | | | | | | | | | | | | the Davicom DM9100 and DM9102 chipsets, including the Jaton Corporation XPressNet. Datasheet is available from www.davicom8.com. The DM910x chips are still more tulip clones. The API is reproduced pretty faithfully, unfortunately the performance is pretty bad. The transmitter seems to have a lot of problems DMAing multi-fragment packets. The only way to make it work reliably is to coalesce transmitted packets into a single contiguous buffer. The Linux driver (written by Davicom) actually does something similar to this. I can't recomment this NIC as anything more than a "connectivity solution." This driver uses newbus and miibus and is supported on both i386 and alpha platforms.
* This commit adds driver support for the Silicon Integrated Systemswpaul1999-09-053-1/+300
| | | | | | | | | | | | SiS 900 and SiS 7016 PCI fast ethernet chipsets. Full manuals for the SiS chips can be found at www.sis.com.tw. This is a fairly simple chipset. The receiver uses a 128-bit multicast hash table and single perfect entry for the station address. Transmit and receive DMA and FIFO thresholds are easily tuneable. Documentation is pretty decent and performance is not bad, even on my crufty 486. This driver uses newbus and miibus and is supported on both the i386 and alpha architectures.
* $Revision$,$Date$ -> $FreeBSD$peter1999-09-051-1/+1
|
* add missing :phk1999-09-051-1/+1
|
* mdoc(7) style fixes:phantom1999-09-041-6/+10
| | | | | | | | | .Bx Free -> .Fx Cross references to ports splited into different subsection PR: 13256 Submitted by: Alexey Zelkin <phantom@cris.net> Reviewed by: mpp
* Mark some "i386 only" stuff as "i386 only"phantom1999-09-0414-14/+14
| | | | | | PR: docs/13227 Submitted by: Alexey Zelkin <phantom@cris.net> Reviewed by: mpp
* Replace stale references to device_add_child_after(9) withphantom1999-09-043-3/+3
| | | | | | | | | device_child_add_ordered(9) PR: 13210 Submitted by: Alexey Zelkin <phantom@cris.net> Reviewed by: mpp Forgotten by: dfr
* Knob for Perl thread support.markm1999-09-041-0/+3
|
* Update the instructions for setting up audio symlinks, now that MAKEDEVsheldonh1999-09-032-14/+4
| | | | DTRT (well, it's been doing it since rev 1.97).
* Change `NetBSD' in the description to `FreeBSD' in the sentence,chris1999-09-032-2/+2
| | | | | "NetBSD provides machine-independent bus support and drivers for USB devices."
* Link man4/i386/alpm.4 to man4/phantom1999-09-031-0/+1
| | | | | | | | That will make this page visible for whatis/catman PR: docs/13226 Submitted by: Alexey Zelkin <phantom@cris.net> Reviewed by: mpp
* MFS: tweak my wording a little.obrien1999-09-021-1/+1
|
* - Don't use contractionsobrien1999-09-021-3/+5
| | | | | | - discuss the setting of hostname in the face of DHCP Submitted by: John Baldwin <jobaldwi@vt.edu> (DHCP part)
* Add ports-irc, ports-java, and ports-x11-servers. For some reasonjdp1999-08-312-0/+6
| | | | these made it into the RELENG_3 branch but not into -current.
* Adjust the examples to reflect the new "src-sys-crypto" collection.jdp1999-08-316-9/+50
| | | | | | Add back "src-eBones" to "cvs-supfile" and "secure-cvs-supfile". Even though the eBones tree is disused, it still has files in the repository. People fetching the repository might want them.
* Add $FreeBSD$ lines to these example man pages, along with a notempp1999-08-283-3/+12
| | | | | that says all man pages should contain a FreeBSD revision control id to make it easier for translation teams.
* Add $FreeBSD$ lines to man pages that are missing them to make itmpp1999-08-283-0/+6
| | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net>
* Some minor mdoc style cleanup.mpp1999-08-281-11/+11
|
* $Id$ -> $FreeBSD$peter1999-08-2839-39/+39
|
* $Id$ -> $FreeBSD$peter1999-08-28727-729/+729
|
* $Id$ -> $FreeBSD$peter1999-08-273-3/+3
|
* . mention the existence of various flags in the synopsis, so it's morejoerg1999-08-262-4/+8
| | | | | obvious to the casual reader . add flag 0x80 description
* Document apmd stuff.iwasaki1999-08-251-1/+14
|
* Correct xref: setlocal -> setlocale(3).sheldonh1999-08-231-2/+2
| | | | | PR: 13321 Submitted by: Alexey Zelkin <phantom@cris.net>
* Remove cross-reference to removed man page od.4chris1999-08-221-5/+2
| | | | | | sd(4) reference was also removed in the sentence: "In general the interfaces are similar to those described by wd(4) sd(4) and od(4)."
* Remove od.4 -- Kenneth Merry writes:chris1999-08-222-289/+1
| | | | | | | | It's not supported any more. It was never ported to CAM, and that functionality has been taken over by the da driver. So the man page can be removed. Reviewed by: ken
* ppp_alias -> ppp_natbrian1999-08-221-2/+2
| | | | Submitted by: Josef L. Karthauser <joe@FreeBSD.org.uk>
* Decrease the isdn recovery time to 1 second and mention that itbrian1999-08-221-2/+2
| | | | should always be less than ppps redial timeout.
* The vty monster has feasted and now provides 8 vtys by default.hoek1999-08-222-4/+4
| | | | PR: docs/13310 (Maxim Soboleva <sobomax@altavista.ne>)
* Put full month names in another form ("genitive case"), the only formdt1999-08-226-78/+78
| | | | suitable for printing dates (like in strftime(... "%e %B %Y" ...)).
* Revise description on moused options:yokota1999-08-221-11/+25
| | | | | | - Clearly distinguish PS/2, bus, and serial protocols. - Explicitly state that serial mouse protocols don't work with the PS/2 and bus mice.
* This commit adds device driver support for the Sundance Technologies ST201wpaul1999-08-213-3/+302
| | | | | | | | | | | | | PCI fast ethernet controller. Currently, the only card I know that uses this chip is the D-Link DFE-550TX. (Don't ask me where to buy these: the only cards I have are samples sent to me by D-Link.) This driver is the first to make use of the miibus code once I'm sure it all works together nicely, I'll start converting the other drivers. The Sundance chip is a clone of the 3Com 3c90x Etherlink XL design only with its own register layout. Support is provided for ifmedia, hardware multicast filtering, bridging and promiscuous mode.
* The "depends-list" target disappeared in r.1.300 (Dec. 12, 1998) ofhoek1999-08-211-2/+2
| | | | | | bsd.port.mk. Replace its occurrence in this file with a synonym. PR: docs/13255
* Remove superfluous `preserve' entry.chris1999-08-211-3/+1
| | | | PR: docs/13279
* Fix spelling error: compliment -> complementchris1999-08-214-24/+24
|
* Fix EINVAL related descriptions.rse1999-08-202-6/+7
|
* Update blackhole(4)csgr1999-08-201-5/+8
|
* Fix short timeout problems with the pt(4) driver:ken1999-08-201-31/+21
| | | | | | | | | | | | | - increase the default timeout from 10 seconds to 60 seconds - add a new kernel option, SCSI_PT_DEFAULT_TIMEOUT, that lets users specify the default timeout for the pt driver to use - add two new ioctls, one to get the timeout for a given pt device, the other to set the timeout for a given pt device. The idea is that userland applications using the device can set the timeout to suit their purposes. The ioctls are defined in a new header file, sys/ptio.h PR: 10266 Reviewed by: gibbs, joerg
* Document some common ENVIRONMENT variables.mpp1999-08-181-1/+11
| | | | | PR: docs/13233 Submitted by: Alexey Zelkin <phantom@cris.net>
* Document sysctl MIBs under net.inet.udpcsgr1999-08-181-2/+31
|
* Fix a bunch of broken cross-referenceschris1999-08-184-11/+11
|
* Add a second arg to ``set timeout'' as an example of a minimum idlebrian1999-08-171-2/+4
| | | | period.
* Use ``set openmode passive'' in the ssh VPN examplebrian1999-08-171-1/+3
|
* Document a whole truckload of sysctl MIBs under net.inet.tcp,csgr1999-08-171-2/+24
| | | | including tcp.blackhole, tcp.log_in_vain and others.
* Add man page for black hole sysctl MIBs.csgr1999-08-172-2/+83
| | | | references to follow.
OpenPOWER on IntegriCloud