summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police:ru2001-10-261-9/+11
| | | | | - Minor markup nits. - Arrange for appearance in 4.5.
* Document HPT372 support.asmodai2001-10-261-0/+2
|
* We support the Intel ICH3 [ATA-100] chipset as well.asmodai2001-10-261-0/+2
|
* o Modify format of /etc/fbtab to accept glob matching patterns forrwatson2001-10-251-4/+2
| | | | | | | | | | | | | | target devices, not just individual devices and directories. This permits activities such as: ttyv0 0600 /dev/dsp* Whereas previously that was not supported. This change is backwards-compatible, except where device names included globbing characters, which is not the case for any devices listed in MAKEDEV. Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 3 weeks
* Fixed some English errors, mainly ones not fixed in the previous commit.bde2001-10-251-8/+3
| | | | | | The previous commit message should have said this too (the only BSDism fixed was punctuation for non-sentences). Neither these changes nor the ones in the previous commit were exactly as submitted by me.
* Simplify.ru2001-10-251-6/+3
|
* Document the link0 option, which downloads the microcode to the board.jlemon2001-10-251-2/+19
|
* Merge in BSDisms. Slight rewordings in some cases.julian2001-10-241-16/+19
| | | | | Submitted by: bde@freebsd.org Reviewed by: jhb@freebsd.org
* Document C99 conformity.asmodai2001-10-241-2/+7
| | | | Update text which is printed out to reflect reality.
* Finish the removal of the LABPC driver.ru2001-10-243-142/+4
| | | | Forgotten by: phk
* Back out my last commit. Ruslan (ru) has a better fix.markm2001-10-241-4/+0
|
* Document sx_assert(9).jhb2001-10-232-1/+33
|
* Make sure the copies: and symlinks: targets exist in the case of themarkm2001-10-231-0/+4
| | | | empty ".for ..." loop.
* Alter the suggested way of writing structurtes to make them actuallysjulian2001-10-231-12/+18
| | | | | | | readble when there are compound sub-elements (e.g. other structs). Reviewed by: {peter,dillon,des,imp,jlemon}@freebsd.org MFC after: 1 week
* Remove references to nfsiod(8) and nfs_client_flagsru2001-10-231-10/+0
| | | | now that they are obsolete.
* Explain a little about sysexits(3) so that regular users can takedd2001-10-231-4/+8
| | | | | | | advantage of the fact that some programs care to explain why they failed. PR: 31415
* Back out my previous commit. It is not necessary anymore now that Ruslanjhay2001-10-221-4/+3
| | | | fixed the ipfilter directory with a NOOBJ.
* Clamp down with NOOBJ.ru2001-10-221-8/+9
|
* Unbreak make world by adding .CURDIR here and there.jhay2001-10-221-3/+4
| | | | Submitted by: Harry Starr <starr3@gccs.com.au>
* Thanks for postcards ...hm2001-10-211-0/+3
|
* upadate the release noteshm2001-10-211-1/+5
|
* Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnPhm2001-10-214-3/+11
| | | | | | | | card. Submitted by: Steve Looman Reviewed by: hm MFC after: 1 month
* Remove wx.mjacob2001-10-202-52/+0
|
* Add the ipfilter subdirectorydarrenr2001-10-201-2/+10
| | | | PR: 26763
* Add the IPFilter how-to and other related documents to the base installdarrenr2001-10-2012-0/+4210
| | | | | | | so that users gets ipfilter examples without a source install. PR: 26763 Submitted by: Cyrille Lefevre <clefevre@poboxes.com>
* mdoc(7) police: join OS version with the corresponding macro.ru2001-10-191-2/+2
|
* Add manpage for gx driver.jlemon2001-10-192-0/+175
|
* Add experimental support for sending keypad facility messages.hm2001-10-182-2/+15
| | | | MFC after: 2 months
* "of the of the" -> "of the"tom2001-10-171-1/+1
| | | | | | PR: docs/31336 Submitted by: Sameh Ghane <sw@shaolin.profile4u.com> MFC after: 2 days
* Remove a couple of errant tags.scottl2001-10-172-4/+0
|
* The interface index space may be sparsely populated (e.g. when anfenner2001-10-171-1/+5
| | | | | | | interface in the middle is if_detach()'d). Return (and handle) ENOENT when the ifmib(4) is accessed for a nonexistent interface. MFC after: 14 days
* Improve the wording of my last commit.murray2001-10-161-1/+1
| | | | Submitted by: sheldonh
* Port 139 (NetBIOS session management) is a tcp socket, not udp.brian2001-10-151-4/+4
| | | | | | PR: 31215 Submitted by: Stephane Marzloff <secrer@le-bar.org> MFC after: 1 week
* sysctl -w -> sysctl, remove second person pronouns, and fix some otherdd2001-10-151-15/+12
| | | | | | | minor bugs. PR: 30772 Submitted by: Peter Avalos <pavalos@theshell.com>
* Add a manual page for the Maestro3 sound driver. This documents it'sscottl2001-10-153-0/+151
| | | | | | special nature under the GPL and a boot hint that can affect operation. MFC after: 3 days
* Note that the contents of /tmp may or may not be kept between systemmurray2001-10-131-1/+7
| | | | | | | | | | reboots. Also add a `NOTES' section that reminds the reader that this man page just documents the system default, and that the hierarchy of a given site is at the system administrators discretion. PR: docs/29525
* Update man pages in the section 4 to match the reality in -CURRENT.yokota2001-10-1353-205/+522
| | | | | | | | | | | - Change lines referring to kernel configuration file: device foo0 at isa port xxx irq yyy... to device foo Describe resource "hints" in /boot/device.hints. - Try to describe resource allocation and probe/attach behavior in the newbus framework.
* Fix a small style slip: Files in /dev are notyar2001-10-121-1/+1
| | | | devices theirselves, but device nodes.
* Add missing section number to a cross-reference to login(1).yar2001-10-111-1/+1
| | | | MFC after: 3 days
* Fixed some bitrot. The KSE interface change for vops had not reached here.bde2001-10-101-6/+6
| | | | | Didn't fix older bugs. Most of the examples don't even match historical interfaces.
* Document the dumpdir variable, and write a better description of the dumpdevdes2001-10-101-11/+18
| | | | | | variable. MFC: 1 week
* mdoc(7) police: fix markup.ru2001-10-081-29/+29
|
* Add man page for device.hint(5).yokota2001-10-081-0/+159
|
* Remove references to non-existant pvcsif(8) and pvctxctl(8).murray2001-10-082-4/+0
| | | | | PR: docs/30446 Submitted by: Giorgos Keramidas <charon@labs.gr>
* Remove reference to non-existant crd(4) man page.murray2001-10-081-1/+0
| | | | | PR: docs/30445 Submitted by: Giorgos Keramidas <charon@labs.gr>
* Mention that ed requires miibus.iedowse2001-10-071-1/+2
| | | | Suggested by: Eugene Grosbein <eugen@grosbein.pp.ru>
* Updates for changes made by KSE import.sheldonh2001-10-066-40/+36
| | | | Submitted by: Chad David <davidc@acns.ab.ca>
* Move the agp(4) page from the i386 directoryyar2001-10-053-5/+6
| | | | | to the machine-independent directory since AGP is used on other architectures as well.
* Show kernel config syntax, not kldload commandyar2001-10-051-1/+1
| | | | | | in the SYNOPSIS section. Reviewed by: ru
* Use the traditional "indent" offset for mdoc(7) lists.yar2001-10-051-1/+1
|
OpenPOWER on IntegriCloud