Gleb Smirnoff
20e26ae67a
Remove C99 initializer, since dominant style is to use non-C99 initializers.
...
Requested by: jhb
2010-03-03 18:49:15 +00:00
Joel Dahl
8bf7539fe9
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
...
their software.
Obtained from: NetBSD
2010-03-02 21:59:03 +00:00
Joel Dahl
c0de7d2f15
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
...
their software.
Obtained from: NetBSD
2010-03-02 21:50:36 +00:00
Gleb Smirnoff
0884cae17b
- Add missing includes to make example "compilable".
...
- Use C99 initializer just in case if driver_t may change in future.
- Use NULL for pointer arguments instead of 0.
2010-03-02 21:10:44 +00:00
Alfred Perlstein
0dce12b8dd
Document COMPRESS_USER_CORES, and the new %I and %H core formatters.
2010-03-02 18:43:12 +00:00
Ulrich Spörlein
47e1a877c5
Always assign WARNS using ?=
...
- fix some nearby style bugs
- include Makefile.inc where it makes sense and reduces duplication
Approved by: ed (co-mentor)
2010-03-02 16:58:04 +00:00
Gleb Smirnoff
78e58b8725
Sync with recent changes from luigi - struct ng_ipfw_tag superceeded
...
by more general ipfw_rule_ref. The latter isn't documented here, since
it should be documented in ipfw.4.
2010-03-02 10:43:41 +00:00
Alexander Motin
550cc032b7
Some style and language improvements.
...
Submitted by: ru
2010-03-02 09:23:54 +00:00
Warner Losh
1e818404a3
-mabi-calls and -msoft-float aren't needed either
...
Submitted by: jmallet@
2010-03-02 07:44:38 +00:00
Warner Losh
ab6b8778d7
-mno-dsp hasn't been required for a while now.
2010-03-02 07:24:47 +00:00
Pyun YongHyeon
d6c57df72b
Document newly added loader tunable and sysctl variable dev.mskc.%d.int_holdoff
2010-03-01 23:56:51 +00:00
Konstantin Belousov
c46221d700
Update man page for vm_page_alloc(9).
...
Based on the submission by: Giovanni Trematerra <giovanni.trematerra gmail com>
MFC after: 3 days
2010-02-27 17:11:15 +00:00
Xin LI
0a431e0795
Add several necessary .El's.
...
MFC after: 2 weeks
2010-02-27 01:17:44 +00:00
Weongyo Jeong
e7dc8641d6
Updates what firmware module should be used for LP (low power) PHY
...
users and bumps date.
2010-02-26 00:37:49 +00:00
Weongyo Jeong
7b0c4174cd
Connect bwn.4 to the build.
2010-02-25 19:43:22 +00:00
Ruslan Ermilov
9fd69f37d2
Fixed missing or broken library dependencies.
2010-02-25 14:42:26 +00:00
Edwin Groothuis
b92fc60991
Officially speaking, the zoneinfo data files are contributed data.
...
Therefore treat them as such.
2010-02-25 06:44:16 +00:00
John Baldwin
1d800a676e
Fix spelling of EACCES.
...
PR: docs/144112
Submitted by: Alexander Best
MFC after: 3 days
2010-02-24 13:13:29 +00:00
Nathan Whitehorn
823d02a093
Add the ability to set SMU-based machines to restart automatically after
...
power loss.
2010-02-24 01:27:36 +00:00
Nathan Whitehorn
34f19b54cd
Fix two bugs in this manpage: 'System' is not abbreviated with 'P',
...
and a non-useful version of smu(4) was in 8.0, so modify the history
to reflect that.
Submitted by: gavin
2010-02-23 14:56:49 +00:00
Nathan Whitehorn
904460b9e5
Add a manpage for smu(4) now that it does something useful.
2010-02-23 04:56:06 +00:00
Bernhard Schmidt
69699faa81
Fix some typos.
...
Approved by: rpaulo (mentor)
MFC after: 1 week
2010-02-22 17:03:26 +00:00
Robert Watson
497c391c9b
Cross-reference netstat(1) from netisr(9) since you can now use it to
...
monitor netisr status.
MFC after: 1 week
Sponsored by: Juniper Networks
2010-02-22 16:02:17 +00:00
Gavin Atkinson
ebae8e93f7
Document the interaction between /etc/devfs.conf and
...
/etc/defaults/devfs.conf
PR: docs/117308
Submitted by: Mel <mel.xyzzy rachie.is-a-geek.net> (partially)
MFC after: 1 week
2010-02-21 10:29:45 +00:00
Pawel Jakub Dawidek
32115b105a
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
2010-02-18 23:16:19 +00:00
Neel Natu
6f3c632700
Kernel module support for mips.
...
Reviewed by: gonzo
Tested by: Alexandr Rybalko (ray@dlink.ua )
2010-02-18 05:49:52 +00:00
Marcel Moolenaar
8eba8cd863
Also add DEBUG_FLAGS to CXXFLAGS if defined.
2010-02-18 03:32:51 +00:00
Marcel Moolenaar
c9a900ed44
Allow suppression of -Wcast-align for WARNS>=4 by defining
...
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.
2010-02-18 02:06:57 +00:00
Marcel Moolenaar
96f2d85e89
Unbreak WARNS=6 builds for C++ code: -Wold-style-definition is not accepted
...
by the C++ compiler. Filter it out.
2010-02-18 01:44:48 +00:00
Jaakko Heinonen
7ff08436fc
Xref mdmfs(8).
2010-02-16 20:00:20 +00:00
Jaakko Heinonen
412193b4f2
Improve descriptions for tmpfs mount options. The descriptions have
...
been mostly obtained from NetBSD mount_tmpfs(8) manual page.
Obtained from: NetBSD
Discussed with: delphij
2010-02-16 19:59:10 +00:00
Ulrich Spörlein
c89adf0ea1
Document co-mentorship by ed.
...
Approved by: ed (co-mentor)
2010-02-16 09:10:48 +00:00
Ulrich Spörlein
54673381cd
Add missing newline in last line of file.
...
Uncovered via: fromcvs vs. svn
Approved by: ed (co-mentor)
2010-02-16 09:10:21 +00:00
Xin LI
a341d04c78
Remove clause 3 from my license.
2010-02-16 08:19:28 +00:00
Weongyo Jeong
45d9abdbc3
adds bwn(4) driver for supporting Broadcom BCM43xx chipsets.
...
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.
2010-02-16 01:44:14 +00:00
Edward Tomasz Napierala
88238a0805
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>
2010-02-15 17:41:59 +00:00
Edward Tomasz Napierala
ddcd2bc9ec
Remove list of locking primitives, which is kind of redundant, move
...
information about witness(9) to the section about interactions, and
expand 'contexts' table.
2010-02-13 12:03:03 +00:00
Edward Tomasz Napierala
a26a657cd2
Fix VBAD description.
2010-02-13 11:54:01 +00:00
Norikatsu Shigemura
4bca136727
Fix a installation issue with $DESTDIR.
...
Approved by: imp (mentor)
2010-02-11 15:34:54 +00:00
Edward Tomasz Napierala
b132183383
Start sentences with a new line.
...
Submitted by: brueffer
2010-02-10 19:03:48 +00:00
Edward Tomasz Napierala
0b0b48c06a
Improve description for Giant and mention blocking inside interrupt threads.
2010-02-10 17:02:06 +00:00
Edward Tomasz Napierala
13d034bf5d
Remove VOP_VPTOFH(9) from references in VFS(9), as it's a VOP,
...
not VFS operation.
2010-02-09 21:01:18 +00:00
Edward Tomasz Napierala
8e20a412b1
Add references to VOP_* man pages to vnode(9).
2010-02-09 20:58:39 +00:00
Gavin Atkinson
ee158a7fc4
Kernel modules for these drivers are installed on all platforms, so
...
install the man pages on all platforms too.
2010-02-08 23:30:28 +00:00
Rebecca Cran
c7ea7c4618
Update documentation for the iwn and iwnfw drivers: they support the 1000, 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)
2010-02-08 21:38:42 +00:00
Gavin Atkinson
8ce0c61c05
Install the padlock(4) man page on amd64 as well as i386, to match the
...
platforms where the driver itself is compiled and installed.
PR: docs/130895
Reported by: George Hartzell <hartzell alerce.com>
MFC after: 1 week
2010-02-08 21:24:12 +00:00
Gavin Atkinson
891acefe7c
Update .Dt to reflect the fact that these drivers and man pages are
...
installed on more than just i386.
2010-02-08 21:01:41 +00:00
Gavin Atkinson
c383d55b77
Update .Dt on these man pages: the kernel modules and corresponding man
...
pages are installed on more platforms than just i386.
2010-02-08 20:53:29 +00:00
Rebecca Cran
869978d4c8
Fix typo and remove extra spaces.
...
Approved by: rrs (mentor)
MFC after: 3 days
2010-02-08 20:04:16 +00:00
Maksim Yevmenkin
fafa9c3c9a
Introduce new rc.conf variable firewall_coscripts. It can be used to
...
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
2010-02-08 18:51:24 +00:00