summaryrefslogtreecommitdiffstats
path: root/share/man
Commit message (Collapse)AuthorAgeFilesLines
* Add a special mount option "failok" to indicate that the administrator wantsdelphij2011-06-071-1/+8
| | | | | | | | | the system to proceed to boot without bailing out into single user mode, even when the file system can not be successfully mounted. This option is implemented in mount(8) and not passed into kernel. MFC after: 1 month
* amdsbwd: update to support SB8xx southbridgesavg2011-06-071-3/+3
| | | | | | | | | | | Many thanks to Tino <tinotom@gmail.com> for drawing my attention to this, for doing a lot of testing and providing great feedback. Many thanks to AMD for continuing to release public specifications for their chipsets. PR: kern/157568 Tested by: Tino <tinotom@gmail.com> MFC after: 1 week
* Revert r222152. The root cause was analysed and better fix is upcoming.jkim2011-06-061-6/+1
| | | | Discussed with: delphij
* amdsbwd.4: fix history to reflect correct releasesavg2011-06-051-1/+3
| | | | | Pointed out by: ru MFC after: 4 days
* amdsbwd.4: fix spelling of my nameavg2011-06-051-2/+2
| | | | | Pointed out by: ru MFC after: 3 days
* Rename recently added USB serial driver.hselasky2011-06-043-9/+9
| | | | | Suggested by: YongHyeon PYUN MFC after: 7 days
* mdoc: reorder sections consistentlyuqs2011-06-027-61/+61
|
* Add support for new USB serial driver.hselasky2011-06-013-0/+99
| | | | | Submitted by: Lev Serebryakov, lev @ MFC after: 14 days
* It is generally considered useful for release media to have kernels on them.nwhitehorn2011-05-311-2/+4
| | | | Submitted by: joel
* Bump document date.bcr2011-05-301-1/+1
| | | | | I accidently committed the actual change (typo fix) in r222492, which is a completely unrelated change.
* Add a short description about NO_CHECKSUM.bcr2011-05-302-2/+4
| | | | | | PR: docs/155980 Submitted by KOIE Hidetaka (koie at suri co jp) MFC after: 7 days
* Mention in ath(4) that ath_pci is required now.adrian2011-05-301-0/+15
|
* Add ath_ahb and ath_pci module manpages.adrian2011-05-303-0/+119
|
* Update chipset support list for ath_hal.adrian2011-05-301-5/+9
|
* Mention that jumbo frame support is disabled on PCIe VT6130/VT6132bcr2011-05-291-3/+6
| | | | | | | | | | controllers because of TX MAC hangs when trying to send a frame that is larger than 4K (see r200759). PR: docs/156742 Submitted by: Michael Moll (kvedulv at kvedulv dot de) Reviewed by: yongari@ MFC after: 6 days
* [mdoc] Fixed .Dt call.ru2011-05-259-9/+9
|
* Add a description to the checksum target about not onlybcr2011-05-251-1/+3
| | | | | | | | | | being able to verify, but also having the ability to fetch distfiles that are missing or failed the checksum calculation PR: docs/138887 Submitted by: Radim Kolar (hsn at sendmail dot cz) MFC after: 5 days
* Add 88E8075 Yukon Supreme to the list of supported hardware list.yongari2011-05-231-1/+3
|
* regenimp2011-05-221-1/+26
|
* Re-encode files from ISO-8859-1 to UTF-8uqs2011-05-2211-11/+11
|
* Add a new knob to atkbd(4) to enable typematic rate detection on boot,delphij2011-05-201-1/+6
| | | | | | | | | which is now disabled by default. The detection is known to cause hangs on boot with some new Lenovo laptops on FreeBSD/amd64. Reported by: gnn Discussed with: jkim MFC after: 3 months
* When adding examples to man-pages, try to make them at leastphk2011-05-191-5/+5
| | | | | | look like they might work. Prodded by: Vadim Goncharov
* Add support for "LED" enclosure management messages, defined by the AHCI.mav2011-05-171-1/+19
| | | | | | | | | When supported by hardware, this allows to control per-port activity, locate and fault LEDs via the led(4) API for localization and status reporting purposes. Supporting AHCI controllers may transmit that information to the backplane controllers via SGPIO interface. Backplane controllers interpret received statuses in some way (IBPI standard) to report them using present indicators.
* Try to explain what sbufs do and add an example to show it.phk2011-05-171-9/+36
| | | | Clarify return values.
* Document the supported hardware, somewhat.ru2011-05-171-1/+8
| | | | | Reviewed by: hselasky MFC after: 3 days
* Regen for WITH_OFED.ru2011-05-171-1/+6
|
* Add missing section number for .Xr jail.pluknet2011-05-171-1/+1
| | | | MFC after: 3 days
* More thorough mdoc and language fixes.uqs2011-05-171-35/+68
| | | | Submitted by: ru
* Typo fix.uqs2011-05-171-1/+1
|
* Typos, wording and mdoc fixes.uqs2011-05-171-17/+16
|
* Add I2C bus driver for the AMD Geode LX series CS5536 Companionbrix2011-05-152-0/+107
| | | | | | Device. Reviewed by: jhb (newbus bits only), adrian
* Fix few typos.mav2011-05-151-2/+2
| | | | | Submitted by: uqs MFC after: 1 week
* Disconnect sun4v architecture from the three.attilio2011-05-142-3/+3
| | | | | | | | | Some files keep the SUN4V tags as a code reference, for the future, if any rewamped sun4v support wants to be added again. Reviewed by: marius Tested by: sbruno Approved by: re
* Note that the _SWAP operation is supported for all list/queue types.mdf2011-05-132-3/+45
| | | | | | | | Also place STAILQ_REMOVE_HEAD in alphabetical order. Lastly, document the _SWAP macros. PR: kern/143033 MFC after: 1 week
* Regen.ru2011-05-101-36/+75
|
* * Rewrite ar.5 mannual page to better document ar(1) archive format.kaiw2011-05-071-197/+290
| | | | | | * Use more standard BSD license. Obtained from: elftoolchain
* Add a manpage for geom_map(4).adrian2011-05-052-0/+180
| | | | Submitted by: ray@dlink.ua
* Add make_dev_alias_p to MLINKS.ae2011-05-051-0/+1
| | | | | Pointed out by: pjd MFC after: 2 weeks
* Formatting fixes:ae2011-05-051-11/+13
| | | | | | | | | | o Fix date o Break sentences o Remove trailing whitespaces o Sort xrefs by section number Requested by: ru MFC after: 2 weeks
* Remove unneeded tab after .Ed to make manlint happy.gjb2011-05-041-1/+1
| | | | Reported by: manlint
* Document make_dev_alias_p().ae2011-05-031-1/+22
| | | | MFC after: 2 weeks
* Fixed the HISTORY section which was copied without editing from aio(4).ru2011-05-031-6/+2
| | | | Submitted by: Igor Sysoev
* Minor cleanup.brueffer2011-05-011-3/+2
|
* Introduce two new options MK_INET and MK_INET_SUPPORT analogicallybz2011-04-301-2/+14
| | | | | | | | | | with INET6 equivalents. Patch reather than re-genenerating src.conf (given the current problem with the script that does the re-gen). Reviewed by: gnn Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems MFC after: 2 weeks
* Add a new bus method, BUS_ADJUST_RESOURCE() that is intended to be ajhb2011-04-294-0/+104
| | | | | | | wrapper around rman_adjust_resource(). Include a generic implementation, bus_generic_adjust_resource() which passes the request up to the parent bus. There is currently no default implementation. A bus_adjust_resource() wrapper is provided for use in drivers.
* Extend the rman(9) API to support altering an existing resource.jhb2011-04-292-5/+127
| | | | | | | | | | | | | | | | | | Specifically, these changes allow a resource to back a relocatable and resizable resource such as the I/O window decoders in PCI-PCI bridges. - rman_adjust_resource() can adjust the start and end address of an existing resource. It only succeeds if the newly requested address space is already free. It also supports shrinking a resource in which case the freed space will be marked unallocated in the rman. - rman_first_free_region() and rman_last_free_region() return the start and end addresses for the first or last unallocated region in an rman, respectively. This can be used to determine by how much the resource backing an rman must be adjusted to accomodate an allocation request that does not fit into the existing rman. While here, document the rm_start and rm_end fields in struct rman, rman_is_region_manager(), the bound argument to rman_reserve_resource_bound(), and rman_init_from_resource().
* Exar driver for X3100 10GbE Server/Storage adaptersgnn2011-04-281-0/+111
| | | | | | | | Features: Jumbo frames (up to 9600), LRO (Large Receive Offload), TSO (TCP segmentation offload), RTH (Receive Traffic Hash). Submitted by: Sriram Rapuru at Exar MFC after: 2 weeks
* Update man pages related to the change in default NFS clientrmacklem2011-04-281-7/+50
| | | | | | applied by r221124. I also deleted references to idmapd, since that daemon no longer exists. This is a content change.
* Rename alloc_unr(9) to unr(9) and adjust the links accordingly.des2011-04-272-7/+8
| | | | MFC after: 3 weeks
* Document timeout_task.kib2011-04-261-4/+31
| | | | | | | | While there, fix the type of the func argument of INIT_TASK macro, and use the modern name of the analogous facility from Linux kernel. Sponsored by: The FreeBSD Foundation MFC after: 1 month
OpenPOWER on IntegriCloud