kleink
15027ca61b
Correct inverted logic in comment.
2003-01-23 15:59:38 +00:00
gehenna
de40fbc7a1
Add the block-device-only devices.
...
Reported by ragge.
2003-01-23 15:07:54 +00:00
gehenna
c8d83dee30
Accept the block-device-only devices.
...
Reported by ragge.
2003-01-23 15:05:45 +00:00
gehenna
d0c0162e9c
Not necessary to put fixdevmtab in global section.
2003-01-23 15:03:44 +00:00
gehenna
02681cddbc
check the duplication or the inconsistency before evaluating fopts.
2003-01-23 15:01:54 +00:00
agc
53ed48f326
Make this build on platforms where size_t != int, i.e. sparc, arm, ppc, ...
2003-01-23 14:58:07 +00:00
gehenna
27e67caceb
reject the duplication of the same device-major lines.
2003-01-23 14:57:40 +00:00
pk
39ce68a44b
bogusintr: print cpu number.
2003-01-23 14:56:06 +00:00
gehenna
2c4d3430fb
fix typo.
2003-01-23 14:55:39 +00:00
pk
22acc2a827
Shave some code off xcall().
2003-01-23 14:54:33 +00:00
pk
40a1653fc2
pmap_kenter_pa4m: like pmap_enk4m(), we can use setpte4m().
...
ctx_free: fix cache flush context for sun4/sun4c.
2003-01-23 12:48:53 +00:00
pk
58005dc9d3
Zombie procs have no lwps.
2003-01-23 12:41:33 +00:00
pk
698ca6fb6f
LWPify cpu_debug_dump().
2003-01-23 11:50:50 +00:00
wiz
31b1facf6b
And finally, bump date (for -d description).
2003-01-23 08:53:46 +00:00
jdolecek
32cc757ba5
also add -d to SYNOPSIS
2003-01-23 08:51:00 +00:00
grant
817ab34933
Add description of -d.
...
From Soren Jacobsen in PR bin/20005.
2003-01-23 05:32:13 +00:00
briggs
ecc07a2e36
Use iwin[3] instead of iwin[2] for RAM access and leave iwin[2] unused.
2003-01-23 03:56:45 +00:00
briggs
a4734dcbdd
Program the BARs after the limit regs. When the BARs are written, the
...
value actually stored in the BAR is masked by the limit register.
2003-01-23 03:53:16 +00:00
rafal
0923f4be26
Make this build again.
2003-01-23 03:33:16 +00:00
bad
f4aacfe9fc
Being able to make image backups of your whole disk, not to mention not
...
causing certain ata disks to lock up by reading beyond the last block,
beats catering to broken devices.
bounds_check_with_label() RAW_PART too.
2003-01-23 00:00:32 +00:00
thorpej
d1567e06c2
Add libpthread and librt.
2003-01-22 23:40:19 +00:00
thorpej
02d1b7838b
Add a case for librt (POSIX Real-time Library)
2003-01-22 23:37:08 +00:00
thorpej
1b4d724c8e
sem_init(): oops, only destroy the ksem on error if it is a ksem.
2003-01-22 23:18:06 +00:00
ragge
413b4a7519
Explicitly cast "g" arg to mtpr to long; to tell gcc that this
...
instruction will use long indexing.
2003-01-22 23:06:37 +00:00
thorpej
c151b13c1f
Rewrite to use our internal scheduling primitives.
2003-01-22 22:51:42 +00:00
kleink
2332bdc2f1
Sync MPC601 support bits with UP version.
2003-01-22 22:20:23 +00:00
kleink
6bc656a38f
Whitespace nit in previous.
2003-01-22 22:15:06 +00:00
thorpej
03d20ab6ed
Tweak this test to make it a bit easier to observe behavior.
2003-01-22 22:12:56 +00:00
wiz
e254f6a849
More markup, more commas, less typos.
2003-01-22 22:05:45 +00:00
pk
9d33cc7115
Set the interrupt target to the current CPU when directly accessing
...
the chip for console I/O.
2003-01-22 22:00:39 +00:00
pk
53c776f062
Add functions to set & get the interrupt target CPU.
2003-01-22 21:58:28 +00:00
kleink
2ee2952854
G/c the pmap_bootstrap() segtab interface again. Silly me.
2003-01-22 21:55:14 +00:00
bouyer
1c91f1dcd4
We want bus_space_set_region_2(), not _1() here.
2003-01-22 21:47:47 +00:00
kleink
8065f1dfa1
MPC601 support bits:
...
* install 601-specific DSI and RUNMODETRC trap handlers
* save/restore MQ in trapframe, add MQ hooks to DDB
* extend battable to 512 entries to hold the 601's 8M translations
* instead of adding I/O to BAT starvation, set up segment registers
for Memory-Forced I/O Controller Interface Access
* sync after tlbie
2003-01-22 21:44:54 +00:00
jdolecek
c54aea6fb9
add entry for nathanw_sa branch merge (!)
2003-01-22 21:37:40 +00:00
jdolecek
b8445f760f
bump ramdisk image to 2330k
2003-01-22 21:16:32 +00:00
kleink
892f5b1680
Add mfrtcl() and mfrtc(), similar to mftbl() and mftb().
2003-01-22 21:05:50 +00:00
rafal
4490fd7293
Last bit of LWP'ification of compat_irix; this is probably wrong, but at
...
least it compiles and manu said he'd fix it up and test the whole kit when
he had a chance.
2003-01-22 21:04:50 +00:00
kleink
7553f82ab0
Recognize %mq, and adjust disasm_fields() slightly to print it.
2003-01-22 21:03:37 +00:00
jmmv
4c30a46c79
Fix typo in first form synopsis: -k does not require -r. Okay'ed by wiz.
2003-01-22 20:50:47 +00:00
dsl
e314f958bd
Support command -p, -v and -V as posix
...
Stop temporary PATH assigments messing up hash table
Fix sh -c -e "echo $0 $*" -a x (as posix)
(agreed by christos)
2003-01-22 20:36:03 +00:00
hannken
e6785a37e2
Increase time to wait for TLB IPI rendezvous.
...
Approved by: Frank van der Linden <fvdl@netbsd.org>
2003-01-22 18:32:18 +00:00
christos
2bb5209b1b
lwp'ify
2003-01-22 17:48:02 +00:00
christos
ed339f5241
regen.
2003-01-22 17:47:47 +00:00
christos
bcc3424bc3
regen
2003-01-22 17:47:35 +00:00
christos
498aa03f2a
lwp conversion
2003-01-22 17:47:03 +00:00
dsl
2ac00e9169
display machdep.diskinfo for i386 and x86_84
...
(agreed by christos)
2003-01-22 17:12:41 +00:00
kleink
35a8bdf8fa
While we're here, document EPERM.
2003-01-22 15:28:37 +00:00
kleink
75adcdd6f1
Add a STANDARDS section; requested by Thomas Klausner.
2003-01-22 15:24:03 +00:00
kleink
e280195c6d
Fix pasto in previous.
2003-01-22 14:21:45 +00:00