206173 Commits

Author SHA1 Message Date
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
jruoho
720d37c338 As couple of checks fails on i386/qemu, reduce tolerance. 2011-10-16 13:42:22 +00:00
hannken
2083e28d1f VOP_GETATTR() needs a shared lock at least.
While here fix a typo (fvp -> tvp).
2011-10-16 12:41:45 +00:00
hannken
961731268e VOP_GETATTR() needs a shared lock at least. 2011-10-16 12:26:16 +00:00
jruoho
b338bf9392 Remove atf_tc_skip() to see whether this still panics i386/qemu. 2011-10-16 08:28:10 +00:00
jruoho
d8db378021 Add t_sqrt and t_cbrt. 2011-10-16 08:25:55 +00:00
jruoho
9a2c9f3246 Basic checks for the root functions. 2011-10-16 08:25:40 +00:00
jruoho
a684ed294b Basic IEEE tests for the hyperbolic sine and cosine. 2011-10-16 07:40:47 +00:00
mrg
4d071395fc default O_CLOEXEC to 0 for systems that don't define it, like, say, netbsd-5. 2011-10-16 05:05:38 +00:00
isaki
fec6c386cc Switch to 2-clause license. 2011-10-16 03:10:17 +00:00