joerg
1444b07e5e
Explicitly request literal mode after .Xr.
2009-10-15 02:15:19 +00:00
pooka
5a586117cf
fix previous to make sense
2009-10-15 01:50:08 +00:00
pooka
466e9bcfec
adjust for new rump_cpu
2009-10-15 01:35:23 +00:00
pooka
8c6bd3376a
forgot to commit with previous batch
2009-10-15 01:29:06 +00:00
joerg
45354b5b39
Expand [= prog-name =] in man pages.
2009-10-15 01:28:10 +00:00
joerg
cb83818524
Fix markup.
2009-10-15 00:59:01 +00:00
roy
5f96926957
Handle errors from getdelim better.
2009-10-15 00:36:24 +00:00
pooka
9bb1dbd8d7
rump_cpu is now a pointer
2009-10-15 00:34:05 +00:00
pooka
fcebdb26e0
Add prototype for wait operation variants which do not drop any
...
resources (because they should be holding any in the first place).
2009-10-15 00:33:37 +00:00
pooka
f1f3f36233
regen: scheduling points
2009-10-15 00:32:11 +00:00
pooka
000a197343
regen: scheduling points in rump_pub wrappers
2009-10-15 00:31:25 +00:00
pooka
624234c0c5
Generate scheduling points around rump vnode operations.
2009-10-15 00:29:40 +00:00
pooka
cd231d0604
Generate scheduling points in rump_pub calls.
2009-10-15 00:29:19 +00:00
pooka
9454f185c4
Add initial work on a rump virtual cpu scheduler. This is necessary
...
for kernel code which has been written to avoid MP contention by
using cpu-local storage (most prominently, select and pool_cache).
Instead of always assuming rump_cpu, the scheduler must now be run
(and unrun) on all entry points into rump. Likewise, rumpuser
unruns and re-runs the scheduler around each potentially blocking
operation. As an optimization, I modified some locking primitives
to try to get the lock without blocking before releasing the cpu.
Also, ltsleep was modified to assume that it is never called without
the biglock held and made to use the biglock as the sleep interlock.
Otherwise there is just too much drama with deadlocks. If some
kernel code wants to call ltsleep without the biglock, then, *snif*,
it's no longer supported and rump and should be modified to support
newstyle locks anyway.
2009-10-15 00:28:46 +00:00
joerg
18654546a6
Fix markup.
2009-10-15 00:16:28 +00:00
joerg
d935d602c7
Fix redundancy.
2009-10-15 00:07:45 +00:00
joerg
59da3d1cf9
Fix markup.
2009-10-14 23:55:26 +00:00
pooka
af40e60966
WARNS
2009-10-14 23:51:52 +00:00
pooka
8a435a0401
WARNS + make compile
2009-10-14 23:51:22 +00:00
joerg
77fe034dc2
Simplify markup.
2009-10-14 23:49:50 +00:00
joerg
29fcd46aba
Fix and improve markup.
2009-10-14 23:40:05 +00:00
joerg
addb345ac7
Do not work around ancient groff limits with .Xo/.Xc.
2009-10-14 23:37:33 +00:00
joerg
4467064d5b
Do not use .Xo/.Xc to workaround ancient groff limits.
2009-10-14 23:36:55 +00:00
joerg
500521cf90
Garbage collect !NetBSD documentation.
2009-10-14 23:32:42 +00:00
pooka
36f718311e
whoops, restore probing of ugen{0..3} instead of just ugen2
2009-10-14 23:29:42 +00:00
joerg
ea35069b47
Do not indent twice. Do not use compact mode, it makes the list harder
...
to read.
2009-10-14 23:18:39 +00:00
joerg
8f0d7ce472
Indentation is an argument, not another option.
2009-10-14 23:10:27 +00:00
joerg
dd5fba70d0
Fix markup.
2009-10-14 22:59:11 +00:00
joerg
b2ed4022ca
Do not use .Xo / .Xc without a good reason.
2009-10-14 22:00:55 +00:00
dsl
01a0f8ea84
Change a while () {} into a do {} while() so that fgets(buf, 1, file)
...
detects EOF on an empty file.
Fixes most of PR/41992
2009-10-14 21:25:52 +00:00
roy
6e80fcc98f
Store the allocated buffer against FILE, plugging a memory leak.
...
Fixes PR bin/42183.
2009-10-14 20:54:51 +00:00
dsl
931ac5949a
Error out of ptcread() if the uio length supplied is zero before the code
...
has a chance to panic in ureadc().
2009-10-14 19:25:39 +00:00
pooka
a9cd93a788
use rump_pub
2009-10-14 19:14:39 +00:00
joerg
5c824d0f03
Do not use .Xo/.Xc to work around ancient groff limits.
2009-10-14 19:08:55 +00:00
apb
ab1c404393
Bomb if TOOLDIR, DESTDIR, or RELEASEDIR changes after we have created the
...
top level object directory. This can happen if /etc/mk.conf overrides
values passed to build.sh in the environment or on the command line.
2009-10-14 19:03:12 +00:00
bouyer
e4821a51fc
Don't pass a NULL arg to DIOCCACHESYNC, sd(4) dereferences it.
...
Pass a pointer to a int initialized to 1, so that a DIOCCACHESYNC will be
forced on sd(4).
Should fix dom0 panic reported by Sarton O'Brien.
2009-10-14 18:54:00 +00:00
joerg
a453670196
Do not use .Xo/.Xc to work around ancient groff limits.
...
Fix markup.
2009-10-14 18:34:14 +00:00
pooka
bf3992af18
Adjust names of external rump control interfaces to match the
...
new rump_pub namespace.
2009-10-14 18:22:50 +00:00
joerg
0639ebde24
Don't use .Xo/.Xc to work around ancient groff limits.
...
Set only one list type.
2009-10-14 18:22:04 +00:00
pooka
d09e2773d0
"rumppriv" goes back to "rump" per internal interface naming change.
2009-10-14 18:18:53 +00:00
pooka
a6f92a2b8f
regen: put all public interfaces created by ifspec into a rump_pub namespace
2009-10-14 18:16:41 +00:00
pooka
abf164854c
Actually, adjust previous a bit: instead of preserving the names
...
of the external interfaces and namespacing the internal ones to
"rumppriv", put the external ones in a "rump_pub" namespace. While
this requires adjusting all of the external callers of these
interfaces, it is the right thing to do in the long run, since it
clarifies the structure.
2009-10-14 18:14:48 +00:00
joerg
98ae2d6073
Do not use .Xo/.Xc to workaround ancient groff limits.
2009-10-14 17:44:25 +00:00
joerg
f407b5a5b2
Fix markup
2009-10-14 17:37:07 +00:00
joerg
3f3c419d37
Fix markup.
2009-10-14 17:35:41 +00:00
pooka
aa022ebd2b
This wasn't supposed to go in -- the tree is under temporary
...
component boundary breakage.
2009-10-14 17:34:08 +00:00
joerg
2644011d38
Use proper markup.
2009-10-14 17:33:56 +00:00
joerg
37ee8ee594
Don't use .Xo/.Xc to work around ancient groff limits.
2009-10-14 17:33:20 +00:00
pooka
8ca7f09f6e
g/c some stuff which wasn't supposed to see the light of day
2009-10-14 17:30:52 +00:00
pooka
54db3a033b
add rump public interface headers
2009-10-14 17:30:50 +00:00