Commit Graph

9569 Commits

Author SHA1 Message Date
jruoho
bcbacf0ee0 Add one white paper. (Prompted by the comment of "undocumented MSR".) 2011-02-20 21:03:15 +00:00
jruoho
b6f1140770 Update the table of sensors. 2011-02-20 19:49:28 +00:00
jruoho
53ffcb10ff Adjust SYNOPSIS. 2011-02-20 14:36:38 +00:00
jmcneill
30dbe043ba add AR9280 support 2011-02-20 11:22:34 +00:00
jruoho
0aef142598 Split fujbp(4) and fujhk(4) to separate instances from fujitsu(4). Allows
modularization and takes care of tsutsui@'s justified concern over the too
generic name "fujitsu". Ok gsutre@.
2011-02-20 08:31:46 +00:00
jmcneill
ea4daf2fa5 add Adaptec RAID 3405 2011-02-19 10:54:31 +00:00
jruoho
7e0b5b7921 Add a skeleton driver for Asus EeePC acpiwmi(4) mappings. 2011-02-16 07:30:26 +00:00
pooka
1faeae7181 MSFT assigned the copyright to these files to TNF, so fix license.
Also, make rcsid placement match man.template.
2011-02-14 21:13:17 +00:00
pooka
d6b3a51109 fix nic name in diagnostic. from sandrof 2011-02-14 21:00:17 +00:00
wiz
58edadba15 Fix a typo, add a serial comma. 2011-02-14 09:21:33 +00:00
hannken
48c7d44313 Initial implementation of ibmhawk(4) driver for sensors behind the IBM Hawk
on-board Integrated Systems Management Processor found on some eServers.

Tested on an IBM eServer x335.
2011-02-14 08:50:38 +00:00
jym
b7e3c0fc0b Notify that the file system has to be mounted first before modules can
be loaded from it.

ok pgoyette@
2011-02-13 16:50:16 +00:00
wiz
38a2368cfa Explain "Cannot dlopen non-loadable /usr/lib/libpthread.so.1".
Bump date.
2011-02-13 16:01:39 +00:00
tsutsui
674f943685 Don't forget to build and install MI HIL man pages. 2011-02-09 15:31:30 +00:00
tsutsui
d57520da96 - pull MI HIL device man pages from OpenBSD
- remove obsolete hp300 ite, grf, and hil devices
2011-02-09 15:12:40 +00:00
wiz
e033a66ef0 New sentence, new line. Sort SEE ALSO. Use Dq. Noun is "setup". Fix a Dd. 2011-02-09 14:37:55 +00:00
tsutsui
33fa7ec7aa - update SYNOPSIS and SEE ALSO for wscons support
- remove descriptions about obsolete ioctl
2011-02-09 14:13:09 +00:00
wiz
ce2e52a4f1 New sentence, new line. Bump date for previous. 2011-02-08 09:35:32 +00:00
haad
83425a0f36 Initial import of libdm and dmctl to tree. libdm library can be used
to access, manage and manipulate device-mapper driver. Which opens us bunch
of new possibilities like

	dm-multipath device target
	dm-crypt     device target
	dm-ccd 	     compatibility layer

With this import I'm bringing in dmctl tool for working with dm driver ,too.
I plan to replace gpl2 licensed dmsetup command with our dmctl tool in near
feature. It can also by placed to /rescue where we was not able to put
dmsetup because of licensing problems.

With libdm in tree we can now write RUMP atf test suite for dm driver to
ensure LVM subsystem stability as time goes.

Reviewed by: blymn@ and rmind@
Oked: by no objections on tech-userlevel@
2011-02-08 03:20:13 +00:00
wiz
655eafa2a2 Remove trailing whitespace. 2011-02-02 09:07:32 +00:00
christos
8883daf182 prettier markup 2011-02-01 21:06:13 +00:00
christos
9f6dc01c41 merge the two lists. 2011-02-01 21:03:53 +00:00
christos
08dbb1aa2d Document the remaining vfs.generic sysctls. 2011-02-01 20:43:48 +00:00
pooka
25aec81bb9 expand one sentence a bit 2011-02-01 18:08:38 +00:00
wiz
e2ae63a0ab New sentence, new line; remove trailing whitespace. 2011-02-01 18:01:06 +00:00
dyoung
fac3c48a09 Describe TIOCEXT. Improve description of TIOCPKT_IOCTL. Tell the
width of some TIOCxxx parameters.
2011-02-01 15:53:31 +00:00
njoly
c5514b17cb Move -offset option before column width arguments. 2011-01-30 23:29:24 +00:00
njoly
0b07dcd551 Add missing Ta macro. 2011-01-30 21:48:48 +00:00
rmind
f79a70df93 vn_lock: describe flags, remove reference to lockmgr. 2011-01-30 07:04:48 +00:00
rmind
e5f51d8e44 Sync man page with reality. 2011-01-30 07:02:23 +00:00
wiz
81cd2688f6 Bump for emips. 2011-01-28 09:24:46 +00:00
pooka
96940cc6e5 plop new emips port into various places it should be plopped in to 2011-01-27 19:09:06 +00:00
wiz
16f356de90 Link kprintf(9) to device_printf(9). For David. 2011-01-27 14:48:36 +00:00
nisimura
eabda714e1 add missing license notice as suggested by wiz@. 2011-01-27 11:33:43 +00:00
wiz
5d075ae010 New sentence, new line; full month name in Dd; add RCS Id. 2011-01-27 09:52:13 +00:00
wiz
7515698c17 Dd arguments should be full month names; new sentence, new line;
add serial comma; remove trailing whitespace; avoid xref to itself.
2011-01-27 09:50:00 +00:00
wiz
9422767211 Remove trailing whitespace. 2011-01-27 09:46:59 +00:00
bouyer
4ca29e6bc3 Add a driver for the RDC Semiconductor RDC R6040 10/100 Ethernet controller,
as found in the vortex86 SoCs (http://www.vortex86dx.com).
Ported from freebsd.
Not added to amd64's GENERIC because this CPU is 32bit only.

thanks to DM&P Electronics, Inc for providing documentation and sample
devices for this work.
2011-01-26 18:48:11 +00:00
nisimura
2b86ddb239 introduce sandpoint satmgr(4) and altboot(8) man page entries. 2011-01-26 11:25:51 +00:00
wiz
17d601176d Fix typo. 2011-01-26 09:53:20 +00:00
pooka
5f7e80a834 Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing.  eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman.  Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution.  The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
2011-01-26 01:18:43 +00:00
yamt
b5ca7f5a5b - add some random notes
Basically, KASSERT() should be used for light-weight checks and
     KDASSERT() should be used for heavier ones.

     Callers should not rely on the side effects of expression because,
     depending on the kernel compile options mentioned above, expression might
     not be evaluated at all.

- Xr options(4)
- bump date
2011-01-25 23:46:48 +00:00
wiz
e4b7bc4a76 Do not xref man pages that are not installed.
New sentence, new line.
2011-01-24 22:06:31 +00:00
plunky
0600fed083 correct history 2011-01-24 17:30:38 +00:00
enami
c25b258560 roundup2(x, y) does not assume that x is power of 2, but y is. 2011-01-24 10:22:15 +00:00
jakllsch
49b9ec3bf3 Add pcf8563rtc(4) manual page. Derived from rs5c372rtc(4). 2011-01-24 01:14:59 +00:00
dyoung
609720ff85 Describe device_printf(9).
XXX Need symbolic link device_printf.9 -> kprintf.9.
2011-01-21 17:51:19 +00:00
wiz
958ea6a0d3 Add comma in enumeration. 2011-01-21 10:03:27 +00:00
roy
2302ac3710 Describe the new terminfo environment settings. 2011-01-21 07:55:12 +00:00
mbalmer
04eab910d9 A place for Lua 5.1 modules. 2011-01-20 23:01:55 +00:00
jruoho
816ded3036 Note in SYNOPSIS that fwhrng(4) attachs to ichlpcib(4). 2011-01-20 08:53:24 +00:00
wiz
5cc9db89a8 Use St for POSIX references. 2011-01-19 08:37:56 +00:00
wiz
3998b1527a file system consistency. 2011-01-19 08:34:19 +00:00
uwe
201f16f450 Consistently use .Dv to refer to signal names.
Fix column widths so that troff emits correctly aligned column names.
Use .Sy for column names.
2011-01-19 04:33:13 +00:00
uwe
d361e1886a Sprinkle some markup. 2011-01-19 04:00:21 +00:00
uwe
10263f69df Do some markup cleanup for the benefit of troff PostScript output.
- try to be more consistent with Va/Vt/Dv
- make the space in "... otherwise 0." non-paddable to prevent widow "0."
- consistently use -width "123456" for lists of nodes


TODO: There's still quite a bit of mess to clean up:

- tables of "n+1 level names" are indented (or not) inconsistently
- formatting of node names is inconsistent (normal vs literal)
- references to POSIX should use .St
- filesystem vs. file-system, our old time favorite!
- .Pq adds annoying extra space in troff output, do we really want to use it?
- etc.
2011-01-19 02:25:17 +00:00
uwe
7ec5ba54f5 Be consistent in using (fixed width font) literals. 2011-01-19 00:33:10 +00:00
uwe
cc6916d654 Fix PostScript formatting of the character classes table. 2011-01-19 00:21:19 +00:00
uwe
49460e2535 Use .Va __func__ and .Vt restrict 2011-01-19 00:06:22 +00:00
uwe
bcf6a6c007 Bring over improvements from FreeBSD.
List all of the assignment operators explicitly, for those who have
  been traumatized by perl.

  Add C++ operators (from Christoph Mallon <christoph.mallon@gmx.de>)

Markup improvements to make PostScript output pretty.

Bring back FILES section now that /usr/share/misc/operator is
resurrected.
2011-01-18 23:36:06 +00:00
jruoho
3dfe3f4902 Put the (WDRT) also to the title. 2011-01-17 22:53:29 +00:00
jruoho
0781354583 Furthermore, use "ACPI Watchdog Timer" as the title. 2011-01-17 21:59:40 +00:00
jruoho
9338899ccd Xref acpiwdrt(4). 2011-01-17 21:56:38 +00:00
jruoho
c117169de4 Complete the reference WWW article. Use .Dq. 2011-01-17 21:54:28 +00:00
jmcneill
9037a9b3ff add acpiwdrt(4) man page 2011-01-17 16:08:19 +00:00
jruoho
e11ffc9a79 Remove /usr/share/misc/operator. 2011-01-17 11:19:07 +00:00
jruoho
05cd33ca3c Add two more references. 2011-01-17 07:32:05 +00:00
phx
d036deb14e Added Radoslaw Kujawa's license from sys/arch/amiga/dev/bppcsc.c. 2011-01-15 11:59:42 +00:00
dyoung
979fccad2b In the EXAMPLES section, use device_t and accessors instead of struct
device.
2011-01-14 18:34:44 +00:00
phx
4b9754bc21 Fixed typo: staring -> starting 2011-01-14 11:14:02 +00:00
wiz
3e398539db Remove trailing whitespace, use more markup.
XXX: License missing.
2011-01-14 10:30:02 +00:00
phx
4c54787e40 bppcsc(4) man page 2011-01-14 10:25:14 +00:00
jruoho
e760d369ed Xref xenbus(4). 2011-01-14 10:01:03 +00:00
jruoho
203863eba4 Add AUTHORS. XXX: If you feel that you are missing, please add yourself. 2011-01-14 07:11:18 +00:00
jruoho
38a574e0d6 Xref ioapic(4). 2011-01-14 06:46:35 +00:00
wiz
746164e524 Sort SEE ALSO. 2011-01-13 23:27:11 +00:00
jruoho
c8861148c8 Xref ioapic(4). 2011-01-13 21:12:49 +00:00
jruoho
bfc2f5565e Add ioapic(4). XXX: Needs some work; I'll try to revisit this later. 2011-01-13 21:05:49 +00:00
jym
99627d68df Now that we have pciback(4), Xref it for Xen boot(8), rather than
pcictl(8).
2011-01-13 10:03:29 +00:00
jym
c3dcb3813f Fix my mistake: it is boot.cfg(5), not boot.conf 2011-01-11 13:46:47 +00:00
wiz
f4518bc90a Wording, sort SEE ALSO. 2011-01-11 10:48:49 +00:00
wiz
7f6d1532f6 Remove trailing whitespace and reference to non-existent boot.conf(5). 2011-01-11 10:48:37 +00:00
wiz
03dc1370cc Fix typo, add serial comma, remova trailing space, sort SEE ALSO. 2011-01-11 10:48:05 +00:00
wiz
7733664897 Nitpicking. 2011-01-11 10:47:45 +00:00
jym
3e92b05f36 Add man pages for Xen devices:
pciback.4 xbd.4 xbdback.4 xenbus.4 xennet.4 xpci.4 xvif.4

Blessed by bouyer@
2011-01-11 00:45:04 +00:00
wiz
50a0ea863a Fix It arguments. Also, let's assume it's 2011. 2011-01-09 22:21:55 +00:00
christos
e58abe368a document the new wapbl sysctls. 2011-01-09 16:55:59 +00:00
jruoho
2cca4fb719 Fix wording. 2011-01-09 16:07:45 +00:00
jruoho
8f93d64e6b Use hw.acpi.sleep.state in the example. 2011-01-09 15:55:48 +00:00
jruoho
c381887798 It is not 2010 any more. 2011-01-09 15:46:40 +00:00
jruoho
37f5de3ab8 Add a dummy-driver for ACPI fans. 2011-01-09 15:12:33 +00:00
jnemeth
20fdec7661 Update module_autoload to say that a .plist file will be loaded, and if
that .plist contains noautoload=true then the system will refuse to load
the module.
2011-01-09 05:05:10 +00:00
jruoho
bbc35c14f6 Remove the HARDWARE -title. Use -bullet for .Bl. 2011-01-08 20:13:01 +00:00
jym
883680496d CONSIDERATION => CONSIDERATIONS, to be on par with the rest of man pages. 2011-01-08 18:07:14 +00:00
njoly
e140fcac27 Small typo. 2011-01-07 18:00:12 +00:00
njoly
faebd471be Remove single-quote forgotten in previous cleanup. 2011-01-06 16:37:35 +00:00
njoly
a3bf2b2cf7 Fix macro, OS -> Os. 2011-01-06 15:24:33 +00:00
jruoho
646bca11e5 Note acpipmtr(4). 2011-01-05 21:09:16 +00:00
jruoho
e067d18bf0 Add a driver for ACPI power meters. 2011-01-05 20:08:12 +00:00
jmcneill
2295a2cf7a cdevsw/bdevsw d_type is now d_flag 2011-01-05 17:02:03 +00:00
wiz
d5df399f5a New sentence, new line. Bump date for previous. 2011-01-02 12:48:21 +00:00
is
f203f78e9b Add references RFC3068 and RFC3964; mark draft-itojun-... as expired. 2011-01-02 12:25:30 +00:00
is
66bdb3025d Four and a half year after the end of 6bone, it should not surprise that the
web page dedicated to it is gone. Fortunately, 6bone itself is not referenced
in this manual page. Thanks to aniou@ircnet for the heads-up.
2011-01-02 12:11:46 +00:00
jruoho
70a8aa1e92 Xref __insn_barrier(3) and mb(9) with each other. 2011-01-02 07:14:02 +00:00
jruoho
ee66509215 Note hw.acpi.power and hw.acpi.wake. 2011-01-02 06:20:19 +00:00
jruoho
440e738e48 Update. 2010-12-31 09:50:14 +00:00
jruoho
704b4b5b77 Update. 2010-12-30 12:06:53 +00:00
jmcneill
53a2f36508 show that cir attaches to irbus 2010-12-29 13:48:22 +00:00
jmcneill
243448d4b9 add Hauppauge HVR-850 to list of supported cards 2010-12-28 04:03:58 +00:00
wiz
d3c675587a Remove trailing whitespace. 2010-12-27 18:22:30 +00:00
jmcneill
140a160c21 add auvitek(4) man page 2010-12-27 17:26:57 +00:00
wiz
357238c98b Fix xref and pasto. 2010-12-24 13:00:24 +00:00
skrll
161a2fa924 Bump date. 2010-12-24 12:42:56 +00:00
skrll
f1d73a2c94 Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN marked
objects, and the RTLD_NODELETE and RTLD_NOLOAD flags to dlopen(3).

Mark libpthread as DF_1_NOOPEN and use it to test the functionality.

Somewhat taken from FreeBSD.

Fixes PR 42029.

OK from christos and joerg.
2010-12-24 12:41:42 +00:00
njoly
a4f700b747 Remove double-quotes from .Sx macros. 2010-12-23 19:15:55 +00:00
njoly
7cb979f2f2 Remove double-quotes from .Sx macro. 2010-12-23 16:16:27 +00:00
wiz
c85eb92955 Fix Fn arguments. 2010-12-22 22:02:54 +00:00
jruoho
1a2cca3c4c Fix URL of the paper. 2010-12-22 20:17:50 +00:00
jruoho
b7b8493a00 Document the __builtin_prefetch() GNU extension. 2010-12-22 19:35:41 +00:00
wiz
06fb101b70 Improve wording. 2010-12-22 09:08:09 +00:00
wiz
b0924b5fdf Remove superfluous Pp. 2010-12-22 09:07:15 +00:00
njoly
8d682cb521 Fix xref: rb(3) -> rbtree(3). 2010-12-21 18:05:05 +00:00
jruoho
14755c98a1 Document the __builtin_types_compatible_p() GNU/GCC extension. 2010-12-21 15:05:02 +00:00
jruoho
dafc3c9d20 Note vm.user_va0_disable. 2010-12-21 08:53:25 +00:00
jruoho
c9122a8020 Note the 'vm.user_va0_disable', labelled as "protections against NULL
pointer dereferences".
2010-12-21 08:50:18 +00:00
jruoho
f49f5a040e Remark acpicpu(4). 2010-12-21 08:11:21 +00:00
jruoho
722eddfd32 A small clarification in the example. 2010-12-20 19:15:26 +00:00
jruoho
d17ccb5e4e Xref module(7) and iic(4). 2010-12-20 18:18:32 +00:00
jruoho
707abf0e17 Note options I2C_SCAN. 2010-12-20 18:15:21 +00:00
njoly
36d97c2ac5 Fix section, atf(1) -> atf(7). 2010-12-20 18:11:35 +00:00
wiz
0209ecb39e Fix typos. 2010-12-20 09:11:37 +00:00
jruoho
b4ee4a695f Remove C1E from CAVEATS, as it is now handled by acpicpu(4). 2010-12-20 08:34:15 +00:00
jruoho
50e8d1386f Note that all relatively new x86 systems should prefer acpicpu(4).
Also mention that the legacy ENHANCED_SPEEDSTEP and POWERNOW_K8 are known to
be problematic or entirely dysfunctional with new processors.
2010-12-20 08:33:09 +00:00
jruoho
34de850242 Fix xref. 2010-12-19 10:08:44 +00:00
jruoho
b5b75a6230 Document __builtin_constant_p(). 2010-12-19 10:07:23 +00:00
jruoho
b9d6470c45 Document the __builtin_return_address() GNU extension. Again this is well
justified due to the wide use of these non-standard extensions in the tree.
2010-12-19 09:30:49 +00:00
wiz
da99cab7e4 Uppercase Dt argument, use \e for backslashes. 2010-12-19 08:56:17 +00:00
jruoho
354e4b2073 Xref ssp(3) and clean SEE ALSO. 2010-12-19 08:31:38 +00:00
jruoho
ab60c9baab A small fix. 2010-12-19 08:14:03 +00:00
jruoho
c29a3eba93 Document the __alignof__ GNU extension. 2010-12-19 08:10:07 +00:00
jruoho
2daf152b55 There is no harm to add a manual page for the GNU typeof()-construct, given
that it has already crawled into the source tree.
2010-12-17 12:14:03 +00:00
jruoho
43b7e12140 Note that the previous are available only for the kernel. 2010-12-17 08:23:04 +00:00
jruoho
cc55e6fca5 Briefly describe __read_mostly and __cachline_aligned. 2010-12-17 08:13:09 +00:00
jruoho
5a336bb26c Note __func__ and restrict. 2010-12-17 07:25:33 +00:00
jruoho
52b33dcfd8 Add __insn_barrier(3). XXX: Someone more knowledgeable may want to check this. 2010-12-17 07:10:37 +00:00
pgoyette
0b50de93ef Darn - can't tytpe today! 2010-12-16 19:31:47 +00:00
pgoyette
680aae4e9d Get this right (don't need to \ escape the [Ba]) and update the date 2010-12-16 19:30:44 +00:00
wiz
c4245e6781 Sort sections 2010-12-16 19:13:26 +00:00
pgoyette
1ac135da61 Fix typo - or_eq is "|=" and not "!=" 2010-12-16 18:51:39 +00:00
jruoho
df18c5ee83 Xref iso646(3). 2010-12-16 18:45:38 +00:00