Commit Graph

12624 Commits

Author SHA1 Message Date
joerg
41e6d3828c Reorder prologue 2010-05-13 19:29:01 +00:00
dholland
ac52caa6eb typo in comment 2010-05-13 18:08:37 +00:00
jruoho
a903bfbf13 Hook kthread_join(9) to the build. 2010-05-13 13:08:08 +00:00
jruoho
a5d24f20a8 In order to widen the paragraphs, move the newly added list of flags below
the list of function parameters. Add two small sentences to give few more
clues about KTHREAD_JOINABLE. Add a missing prototype for kthread_join().
Also: newpl -> newlp.
2010-05-13 13:04:56 +00:00
wiz
cf025cace8 Put flags into a list. Bug fixes to kthread_join docs. 2010-05-13 09:56:12 +00:00
haad
f4b66b2506 Document kthread_join in kthread(9). 2010-05-12 15:54:47 +00:00
mbalmer
b873861680 Fix YOW entry while I am here... 2010-05-11 18:34:37 +00:00
mbalmer
f782664b92 Language fix: upto date -> up to date. 2010-05-11 18:27:04 +00:00
mrg
a65f4b2b01 document IPFILTER_LOOKUP and IPFILTER_COMPAT.
use "IP-Filter" instead of "ip-filter".
bump date.
2010-05-08 22:25:11 +00:00
dholland
abd3e02364 Improve previous further. 2010-05-06 08:02:47 +00:00
wiz
1bc0f49c9b New sentence, new line. 2010-05-05 22:03:19 +00:00
wiz
2203063e19 Add "function" to make sentences easier to read. 2010-05-05 22:01:10 +00:00
jruoho
09008336f5 Add a note that rb(3) is preferred for new code. 2010-05-05 06:24:43 +00:00
jruoho
450d8f49d5 Clarify a sentence by removing a comma. 2010-05-05 06:19:15 +00:00
jruoho
50ad9a0506 Markup: .Fn instead of .Nm, .Tn, offset indent, newline for a new sentence. 2010-05-05 05:49:38 +00:00
jruoho
4a4dc62ed5 .Nm -> .Fn, and wrap the kernel config option so that it will fit into 80
columns.
2010-05-05 05:43:19 +00:00
jruoho
0f2121f16f Wrap the USD reference around .Rs/.Re. 2010-05-05 05:36:21 +00:00
jruoho
0802a57b2e Reference bswap(3). Improvements in the HISTORY section. Remove the AUTHORS
(of the man page) section, which does not appear in the original (FreeBSD)
manual page.
2010-05-04 05:49:12 +00:00
pooka
78e2a9f5d1 Add a test/example program for using audio/pad in a rump kernel.
It stuffs some nice sounds into the virtual kernel's /dev/audio,
reads the PCM from /dev/pad, and writes the data to stdout from
where it can be piped to audioplay to test that things actually
work.

If you want to know the secret message, you'll just have to run
this program ;)
2010-05-01 23:31:01 +00:00
pooka
3b42318585 Remove "EXPERIMENTAL" from puffs + some rewording. 2010-05-01 13:07:34 +00:00
jruoho
9b64ec26b7 Update this, mechanically, to match the new functions and their prototypes.
XXX: Someone more familiar with the code should proofread the page and
     evaluate how well it reflects the reality in 2010.
2010-04-29 16:31:11 +00:00
jruoho
c9a477db24 Remove gsignal(9) and kgsignal(). Add links for kpgsignal(9) and kpsignal(9). 2010-04-29 15:57:18 +00:00
jruoho
34f98fcd60 Only use complete prototypes in the SYNOPSIS. 2010-04-29 14:57:55 +00:00
jruoho
3b3385bdaf Remove sched_psignal(9) and sigmasked(9). From Tetsuya Isaki in PR #40125. 2010-04-29 14:36:35 +00:00
jruoho
c329b28a22 Properly mark the standard that "deprecated" all of these. 2010-04-29 06:07:35 +00:00
dyoung
a5b1adfdda Document pci_chipset_tag_create(9) and pci_chipset_tag_destroy(9). 2010-04-28 21:15:47 +00:00
jruoho
09b3e2a888 Two small grammar fixes. 2010-04-28 19:47:34 +00:00
jruoho
092ff05778 Note that the ucontext(2) et. al. were first moved from X/OPEN extensions to
the base POSIX-2001 and later marked as obsolete in POSIX-2008.
2010-04-28 14:07:03 +00:00
jruoho
248d65d640 Improvements to markup. 2010-04-28 13:23:02 +00:00
jruoho
a87d51e681 Fix typo in XXX-comment. 2010-04-28 07:56:54 +00:00
jruoho
53a157cb98 Document ffs32(), ffs64(), fls32(), and fls64() from <sys/bitops.h>. 2010-04-28 07:35:30 +00:00
lukem
0aad54fe04 Support MKDEBUG for shared libraries. 2010-04-27 14:32:14 +00:00
jruoho
20f7ac7fd9 Describe the struct iovec better. 2010-04-26 07:51:36 +00:00
jruoho
b8b5c1efc1 Small markup improvements. 2010-04-26 07:36:33 +00:00
lukem
781e18114c fix comment (so bracket matching works as intended) 2010-04-26 03:46:00 +00:00
jruoho
68cd419c8a Remove the incorrect table. Fix grammar. 2010-04-25 18:01:08 +00:00
jruoho
fdb49deda6 Mention the ACPICA debugger and the way to enter to it from ddb(4). 2010-04-25 17:50:13 +00:00
wiz
84f9b28ba3 Sort sections, make HTML-ready. 2010-04-25 10:35:07 +00:00
jruoho
2875f99182 Update. 2010-04-25 07:12:10 +00:00
jruoho
b3401a8da7 No need to spread bad shell script practices in manual pages... 2010-04-25 07:00:50 +00:00
jruoho
e9ffb96ee3 Add also a paragraph about the platform-specific nature of the thermal
management.
2010-04-25 06:54:40 +00:00
jruoho
45fcbf70be Update this too. As the page was so laconic, and as there is little to write
about the driver, add an example on howto put the system into sleep when the
lid is closed.
2010-04-25 06:24:38 +00:00
jruoho
60723a5539 Update this.
Remove the nonsense about passive cooling. As there is no known bugs, speak
about CAVEATS instead, and add few items to this section as a TODO.
2010-04-25 06:04:59 +00:00
lukem
6405962d8a When extracting separate debug symbols with MKDEBUG, there's no need
to leave the original file unstripped...
2010-04-24 07:57:04 +00:00
christos
5f696d700e Be explicit about sizeof(*var) being preferred over sizeof(type). 2010-04-24 00:54:07 +00:00
joerg
22c838d332 Add MKBSDTAR, defaulting to no. It switching cpio and tar to the
libarchive based frontends.
2010-04-23 19:41:02 +00:00
dholland
4e32f54f3c + B/W for bandwidth, ATM and PIN, TBA 2010-04-23 17:48:06 +00:00
dholland
4d8dd20b9d + JBOD, NAS, OQL, OWL, RDF, SPARQL, TOS (type of service), UUID 2010-04-23 17:43:45 +00:00
dholland
a868b6fb2a minor edits, mostly capitalization.
remove FUD since it's in the main acronyms file already.
Don't use {a,b} notation for semantically unrelated expansions.
2010-04-23 17:34:48 +00:00
rmind
2ddb8da453 Mention that kmem_free(9) may block, just in a case it is not clear. 2010-04-23 16:24:04 +00:00