wiz
c8684d9bac
Standardize spelling. Remove superfluous Pp. Fix typo.
2007-12-02 22:09:34 +00:00
wiz
1746ee1de1
Add comma in enumeration. Punctuation nits. Fix a typo.
2007-12-02 22:05:51 +00:00
wiz
ba1fba9f16
Prepare for HTML output.
2007-12-02 21:52:30 +00:00
wiz
4998f61c09
Add comma in enumeration.
2007-12-02 21:45:59 +00:00
wiz
f9f8a4cb40
Use Nx and Ap. filesystem -> file system.
2007-12-02 21:44:58 +00:00
dsl
cd39f2272a
Improve the likelyhood of the 'oosyscall' code (ie that for system call entry
...
via a call gate for i386 netbsd 1.0 and ibcs2) doing the right thing.
Untested because I've failed to get an a.out netbsd 1.0 binary to load.
2007-12-02 21:43:11 +00:00
wiz
861900d761
Fix typo in comment.
2007-12-02 21:36:44 +00:00
wiz
5d9460afed
Fix xrefs. Sort options. Standardize wording.
2007-12-02 21:22:03 +00:00
wiz
73f0c10536
Minimally sort options; use Dq; new sentence, new line.
2007-12-02 21:14:49 +00:00
wiz
2da3ed1c7d
Minimally sort options; use Dq.
2007-12-02 21:13:23 +00:00
wiz
1db713adf2
Use Fn; fix duplicate word and time problem. Use Cd for options.
2007-12-02 21:09:21 +00:00
wiz
9fbc5e2b76
Sort options.
2007-12-02 21:03:39 +00:00
wiz
c50e337e51
Nits. Sort options.
2007-12-02 21:03:32 +00:00
wiz
4721bd8970
Drop trailing whitespace, remove superfluous Pp.
2007-12-02 20:59:29 +00:00
ad
6bd016935d
Use the softint API.
2007-12-02 20:46:53 +00:00
wiz
8ed18604e6
Drop trailing whitespace. Fix typo and casing.
2007-12-02 20:41:40 +00:00
ad
6a310e099d
Back out part of patch that got merged accidentally.
2007-12-02 20:34:41 +00:00
wiz
875af49afd
New sentence, new line. Spelling. Prepare for HTML output.
2007-12-02 20:03:11 +00:00
wiz
0525be680e
Fix typo. Add comma in enumeration.
2007-12-02 19:59:11 +00:00
wiz
f40518e2ba
New sentence, new line. Use proper markup.
2007-12-02 19:54:32 +00:00
wiz
8a3535d6b1
Add comma in enumeration.
2007-12-02 19:47:56 +00:00
wiz
14cf4b821f
Fix typo.
2007-12-02 19:44:02 +00:00
wiz
6db764bae5
Add comma in enumeration.
2007-12-02 19:43:10 +00:00
wiz
a092695006
Sort options.
2007-12-02 19:40:54 +00:00
wiz
9bf8a73ed2
file system -> filesystem; fix typos.
2007-12-02 19:35:39 +00:00
ad
8838af190c
ps/w: display LWP info.
2007-12-02 19:35:33 +00:00
ad
3ce0f72397
Use atomics to adjust ci_flags.
2007-12-02 19:33:31 +00:00
wiz
0d78c993a2
Use more markup. Fix xrefs. Use standard headers.
2007-12-02 19:31:46 +00:00
ad
dc58e180fd
Remove unused cpp goo
2007-12-02 19:28:32 +00:00
ad
3c392fd114
Bump SYMTAB_SPACE
2007-12-02 19:25:43 +00:00
wiz
171c97657b
Add RCS Id. Use An, Aq. Prepare for HTML output.
2007-12-02 19:23:53 +00:00
wiz
e5a870f3ec
New sentence, new line.
2007-12-02 19:20:50 +00:00
wiz
f2714d32d2
Fix Xref.
2007-12-02 19:19:16 +00:00
wiz
04cd5014b6
filetypes -> file types.
2007-12-02 19:15:07 +00:00
wiz
deaf5d690e
Use Dq for words (Sq only for single characters).
2007-12-02 19:09:16 +00:00
wiz
c3ff82973e
Sort SEE ALSO. Minor nit fixes.
2007-12-02 19:05:51 +00:00
wiz
1c3da1b79c
mdoclint and typo fixes.
2007-12-02 19:03:16 +00:00
wiz
7b371a343f
Typo fixes.
2007-12-02 18:57:56 +00:00
bouyer
eae5f92d0c
IOCTL_PRIVCMD_MMAP*: instead of brutally enterring the new entries in
...
the process page table, properly uvm_unmap1() the VA range and enter a new
uvm_map backed by an object. There is a know race between uvm_unmap1() and
uvm_map(), where another thread could get our VA range; in practice
I think none of the softwares using this interface are multithreaded (or at
last they are single-threaded when using it).
2007-12-02 18:29:54 +00:00
hannken
b1446c225c
Make it compile again.
2007-12-02 18:24:34 +00:00
bouyer
3f779c2f93
Note that linker scripts are now installed on amd64.
2007-12-02 18:12:28 +00:00
bouyer
382d13b49a
Install the linker scripts on amd64, which allows to link x86 32bit objects
...
using the native ld(1). This helps building pkgsrc/sysutils/xentools3-hvm
on amd64; is also allows to build the x86 boot blocks with the
native toolchain.
2007-12-02 18:10:20 +00:00
jmcneill
479b0a0816
CRMFB_VT_VCMAP and CRMFB_VT_HCMAP register definitions were transposed.
...
From jsing@openbsd in private mail.
2007-12-02 17:36:57 +00:00
ad
7960b954d7
Don't clear ci_want_resched in MD code; it's done in mi_switch().
2007-12-02 16:37:58 +00:00
skrll
e151146b60
Provide a _C_LABEL
2007-12-02 15:55:09 +00:00
ad
208085366c
sys__lwp_create: set in the correct lock when the LWP is created suspended.
2007-12-02 15:49:38 +00:00
skrll
fd903b1729
Implement ptrace.
2007-12-02 15:48:47 +00:00
ad
25f8c0149e
mi_switch: adjust so that we don't have to hold the old LWP locked across
...
context switch, since cpu_switchto() can be slow under certain conditions.
From rmind@ with adjustments by me.
2007-12-02 14:55:49 +00:00
ad
e2aaefb859
- mi_switch: adjust so that we don't have to hold the old LWP locked across
...
context switch, since cpu_switchto() can be slow under certain conditions.
From rmind@ with adjustments by me.
- lwpctl: allow LWPs to reregister instead of returning EINVAL. Just return
their existing lwpctl user address.
2007-12-02 14:55:32 +00:00
skrll
819071140e
Fix include files and change use LEAF_ENTRY_NOPROFILE function to fix
...
the unwind entry.
2007-12-02 14:04:19 +00:00