wiz
fb15d6af36
Fix xref; comment out cpu(4) reference, does not exist.
2011-10-18 14:25:06 +00:00
jruoho
11bceb6a8a
Reduce tolerance even more.
2011-10-18 14:16:42 +00:00
jruoho
288ab9d2db
Note that manually loaded modules are not auto-unloaded.
2011-10-18 14:12:04 +00:00
reed
543e58f4b2
Add missing "Notes:" line for pdksh entry. (Noticed by Snader_LB on IRC.)
2011-10-18 12:42:19 +00:00
reed
7c8c54b731
Fix typo.
...
From Snader_LB on IRC.
2011-10-18 12:36:31 +00:00
jmcneill
86afac925a
Don't try to auto-unload modules unless they were auto-loaded.
2011-10-18 12:25:30 +00:00
jmcneill
940eb6aaed
update vmt man page with netbsd changes
2011-10-18 11:31:54 +00:00
wiz
9685fb523d
Move vmt(4) to x86 subdir.
...
No obsolete entries added for set lists since original import was just an
hour ago.
2011-10-18 10:19:11 +00:00
wiz
21103913dd
Add vmt(4) from OpenBSD.
2011-10-18 09:50:24 +00:00
hannken
749d77682d
VOP_GETATTR() needs a shared lock at least.
2011-10-18 09:22:53 +00:00
jruoho
4d30fb497f
As cpu_shutdown() is a wrapper to cpu_suspend(), modify slightly to prevent
...
setting low frequencies for active non-bootstrap processors during shutdown.
2011-10-18 05:16:02 +00:00
jruoho
804fdee3ad
Convert to use cpufreq(9).
2011-10-18 05:08:24 +00:00
jruoho
b2508f4f43
Adjust and add some printfs.
2011-10-18 04:51:01 +00:00
jmcneill
71d8676fc4
add & enable vmt module
2011-10-18 00:33:47 +00:00
jmcneill
9d74e6d7cc
use PRId64 for time_t format
2011-10-18 00:31:07 +00:00
jmcneill
2ecb8da57d
don't allow module autounload
2011-10-18 00:07:45 +00:00
manu
7f182e39c1
Roll back the change that forced kernel threads to not sleep in PUFFS.
...
The change does not make consensus, since only pagedaemon should need it.
Other threads will tolerate sleeping, and problems here are only symptoms
that something is going wrong in memory management. The cause, not the
symptoms, need to be fixed.
2011-10-17 23:54:01 +00:00
jmcneill
3ed028dc67
restart dhcpcd if we get a "released" event from the vmt0 driver
2011-10-17 23:27:41 +00:00
jmcneill
f2e3d977c3
handle OS_Resume events by sending a sleep pswitch "release" event
2011-10-17 23:25:10 +00:00
jmcneill
268b8144da
vmt needs sysmon_taskq
2011-10-17 23:24:05 +00:00
jmcneill
106d91108e
add vmt(4)
2011-10-17 22:40:31 +00:00
jmcneill
233dd477e3
add a port of the VMware Tools driver vmt(4) from OpenBSD
2011-10-17 22:39:22 +00:00
jmcneill
3645bf80e9
add a "vm" device class for cpufeaturebus
2011-10-17 22:38:01 +00:00
njoly
d057ee05a2
Remove unneeded uneeded err.h include.
2011-10-17 17:58:43 +00:00
mbalmer
6e0f0ba65d
Revieve -> Receive in a comment.
2011-10-17 16:50:47 +00:00
mbalmer
81e1e52258
Received, not recvieved.
2011-10-17 16:44:02 +00:00
mbalmer
363f305e44
Receive, not recieve.
2011-10-17 16:40:53 +00:00
mbalmer
e1d181bb1e
Fix typo in output.
2011-10-17 16:39:15 +00:00
mbalmer
c008138e06
This file received some typo-love.
2011-10-17 16:37:50 +00:00
mbalmer
24e4901256
There is no doubt whether whether should have a 'h' after the 'w'.
2011-10-17 16:35:21 +00:00
mbalmer
2790b28f0e
Fix typo in comment.
2011-10-17 16:31:14 +00:00
mbalmer
0013a6a6ba
wheher -> whether
2011-10-17 16:22:12 +00:00
tsutsui
b1979e41c3
Make sure to put a.out GENERIC kernel into distribution.
2011-10-17 14:42:42 +00:00
chs
c310f94f3a
when linking with "-shared" and "-shared-libgcc", also link against
...
the static libgcc.a after the shared libgcc_s.so. this is needed
on hppa and sh to get the millicode, which is not in the shared version.
2011-10-17 14:27:10 +00:00
chs
02dd92991a
do not build profiling versions of libgcc or libgcc_eh.
...
they are not used, and they don't build on arm with gcc 4.5.
2011-10-17 14:20:54 +00:00
tsutsui
fcb490be25
Print LUNA model name (not only CPU/MMU/FPU) on boot as 4.4BSD Lite2 does.
2011-10-17 14:19:28 +00:00
tsutsui
5fadf539dd
LUNA has 68030+68881, not 68882.
...
XXX: we should have a common fpu_probe() function among all m68k ports.
2011-10-17 13:52:11 +00:00
joerg
397948e99a
Don't rename xfree to xfree_readline, it breaks the build.
2011-10-17 13:08:51 +00:00
isaki
928bbeafae
Fix typo in comment. Pointed out by Y.Sugahara.
2011-10-17 13:06:08 +00:00
wiz
276389fea6
Add missing Nd.
2011-10-17 09:24:54 +00:00
he
c51fd9ace7
Make this build statically also by linking with -lterminfo as well.
2011-10-16 21:31:15 +00:00
jym
a3113f57aa
Document the MORE environment variable.
...
Noted by James K. Lowden <jklowden _at_ schemamania _dot_ org> in a
private mail.
Will submit upstream.
2011-10-16 21:02:31 +00:00
christos
ee52b40a07
make this compile again.
2011-10-16 19:45:47 +00:00
christos
6b70d9b294
add necessary headers for this to compile without warnings
2011-10-16 19:41:30 +00:00
christos
13bf21c56c
make this compile.
2011-10-16 19:41:07 +00:00
christos
22bfd2bd63
Add code (not enabled) that allows mktime() to return a value for times
...
in the DST gap when tm_isdst == -1, like glibc does. Document both behaviors.
2011-10-16 17:59:32 +00:00
joerg
f53c7cd4a3
Build with -DSQLITE_ENABLE_FTS3_PARENTHESIS
2011-10-16 17:24:50 +00:00
joerg
e8aa93a8ad
-Wno-format-security is no longer needed with clang, now that libintl.h
...
is fixed.
2011-10-16 17:24:32 +00:00
joerg
a2567f3beb
Don't use non-literal format strings.
2011-10-16 17:12:11 +00:00
jruoho
09e0db7e84
Remove 't_rint' as it was committed accidentally.
2011-10-16 13:43:26 +00:00