summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Mention support for the on-board NICs on IBM x235 servers.jdp2002-09-081-2/+4
| | | | | | | Be more precise when referring to the chip family (BCM570x) vs. specific models (e.g., BCM5700). MFC after: 1 month
* Another two-letters breakageache2002-09-081-1/+1
|
* 1) Remove all two-letters names and derivates, comes with Xfree* entries spam,ache2002-09-081-35/+24
| | | | | | we don't use two-letters names already many years. 2) Make xterm-color just plain alias to xterm instead of unnecessary reduplication of color capabilities already exist in xterm entry.
* Note that siginit() does not cause every signal to be ignored only thedavidc2002-09-071-3/+16
| | | | | ones with a default property of SA_IGNORE, and that it acquires and releases the processes lock.
* Add support for ev67 and ev45 CPUTYPEs (new in gcc3)kris2002-09-072-3/+5
|
* List the new athlon CPUs supported by the CPUTYPE make variable.mux2002-09-071-1/+2
| | | | Submitted by: kris
* Update to use all the new CPU optimizations of GCC3.mux2002-09-071-9/+29
| | | | Reviewed by: kris
* Connect gre(4) to the build.sobomax2002-09-061-0/+1
|
* Add a new gre(4) driver, which could be used to create GRE (RFC1701)sobomax2002-09-061-0/+279
| | | | | | and MOBILE (RFC2004) IP tunnels. Obrained from: NetBSD
* Expand a contraction in the text of style(9) for consistency.robert2002-09-061-1/+1
| | | | | Do not touch contractions in comments of code examples because their usage seems to be justified by space contraints.
* Bump the -mev56 to -mev6. Otherwise, when you compile with gcc usingpeter2002-09-061-2/+2
| | | | | | | ev6 or pca56 etc this downgrades the cpu specification passed to gas. As a result, gas will fail when gcc generates media instructions (in uipc_usrreq.c). This only affects what gas will accept, not what gcc generates or what our *.s file contain.
* Update rc.conf.5 man page to reflect bootparamd_enable and _flagsgordon2002-09-051-0/+16
|
* Deprecate the use of sendmail_enable="NONE" as it adversely affects thegshapiro2002-09-031-3/+20
| | | | | | new rcNG effort. Submitted by: Mike Makonnen <makonnen@pacbell.net>
* Fix a few typos and nits.scottl2002-09-011-4/+9
| | | | Submitted by: bmah
* Add a manual page for the ahd driver.scottl2002-09-012-0/+143
|
* Fix xterm-color so that it (1) doesn't bitch on exit, (2) doesn't restoreobrien2002-09-011-1/+4
| | | | | | the pre-run screen. Desired by: alfred, peter, mini
* test -h is deprecated; use -L instead.kris2002-08-311-1/+1
| | | | | | Submitted by: april <april@oublinet.net> PR: misc/38724 (part of) MFC after: 3 days
* 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
|
OpenPOWER on IntegriCloud