delphij
58be1647f8
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
MFC after: 2 weeks
2010-04-14 22:02:19 +00:00
julian
3afd129658
Man page change to documant slight change in ktr_alq behaviour.
2010-04-14 21:44:14 +00:00
yongari
f93aa668f5
Add sge(4) man page and hook up sge(4) to the build.
...
Also add Xr to appropriate man pages.
2010-04-14 21:27:48 +00:00
uqs
3960614646
mdoc: order prologue macros consistently by Dd/Dt/Os
...
Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.
Reviewed by: ru
Approved by: philip, ed (mentors)
2010-04-14 19:08:06 +00:00
jkim
c72759cf3c
Reflect recent logo_saver changes and mention dragon_saver.
2010-04-07 18:04:25 +00:00
sam
851dfdb799
remove pre-vap examples
2010-03-21 17:53:54 +00:00
uqs
9fb1de27ea
- Use Va' for variables instead of
Dv'.
...
- Correctly spell negative values.
- Also fixes make manlint.
Found by: make manlint
Reviewed by: ru
Approved by: philip (mentor)
2010-03-16 11:38:07 +00:00
joel
754f08a502
Switch to our preferred license.
...
Approved by: Dirk-Willem Van Gulik <dirkx@webweaving.org>
2010-03-15 20:25:28 +00:00
gavin
08d0d0b9a9
Add extra Xrefs
...
PR: docs/114184
Submitted by: Julian Stacey <jhs berklix.org>
MFC after: 1 week
2010-03-14 15:49:04 +00:00
uqs
8f141f1a13
Fix several typos in macros or macro misusage.
...
Found by: make manlint
Reviewed by: ru
Approved by: philip (mentor)
2010-03-12 10:01:06 +00:00
jkim
2536fa97ed
Document a new sysctl variable and a loader tunable.
2010-03-09 19:19:07 +00:00
joel
ce168ed4ea
Switch to our preferred license text.
...
Approved by: imp
2010-03-06 05:57:24 +00:00
joel
04b3e5e516
Use our preferred license text (no more "voices in his head"). While here,
...
also move to a 2-clause license. From n_hibma@:
"The 3rd clause was originally there for a reason, but I guess that it is
safe to assume that no one can assume endorsement by me or anyone else
without prior consent on anything really, so we might as well remove that
clause."
Approved by: n_hibma
2010-03-04 22:06:57 +00:00
mav
dbc93a40a0
Add links to cam(4).
2010-03-04 11:09:49 +00:00
mav
12779ad532
Reflect added CAM ATA support.
2010-03-04 10:59:21 +00:00
mav
95701bd337
Add some more supported controllers.
...
Crosslink with CAM ATA man pages.
2010-03-03 19:44:43 +00:00
joel
93bfc0e795
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
glebius
f5bbcec387
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
mav
5f40a0e0dc
Some style and language improvements.
...
Submitted by: ru
2010-03-02 09:23:54 +00:00
yongari
3e5a8db6e1
Document newly added loader tunable and sysctl variable dev.mskc.%d.int_holdoff
2010-03-01 23:56:51 +00:00
weongyo
211de15124
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
88409fe324
Connect bwn.4 to the build.
2010-02-25 19:43:22 +00:00
nwhitehorn
8e85b4c372
Add the ability to set SMU-based machines to restart automatically after
...
power loss.
2010-02-24 01:27:36 +00:00
nwhitehorn
876d9ec051
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
nwhitehorn
b258f095f7
Add a manpage for smu(4) now that it does something useful.
2010-02-23 04:56:06 +00:00
weongyo
2eef358f95
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
gavin
f40e5da60d
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
brucec
36b8524222
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
c708ada580
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
4601e94326
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
238dae6d52
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
brucec
0f6964e1c3
Fix typo and remove extra spaces.
...
Approved by: rrs (mentor)
MFC after: 3 days
2010-02-08 20:04:16 +00:00
gavin
c54452e915
Add support for a few more Sony-specific ACPI features (default display
...
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
2010-02-07 18:36:30 +00:00
gavin
794b9c1e98
Bump .Dd for r203620
...
MFC after: 1 week
2010-02-07 18:06:55 +00:00
gavin
009555be18
Document support for the D-Link DFE520-TX card (supported with the vr(4)
...
driver)
PR: kern/135989
Submitted by: "Rashid N. Achilov" citycat4 ngs.ru
2010-02-07 18:05:12 +00:00
joerg
8d6ed99eb0
Add xrefs to gpib(3), now that it exists.
...
MFC after: 3 days
2010-02-01 21:01:20 +00:00
thompsa
21efcfed68
Hook run(4) to the build.
2010-01-28 22:28:01 +00:00
thompsa
47c70728c0
Add run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.
...
This driver was written for OpenBSD by Damien Bergamini and ported over by
Akinori Furukoshi.
2010-01-28 22:24:54 +00:00
joerg
e235f8c667
Fix typo in xref (it accidentally referenced itself).
...
MFC after: 1 day
2010-01-28 19:12:40 +00:00
mav
e348f728a7
Note added FIS-based switching support.
2010-01-28 18:15:19 +00:00
delphij
9b81a2fd8d
Add a manual page for nvram(4).
...
MFC after: 2 weeks
2010-01-27 00:34:52 +00:00
delphij
d9a0cd0982
Revised revision 199201 (add interface description capability as inspired
...
by OpenBSD), based on comments from many, including rwatson, jhb, brooks
and others.
Sponsored by: iXsystems, Inc.
MFC after: 1 month
2010-01-27 00:30:07 +00:00
joerg
048b796ee5
Add an example, derived from the basic demo phk once sent me.
2010-01-25 06:37:44 +00:00
joerg
bdb90ab51e
Add man pages for the gpib(4), pcii(4), and tnt4882(4) drivers.
...
MFC after: 3 days
2010-01-24 19:11:08 +00:00
mav
b1036989e7
Add "MIXER CONTROLS" chapter.
2010-01-22 11:04:25 +00:00
gavin
f4c494dd6f
Fix HISTORY section to detail the history of the driver, not the man page.
...
Approved by: ed (mentor, implicit)
2010-01-16 14:33:22 +00:00
gavin
dbf9de710a
Fix loader.conf(5) Xref
...
Approved by: ed (mentor, implicit)
2010-01-16 14:32:02 +00:00
brueffer
4a757d7efd
Manpage for the siba(4) Sonic Inc. Silicon Backplane driver.
...
Submitted by: weongyo
2010-01-15 19:34:40 +00:00
ru
fdf6718f33
Use the newly brought %U macro.
2010-01-15 16:01:22 +00:00
brueffer
e5346cbead
Add manpages for ipwfw(4) and iwifw(4), based on iwnfw(4).
...
MFC after: 2 weeks
2010-01-14 22:21:43 +00:00