summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* $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.
* Mention Interlink VersaPad support.yokota1999-08-172-4/+22
|
* Add a cleanup handler called "atexit" to make sure we free up targetgibbs1999-08-161-2/+14
| | | | | | | mode instances. Print out exception information passed out from the kernel target mode driver to this userland daemon.
* Bad ref time(2) changed to time(3)chris1999-08-161-2/+2
|
* Add French-Canadian keymap.yokota1999-08-163-2/+149
| | | | | PR: misc/12615 Submitted by: Alexandre Normand <outcast@globetrotter.net>
* Bad reference: tcpdump(8) -> tcpdump(1)chris1999-08-161-2/+2
|
* Remove a self-referencing xref in the SEE ALSO section.mpp1999-08-151-2/+1
|
* Various man page cleanup:mpp1999-08-15137-414/+441
| | | | | | | | | | - Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net>
* Fix bad references, remove some invalid ones such as sa(9).chris1999-08-1411-28/+26
|
* Don't force compression in SUPFLAGS, since that effectively negatessheldonh1999-08-141-2/+2
| | | | | | the functionality of the compression option in the supfile. Reported by: Ben Rosengart <ben@skunk.org>
* Document the AUTHORS section in mdoc(7). Expand the descriptionmpp1999-08-142-2/+7
| | | | | | | | of the AUTHORS section in mdoc.samples(7) to document how the authors name should be specified. PR: docs/13131 Pointed out by: Alexey M. Zelkin <phantom@cris.net>
* Bad reference exit(2) changed to exit(3)chris1999-08-141-2/+2
|
* Document log_in_vain.imp1999-08-131-1/+7
| | | | | Forgotten by: imp Reminded by: Andreas Klemm
* In <199908042059.PAA14626@free.pcs>, Jonathan Lemon wrote:nik1999-08-121-7/+2
| | | | | | | | | | | | | | | | | > The route(4) manpage says: > > User processes can obtain information about the routing entry to a spe- > cific destination by using a RTM_GET message, or by reading the /dev/kmem > device, or by issuing a getkerninfo(2) system call. > > IMHO, the above sentence should probably be altered by replacing the > first comma with a period, and throwing away the rest of it. No one's objected, so I've made this change. This sort of fixes docs/12220, by removing the reference to the undocumented getkerninfo(2) call. So I'll close the PR as well. PR: docs/12220
* transparant -> transparentnik1999-08-121-2/+2
| | | | | PR: docs/8472 Submitted by: Craig Leres <leres@ee.lbl.gov>
* Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter)mdodd1999-08-101-1/+4
| | | | | | | See: http://www.amd.com/products/npd/overview/homenetworking/intro.html PR: kern/12275 Submitted by: Robert Watson <robert@cyrus.watson.org>
* Add an example of an isdnd.rc that works with ppp.brian1999-08-091-0/+75
|
* Add an example of an isdn profile.brian1999-08-091-0/+85
|
* Fix a few typos and misspellings, grabbed from PR#8472chris1999-08-091-8/+8
|
* Remove reference to nonexistant man page `da(9)'chris1999-08-091-3/+2
|
* Update to reflect recent changes.grog1999-08-071-76/+30
|
* updating isdn4bsd to beta version 0.83hm1999-08-062-54/+304
|
* Remove empty "SEE ALSO" section.jkoshy1999-08-061-2/+1
| | | | | PR: docs/12990 Submitted by: Chris Costello <chris@calldei.com>
* Typowosch1999-08-031-2/+2
| | | | Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
OpenPOWER on IntegriCloud