skrll
e8fbf7d64d
SANITY output tweak.
2010-04-26 15:22:38 +00:00
tsutsui
9ce7892d8f
lwp_uc_pool has been replaced with kmem(9)
...
so also replace <sys/pool.h> with <sys/kmem.h>.
2010-04-26 15:07:01 +00:00
jruoho
f655bf2ab4
Fix typo. Doh.
2010-04-26 13:38:42 +00:00
jruoho
727f1f57e9
Improve and rearrange comments.
2010-04-26 13:30:31 +00:00
jruoho
696f7c4b2e
AE_CTRL_TERMINATE -> AE_CTRL_FALSE.
2010-04-26 12:46:48 +00:00
skrll
67471e939a
KNF
2010-04-26 12:16:21 +00:00
skrll
c90ed0b5bc
Remove unused BSS allocation.
2010-04-26 12:10:51 +00:00
pooka
a43970a6ae
ungrossify
2010-04-26 09:47:46 +00:00
martin
4bc568f73e
Avoid using demap_lock early in pmap_bootstrap before it is initialized.
2010-04-26 09:26:25 +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
jruoho
a0542f149f
Move the ACPIVERBOSE blocks to a single place.
...
Also print non-devices in the EISAID/HID/UID/ADR-block
2010-04-26 04:31:09 +00:00
lukem
781e18114c
fix comment (so bracket matching works as intended)
2010-04-26 03:46:00 +00:00
tonnerre
89ba794efc
Prevent ntpd instances from sending MODE_PRIVATE error responses back and
...
forth. This resolves CVE-2009-3563, but it should be noted that nobody uses
this code so far, so this is more of a preventive update than a security
one.
2010-04-25 22:50:11 +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
jruoho
ccaec16d65
Return instead of breaking out if the sleep state is not available.
2010-04-25 17:06:23 +00:00
jruoho
902b38408b
As noted by jmcneill@, the specifications specifically mention that the _TTS
...
should be invoked before the system has notified any native mode device
drivers. Thus, do the call before pmf_system_suspend(9).
2010-04-25 17:03:08 +00:00
ad
b78c6a36cf
Nothing uses x86_multicast_ipi() right now and it complicates many
...
CPU support, so remove it.
2010-04-25 16:10:51 +00:00
ad
a0f75dc2db
Allocate the cpu_infos array dynamically.
2010-04-25 15:57:59 +00:00
ad
3f21f42490
- console spam.
...
- atomic_dec_uint -> vfs_destroy.
2010-04-25 15:56:00 +00:00
ad
2e2855a6f2
Make select/poll work with more than 32 CPUs.
...
No ABI change.
2010-04-25 15:55:24 +00:00
ad
b746352090
Reduce memory spent on bookkeeping for large values of MAXCPUS.
2010-04-25 15:54:14 +00:00
rmind
84b7918250
Fix KASSERTMSG() to be consistent with KASSERT() logic, not inverted.
...
Hi matt@!
2010-04-25 15:39:41 +00:00
kiyohara
4a9e14b923
Fix forgot to commit.
...
Support 64-bit imask for powerpc/pic.
2010-04-25 12:26:07 +00:00
ad
caac34d32b
MAXCPUS -> maxcpus
2010-04-25 11:49:22 +00:00
ad
b445fb5178
MAXCPUS -> __arraycount
2010-04-25 11:49:04 +00:00
ad
9b61e54ab7
console spam
2010-04-25 11:23:34 +00:00
wiz
84f9b28ba3
Sort sections, make HTML-ready.
2010-04-25 10:35:07 +00:00
wiz
eba2c99734
Various fixes, mostly for typos.
2010-04-25 10:32:44 +00:00
jruoho
61a52d7657
Evaluate _TTS on sleep state transitions. This is mainly to pro-actively
...
support some weird BIOS, which may require the evaluation. Ok jmcneill@.
2010-04-25 10:05:22 +00:00
matthias
8e71c066b9
Fix for PR#42572. I was running with this patch for several month without
...
any problems.
2010-04-25 09:14:38 +00:00
jruoho
0c1ea6e257
Add a note about AcpiEnterSleepStatePrep().
2010-04-25 09:12:38 +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
joerg
e494dd44d8
Added entry about cdb
2010-04-25 00:57:12 +00:00
joerg
b9cf7d31ab
Add the constant database reader (cdbr(3)) and writer ((cdbw(3)).
...
They implement a space efficent write-once database with fast access
path. Switch the services(5) database to use cdb. The size of the
database file decreases from 2.1MB disk space to 307KB. Access
performance is about the same if setservent(0) is used and about an
order of magnitude faster otherwise. services_mkdb defaults to the new
format, but can optionally create the old db(3) format as well for
statically linked legacy applications.
2010-04-25 00:54:44 +00:00
tsutsui
53fae86685
Fix typo in comments.
2010-04-25 00:35:58 +00:00
nonaka
4932d44fdd
The capacity of RAM is decided according to the model.
2010-04-24 21:52:34 +00:00
nonaka
e8fe64adb4
Oops, the direction of the shift is opposite.
2010-04-24 21:51:56 +00:00
cegger
6eacba31fd
ANSIfy, KNF
2010-04-24 21:34:29 +00:00
nonaka
56de8227a6
nuke sc_stable_count.
2010-04-24 21:21:28 +00:00
snj
e8ceeccf17
Another one bites the dust.
2010-04-24 20:56:19 +00:00
jruoho
73bd86de75
Define _PATH_POWER and use it.
2010-04-24 20:44:33 +00:00
dbj
1da7b01e3b
switch from 4 clause to 2 clause BSD license.
2010-04-24 19:58:13 +00:00
jruoho
2e3ac7f8ad
Embarrassing typos: _PI_ -> _SI_, _PB_ -> _SB_.
2010-04-24 19:51:15 +00:00
jruoho
a84baa0293
Do not use __func__ with ACPI_DEBUG_PRINT (it already adds it).
2010-04-24 19:36:14 +00:00