summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* MFC r207971:yongari2010-05-171-13/+52
| | | | | | Document undocumented tunables and sysctl variables. While here use actual string to specify width as well as using Cm to set command argument.
* MFC r207853:yongari2010-05-171-4/+4
| | | | Now sge(4) supports TCP segmentation offload (TSO).
* MFC r207680:zec2010-05-162-5/+20
| | | | | | | Add an optional "persistent" flag to ng_hub and ng_bridge, which if set, disables automatic node shutdown when the last hook gets disconnected. Reviewed by: julian
* MFC r207817: builtin(1): sh has no @ builtin command.jilles2010-05-161-2/+2
|
* MFC r207816: Document clock and pshared condvar attributes.jilles2010-05-163-11/+107
| | | | | | | Note: clock accepts CLOCK_VIRTUAL and CLOCK_PROF too, but this seems broken as it simply waits for the difference of the current and given value of the clock as if it were CLOCK_MONOTONIC. So document only CLOCK_REALTIME and CLOCK_MONOTONIC as allowed.
* MFC: r207586marius2010-05-141-1/+4
| | | | | Sun GigaSwift Ethernet 1.0 MMF work with r207585 (MFC'ed to stable/8 in r208086) in place.
* MFC of 207898, tzdata2010j:edwin2010-05-102-2/+53
| | | | | | - Bahia de Banderas (Mexican state of Nayarit) changed time zone UTC-7 to new time zone UTC-6 on April 4, 2010 (to share the same time zone as nearby city Puerto Vallarta, Jalisco).
* MFC r207447:yongari2010-05-061-1/+3
| | | | Marvell 88E8059(Yukon Optima) is now supported.
* MFC r207381:yongari2010-05-062-6/+6
| | | | Now sge(4) supports hardware VLAN tag insertion/stripping.
* MFC r207382:delphij2010-05-061-1/+1
| | | | bwn(4) will first appear in FreeBSD 8.1-RELEASE.
* Merge r205155 from head:gavin2010-05-051-2/+4
| | | | | | | Add extra Xrefs PR: docs/114184 Submitted by: Julian Stacey <jhs berklix.org>
* Merge r203684 from head (mainly to make future merges easier for people):gavin2010-05-054-8/+8
| | | | | Update .Dt on these man pages: the kernel modules and corresponding man pages are installed on more platforms than just i386.
* MFC r206973:delphij2010-05-051-1/+1
| | | | | | | | | | | | When CPUTYPE is defined to any value, on amd64 platform "mmx" is available through MACHINE_CPU, indicating the CPU supports that feature, as done by revision 138685. This changeset adds "mmx" into the default amd64 MACHINE_CPU list when no CPUTYPE is specified to provide consistent behavior. PR: amd64/145593 Submitted by: mm
* MFC r205073brooks2010-05-031-870/+1202
| | | | | | | | Regen: * Hart: rev 671 of pcidevs.txt; 22-01-2008 (D-M-Y). * Boemler: vendors.txt (2010-03126) PR: kern/133733
* MFC r207168: builtin(1): Add missing escaping for !, . and : in the table.jilles2010-05-011-3/+3
| | | | | This caused these commands to look differently (not bold) from the other commands in the table (bold).
* MFC r207166: builtin(1): Mention [ sh builtin.jilles2010-05-011-1/+3
|
* MFC r206637:delphij2010-04-281-3/+6
| | | | | | | | | | | | | | | | | When an underlying ioctl(2) handler returns an error, our ioctl(2) interface considers that it hits a fatal error, and will not copyout the request structure back for _IOW and _IOWR ioctls, keeping them untouched. The previous implementation of the SIOCGIFDESCR ioctl intends to feed the buffer length back to userland. However, if we return an error, the feedback would be defeated and ifconfig(8) would trap into an infinite loop. This commit changes SIOCGIFDESCR to set buffer field to NULL to indicate the previous ENAMETOOLONG case. Reported by: bschmidt
* Merge r203692 from head:gavin2010-04-278-12/+12
| | | | | Kernel modules for these drivers are installed on all platforms, so install the man pages on all platforms too.
* MFC r206631:yongari2010-04-265-3/+129
| | | | | Add sge(4) man page and hook up sge(4) to the build. Also add Xr to appropriate man pages.
* MFC r206996: indent.pro example: actually install the sample fileavg2010-04-231-0/+2
|
* MFC r204343:weongyo2010-04-201-1/+3
| | | | | Updates what firmware module should be used for LP (low power) PHY users and bumps date.
* MFC r203945:weongyo2010-04-202-0/+135
| | | | | | | adds bwn(4) driver man page which missed to be merged. MFC r204327: Connect bwn.4 to the build.
* MFC r206427, r206706, r206771:rpaulo2010-04-201-0/+21
| | | | | ubthidhci rc.d script to switch an USB bluetooth dongle from HID to HCI mode.
* MFC of tzdata2010i, r206868edwin2010-04-193-11/+111
| | | | | | - Marocco does have DST this year between May and August. - Historical data for Taiwan - Argentina / San Luis does not do DST this year.
* MFC r204076,r204077,r204083,r205279:pjd2010-04-187-0/+311
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r204076: Please welcome HAST - Highly Avalable Storage. HAST allows to transparently store data on two physically separated machines connected over the TCP/IP network. HAST works in Primary-Secondary (Master-Backup, Master-Slave) configuration, which means that only one of the cluster nodes can be active at any given time. Only Primary node is able to handle I/O requests to HAST-managed devices. Currently HAST is limited to two cluster nodes in total. HAST operates on block level - it provides disk-like devices in /dev/hast/ directory for use by file systems and/or applications. Working on block level makes it transparent for file systems and applications. There in no difference between using HAST-provided device and raw disk, partition, etc. All of them are just regular GEOM providers in FreeBSD. For more information please consult hastd(8), hastctl(8) and hast.conf(5) manual pages, as well as http://wiki.FreeBSD.org/HAST. Sponsored by: FreeBSD Foundation Sponsored by: OMCnet Internet Service GmbH Sponsored by: TransIP BV r204077: Remove some lines left over by accident. r204083: Add missing KEYWORD line. Pointed out by: dougb r205279 sys: Simplify loops.
* MFC r201118:trasz2010-04-182-2/+2
| | | | Bump manual page dates.
* MFC r201114:trasz2010-04-181-0/+7
| | | | Add references to termios-related stuff.
* MFC r201115:trasz2010-04-181-64/+8
| | | | | | Line discipline support is gone; update tty(4) manual page to reflect this. Reviewed by: ed
* MFC r205846:trasz2010-04-185-13/+21
| | | | Fix references.
* MFC r206155, r206267: Add capability to use a db version ofume2010-04-182-2/+18
| | | | | services. It is enabled by specifying `db' as source of services in /etc/nsswitch.conf.
* MFC r198195:weongyo2010-04-171-1/+7
| | | | adds devices supportted by urtw(4) and bumps date.
* MFC r197724:weongyo2010-04-172-3/+4
| | | | | | | | | | | | | | | TRENDnet TEW-424UB has multiple revisions so clarify zyd(4) man page and adds a device to urtw(4). The revision informations are as follows: rev A ZD1211 V2 SiS163U V2.1R SiS163U V3.xR RTL8187B and bump date. Obtained from: OpenBSD Reported by: Albert Shih <Albert.Shih at obspm.fr>
* MFC r206557: Nuke the descriptions about ipv6_firewall_* as theyume2010-04-171-33/+1
| | | | were unified into firewall_*.
* MFC r206102,206103,206175,206176: add example indent.pro fileavg2010-04-121-0/+46
|
* MFC r206383:emaste2010-04-091-1/+1
| | | | Remove extraneous '>'.
* MFC r201213:trasz2010-04-0619-277/+0
| | | | | | Remove examples for pppd and SLIP-related stuff. PR: conf/144950
* MFC r205520:delphij2010-04-061-3/+3
| | | | Correct cross reference.
* MFC of tzdata2010h:edwin2010-04-053-41/+50
| | | | | | | | | | | | | | | | | From tzdata2010h: - Tunis will not go into DST this year. - Pakistan will not go into DST this year. From tzdata2010g: - Bangladesh cancels DST. - Palestine goes into DST one day later than expected. - Russian timezones update: Europe/Samara goes to Moscow time. Asia/Kamchatka goes to Moscow+8 time. Asia/Anadyr goes to Moscow+8 time.
* MFC r204705:mav2010-03-319-8/+12
| | | | Add links to cam(4).
* MFC r204565:mav2010-03-312-24/+32
| | | | | | Some style and language improvements. Submitted by: ru
* MFC r204704:mav2010-03-311-28/+51
| | | | Reflect added CAM ATA support.
* MFC r204655:mav2010-03-311-5/+18
| | | | | Add some more supported controllers. Crosslink with CAM ATA man pages.
* MFC r204383:delphij2010-03-295-1/+5
| | | | Add several necessary .El's
* MFC r205702:delphij2010-03-292-9/+1
| | | | | | | | | | | Remove GNU cpio after fix of CVE-2010-0624. Note that this is actually a no-op for most users, as this GNU cpio was broken on -HEAD and 8-STABLE since last March until the recent fix. FreeBSD 8.0+ uses BSD cpio by default and the code is being actively maintained.
* MFC r203824:trasz2010-03-281-2/+2
| | | | Fix VBAD description.
* MFC r203721:trasz2010-03-281-1/+33
| | | | Add references to VOP_* man pages to vnode(9).
* MFC r203549:trasz2010-03-281-2/+2
| | | | Add missing coma.
* MFC r203122:trasz2010-03-271-175/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve descriptions, remove turnstiles (since, from what I understand, they are only used to implement other synchronization primitives), tweak formatting. MFC r203127: Add description of bounded sleep vs unbounded sleep (aka blocking). Move rules into their own section. MFC r203131: Cosmetic fixes. MFC r203759: Improve description for Giant and mention blocking inside interrupt threads. MFC r203762: Start sentences with a new line. Submitted by: brueffer MFC r203825: Remove list of locking primitives, which is kind of redundant, move information about witness(9) to the section about interactions, and expand 'contexts' table. MFC r203929: Some rewording and language fixes. PR: docs/136918, docs/134074 Submitted by: Ben Kaduk <kaduk at mit dot edu>, Haven Hash <havenster at gmail dot com>
* MFC r197780:trasz2010-03-273-27/+52
| | | | Make fetch(9) and store(9) manual pages closer to reality.
* MFC r197405, missing part:trasz2010-03-275-3/+136
| | | | | | Add pieces of infrastructure required for NFSv4 ACL support in UFS. Reviewed by: rwatson
OpenPOWER on IntegriCloud