yamt
a98fc11858
note that bufq_cancel might be expensive
2009-01-24 05:54:35 +00:00
lukem
6299875ab1
We don't have an MI crash(8), so don't reference it.
...
Thanks to Hubert for the reminder.
2009-01-20 04:10:38 +00:00
jmcneill
3ba8641fb1
Remove note about 11a mode not working properly.
2009-01-19 12:38:13 +00:00
wiz
74e376961d
Fix Dd, make output HTML-ready, punctuation and casing improvements.
2009-01-16 23:27:49 +00:00
wiz
8b7eddbcfe
Fix Dd, add Xref to age(4).
2009-01-16 23:26:31 +00:00
cegger
72d24efba3
manpages for new age(4) and atphy(4) drivers.
2009-01-16 21:27:41 +00:00
uebayasi
7caa97c9ca
config_found_sm(9) -> config_found_sm_loc(9)
2009-01-16 09:51:34 +00:00
reed
4ee2689ef3
Also add cdrom (which is created by sysinst).
...
And add trailing slash to pts directory (just added a moment ago).
2009-01-14 01:51:29 +00:00
reed
91e4be2a1c
Add pts, kern, proc mount points.
...
These are created by sysinst.
(I don't see in mtree spec files either.)
2009-01-14 01:46:51 +00:00
yamt
70de973662
g/c BUFQ_FOO() macros and use bufq_foo() directly.
2009-01-13 13:33:58 +00:00
christos
24af933098
mention panic uses.
2009-01-12 16:28:03 +00:00
wiz
878e839563
New sentence, new line.
2009-01-11 22:03:56 +00:00
pooka
b5d278fb51
document -o rump
2009-01-11 20:51:18 +00:00
skrll
e53ff1f7b0
It's "show uvmhist" not "uvmhist".
2009-01-11 16:15:37 +00:00
apb
a61d570b55
Move explanatory text above the "dynamically-created" example,
...
to match other examples.
2009-01-09 09:39:05 +00:00
jakllsch
0ccde41dde
Move the 'dhcp' example so it doesn't disrput flow
...
into the note about use of 'create'.
bump date.
2009-01-08 18:33:47 +00:00
jnemeth
cb3aa28dce
mention fdc
2009-01-07 09:12:38 +00:00
dholland
2ecf4e1631
typo fix
2009-01-05 02:42:18 +00:00
he
adb91b85f0
Get rid of an extranous .Ed request, and the warning about
...
unknown NetBSD version `A'.
2009-01-04 22:55:02 +00:00
jdc
68874eb4ac
Add missing callout_* links and order the callout_* links as per the
...
manual page.
2009-01-04 19:33:56 +00:00
jdc
639713fd10
Add callout_pending to NAME section.
2009-01-04 19:32:16 +00:00
christos
c77bd99b1b
add back siisata.
2009-01-04 16:38:58 +00:00
wiz
5458c8ef0a
Drop trailing whitespace. Remove unneeded Pp before Ss.
2009-01-04 16:30:17 +00:00
hubertf
b007c29b93
* in diagrams, name routers as such
...
* enhance formatting
* add section headers for examples
2009-01-04 16:27:48 +00:00
wiz
211af1fdb9
Add man page for gcscaudio driver.
2009-01-04 15:34:17 +00:00
apb
a0398a9d79
* Add etc/rc.d/rndctl script, based on work by Brian A. Seklecki. This
...
allows you to invoke rndctl(8) during the boot.
* Add rndctl=NO and rndctl_flags="" to /etc/defaults/rc.conf.
* Document rndctl and rndctl_flags variables in rc.conf(5).
2009-01-04 12:10:30 +00:00
wiz
5eea853f3e
New sentence, new line. Remove another esl(4) reference.
2009-01-03 18:27:36 +00:00
wiz
238aa4a6a2
New sentence, new line.
2009-01-03 18:27:19 +00:00
christos
30173a3005
remove siisata and esl. (KIYOHARA Takashi)
2009-01-03 17:44:20 +00:00
wiz
c1e161c47f
Mark up NULL with .Dv.
2008-12-29 15:57:01 +00:00
ad
a6dfe8170e
Add a bunch of new text, in particular:
...
Use of KM_NOSLEEP is strongly discouraged as it can
create transient, hard to debug failures that occur
when the system is under memory pressure.
In situations where it is not possible to sleep, for
example because locks are held by the caller, the
code path should be restructured to allow the allo-
cation to be made in another place.
2008-12-29 12:43:47 +00:00
ad
a3caa093d1
Tweak text.
2008-12-29 12:18:12 +00:00
stacktic
49e78c0c1f
VFS_UMOUNT -> VFS_UNMOUNT; fix typo.
2008-12-23 09:11:59 +00:00
wiz
6b473e55d0
Improve English, sort sections, various other stuff.
2008-12-22 08:52:37 +00:00
haad
59ceebd061
Add initial version of manpage about device-mapper driver.
...
XXX: it is not added to the build yet.
2008-12-22 02:28:28 +00:00
ad
e486cbc29c
-Kernel preemption is currently disabled by default.
...
-It can be enabled by tweaking kern.sched.kpreempt_pri sysctl.
+On architectures where kernel preemption is not supported natively, these
+functions may still be used.
2008-12-21 10:32:56 +00:00
ad
c3d0770eca
-If non-zero, DDB will be entered when the kernel panics.
...
+If non-zero, DDB will be entered if the kernel panics.
2008-12-21 10:30:08 +00:00
wiz
824e316688
Various improvements: wording, macro usage, section naming, structure.
2008-12-20 17:25:20 +00:00
wiz
fbbf73942d
Drop trailing whitespace. Bump date for poffd.
2008-12-20 17:17:05 +00:00
wiz
9f442ba1cf
mdoclint cleanup.
2008-12-20 16:53:56 +00:00
isaki
cf59801230
x68k pow(4) now uses MI sysmon_pswitch framework. suggested by tsutsui@.
...
- Make MD poffd(8) retire, and use MI powerd(8) instead of it.
- Make /dev/pow1 retire, because nobody holds /dev/pow0 any longer.
Use /dev/pow0 for pow(4) ioctl.
- POWIOCSSIGNAL ioctl which is for poffd(8) is also obsoleted.
2008-12-20 13:20:58 +00:00
cegger
e2017bb870
MALLOC and FREE macros no longer exists.
2008-12-19 13:41:03 +00:00
wiz
e0b3354a66
mdoclint cleanup:
...
Sort SEE ALSO, fix xref sections, new sentence - new line.
2008-12-17 10:33:35 +00:00
christos
6be7b1d936
kill bitmask_snprintf
2008-12-16 22:50:32 +00:00
jakllsch
9ff34ac12b
Add siisata(4) to the lists. From KIYOHARA Takashi.
2008-12-16 02:14:24 +00:00
wiz
e07f76d158
New sentence, new line. Drop trailing whitespace.
2008-12-14 13:51:33 +00:00
jmcneill
00c12be141
Note that the Elantech trackpad support only works for firmware revisions
...
2.48 and above.
2008-12-14 00:56:14 +00:00
jmcneill
8f9f0cd4d2
Document PMS_ELANTECH_TOUCHPAD option and hw.elantech.* sysctls, bump date.
2008-12-14 00:52:26 +00:00
christos
83d64e1dc1
sort keywords
2008-12-13 23:36:21 +00:00
christos
57e2347761
document the clear option, from Anon Ymous..
2008-12-13 23:32:24 +00:00
wiz
9a202445ca
Bump date for previous, improve wording a bit.
2008-12-11 15:44:23 +00:00
mishka
43e91ff9f2
Import rc.d/httpd script for httpd(8) daemon control.
...
See rc.conf(5) for options explanation.
2008-12-11 13:55:16 +00:00
pooka
a6139afb88
pmap_kernel() is syntactic sugar for kernel_pmap_ptr now.
2008-12-09 20:49:40 +00:00
isaki
ebf3ebe713
Fix two typos in function name.
2008-12-07 05:15:21 +00:00
wiz
0fd5c9fa8d
Bump date for zaurus key combination.
2008-12-05 23:48:51 +00:00
ober
dbc045b3d9
Update ddb.4 to include Zaurus key combinations.
2008-12-05 17:04:14 +00:00
dholland
ce6785d91d
Bump date for mjf's Dec 4 2007 commit that corrected the description of
...
magiclinks and added @ruid.
2008-11-30 23:39:20 +00:00
wiz
031e00d766
Fix typo, remove .Pp before .Sh (unneeded).
2008-11-28 22:31:01 +00:00
tsutsui
038f5e59df
- use Em for HZ
...
- add xrefs to hz(9) and time_second(9)
2008-11-28 11:16:26 +00:00
tsutsui
244d8626e7
- reorder description per meanings
...
- note header files in SYNOPSIS
- remove obsolete internal description about hardclock(9)
- note that microtime(9) and microuptime(9) family functions are prefered
for atomic operation (from FreeBSD's time(9))
- add more related Xrefs
2008-11-28 11:13:47 +00:00
tsutsui
bcd97fa439
Sync with microuptime(9):
...
- improve punctuation
- add explicit xref to hz(9)
- use Em for HZ
2008-11-28 10:55:41 +00:00
tsutsui
f7287b16da
- use Em for HZ
...
- also add hz(9) to SEE ALSO
2008-11-28 10:52:22 +00:00
wiz
57d3e14026
New sentence, new line. Use more markup. The character is nul with one l.
2008-11-26 18:57:01 +00:00
wiz
70892e83d4
Fix part of previous, and add link to hz(9) so it will
...
not happen again.
2008-11-26 18:40:22 +00:00
wiz
3d0a66fece
Casing and punctuation improvements.
2008-11-26 18:37:11 +00:00
tsutsui
7cad77bd7e
Add a section which describes struct bintime.
2008-11-26 13:11:34 +00:00
tsutsui
74e78b8faa
Bump date for previous.
2008-11-25 14:03:28 +00:00
tsutsui
ec756dcdab
Pull expected usage of get*uptime() functions from <sys/timevar.h>
...
as well as microtime(9) man page.
2008-11-24 18:37:47 +00:00
tsutsui
567491a4b3
Add Xref to new timecounter(9).
2008-11-24 14:36:40 +00:00
tsutsui
427495e3ff
Replace timecounter(9) man page with OpenBSD's tc_init(9)
...
since the previous one was derived from FreeBSD's time(9)
which was based on NetBSD's time_second(9), and
it didn't mention the timecounter framework itself.
2008-11-24 14:25:15 +00:00
tsutsui
e27e32c9d4
Add tvtohz(9) man page, which is Xref'ed from microtime(9) and microuptime(9),
...
from FreeBSD.
2008-11-24 14:08:12 +00:00
tsutsui
ad4de7f1e5
Merge description about bintime(9), getbintime(9), getmicrotime(9),
...
nanotime(9), and getnanotime(9) from FreeBSD's microtime(9) man page,
and add appropriate MLINKS.
2008-11-24 13:50:07 +00:00
tsutsui
f208f6681d
Add MLINKS to binuptime(9), getbinuptime(9), getmicrouptime(9), nanouptime(9),
...
and getnanouptime(9) from microuptime(9).
2008-11-24 12:09:54 +00:00
tsutsui
3c3eaa10e7
Put FreeBSD's RCS Id for reference.
2008-11-24 11:55:22 +00:00
reed
501cda2f78
Mention the rc.d script.
...
Some users may thing that this config is used directly by a binary.
2008-11-22 23:08:31 +00:00
njoly
f924710dd2
Fix mdoc warning: Empty input line.
2008-11-20 13:31:11 +00:00
wiz
d01551648e
End sentence with a dot.
2008-11-20 10:33:24 +00:00
jnemeth
8a3145769f
PR/39958 - Joerg Niendorf -- grammar and Xref fixes
2008-11-20 10:09:06 +00:00
wiz
b2cdc6d356
New sentence, new line; add commas; use Aq; only use Xr for existing man pages.
2008-11-20 09:07:09 +00:00
wiz
68df25679c
Ox only takes one argument, break line after version number.
2008-11-20 09:06:44 +00:00
reed
28e6e6718a
Add more details for copyright and welcome.
2008-11-18 13:04:04 +00:00
ad
5d185a94b0
ramdisk.kmod -> miniroot.kmod
2008-11-18 11:13:00 +00:00
bouyer
001faf8e6c
Add etherip to the list of interface supporting ETHER_VLAN_MTU.
2008-11-15 21:37:12 +00:00
mrg
867022784c
revert sparc back to default of XFree86 at the request of macallan.
2008-11-15 11:27:49 +00:00
apb
c89f08d79b
Add support for new MAKEVERBOSE levels 3 and 4. The complete list is now:
...
0 Minimal output ("quiet")
1 Describe what is occurring
2 Describe what is occurring and echo the actual command
3 Ignore the effect of the "@" prefix in make commands
4 Trace shell commands using the shell's -x flag
The default remains MAKEVERBOSE=2.
2008-11-13 20:40:11 +00:00
njoly
666b1f282d
mdoc warning fix.
2008-11-13 10:25:15 +00:00
pooka
b2fa04c6b2
Now that MKPUFFS is default, kill it as advertised.
...
While there, give puffs and refuse files sensible syspkg entries.
2008-11-12 13:17:27 +00:00
ad
0efea177e3
Remove LKMs and switch to the module framework, pass 1.
...
Proposed on tech-kern@.
2008-11-12 12:35:50 +00:00
reed
ce38195e06
Reference secmodel_securelevel(9) manual page.
2008-11-11 00:18:48 +00:00
reed
5c180a1861
Fix Document Title and one line description.
2008-11-11 00:10:39 +00:00
reed
452130b57f
Reference secmodel_securelevel manual page.
2008-11-11 00:08:52 +00:00
elad
bd9a6d9b4f
Add Hugh Graham (hugh@openbsd.org) to the copyright notice.
...
This man-page is based on OpenBSD's securelevel(7), and the copyright was
not reflecting that (probably due to a copy/paste error on my part; I can't
remember).
Noticed by Jeremy C. Reed, thanks!
2008-11-10 15:00:18 +00:00
mrg
9c8df5ee67
- retire MKXORG from public use
...
- introduce X11FLAVOUR to choose src/x11 vs src/external/mit/xorg
for the X11 to build if MKX11=yes is set. it takes the values
of either Xorg or XFree86.
- default to Xorg on alpha, i386, macppc, shark, sparc and sparc64
- remove MKXORG_WITH_XSRC_XSERVER, unused and never useful
2008-11-09 23:02:28 +00:00
wiz
1c06724455
Bump date for previous.
2008-11-09 19:57:18 +00:00
rmind
1ab44d6592
Update uvm_km_suballoc() description.
...
Also closes PR/38713.
2008-11-09 19:37:37 +00:00
pgoyette
57edb16273
Update for new reality.
2008-11-09 14:00:48 +00:00
jdc
61d904bdb2
Note 4Gb limit for booting U1 and U2 machines.
2008-11-09 11:49:36 +00:00
wiz
5c9fd16b20
Fix typo.
2008-11-07 16:46:00 +00:00
joerg
a9e7045184
Don't reference pkgsrc package.
2008-11-07 14:51:12 +00:00
joerg
a0241f836c
Drop FILES section.
2008-11-07 14:50:45 +00:00
joerg
2af8c311c1
Don't reference pkgsrc firmware package.
2008-11-07 14:50:16 +00:00
joerg
4cab5b31e4
Update to reflect that the firmware images are shipped with base now.
...
For ipw and iwi also document the sysctl variables.
2008-11-07 11:41:34 +00:00
wiz
e896af94f7
ext2 -> Ext2, to match newfs_ext2fs.
2008-11-06 19:40:03 +00:00
wiz
55bab24118
Spelling fixes.
2008-11-06 17:51:39 +00:00
wiz
e68e7dcd1f
Use Nx instead of NetBSD; spell "ext2" with lower case 'e', per Wikipedia.
2008-11-06 17:48:33 +00:00
tsutsui
4a22671764
- misc updates and fixes to sync with reality:
...
- boot loader prompt
- netboot with the NetBSD boot loader
- banner on LCD
- add some Xrefs
2008-11-06 16:20:55 +00:00
wiz
0330938e14
Use more markup. New sentence, new line. Spelling fixes.
2008-11-03 08:48:41 +00:00
jnemeth
3278bb42bf
add new nsp.4 manpage
2008-11-02 23:47:41 +00:00
tls
09c3b3c8d4
Add manual page for nsp(4), the driver for NSP2000 cryptographic
...
accellerators. Adjust mdoc.local so it knows about .Fx 4.11, present in
nsp manual page.
2008-11-02 22:11:36 +00:00
christos
21e13aaf56
reflect reality in the struct members.
2008-10-31 14:15:12 +00:00
apb
b6f5a7e64f
Improve the description of what the "-c" (RB_USERCONF) flag does.
2008-10-30 09:49:23 +00:00
wiz
9ea60f369f
Use fixed date in Dd (our mdoc macro set doesn't support Mdocdate).
2008-10-30 08:35:09 +00:00
jkunz
fb8ec4c35a
Ported alipm(4) and admtemp(4) from OpenBSD.
2008-10-29 17:26:56 +00:00
wiz
c9fe8b901d
Use .Er for error codes.
2008-10-28 18:42:54 +00:00
plunky
d2d4850456
clarify allocation/error return of sockopt_set()
2008-10-28 12:07:25 +00:00
apb
f46c1de7cb
Use ${TOOL_SED} instead if plain sed in Makefiles.
2008-10-25 22:27:34 +00:00
wiz
cc55bad434
Wording improvements.
2008-10-21 08:43:15 +00:00
lukem
ddd1724f86
xref rescue(8)
2008-10-21 02:32:37 +00:00
lukem
422fa60cb1
Install rescue(8)
2008-10-20 22:29:39 +00:00
tsutsui
147b99ba9a
- note that local hostname settings might be overriden by dhclient(8)
...
- add more info about DHCP settings in the network configuration section
- bump date
2008-10-20 14:56:44 +00:00
wiz
5154780b79
Drop trailing whitespace.
2008-10-20 07:06:21 +00:00
lukem
6cf201421e
Document using boot -a and /rescue/init if the system fails to boot with
...
"init: not found".
2008-10-20 06:42:53 +00:00
lukem
d20564358b
Adapt to NetBSD:
...
* Recommend checking /lib and /libexec for corruption.
* A NetBSD installation CD should suffice for recovery if necessary.
* I designed & wrote the rescue framework in NetBSD; update credits.
(The FreeBSD guys were inspired by it)
* Other minor tweaks to differences in the systems.
2008-10-20 06:26:47 +00:00
lukem
c99131c058
Add a manual page for /rescue.
...
Obtained from FreeBSD src/share/man/man8/rescue.8 1.3
This is the FreeBSD version; NetBSD customisation to occur
in followup commits.
2008-10-20 06:14:28 +00:00
jmcneill
5518ca3b9a
Add thinkpad(4) man page.
2008-10-18 20:44:53 +00:00
bouyer
02d1e70f68
Bump date for previous.
2008-10-17 20:02:39 +00:00
bouyer
0baa6a3c03
Fix product name, it's JMC2x0 not JME2x0.
...
Pointed out by ethanhsiao at jmicron in private mail.
2008-10-17 19:31:00 +00:00
wiz
ff9e9f093f
Sort sections.
2008-10-16 22:22:08 +00:00
abs
298c5ac7ad
Add SB700 to the list of supported controllers, and include a caveat
...
that some SB700 controllers can hang under load when Native IDE
mode is selected in the system BIOS, but work fine in AHCI mode.
2008-10-16 19:51:58 +00:00
sborrill
fb3d071819
Correct existing Xen example and add Xen with serial console example.
...
Refer to boot.cfg(5) for Xen examples from boot(8).
2008-10-15 14:32:26 +00:00
wiz
34edb0b49f
Typo fix and punctuation nit.
2008-10-14 09:29:40 +00:00
apb
76b1d72406
Update lists of options (sync with i386/boot(8) man page).
2008-10-13 20:41:21 +00:00
apb
c042908183
Update MI boot(8) man page from i386/boot(8)
2008-10-13 20:40:52 +00:00
apb
055794e083
Update i386/boot(8) man page:
...
* Explain that the native boot protocol sets flags in boothowto,
while multiboot passes args as strings.
* Add missing option letters.
* For each option letter, say which flag it sets in boothowto.
* Describe the "load" and "multiboot" commands.
* Xr multiboot(8).
* Some chnges in wording.
2008-10-13 20:40:25 +00:00
bouyer
1c69cc93b9
Jumbo frames is supported.
...
Note new default values for interrupt mitigation counters.
2008-10-13 18:02:43 +00:00
pgoyette
f8f4f1a3da
Update to add i2c bus attachment
2008-10-13 12:22:06 +00:00
wiz
d2d98e300e
Bump date for previous.
2008-10-13 10:38:43 +00:00
is
2e6f2566cb
The firmware URL changed.
2008-10-13 10:07:24 +00:00
is
93d402c342
Load firmware from .../firmware/stuirda, not ../uirda, to avoid confusion.
2008-10-13 10:01:24 +00:00
wiz
86f5ab01f4
Sort sections. Improve grammar. Short NAME and lengthen DESCRIPTION.
...
Use \*[Lt] and \*[Gt] for better HTML output.
2008-10-13 08:39:27 +00:00
wiz
454fce8400
Drop trailing whitespace. Sort supported hardware.
...
Put RCS Id at top. Sort SEE ALSO.
Comment out loader.conf(5) section.
2008-10-13 08:33:04 +00:00
wiz
7eae71285b
Bump date for previous, use Fx for FreeBSD.
2008-10-13 08:27:13 +00:00
plunky
55e1b371a4
update to clarify that
...
sockopt_init() may sleep
sockopt_set() will not sleep
2008-10-12 09:27:57 +00:00
bouyer
540cab1ec8
jme(4), a driver for JMicron Technologies JME250 Gigabit Ethernet and
...
JME260 Fast Ethernet PCI Express controllers.
Written with a lot of cut-n-paste from the FreeBSD jme(4) driver.
No support for jumbo ethernet frames yet (but should come soon).
Thanks to JMicron Technologies for providing me sample boards and
documentation for this work.
2008-10-11 21:54:11 +00:00
joerg
1c412f9948
Add example of booting Xen.
2008-10-11 13:20:29 +00:00
joerg
db5825abd5
Add u3g(4) driver from FreeBSD. This driver provides better support for
...
3G datacards than ugensa and will replace the latter for the supported
devices.
2008-10-10 16:37:15 +00:00
pgoyette
fc071384c8
Since I nuked the old adt7467c driver, I might as well nuke the man page.
2008-10-08 01:15:11 +00:00
apb
3fa869bc3a
Add a NOTE saying that invalid usage leads to undefined behaviour.
...
Inspired by PR 39684.
2008-10-07 13:03:50 +00:00
rmind
76b74101d5
Mention few more changeable SysV IPC parameters, sync with reality.
2008-10-07 09:36:17 +00:00
pgoyette
b0981f0188
fixed botched update in last
2008-10-06 22:51:15 +00:00
pgoyette
23970ca9fd
OOooops, part of this had already been done. Remove duplicate descriptions
...
of -1 and -2 options. Reorder the synopsis line to put the numeric options
before the alphabetic ones.
2008-10-06 21:04:51 +00:00
pgoyette
3b3e1e2687
Document the -1 and -2 options, and include this in amd64 as well as i386
...
Fixes my PR/38816
2008-10-06 20:25:42 +00:00
pooka
de40c24778
int -> u_int per source
2008-10-06 13:51:38 +00:00
pgoyette
aef4db128d
Various clean-ups:
...
1. Trange sysctl's belong to the temp sensors, not to the fan controllers
2. Trange really describes a slope on many chips, so modify the description
3. Most of the sysctl's are read/write even if the chip's config is
locked; reflect that in the CTLFLAGs
4. Apply correct 'nominal' values for voltage sensors/limits, specify
them in microVolts, and calculate once rather than each time needed
5. Be more consistent in register names - for example, use VCC instead of
SUPPLY_VOLTAGE, to match VCC_LOWLIM & VCC_HIGHLIM
6. Type of dbcool_islocked() should be bool, not int
7. Reduce some unnecessary code indentation
8. Define Vtt and Imon, and add ADT7490 support (excluding PECI sensors)
9. Split the huge (250+ lines) dbcool_setup() function into a few smaller
routines for better readability
10. Update sensor tables for ADT7476 and ADT7468 - these chips have five
voltage sensors, not two
11. Adjust flags for ADT7463 and ADM1027 - these chips can monitor CPU
VID data bits
12. Update man page
2008-10-06 01:35:35 +00:00
pooka
8c1c8c2229
fix example: ONCE_DECL(), not DECL_ONCE()
2008-10-03 16:19:46 +00:00
pgoyette
f51b492004
Remove reference to sdtemp.4 - committed in error
2008-10-02 11:05:23 +00:00
wiz
6f5813fea3
Whitespace changes (including new sentence, new line).
...
Uppercase Dt argument.
Use more macros.
2008-10-02 07:55:26 +00:00
pgoyette
0219f2ad21
Add new driver for dbCool(tm) family of Thermal Monitor and Fan Controller.
...
Supported chips: ADM1027, ADM1030, ADT7463, ADT7466, ADT7467, ADT7468,
ADT7473, ADT7475, and ADT7476. Notably missing is the ADT7490, and fan
controller support on the ADT7466 is still on the to-do list.
Tested by myself and njoly@
Reviewed by garbled@
Commit approved by christos@, bouyer@, cube@, and matt@
2008-10-02 00:47:51 +00:00
jmcneill
c46c423e8e
Remove esl(4)
2008-09-30 16:45:33 +00:00
njoly
a16a8ca004
Add missing .El directive.
2008-09-24 22:54:10 +00:00
pooka
0806536f52
* vmem_create returns vmem_t *, not vmem_t
...
* document ipl
2008-09-24 21:11:25 +00:00
reed
839a072b21
Use Subsection headers instead of Symbol macro
...
for a few headers. This makes this consistent with the
other boot.8 manual pages.
(I am guessing a typo was done one time and then duplicated to few
other man pages. I noticed when looking at print version which had
all architecture boot.8 pages.)
2008-09-24 20:07:05 +00:00
reed
43148f18f3
Add architecture to the man page headers.
...
This is an optional argument to .Dt.
I noticed in printed docs, that format(8) didn't mention "vax".
Then I saw a few others were missing too. This makes it consistent
with some others there.
If this is wrong, then these files shouldn't be in the architecture
specific directories.
2008-09-24 18:19:13 +00:00
pooka
1179d6842d
Make kauth_cred_setgroups() signature match the const, hard reality.
2008-09-23 22:40:46 +00:00
briggs
d36327b66c
IPTOS values are defined in netinet/ip.h, not netinet/in.h.
2008-09-23 14:58:05 +00:00
hubertf
c9ffef3ace
use latest TNF copyright
2008-09-22 13:09:22 +00:00
hubertf
8699105838
Sign over my copyright to TNF
2008-09-22 13:06:57 +00:00
jmcneill
db7284abeb
Remove entry in BUGS section about bulk endpoints; bump date.
2008-09-21 18:02:00 +00:00
wiz
ef44e0ac9a
Describe hw.acpi_supported_states. Info from joerg.
2008-09-21 11:13:14 +00:00
wiz
02f427ae01
Mention two relevant sysctls. Info provided by joerg.
2008-09-21 11:12:36 +00:00
hannken
cb5bd77c51
Obsolete fssbs(4). The kernel thread is named fssN now.
2008-09-21 10:25:07 +00:00
apb
94f952dfe5
* Allow multiple commands in $ifconfig_xxN variables in rc.conf(5).
...
This may be done either by embedding newlines in the value,
or by using semicolons to represent line breaks (but not both at once).
* Allow shell quoting insode $ifconfig_xxN variables or /etc/ifconfig.xxN
files. This allows something like ifconfig_wi0="ssid 'my network'; dhcp"
2008-09-20 12:12:38 +00:00
wiz
eb4e8b70f1
Remove superfluous .Pp.
2008-09-19 08:30:35 +00:00
jmcneill
99a4cc3893
Note that bulk endpoints are not supported. Reword last paragraph.
2008-09-18 13:09:20 +00:00
pgoyette
1898311641
Note that the raw SPD data is available via sysctl (in the hw tree). This
...
allows people to retrieve the data and feed it to decode-dimms (from the
lmsensor people) to do a full decode.
2008-09-17 12:37:41 +00:00
jmcneill
f1873b19e3
Mention RND_TYPE_RNG type for rnd_attach_source
2008-09-16 23:29:49 +00:00
pgoyette
833dabdc95
Add MLINKS for all the routines that cnmagic.9 documents. Without this,
...
"apropos magic" indicates that cn_trap(9) and friends have man pages, but
"man cn_trap" thinks otherwise.
2008-09-16 16:40:23 +00:00
tron
6264f47cc6
Support multiple volumes connected to Intel MatrixRAID controllers.
...
Code contributed by Juan RP in PR kern/39552.
2008-09-16 11:45:30 +00:00
jdc
d62f5b378e
Add SBus GEM reference.
...
Note when SX versions were supported.
2008-09-15 20:03:18 +00:00
tron
25f901a460
Add support for status reports via bio(4) to ataraid(4).
...
The code was contributed by Juan RP in PR kern/39514.
2008-09-15 11:44:50 +00:00
hannken
032a270689
Kernel thread changed name from fssbsN to fssN.
2008-09-15 07:58:48 +00:00
itohy
542372dbe8
Remove unneeded \n" found on fixing PR 39535.
2008-09-14 12:59:19 +00:00
itohy
d6e760bdd5
Escape "\" as "\e" in the example.
...
Fix formatting problems reported by Stathis Kamperis on PR bin/39535.
2008-09-14 12:51:39 +00:00
reed
091bd2e203
Fix spelling typo.
2008-09-13 13:45:00 +00:00
wiz
8c17a9bb0b
New sentence, new line.
2008-09-13 09:13:14 +00:00
reed
b9096d3a29
This manpage was moved here five years ago because machine independent.
...
So remove the optional man page header (architecture)
(no other manpages in this directory have an architecture).
And it references two other man pages which are machine dependent,
so specifically prepend them with their mac68k architecture.
2008-09-13 00:50:57 +00:00
christos
8c6fb6faa5
PR/39525: Joachim Schueth, Frederik Sausmikat:
...
cgd inadvertently encrypts blkno eight times to generate IV
2008-09-12 16:51:54 +00:00
pgoyette
c3fdef9f06
Make the I2C_SCAN warning a bit more (ok, a LOT more) dire!
2008-09-12 01:19:17 +00:00
simonb
0541e9f3e3
Revert change made two years ago(!). copyin_proc() and copyout_proc()
...
have never been converted to operation on LWPs.
2008-09-12 00:35:12 +00:00
pgoyette
b1779d2b4c
Forgot to bump the date
2008-09-11 23:24:36 +00:00
reed
12a0cfda39
Add some more details about the driver and events.
2008-09-11 21:53:12 +00:00
pgoyette
91d59526ca
Add warning on possible side effects of using 'options I2C_SCAN'
2008-09-11 21:14:16 +00:00
pgoyette
dae4e2207c
Document new I2C_SCAN option.
2008-09-11 20:49:29 +00:00
wiz
fa7124443e
New sentence, new line.
2008-09-11 11:18:11 +00:00
tron
2b3ca19215
Add support for Intel MatrixRAID to ataraid(4). It is currently limited
...
to one volume.
The driver was provided by Juan RP in PR kern/39511.
2008-09-11 11:08:50 +00:00
joerg
dc0088231d
Document MKSTRIPIDENT. Requested by lukem@
2008-09-10 11:16:41 +00:00
wiz
f6ea3f14f6
Uncomment SEE ALSO.
2008-09-09 05:47:07 +00:00
wiz
a1aeca8b64
New sentence, new line.
2008-09-09 05:46:27 +00:00
jmcneill
8aa427aa38
xr pseye(4), video(9)
2008-09-09 01:18:15 +00:00
jmcneill
54effa32f8
uvideo(4) man page
2008-09-09 01:16:03 +00:00
ahoka
f2efa49e4e
That audio is in fact should be video in the short description. :-)
2008-09-08 22:21:47 +00:00
wiz
7415398dfe
Bump date for previous, and remove trailing whitespace.
2008-09-08 16:18:37 +00:00
pgoyette
ae9d8ca4b9
Sync man page with recent changes; ipmi can now return warning-under or
...
critical-under for temp/voltage sensors.
2008-09-08 14:46:15 +00:00
wiz
56a7292635
End sentence with dot. Use more markup.
2008-09-07 12:40:11 +00:00
tron
9d95a24209
Document WAPBL kernel option.
2008-09-07 12:07:21 +00:00
tron
b2672204e3
Remove references to non-existant kernel option NO_TSC_TIME.
...
This fixes PR port-i386/39460 by Juan RP.
2008-09-07 12:01:25 +00:00
jmcneill
0bdc64b4ac
Add AUTHORS section.
2008-09-06 20:50:15 +00:00
jmcneill
445d3a9fae
Add HISTORY and AUTHORS section.
2008-09-06 20:49:27 +00:00
wiz
775589a87e
New sentence, new line.
...
Use more markup, fix some; fix some typos.
2008-09-06 20:36:47 +00:00
wiz
36769bbcca
Use more markup. Fix some markup.
...
New sentence, new line.
Remove reference to uvideo(4), which doesn't exist (yet?).
2008-09-06 20:32:27 +00:00
wiz
7e14671e85
Sort sections.
2008-09-06 20:12:04 +00:00
jmcneill
e5b380a542
Oops, that's SLEH-00201
2008-09-06 20:05:01 +00:00
jmcneill
75c38f287d
Note that this driver supports model SLEH-00203 of the product, no
...
guarantees what chipset may be in future revisions.
2008-09-06 20:03:16 +00:00
jmcneill
5c9e1bed2e
Add man page for pseye(4)
2008-09-06 19:39:39 +00:00
jmcneill
6bd14054c0
regen
2008-09-06 19:22:26 +00:00
jmcneill
55507439a1
Add video(4) and video(9) man pages.
2008-09-06 19:08:29 +00:00
wiz
73f280599f
Remove leading zero in date. Sort supported hardware list alphabetically
...
by manufacturer.
2008-09-05 13:38:58 +00:00
tron
72c5460c24
Add JMicron RAID support to ataraid(4).
...
Patch provided by Juan RP in PR kern/39395.
2008-09-05 12:37:13 +00:00
hubertf
757e967226
The pseudo-device is really "accf_http" instead of "accf_data"
...
Bump date
Sanity-checked by tls@
2008-09-04 14:05:01 +00:00
ober
c476955fc4
Updates to enable the iwn man page
2008-09-03 23:44:24 +00:00
erh
d004547533
Add man page links from ttyldisc_{add,lookup,remove} to linedisc
2008-09-03 03:02:48 +00:00
erh
964cfd5cb0
Add "linedisc" to the name section of the linedisc man page so
...
it shows up better in apropos output.
2008-09-03 02:56:47 +00:00
lukem
2282ac6c2e
remove MKNVI now that Christos has obsoleted the option
2008-08-31 23:10:40 +00:00
lukem
96ce77c5eb
Document:
...
MAKEVERBOSE MKATF MKGCCCMDS MKINET6 MKISCSI MKLDAP MKNVI
MKPCC MKPCCCMDS MKPIE MKPUFFS MKSTATICLIB MKX11 MKXORG
USE_HESIOD USE_INET6 USE_JEMALLOC USE_KERBEROS USE_LDAP
USE_PAM USE_SKEY USE_SSP USE_YP
Part of PR 29233
We really need one place to document this stuff, or at least the
canonical "installed" reference. Currently we have:
src/share/mk/bsd.README
src/doc/BUILDING.mdoc (for src/BUILDING)
src/share/man/man5/mk.conf.5 (for mk.conf(5))
2008-08-31 02:09:43 +00:00
bouyer
db3a18456b
Add a run_fsck_flags variable to daily.conf(5), allowing extra flags to
...
be passed to to daily fsck run.
For example, run_fsck_flags="-Tffs:-X" will run the nighly fsck_ffs on a
snapshot :)
2008-08-30 10:53:22 +00:00
lukem
34e79ff9b7
remove extraenous .El
2008-08-26 12:21:44 +00:00
cegger
0595bfb803
Mention support for BCM5906 chip. Bump date.
2008-08-25 08:23:00 +00:00
tnn
bebce63b1b
fix formatting error
2008-08-23 12:47:39 +00:00
wiz
3806612bc7
Fix typo. Bump date for previous.
2008-08-23 07:26:55 +00:00
wiz
23d2593b81
Fix typo.
2008-08-22 22:10:52 +00:00
ober
1417b3833c
Checking in the man page for the iwn(4) driver.
...
First man page, be gentle.
2008-08-21 01:29:41 +00:00
tacha
df79ac9f1c
Add support for nVidia MediaShield ata raid found on HP ProLiant ML115.
...
Tested on HEAD and netbsd-4 branch with RAID0, RAID1, SPAN with MCP55 SATA controller.
2008-08-20 15:00:34 +00:00
jnemeth
054e1e7507
PR/39381 - Taylor R Campbell -- missing line break causing funny formatting
2008-08-19 22:54:53 +00:00
wiz
89869cba16
Bump date for previous.
2008-08-15 21:10:14 +00:00
reed
3cb285ac94
Point to further documentation related to SYSCTL_SETUP.
2008-08-15 16:43:51 +00:00
wiz
13a39ab5d3
Bump date for previous.
...
Use more markup. Sort sections.
2008-08-13 07:54:25 +00:00
sborrill
a52c17ad61
Document the new format option
2008-08-12 18:02:39 +00:00
tls
b1d270319d
Manual pages for accept_filters(9), from FreeBSD. Also, document syntax we
...
added in NetBSD for specifying accept filters in inetd.conf.
2008-08-10 14:55:13 +00:00
fair
6b07d6f6b6
Note that the le(4) driver drives the Antares SBus 10Base-T Ethernet
2008-08-10 14:43:53 +00:00
jmcneill
74a2b69ab9
Isochronous transfers are now supported, update BUGS section.
2008-08-10 13:39:58 +00:00
skrll
5b8384a912
typo
2008-08-08 17:14:38 +00:00
skrll
39ccd97ff0
Note show uvmhist.
...
Bump date.
2008-08-08 17:14:09 +00:00
drochner
52c126ff5a
there was a backslash too much
2008-08-06 19:19:15 +00:00
plunky
e922dcbb71
add man page for sockopt(9)
2008-08-06 15:08:08 +00:00
skrll
d47eac2b49
s/non-zero/true/,s/zero/false/
...
where applicable.
2008-08-06 07:49:15 +00:00
skrll
cfee00cbb7
Spellos
2008-08-06 07:08:31 +00:00
pooka
7ab651d699
fix VOP_ISLOCKED description
...
noticed by Adam Burkepile
2008-08-04 21:22:02 +00:00
pooka
aeb494ada2
ubc doesn't require a vnode vm object these days.
2008-08-04 13:31:14 +00:00
wiz
19073263d0
Bump date for previous.
2008-08-04 07:45:25 +00:00
rumble
14ac8bdbf0
Document -m.
2008-08-03 16:14:24 +00:00