Commit Graph

12696 Commits

Author SHA1 Message Date
pgoyette
fd12662344 Update for recent changes. 2010-04-10 19:03:56 +00:00
jruoho
039f34b662 Move vald(4) to sys/dev/acpi. This is MI and should work also on amd64.
ok jmcneill@

XXX:    This is broken: it calls methods with absolute pathnames (almost
        guaranteed not to be portable across models), it accesses methods
        that are in the domain of other drivers, it walks the namespace on
        its own, it contains plenty of magic constants, it does not
        integrate with existing KPIs, etc. Summa summarum: this should be
        rewritten as a more generic toshiba_acpi(4).
2010-04-10 17:55:24 +00:00
jruoho
032dd39775 Document "machdep.acpi_beep_on_reset". 2010-04-10 05:21:41 +00:00
jruoho
dfdc56cbc7 Remove the list of devices from the SYNOPSIS. Note acpiwmi(4). 2010-04-10 04:56:26 +00:00
jruoho
4b7c7ca106 Move the description of 'hw.acpi.supported_states' from sysctl(7) to acpi(4). 2010-04-10 04:49:17 +00:00
jruoho
6a306d5969 Finally, add wmihp to the SYNOPSIS. Duh. 2010-04-08 18:31:53 +00:00
jruoho
fc48d50c00 Fix build failure noted by tnn@. 2010-04-08 18:20:46 +00:00
jruoho
fb2e2b446e Refer to the correct driver. 2010-04-08 18:11:20 +00:00
jruoho
32cb5c59b8 Note the conflict between wmihp(4) and hpqlb(4). 2010-04-08 17:53:42 +00:00
jruoho
dd9f9f5796 Add wmihp(4). 2010-04-08 17:44:22 +00:00
jruoho
8d0a2e3892 Add acpiwmi(4). 2010-04-08 10:06:25 +00:00
jruoho
531704d1c8 Emphasize the powerd(8) script and use .Tn for acronyms. 2010-04-08 08:42:40 +00:00
tsutsui
b97082ea7c Add a recently committed evbsh3 variant in SYNOPSIS. 2010-04-07 11:10:25 +00:00
tsutsui
4a5e7b0f18 Fix quoting in previous. 2010-04-07 11:07:29 +00:00
wiz
f60aa003a7 Fix Dd argument (no leading zeroes). New sentence, new line. 2010-04-06 22:41:41 +00:00
tnn
a7963e184a The pxeboot manpage implies that boot.cfg gets loaded by default,
but this is no longer true following i386/stand/pxeboot/main.c v1.23.
2010-04-06 20:15:22 +00:00
reed
3399fef974 Fix time travel. (See previous line and previous revision.) 2010-04-06 02:30:40 +00:00
joerg
4f69f7fc94 No trailing whitespace 2010-04-05 19:36:29 +00:00
joerg
c028b86dc1 \\ -> \e 2010-04-05 19:34:28 +00:00
joerg
9b58421eae Drop redundant macros. Drop incorrect , 2010-04-05 19:32:55 +00:00
joerg
33b407486f Drop incorrect , 2010-04-05 19:31:29 +00:00
joerg
e026e4ad4b Drop redundant macros. 2010-04-05 19:29:32 +00:00
joerg
bc84af88e0 \\ -> \e 2010-04-05 19:26:27 +00:00
joerg
d262adc4a9 Canonical prolog order 2010-04-05 19:18:45 +00:00
dyoung
f358f659f6 Change some references to <machine/bus.h> to <sys/bus.h>. MI drivers
should #include <sys/bus.h>. <sys/bus.h> #includes <machine/bus.h> for
the MD implementation details.
2010-04-05 18:24:24 +00:00
jruoho
31b5eda414 FTBFS, POV, TOCTOU, and YAGNI. 2010-04-04 17:55:52 +00:00
tsutsui
8e04678e48 - add atari's EtherNEC to SYNOPSIS
- also pull comments about MD device description from each kernel config
- note that RTL8019 is widely used on local busses other than ISA
2010-04-03 11:00:11 +00:00
macallan
c769b1a3db mention adm1031 support 2010-04-01 05:10:52 +00:00
jakllsch
624dd7e525 Add support for Domex 536 PCI SCSI controller to nca(4).
This truly remarkable chip is found on the Domex DMX-3191D SCSI adapter.
2010-04-01 04:04:11 +00:00
jruoho
ff4f6357cf Add the "Linkers and Loaders" to SEE ALSO. 2010-03-31 16:52:03 +00:00
lukem
613e5513cb qft: quoted for truth 2010-03-30 05:54:52 +00:00
pooka
75a8418e7c fix typo in, um, copyright.
spotted by a keen-eyed enthusiast ;)
2010-03-29 11:01:16 +00:00
pooka
7336be7f86 amazing grep, how sweet the find
that saved a hack like me
script once was lost but now it's found
was -x, but now I sh
2010-03-29 02:11:14 +00:00
pooka
a7e090f70e Add an example for a rump router cluster setup along with a README.
some contributions to the code from Martti Kuparinen
2010-03-29 02:01:47 +00:00
nonaka
821373d09b Added sdhc at cardbus support. 2010-03-27 03:04:51 +00:00
wiz
4013e73f8c Uppercase Dt argument. Fix a typo. Improve wording in one sentence. 2010-03-26 19:43:04 +00:00
wiz
dcfc2c5bc2 Split Nm argument in NAME section on multiple lines, like usual. 2010-03-26 19:40:41 +00:00
pooka
11815d9c1d Depend ioconf.c on config (if doing a USETOOLS==yes build).
While this is not strictly sensible, it keeps UPDATE=1 builds
rolling if I change some aspect of config (such as adding the
cfdriver/cfattach lists now).  This is going away eventually.
2010-03-25 20:37:36 +00:00
jruoho
69b3087bc0 Minor spelling fixes. 2010-03-25 15:34:30 +00:00
jruoho
c6f31e5d95 Vaguely describe the frame-parameter. Beautify. 2010-03-25 15:17:38 +00:00
jruoho
38cd37cea1 Mention the updated hz(9) here. 2010-03-25 15:09:05 +00:00
pooka
7fb0f92c04 Check open return value and close fd when we're done. 2010-03-25 15:00:20 +00:00
jruoho
cbdab0119f In addition to 'hz', document also 'tick', 'tickadj', 'stathz', and 'profhz'.
The idea comes from OpenBSD, but this was written largely based on the
comments in kern_clock.c. XXX: schedhz?
2010-03-25 14:59:36 +00:00
jruoho
c7e9fc77aa Document p_find(), pfind(), pg_find(), and pgfind().
XXX: Needs a quick proofread.
2010-03-25 10:09:54 +00:00
jruoho
df0a5adb89 Document <stdlib.h>.
Written with minimum maintenance costs in mind; only the defined types and
macros are described.
2010-03-25 06:56:20 +00:00
jakllsch
4af989b1cc Make device node for altq JoBS.
Should fix palindromic PR/43034.
2010-03-23 19:22:41 +00:00
jakllsch
4a4de35bc7 This actually wasn't (completely) replaced by a shell script, restore. 2010-03-23 19:19:03 +00:00
wiz
8cfc95441e Add "The pkgsrc developers" to guide authors. 2010-03-23 16:04:45 +00:00
wiz
96459bba41 New sentence, new line. 2010-03-23 16:03:33 +00:00
tsutsui
cc3237841a Note atari SMC_TT in SYNOPSIS. 2010-03-23 14:51:49 +00:00
jruoho
b31b01556e Wrap the pkgsrc guide and its URL around .Rs/.Re. 2010-03-23 07:45:58 +00:00
jruoho
55ae768b6c General update. 2010-03-23 07:43:54 +00:00
jruoho
c64c357910 Fix the CTL_DDB definitions (DDBCTL_XXX, not DBCTL_XXX). 2010-03-23 05:54:34 +00:00
jruoho
05ddae5e57 Document the following: ddb.maxwidth, ddb.tee_msgbuf, and ddb.commandonenter. 2010-03-23 05:52:43 +00:00
pooka
07cd2d7f41 Use DIOCTUR to test if a newly configured CD drive is ready instead
of playing a random waiting game.
2010-03-22 20:37:26 +00:00
joerg
5e015e5e29 Use .In instead of .Aq Pa for header files. 2010-03-22 18:58:31 +00:00
joerg
d76767ed61 - Use .Li for head line in .Bl too.
- Do not use headers as example for .Aq, they should be marked up with
  .In
- Drop the use of .Xo/.Xc
- Make sure to quote .Sh as argument to .Bl. groff warns about the list
  otherwise and the size computation was off anyway as the string is
  used as literal later.
2010-03-22 18:51:32 +00:00
joerg
165d9f9f8e Use .In instead of .Aq Pa for header files. 2010-03-22 18:36:27 +00:00
pooka
4f4d4d6450 deal with ioconf.h 2010-03-22 14:42:01 +00:00
jruoho
dd1725f2c7 Add a missing word introduced in the previous commit. Thanks, snj@. 2010-03-22 12:39:22 +00:00
pooka
5219b831d7 Add an example/test program for rump bluetooth. This does discovery
and prints the address and name of the first peer encountered (if any):

ubt0 at uhub0 port 1
ubt0: Cambridge Silicon Radio Bluetooth USB Adapter, rev 2.00/19.15, addr 2
device ubt0, addr xx:xx:xx:xx:xx:xx
my peer: yy:yy:yy:yy:yy:yy, major class: 2 (phone)
peer name: Mokia maailmalta
2010-03-22 12:21:37 +00:00
jruoho
d1a604fd21 Document the questionable ISSET/SET/CLR macros. 2010-03-22 10:32:48 +00:00
wiz
bac138f936 Mark up NULL with Dv, as usual. 2010-03-22 10:15:00 +00:00
jruoho
dd8d793a6d Note that some definitions, such as NULL, were already in v4 UNIX. 2010-03-22 09:46:17 +00:00
jruoho
6cf60012b8 Small changes to wording and markup. 2010-03-22 08:04:25 +00:00
mrg
a394b5afe8 set MACHINE_CPU to powerpc for MACHINE_ARCH of powerpc64.
from pooka via PR#43021.
2010-03-22 03:35:26 +00:00
jruoho
08053de4ee Document the weird <iso646.h>. 2010-03-21 21:23:51 +00:00
jruoho
04ca1e2ee6 Document <inttypes.h>. 2010-03-21 19:42:51 +00:00
wiz
be4c6ad05f Remove superfluous Pp. 2010-03-21 15:42:19 +00:00
jruoho
4b49213e2a Note that some of these were already in ANSI C.
XXX: Maybe someone with insight adds a word or two about the history?
2010-03-21 12:40:51 +00:00
jruoho
1d0ccd97f7 Reference stddef(3). 2010-03-21 12:36:21 +00:00
jruoho
0e1ddcbafa While at it, add also stddef(3). 2010-03-21 12:27:51 +00:00
jruoho
8969131ab4 Reference stdbool(3). 2010-03-21 11:13:36 +00:00
jruoho
166c436957 As we have added stdint(3) and tgmath(3), we may as well add stdbool(3). 2010-03-21 11:12:52 +00:00
pooka
40bb87a667 Move make snippets for use with config(1) ioconf functionality from
rump into share/mk.  This is to make it useful for all kernel
builders.

Note: we have waaay too many weird and wonderful ways of making
kernel code (monolithic kernel, modules, rump).  There should be
only one way to build kernel code instead of a maze of twisty little
.mk files, all not quite alike.  When that is fixed, this snippet can go
into the more generic .mk file.
2010-03-21 06:55:44 +00:00
wiz
94e9a9e252 Remove quotes around Nd argument, they are not needed. 2010-03-20 17:19:07 +00:00
jruoho
a48c6c7a11 Add a manual page for <stdint.h>. From FreeBSD, by Mike Barcroft. 2010-03-20 16:33:51 +00:00
jruoho
a3aeabbf13 Do not use .pp with %P, as noted by joerg@. 2010-03-20 14:45:18 +00:00
wiz
4911578c38 New sentence, new line. 2010-03-20 11:23:37 +00:00
wiz
b6fd2b0fef Sort SEE ALSO. New sentence, new line. 2010-03-20 11:18:59 +00:00
wiz
9e91ee2313 Serial comma; prepare for HTML-output. 2010-03-20 11:18:43 +00:00
jruoho
5f9d70bc72 Add the (ACM) journal where this appeared. Fix URL. 2010-03-20 10:26:06 +00:00
joerg
cd786ea4c3 Add man page for fast_divide32. 2010-03-19 20:11:21 +00:00
jruoho
b6acde9650 Bump date for the previous commit. 2010-03-19 20:07:00 +00:00
jruoho
54a337108a Some cosmetic modifications, including removal of white space. 2010-03-19 19:36:27 +00:00
jruoho
b1f54665b4 Document some missing options. Fixes my own PR # 41913. 2010-03-19 19:17:54 +00:00
dyoung
8149351614 First draft of a manual page for Matt Thomas' red-black trees. Please
review for correctness.
2010-03-19 18:02:22 +00:00
wiz
598aaef034 Remove trailing whitespace. Use Nm instead of Xr to itself. 2010-03-19 08:37:16 +00:00
cnst
deaf16ef51 Remove aiboost(4) as obsolete and redundant since the introduction of aibs(4).
http://mail-index.netbsd.org/tech-kern/2010/03/06/msg007458.html

Reviewed by <pgoyette>, <cegger>, <jruoho>, <tech-kern>.
2010-03-19 04:04:27 +00:00
pgoyette
03645b1cba Document the new sysmon_envsys_sensor_event() function. 2010-03-19 02:20:44 +00:00
pgoyette
0dfc14482d Update to reflect recent removal of monitor member from envsys_data_t
structure.
2010-03-18 22:11:48 +00:00
jruoho
3897bd77a0 Add also the SMBus specification. 2010-03-17 18:55:13 +00:00
jruoho
4bd1df86d8 Add the specification from NXP to SEE ALSO. 2010-03-17 18:45:19 +00:00
jruoho
5e73fc9054 Try to document this in a little more verbose manner. 2010-03-17 17:16:43 +00:00
jruoho
90d0830c17 Some minor improvements to wording, grammar, and markup. 2010-03-17 07:31:14 +00:00
jmmv
f54900017c Document that run_rc_command can take extra parameters and will pass those
to the command being executed.
2010-03-15 19:00:20 +00:00
enami
5a205be6e4 Sync SYNOPSIS with the actual configuration file. 2010-03-15 00:47:38 +00:00
pgoyette
d16068c26d Document the recently added 'maximum-capacity' and 'high-capacity'
limits for battery sensors.
2010-03-14 14:47:03 +00:00
wiz
e7c0403263 FreeBSD -> .Fx, add RCS Id. 2010-03-14 11:32:39 +00:00
christos
25f9b712f0 don't make links to directories that don't exist 2010-03-13 22:05:49 +00:00
christos
30ea37284e Document BIOC{G,S}FEEDBACK; I forgot who sent me the patch, so whoever created
it, thanks!
2010-03-13 20:39:54 +00:00
mrg
4accc351a3 revert the previous:
- the default for ZFS on x86 already was "yes".

- this left MKZFS unset for other platforms, which breaks the build.
2010-03-13 19:31:51 +00:00
haad
ef69f4224c Enable MKZFS by default on i386 and amd64 now when it compiles. 2010-03-13 17:07:28 +00:00
wiz
61622899dd HTMLify. 2010-03-11 14:08:29 +00:00
enami
b624a04f14 Port uyurex(4) from OpenBSD. There is some XXX but works enough to
play with it.
2010-03-11 10:38:36 +00:00
wiz
7d503fdf8d Bump date for newly added reference books. 2010-03-10 21:33:15 +00:00
jruoho
0af6d21760 Add two good (KAME) IPv6 books.
Fix the name of Tatuya Jinmei in the RFC reference.
2010-03-10 14:06:42 +00:00
he
6017724458 Fix the setting of MKZFS for amd64 and i386, so that the set lists
match up again, and it matches with the comment a few lines above.
2010-03-08 09:32:18 +00:00
pooka
60ab2ca5c0 Add a simple tty server which attaches to /dev/ttyU in the rump
kernel and provides the same device on the host with pud(4).  I
can succesfully talk to my u3g device using tip(1) against the
server's devices.  Some characters are lost here and there, though
(probably a problem with interrupt pipes in ugenhc).  Once that
issues is solved, there is no reason why e.g. pppd (chat) could
not be used against the server.

Now, why would anyone want to do this instead of using the kernel
driver directly?  Well, for one, on my laptop I run netbsd-5 which
doesn't have a u3g driver which supports the u3g hardware I have.

As anyone with half an eye can see, this is quite copypasted from
umserv and there is plenty of opportunity for uncopypasting for
the eager vi-wielder.
2010-03-07 23:28:14 +00:00
pooka
28ef056fc2 Pause after probe here too, so that you can amuse yourself by
unplugging and replugging devices and looking at the detach/attach
feedback messages.
2010-03-07 23:18:17 +00:00
jruoho
547239adc3 Use .Bx to write 4.4BSD. 2010-03-07 05:37:25 +00:00
wiz
bee10f32c6 Fix typos and sort SEE ALSO. 2010-03-06 22:02:31 +00:00
wiz
3978d01fed Fix Xr and sort SEE ALSO. 2010-03-06 22:02:15 +00:00
wiz
669cac3f87 Sort list of supported hardware. 2010-03-06 22:00:22 +00:00
plunky
800cedea24 Add uhso(4) driver and manpage for Option N.V. Wireless WAN modems 2010-03-06 21:05:36 +00:00
cnst
2c266eb533 make the acpi resource management paragraph more accurate 2010-03-06 19:53:33 +00:00
dsieger
9347a4aa25 Since someone (hi ahoka) added a reference to non-existant sched_m2(9),
add at least a stub now.
2010-03-06 16:42:55 +00:00
jruoho
e5ea8c401d Refer to sysctl(8) instead of sysctl(7) when appropriate. 2010-03-06 06:25:51 +00:00
dsieger
f9c180d112 Minor wording correction. 2010-03-05 23:08:18 +00:00
jruoho
703b195ed6 Instead of "int hz", use "extern int hz". 2010-03-04 09:57:12 +00:00
jruoho
2e35a3d99f Document the counting and rounding macros from <sys/param.h>. 2010-03-04 08:09:51 +00:00
pooka
8a20bde1e6 update description of deffs 2010-03-03 13:57:35 +00:00
skrll
9026066df1 Document new hp700 'frame' command. 2010-03-02 20:49:20 +00:00
darran
61fb3737eb DTrace: Add CTF generation to the make framework. Only enabled when
MKDTRACE=yes.
2010-03-02 20:49:18 +00:00
jruoho
7892d8618e Catch up with the changes to SSP on x86. 2010-03-02 07:26:47 +00:00
jruoho
2e269a8df5 Remove some /* comments */ in the example so that it will nicely fit into 80
columns.
2010-03-02 06:52:53 +00:00
jruoho
bb3d11e472 Reference bitstring(3). 2010-03-02 06:37:11 +00:00
jruoho
e45844d016 As per suggestions from mrg@, improve the lead paragraph and stress that
these macros are not recommended. Also remove the example as it feels a
little frivolous and takes too much space.
2010-03-02 06:20:03 +00:00
jruoho
9f37c55e22 Speak about typical instead of possible usage in the example. 2010-03-02 05:59:56 +00:00
joerg
fa1daced3e Make lintmanpages not depend on MKMANDOC, it is built by default now.
Use -Wall to increase usefulness.
2010-03-01 22:00:07 +00:00
wiz
3db7ca64a2 Serial comma. 2010-03-01 21:37:18 +00:00
wiz
80d11c3e98 Uppercase Dt, make HTML-ready. 2010-03-01 21:34:30 +00:00
jruoho
8e87fd3e95 Document the bitmap related macros in <sys/param.h>. 2010-03-01 19:09:41 +00:00
jruoho
a866b2a004 In addition to mstohz(9), document also hztoms. 2010-03-01 17:21:02 +00:00
jruoho
61b1cb6f57 Use buf[BUFSIZE] instead of *buf[BUFSIZE] in the example. 2010-03-01 17:06:18 +00:00
jruoho
1d7a94623f Remove dead references to sendmail(8). 2010-03-01 16:52:41 +00:00
jruoho
513f4daa7e Add tgmath(3). From FreeBSD.
XXX: Needs proofreading, Matt?
2010-03-01 16:36:15 +00:00
jruoho
cf30579851 Document __arraycount. 2010-03-01 16:02:34 +00:00
wiz
756215cc8a Sort SEE ALSO. Remove unnecessary Pp. 2010-03-01 15:30:47 +00:00
wiz
77e49598a3 New sentence, new line. 2010-03-01 15:28:42 +00:00
tsutsui
eb639a8ff6 - add more machine dependent ne(4) variants to SYNOPSIS
- fix port address of ne0 at isa? and add ne1 at isa? per i386/conf/GENERIC
  XXX: port and irq values are port dependent
2010-03-01 14:16:39 +00:00
jruoho
7ba4dfa458 Document __UNCONST and __UNVOLATILE.
XXX: If there is anything to add or correct, please do so!
2010-03-01 13:44:09 +00:00
pgoyette
1843b8571b Update for changes in sensor limit handling 2010-03-01 03:15:16 +00:00
haad
0b46b1b518 As a preparation for zfs sources update disable MKZFS for some time. 2010-02-27 22:42:54 +00:00
wiz
5905514238 Add offsetof(3) man page. From Thomas Pfaff via OpenBSD. 2010-02-27 22:04:37 +00:00
wiz
d6dd0655e0 Fix nroff warnings. 2010-02-27 21:12:58 +00:00
snj
c72be3c3d7 Minor wording improvement. 2010-02-27 20:39:42 +00:00
jruoho
3c7137464b Add few paragraphs about the idea behind ECs from a hardware angle. Also add
a CAVEATS section because of the problematic and difficult nature of ECs.
Update copyright, bump date.
2010-02-27 19:38:39 +00:00
jruoho
f6bcc40eb2 Link acpiecdt to acpiec(4). 2010-02-27 16:12:49 +00:00
wiz
d2a81ca5b2 Uncomment crash(8) reference. 2010-02-25 17:15:55 +00:00
wiz
28980d443d Apply patch from Martin S. Weber in PR 37958 that adds/fixes references
to iic(4).
2010-02-25 17:08:01 +00:00
wiz
0b21d3cb0d Avoid marking up punctuation. 2010-02-25 12:58:18 +00:00
wiz
0db48f7ae6 Bump date. 2010-02-25 12:56:37 +00:00
pgoyette
534b080729 Update for recent changes to data structures. 2010-02-25 03:11:25 +00:00
pgoyette
d25a895aad Update sensor list for VID sensor.
XXX I don't think this is sufficiently large change to bump the date.
2010-02-25 02:19:28 +00:00
dyoung
36a12fdb8f Don't mention cardbus_free_tag() and Cardbus_free_tag(), they are no
more.
2010-02-25 00:50:52 +00:00
dyoung
7fbd1e3f5b Update the doco, just in case somebody adds a new CardBus driver
before I've finished tucking CardBus under the PCI abstraction,
unlikely though that is.
2010-02-24 23:49:34 +00:00
dyoung
c1b390d493 A pointer typedef entails trading too much flexibility to declare const
and non-const types, and the kernel uses both const and non-const
PMF qualifiers and device suspensors, so change the pmf_qual_t and
device_suspensor_t typedefs from "pointers to const" to non-pointer,
non-const types.
2010-02-24 22:37:54 +00:00
martti
f5c6a0c8fd Note that the physical interfaces must not have any (IPv4 or IPv6) address
before attaching them to agr.
2010-02-23 07:02:23 +00:00
wiz
1672306ed2 Punctuation nit. 2010-02-22 20:13:01 +00:00
wiz
959f293b16 Use standard section headers and mark up author with An. 2010-02-22 20:12:23 +00:00
njoly
e9915f3b1e Change shared object file extension from .so to .pico, to avoid
conflicts with shared libaries names libXX.so; as recently seen with
MKUPDATE=yes builds for libelf and libnvpair.

All now stalled regular .so files need to be manually removed from
object directories.
2010-02-22 12:33:22 +00:00
tsutsui
5897daadc4 - note about support for the large_file option of ext2fs rev 1
- 32 bit UID and GID support on ext2fs has been added since 5.0
  so remove description about the limitations from BUGS section.
2010-02-22 09:51:11 +00:00
wiz
08ca7edf14 Comment out crash(8) reference, per PR 10708, until a MI one exists. 2010-02-22 08:41:10 +00:00
jnemeth
b7e618d6f3 smcsmon.4 -> smscmon.4 2010-02-22 07:55:32 +00:00
jnemeth
b127a52e41 remove accidentally committed et.4/etphy.4 2010-02-22 07:52:52 +00:00
jnemeth
dca0e547d3 fix build breakage -- add new smscmon.4 man page 2010-02-22 07:48:43 +00:00
ahoka
f77631e1d8 Describe SPLASHSCREEN and SPLASHSCREEN_PROGRESS. 2010-02-22 06:10:30 +00:00
pgoyette
4f7ceb6b4d Add man page for smscmon(4) 2010-02-22 03:54:24 +00:00
wiz
41cdcf2f2e Bump date for vm.user_va0_disable. 2010-02-21 14:26:33 +00:00
wiz
95c5212343 Consistently call the file system "ext2". 2010-02-21 13:28:12 +00:00
wiz
1a64f4201c Call the file system "ext2" consistently. Suggested by tsutsui. 2010-02-21 13:26:45 +00:00
drochner
9783f258ba rename the va0_disabled option and cpp conditional to "disable" as well,
for consistency, and document option and sysctl flag
2010-02-21 13:17:50 +00:00
wiz
3fad503ab0 New sentence, new line. Bump date for mentioning wbsio. 2010-02-21 09:02:19 +00:00
cnst
51998ed2d7 New wbsio(4) driver for Winbond Super I/O attachment of lm(4) on any port.
http://mail-index.netbsd.org/tech-kern/2010/02/17/msg007338.html

Reviewed by <pgoyette>, <tech-kern>.
2010-02-21 05:16:29 +00:00
darran
1bf14d4eef Add a MKDTRACE build knob for DTrace, off by default. 2010-02-21 01:48:03 +00:00
pooka
64fbb2e2b8 In "probeonly", pause after bootstrap to make "monkey plug and
unplug device, monkey see fancy dmesg info" possible.
2010-02-18 16:14:55 +00:00
cnst
a64a3071ec grammar in kprintf.9 (s/or/and/ and add some commas); ok wiz, pgoyette 2010-02-17 22:04:14 +00:00
pooka
01ce72cef8 * support cd devices (@scsibus & @atapibus, per libumass)
* support cd9660
* add "probe" keyword, which just prints the dmesg in verbose form
2010-02-17 20:43:35 +00:00
snj
29aa1b84fb Fix punctuation and update "SEE ALSO" section. From Bug Hunting in
PR misc/40293.
2010-02-17 00:49:21 +00:00
wiz
0e14adec54 Remove trailing whitespace. 2010-02-16 19:59:31 +00:00
rmind
2ef24fabcc kpreempt(9): add a note when kernel preemption is disabled/deferred.
Sprinkle cross-links, bump dates.
2010-02-16 19:21:30 +00:00
msaitoh
ce91bef2c6 Add an entry for SAS controller. 2010-02-16 10:11:47 +00:00
mrg
6e2ca6e89b update this a little bit. 2010-02-16 00:16:28 +00:00
wiz
6cad968a08 Bump date for vrele_async.
Reword slightly and put it outside the vget description.
2010-02-13 07:48:01 +00:00
wiz
c4dead9fc6 Bump date for new kmem_asprintf. 2010-02-13 07:44:11 +00:00
njoly
e0ecef7144 Start a new paragraph to describe flags values. 2010-02-12 10:54:53 +00:00
cnst
e63ce92c35 envstat output is now so wide that it better be indented by only 2 instead of 6n 2010-02-12 02:16:59 +00:00
dyoung
69429c8e59 Start a new paragraph before describing kmem_asprintf(). 2010-02-12 01:04:05 +00:00
dyoung
4f24123d8f Fix a typo in the MLINKS line for kmem.9. 2010-02-12 01:00:22 +00:00
dyoung
d3057cdd9e Add nmi(9), a manual page for the x86-only
nmi_establish(9)/nmi_disestablish(9) routines.
2010-02-12 00:45:37 +00:00
haad
1527fc9caf Hook kmem_asprintf and vrele_async manpages to the build. 2010-02-11 23:28:53 +00:00
haad
aa8090778a Add vrele_async routine which asynchronously release vnodes in different contex
and in some time in the future.

Ok: ad@.
2010-02-11 23:16:35 +00:00
haad
a23681588b Add kmem_asprintf rotuine which allocates string accordingly to format
string from kmem pool. Allocated string is string length + 1 char for ending
zero.

Ok: ad@.
2010-02-11 23:13:46 +00:00
dyoung
187677b054 Do not mention shutdownhook_establish(9) and doshutdownhooks(9), but
mention pmf(9) and pmf_system_shutdown(9), instead.
2010-02-11 18:23:32 +00:00
dyoung
7f002bf60c Change mentions of doshutdownhooks(9) to pmf_system_shutdown(9). 2010-02-11 18:22:26 +00:00
dyoung
7ee20bbe58 Mention that dopowerhooks(9) is deprecated. Suggest to use
pmf_system_suspend(9), instead.
2010-02-11 18:20:38 +00:00
dyoung
36df9c03c8 Mention that doshutdownhooks(9) is deprecated. Suggest to use
pmf_system_shutdown(9), instead.
2010-02-11 18:17:43 +00:00
dyoung
6cf928b20c Do not reference deprecated API shutdownhook_establish(9), but reference
pmf(9), instead.
2010-02-11 18:11:37 +00:00
macallan
264656d782 add suncg14 2010-02-11 00:20:50 +00:00
wiz
3bb55b2e45 Use comma in serialization instead of dot. 2010-02-10 07:38:09 +00:00
snj
c8e910afea Some markup and capitalization nits, from Bug Hunting in PR misc/40062.
While here, give xdm its own subsection instead of awkwardly lumping it
in with the rc.conf section.
2010-02-10 03:38:22 +00:00
pooka
7f21db1c01 rumpusbhc is now ugenhc 2010-02-10 02:31:00 +00:00
wiz
ac80d62156 Add another comma in Nd, noted by dogcow. 2010-02-09 22:59:41 +00:00
pgoyette
771fd72c7e Document what 'flags 0x0' does, since that's what is used in the
config file samples.

Tnx, njoly@
2010-02-09 14:10:08 +00:00
wiz
2fe91b84e5 Bump date for previous. 2010-02-09 08:31:34 +00:00
cnst
8f9778c2a9 fix the example code to be closer to compilation and update for aibs(4) 2010-02-09 07:32:09 +00:00
wiz
a396677e8f Bump date for aibs. 2010-02-09 06:49:41 +00:00
wiz
0b34cdad55 Bump date for previous. 2010-02-09 06:48:28 +00:00
wiz
891914a165 Nd argument does not need quotes (groff handles more than 9 arguments nicely);
add some commas.
2010-02-09 06:47:52 +00:00
cnst
66a7dbba76 use the latest envstat in the example output for aibs(4) 2010-02-09 05:37:25 +00:00
cnst
1c23afa3cb New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitor
with limit support.

        http://thread.gmane.org/gmane.os.netbsd.devel.kernel/35654

Reviewed by <pgoyette>, <jruoho> and <tech-kern>.
2010-02-09 03:19:50 +00:00
msaitoh
0c975d7cab Update the manual for mfi GEN2. 2010-02-09 00:21:27 +00:00
pgoyette
daefdf6156 After reviewing the datasheets, most of the supported Winbond chips can
handles the new flags for selecting sensor type.  Update code and man
page accordingly.
2010-02-08 23:10:35 +00:00
wiz
df435c8ccb Remove trailing whitespace. 2010-02-08 21:47:20 +00:00
pgoyette
87726766a7 Document flags option for selecting temp sensor type 2010-02-08 21:42:41 +00:00
tonio
1e64e85541 Fix typo in Email address, spotted by pgoyette@ 2010-02-07 18:09:01 +00:00
wiz
e9ce9a115f Xref i386/splraise.9 and bump date for previous. 2010-02-07 10:49:35 +00:00
dyoung
31c659dfea Move MD spllower(9) and splraise(9) doco from the MI spl(9) to an i386
manual page.
2010-02-06 22:32:07 +00:00
wiz
05207cfe3d Fix date. 2010-02-06 21:57:08 +00:00
pgoyette
35f2f18a53 Add man page and cross-refs for experimental acpismbus(4) 2010-02-06 20:11:33 +00:00
wiz
43818948fa Fix Dd, use Dq, and remove trailing comma. 2010-02-06 12:44:32 +00:00
tonio
9e0a061a49 Add uthum(4) man page 2010-02-06 11:26:56 +00:00
pooka
ed67da89a6 The rumpdev_net80211 until-recently-wip component is now rumpnet_net80211. 2010-02-05 22:07:51 +00:00
wiz
f7d285b48c Mark up PKGDB_DIR with Dv (same as in pkg_install.conf). 2010-02-05 17:23:47 +00:00
roy
2a23b85c5f Retain commented out capabilities by default. 2010-02-05 16:34:04 +00:00
jmmv
7447e9b839 Note that pkgdb_dir is deprecated and point to the alternative setting. 2010-02-05 16:32:19 +00:00
roy
98eb889579 Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
2010-02-03 15:34:37 +00:00
roy
4ca00e00d8 Import my terminfo implementation.
This uses the ncurses terminal definitions.

OK: core@, jdc@
2010-02-03 15:16:32 +00:00
pooka
33907919ba pud requires putter like it always has.
deliberately do NOT bump date.
2010-02-02 04:04:39 +00:00
phx
cc35ab39e9 New modifiers for the "write" command: /BHL. They act like /bhl but do not
read the old value from memory before writing.
2010-01-31 21:52:23 +00:00
wiz
4acfa334d0 Bump date for SEE ALSO change. 2010-01-31 21:25:51 +00:00
jruoho
eb534fdc5d Do not advertise deprecated APIs in an important introductory manual page. 2010-01-31 21:21:13 +00:00
wiz
a62f6ec261 Use full month name in Dd. 2010-01-31 15:05:49 +00:00
wiz
5a94f1ec05 Bump date for new debug section.
New sentence, new line.
Remove Pp after section begin.
2010-01-31 15:05:20 +00:00
hubertf
827a5e73da Fix two typos to make documentation match the code:
* the CIOCFKEY ioctl is really called CIOCKEY
 * CRK_MOD_EX => CRK_MOD_EXP

Bump date.
2010-01-31 14:43:04 +00:00
jruoho
9703b2e495 Miscellaneous small changes:
* Use -compact to make the page a little shorter.
        * Capitalize the title in the sysctl-section.
        * Use .Ic for the sysctl variables.
        * Remove ACPICA_PEDANTIC; no such option any more.
2010-01-31 12:07:37 +00:00
jruoho
993abc958b Add a short introduction to ACPI debugging. 2010-01-31 11:29:31 +00:00
pooka
d5352760af Add an example on how to use sysmon watchdogs in rump. 2010-01-31 03:11:55 +00:00
pooka
f510198e1c Make swwdog use no-needs-count. As the manpage says, there can be only one. 2010-01-30 21:55:28 +00:00
jruoho
58bcffdb05 Add couple instances of .Pp. 2010-01-29 11:24:31 +00:00
wiz
e0de9d914f Bump date for more powerpc commands. 2010-01-29 10:48:45 +00:00
phx
7766f23c15 New machine commands for PPC OEA.
bat: prints the BAT registers and translations
mmu: prints MMU registers (sdr1, sr0..15)
Previous PPC commands were for IBM4xx only, so make two sections now:
POWERPC 4xx and POWERPC OEA.
2010-01-28 21:13:49 +00:00
mbalmer
45aabfbe67 Fix language. 2010-01-28 14:05:03 +00:00
hubertf
62ff0dc871 Fix typo: CIOCASSYMFEAT -> CIOCASYMFEAT 2010-01-28 08:35:06 +00:00
wiz
e0df74826a Bump date for reorg. 2010-01-27 06:50:40 +00:00
jruoho
72c95671ed Revert previous. 2010-01-26 22:35:11 +00:00
jruoho
be22957280 Give it a single name; it is sufficient to list the functions in the SYNOPSIS. 2010-01-26 21:50:57 +00:00
jruoho
9bca5c6314 Capitalize one more title. Use a complete sentence in CODE REFERENCES. 2010-01-26 21:40:34 +00:00
jruoho
c67fb61a01 Move the complete prototypes to the SYNOPSIS. Also capitalize the titles. 2010-01-26 21:37:02 +00:00