summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Document COMPRESS_USER_CORES, and the new %I and %H core formatters.alfred2010-03-021-7/+41
|
* Always assign WARNS using ?=uqs2010-03-021-3/+3
| | | | | | | - fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor)
* Sync with recent changes from luigi - struct ng_ipfw_tag superceededglebius2010-03-021-16/+5
| | | | | by more general ipfw_rule_ref. The latter isn't documented here, since it should be documented in ipfw.4.
* Some style and language improvements.mav2010-03-022-24/+32
| | | | Submitted by: ru
* -mabi-calls and -msoft-float aren't needed eitherimp2010-03-021-1/+1
| | | | Submitted by: jmallet@
* -mno-dsp hasn't been required for a while now.imp2010-03-021-1/+1
|
* Document newly added loader tunable and sysctl variable dev.mskc.%d.int_holdoffyongari2010-03-011-1/+7
|
* Update man page for vm_page_alloc(9).kib2010-02-271-9/+31
| | | | | Based on the submission by: Giovanni Trematerra <giovanni.trematerra gmail com> MFC after: 3 days
* Add several necessary .El's.delphij2010-02-275-1/+5
| | | | MFC after: 2 weeks
* Updates what firmware module should be used for LP (low power) PHYweongyo2010-02-261-1/+3
| | | | users and bumps date.
* Connect bwn.4 to the build.weongyo2010-02-251-0/+1
|
* Fixed missing or broken library dependencies.ru2010-02-251-0/+2
|
* Officially speaking, the zoneinfo data files are contributed data.edwin2010-02-2516-13223/+5
| | | | Therefore treat them as such.
* Fix spelling of EACCES.jhb2010-02-241-1/+1
| | | | | | PR: docs/144112 Submitted by: Alexander Best MFC after: 3 days
* Add the ability to set SMU-based machines to restart automatically afternwhitehorn2010-02-241-0/+3
| | | | power loss.
* Fix two bugs in this manpage: 'System' is not abbreviated with 'P',nwhitehorn2010-02-231-2/+2
| | | | | | | and a non-useful version of smu(4) was in 8.0, so modify the history to reflect that. Submitted by: gavin
* Add a manpage for smu(4) now that it does something useful.nwhitehorn2010-02-232-0/+123
|
* Fix some typos.bschmidt2010-02-221-3/+3
| | | | | Approved by: rpaulo (mentor) MFC after: 1 week
* Cross-reference netstat(1) from netisr(9) since you can now use it torwatson2010-02-221-1/+4
| | | | | | | monitor netisr status. MFC after: 1 week Sponsored by: Juniper Networks
* Document the interaction between /etc/devfs.conf andgavin2010-02-211-2/+10
| | | | | | | | /etc/defaults/devfs.conf PR: docs/117308 Submitted by: Mel <mel.xyzzy rachie.is-a-geek.net> (partially) MFC after: 1 week
* Please welcome HAST - Highly Avalable Storage.pjd2010-02-187-1/+312
| | | | | | | | | | | | | | | | | | | | | | 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
* Kernel module support for mips.neel2010-02-181-2/+0
| | | | | | Reviewed by: gonzo Tested by: Alexandr Rybalko (ray@dlink.ua)
* Also add DEBUG_FLAGS to CXXFLAGS if defined.marcel2010-02-181-0/+1
|
* Allow suppression of -Wcast-align for WARNS>=4 by definingmarcel2010-02-181-1/+4
| | | | | | NO_WCAST_ALIGN. The headers of the standard C++ library are not 64-bit clean and trigger the warning. This prevents use of WARNS>=4 on ia64 for example.
* Unbreak WARNS=6 builds for C++ code: -Wold-style-definition is not acceptedmarcel2010-02-181-1/+1
| | | | by the C++ compiler. Filter it out.
* Xref mdmfs(8).jh2010-02-161-0/+1
|
* Improve descriptions for tmpfs mount options. The descriptions havejh2010-02-161-8/+44
| | | | | | | been mostly obtained from NetBSD mount_tmpfs(8) manual page. Obtained from: NetBSD Discussed with: delphij
* Document co-mentorship by ed.uqs2010-02-161-0/+1
| | | | Approved by: ed (co-mentor)
* Add missing newline in last line of file.uqs2010-02-161-1/+1
| | | | | Uncovered via: fromcvs vs. svn Approved by: ed (co-mentor)
* Remove clause 3 from my license.delphij2010-02-161-2/+0
|
* adds bwn(4) driver for supporting Broadcom BCM43xx chipsets.weongyo2010-02-161-0/+134
| | | | | | | | | | | o uses v4 firmware instead of v3. A port will be committed to create the bwn firmware module. o supports B/G and LP(low power) PHYs. o supports 32 / 64 bits DMA operations. o tested on big / little endian machines so should work on all architectures. It'd not connected to the build until the firmware port is committed.
* Some rewording and language fixes.trasz2010-02-151-23/+17
| | | | | PR: docs/136918, docs/134074 Submitted by: Ben Kaduk <kaduk at mit dot edu>, Haven Hash <havenster at gmail dot com>
* Remove list of locking primitives, which is kind of redundant, movetrasz2010-02-131-52/+27
| | | | | information about witness(9) to the section about interactions, and expand 'contexts' table.
* Fix VBAD description.trasz2010-02-131-2/+2
|
* Fix a installation issue with $DESTDIR.nork2010-02-111-1/+1
| | | | Approved by: imp (mentor)
* Start sentences with a new line.trasz2010-02-101-4/+5
| | | | Submitted by: brueffer
* Improve description for Giant and mention blocking inside interrupt threads.trasz2010-02-101-5/+11
|
* Remove VOP_VPTOFH(9) from references in VFS(9), as it's a VOP,trasz2010-02-091-2/+1
| | | | not VFS operation.
* Add references to VOP_* man pages to vnode(9).trasz2010-02-091-1/+33
|
* Kernel modules for these drivers are installed on all platforms, sogavin2010-02-088-12/+12
| | | | install the man pages on all platforms too.
* Update documentation for the iwn and iwnfw drivers: they support the 1000, ↵brucec2010-02-082-9/+20
| | | | | | | | 5150, 6000 and 6050 devices too, with firmware modules for the 4965, 1000, 5000, 5150 and 6000. Add documentation for mwl and all the wireless firmware drivers. Approved by: rrs (mentor)
* Install the padlock(4) man page on amd64 as well as i386, to match thegavin2010-02-083-3/+4
| | | | | | | | platforms where the driver itself is compiled and installed. PR: docs/130895 Reported by: George Hartzell <hartzell alerce.com> MFC after: 1 week
* Update .Dt to reflect the fact that these drivers and man pages aregavin2010-02-088-16/+16
| | | | installed on more than just i386.
* Update .Dt on these man pages: the kernel modules and corresponding mangavin2010-02-084-8/+8
| | | | pages are installed on more platforms than just i386.
* Fix typo and remove extra spaces.brucec2010-02-081-3/+3
| | | | | Approved by: rrs (mentor) MFC after: 3 days
* Introduce new rc.conf variable firewall_coscripts. It can be used toemax2010-02-081-0/+4
| | | | | | | | | specify list of executables and/or rc scripts that should be executed after firewall starts/stops. Submitted by: Yuri Kurenkov <y dot kurenkov at init dot ru> Reviewed by: rhodes, rc@ MFC after: 1 week
* Correct arguments to free_unr(), "item" was missing.gavin2010-02-071-2/+2
| | | | MFC after: 1 week
* Add support for a few more Sony-specific ACPI features (default displaygavin2010-02-071-2/+11
| | | | | | | | | | brightness, wired LAN power and bass gain), and update the description of one previously unknown feature (display contrast). While here, expand on a comment and remove two defines left over from an old version of the code. Also update man page to document the above changes, and correct grammar. PR: kern/127581
* Bump .Dd for r203620gavin2010-02-071-1/+1
| | | | MFC after: 1 week
* Document support for the D-Link DFE520-TX card (supported with the vr(4)gavin2010-02-071-0/+2
| | | | | | | driver) PR: kern/135989 Submitted by: "Rashid N. Achilov" citycat4 ngs.ru
OpenPOWER on IntegriCloud