summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* document options for integrating pcvt configuration into the new /etc/rc.dhm2002-08-301-0/+114
| | | | startup system.
* s/hint.acpi.0.disable/hint.acpi.0.disabled/iwasaki2002-08-301-1/+1
| | | | | | | | | Fix device hints entry for disabling acpi(4). This also should fix the arbitration with apm(4) when both drivers are enabled. Note that your /boot/device.hints needs to be updated if you want to stop auto-loading acpi.ko or disable acpi(4).
* Use correct arguments to sysctl in code example.johan2002-08-301-1/+4
| | | | | | | PR: 40038 Submitted by: perky Approved by: sheldonh (mentor) MFC after: 1 week
* Cleanup grammer related to PR 40907 and add a section on TCP delayeddillon2002-08-291-15/+39
| | | | acks as suggested by Mike Harding <mvh@ix.netcom.com>
* Last missed bit of user-setable promisc mode.sobomax2002-08-281-1/+5
| | | | | Pointy hat to: sobomax MFC after: 1 day
* Use the xterm termcap that XFree86 ships instead of our somewhatschweikh2002-08-272-69/+188
| | | | | | | | questionable termcaps. PR: bin/41143, also fixes ports/35092 Submitted by: Andy Sparrow <spadger@best.com> MFC after: 3 days
* Grammar cleanuptrhodes2002-08-271-5/+5
| | | | PR: 40909
* Language style and grammar fixes.yar2002-08-271-23/+17
| | | | | | tx(4) has gained native support for vlan(4). MFC after: 3 days
* Update the section on NIC driver support status.yar2002-08-271-3/+9
| | | | MFC after: 3 days
* Backout rev 1.4. The code certainly does not spell the sysctl with 'ed':obrien2002-08-251-1/+1
| | | | | $ grep disable /sys/boot/i386/libi386/i386_module.c if ((getenv("acpi_load") && !getenv("hint.acpi.0.disable"))) {
* Rearrange a sentence that got stuck in the wrong paragraph.dillon2002-08-251-2/+3
| | | | X-MFC after: (all commits here will be MFCd)
* Clear up confusion in a sentence describing [/var]/tmp.dillon2002-08-251-1/+2
|
* Add a section on the net.inet.ip.portrange.* sysctls.dillon2002-08-251-0/+26
| | | | | Suggested by: Mike Harding <mvh@ix.netcom.com> MFC after: 3 days
* Append a d to disable to make the ACPI hint example valid.mike2002-08-251-1/+1
| | | | Submitted by: Craig Rodrigues <rodrigc@attbi.com>
* Reformat the mvterm entry to fit mostly in an 80 column terminal.schweikh2002-08-251-11/+14
| | | | | Suggested by: bde MFC after: 3 days
* Turned format checking back on. It was left turned off for too long afterbde2002-08-251-7/+1
| | | | | | the gcc lossage that caused it to be turned off was fixed. Tested with: i386/{GENERIC,LINT,...}, alpha/GENERIC
* Remove a repeated word.chris2002-08-251-1/+1
| | | | Submitted by: horikawa
* Add A section on the retransmit timer sysctls.dillon2002-08-251-0/+13
| | | | MFC after: 3 days
* Really add new fxp(4) adapter names this time.bmah2002-08-241-1/+2
| | | | | | | Forgotten part of a patch from: PR: 41759 Submitted by: David Siebörger <drs@rucus.ru.ac.za>
* Update the list of chips and cards supported by this driver.bmah2002-08-241-3/+5
| | | | | | | Based heavily on patches contained in... PR: 41759 Submitted by: David "Siebörger" <drs@rucus.ru.ac.za>
* 1) add mvtermschweikh2002-08-221-1/+44
| | | | | | | | | | | 2) add 132 column entries for VESA 3) fix kterm entry tc PR: 1) misc/39628, 2) conf/13918, 3) misc/22660 Submitted by: 1) Daniel Rudy <dcrudy@pacbell.net> Submitted by: 2) Martin Kammerhofer <dada@sbox.tu-graz.ac.at> Submitted by: 3) Koji Mori <mori@tri.asanuma.co.jp> MFC after: 2 weeks
* Fix typo and ispell while I'm here.schweikh2002-08-211-2/+2
| | | | | | PR: bin/41819 Submitted by: Christophe Juniet <cjuniet@entreview.com> MFC after: 3 days
* Suggest that function prototypes in kernel headers be alphabetical,imp2002-08-211-0/+3
| | | | | | | unless there's a compelling reason to deviate. Submitted by: Don Lewis Suggestion not objected to by: developers@
* Man page for new L2TP netgraph node type.archie2002-08-202-0/+304
| | | | Obtained from: Packet Design
* Fix url for wordlists.alfred2002-08-201-1/+1
| | | | PR: docs/41830
* Previous commit of adding ut to xterm entry broke kterm-color entry.ume2002-08-201-1/+1
| | | | | | | | | 3 bytes (ut:) seems too long for kterm-color. There is a limitation of buffer size within 1024 bytes in our ncurses. Submitted by: mistral@imasy.or.jp Reviewed by: matusita MFC after: 1 day
* Insert missing 'are' to fix grammar bogon.schweikh2002-08-201-1/+1
| | | | MFC after: 3 days
* Allow one to override ${MINSTALL} in /etc/make.conf.ru2002-08-201-1/+1
| | | | Prompted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* Update manpage to reflect reality:gordon2002-08-191-9/+9
| | | | | | xntpd -> ntpd single_mountd_enable -> mountd_enable portmap -> rpcbind
* Provide an iso8859 table similar to share/misc/ascii.schweikh2002-08-182-1/+41
| | | | | | PR: misc/11553 Submitted by: Oliver Fromme <olli@fromme.com> MFC after: 1 week
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-182-9/+10
| | | | | | | breaking application ABI use unused ifreq.ifru_flags[1] for upper 16 bits in SIOCSIFFLAGS and SIOCGIFFLAGS ioctl's. Reviewed by: -hackers, -net
* Oops, last manual commit was to -stable, should have been to -current.dillon2002-08-172-0/+53
| | | | | | No biggy, the code MFC to stable will catch up to the docs in a week. X-MFC after: -7 days
* Add ut to xterm (which was removed from vt* it refers)ache2002-08-171-1/+1
|
* Regen:sheldonh2002-08-161-37/+62
| | | | | * Hart: rev 321 of pcidevs.txt (2002-08-11) * Boemler: vendors.txt (2002-08-10)
* Remove usbhidaction(1) manual page under SEE ALSO section. This will betrhodes2002-08-161-1/+0
| | | | | | | added again if/when we port the framework. Submitted by: mwlucas Approved by: joe
* Fix typos: s/Ths/This, s/counties/countriesblackend2002-08-151-2/+2
| | | | | | PR: docs/39060 Submitted by: Nicola Vitale <nivit@libero.it> MFC after: 3 days
* Fix typo.mux2002-08-151-1/+1
|
* mdoc(7) police: fixed indentation in synopsis.ru2002-08-152-4/+14
| | | | Submitted by: bde
* mdoc(7) police: fixed indentation in SYNOPSIS.ru2002-08-141-2/+16
| | | | Submitted by: style(9) police (bde)
* mdoc(7) police: minor nits.ru2002-08-131-2/+5
| | | | Approved by: imp
* mdoc(7) police: Removed redundant .Ns calls.ru2002-08-131-1/+1
|
* Add a bugs section to mention that this device probably doesn't workjoe2002-08-131-0/+4
| | | | properly.
* mdoc(7) police: nits.ru2002-08-131-4/+6
|
* mdoc(7) police: typos.ru2002-08-131-2/+2
|
* mdoc(7) police: nit.ru2002-08-131-1/+1
|
* mdoc(7) police: tidy up formatting.ru2002-08-131-11/+13
|
* mdoc(7) police: revert to a valid construct.ru2002-08-131-1/+1
|
* mdoc(7) police: removed hard sentence break.ru2002-08-132-2/+4
|
* mdoc(7) police: Bump document date, removed (again) hard sentence breaks..ru2002-08-131-7/+14
|
* mdoc(7) police: nit.ru2002-08-131-1/+2
|
OpenPOWER on IntegriCloud