cgd
|
9235328d5a
|
functions which are 'fake-varaargs' should be passed longs, not ints.
|
1995-02-10 23:26:14 +00:00 |
cgd
|
cbdbe9a97a
|
do the DIOCWDINFO in writelabel() even if -r is specified.
On most machines it's redundant, but it gives others the chance to
take special actions, e.g. updating a checksum.
|
1995-02-10 23:24:19 +00:00 |
pk
|
0da3039154
|
More fixes from Chuck for IO pages related bugs that surfaced with the 4/110.
Also, pay attention to PMAP_TNC bits that can enter from the VM. These
come from the `device' pager, ie. pages associated with mmap()ed devices.
|
1995-02-10 20:40:47 +00:00 |
cgd
|
b380b015d1
|
make this 64-bit-safe.
|
1995-02-10 18:15:05 +00:00 |
cgd
|
9fac9bc0af
|
initial alpha support. no profiling support.
|
1995-02-10 17:53:00 +00:00 |
cgd
|
5eecfd8983
|
stubs.
|
1995-02-10 17:51:56 +00:00 |
cgd
|
e4f5181d15
|
libc support for the alpha. more functions should be written in assembler,
but that's optimization. 8-)
|
1995-02-10 17:49:48 +00:00 |
cgd
|
da1fb002e9
|
make these safe for a 64-bit world.
|
1995-02-10 17:47:26 +00:00 |
cgd
|
b42e80ba75
|
list the files needed on the alpha.
|
1995-02-10 17:46:48 +00:00 |
cgd
|
819bb2cd8c
|
alphas don't need libc quad support.
|
1995-02-10 17:45:39 +00:00 |
mycroft
|
a36de19f90
|
Make some guesses about how to properly configure the interrupt masks. Back
out part of the previous change until I get some documentation on these boards.
|
1995-02-10 01:37:57 +00:00 |
mycroft
|
50310df340
|
Reinstate cdev_pc_init().
|
1995-02-09 19:04:13 +00:00 |
pk
|
61572da6bf
|
Fix two typos.
|
1995-02-09 14:38:54 +00:00 |
pk
|
b96f801acb
|
We have more registers.
|
1995-02-09 10:34:21 +00:00 |
pk
|
c8ef09934c
|
Two more VAC_NONE checks.
|
1995-02-09 10:28:27 +00:00 |
pk
|
e560d77223
|
Another Maxtor botch.
|
1995-02-09 10:23:14 +00:00 |
mycroft
|
53f792b77d
|
Omit the call to process_sstep() if PT_STEP is not defined.
|
1995-02-09 05:19:18 +00:00 |
jtc
|
2deb4892f4
|
Initial set of ANSI clean namespace mappings.
|
1995-02-09 04:49:01 +00:00 |
cgd
|
a03b011499
|
undo a part of the last change that mistakenly required PT_STEP.
(i simply undid that part of the change.) also, fix a tyop.
|
1995-02-08 23:38:29 +00:00 |
phil
|
49d06ab1d4
|
Fix bug bin/789 with my fix.
|
1995-02-08 19:54:12 +00:00 |
mycroft
|
e9b92ad027
|
Sync with libc.
|
1995-02-08 18:35:50 +00:00 |
mycroft
|
e90d9fb8a6
|
Make the coding style more consistent.
|
1995-02-08 18:33:12 +00:00 |
mycroft
|
ae5740f063
|
size_t is unsigned.
|
1995-02-08 18:15:25 +00:00 |
mycroft
|
2eeb5b8c71
|
Remove fu/su functions; now in copy.s.
|
1995-02-08 17:58:55 +00:00 |
mycroft
|
68dc834748
|
Use common m68k version of copy.s.
|
1995-02-08 17:49:06 +00:00 |
mycroft
|
dd9ba053af
|
Clean up deleted files.
|
1995-02-08 17:48:54 +00:00 |
mycroft
|
dd2393e0f1
|
Use common m68k version of copy.s.
|
1995-02-08 17:48:53 +00:00 |
phil
|
5b95a4a41e
|
Fix from Matthias for device closing.
|
1995-02-08 17:45:09 +00:00 |
mycroft
|
bc743704d0
|
Change comment style to match the rest of locore.
|
1995-02-08 17:38:03 +00:00 |
mycroft
|
989a13ef22
|
Oops. Change the su*() functions back to using d0, to avoid conflict with
the Sun 3 code.
|
1995-02-08 17:32:13 +00:00 |
jtc
|
a067af72d8
|
Implement the ~_ and ~< escapes from POSIX.2.
These are the easiest of the escapes to implement, as ~_ is the same as ~:,
and ~< is the same as ~r.
|
1995-02-08 16:15:52 +00:00 |
mycroft
|
5c82f135b2
|
Remove UIO_USERISPACE. It was only really used by the historic ptrace(2).
The new implementation instead assumes that the cache is synchronized after a
context switch.
|
1995-02-08 15:07:52 +00:00 |
mycroft
|
c43614be17
|
Remove UIO_USERISPACE.
|
1995-02-08 15:06:48 +00:00 |
mycroft
|
df9c1209cf
|
Remove [fs]ui{byte,word}().
|
1995-02-08 14:54:12 +00:00 |
mycroft
|
d045c68f75
|
Update for split fu/su functions.
|
1995-02-08 14:53:33 +00:00 |
mycroft
|
b500256b0f
|
Remove [fs]ui{byte,word}().
|
1995-02-08 14:52:31 +00:00 |
mycroft
|
e732893c41
|
Remove fu/su functions.
|
1995-02-08 14:51:08 +00:00 |
mycroft
|
601e2d1b77
|
Add fu/su functions from hp300, modified for Sun 3.
|
1995-02-08 14:50:38 +00:00 |
mycroft
|
56c0e01a38
|
The count argument is always unsigned.
|
1995-02-08 14:26:10 +00:00 |
mycroft
|
44965e0438
|
Include common m68k version of copy.s.
|
1995-02-08 14:22:30 +00:00 |
mycroft
|
19ff4e7205
|
Don't include copy.s from here.
|
1995-02-08 14:20:06 +00:00 |
mycroft
|
f42e0c3e36
|
Pull in necessary include files to make the stand-alone.
|
1995-02-08 14:19:37 +00:00 |
mycroft
|
86dbbad738
|
Use common m68k version of copy.s.
|
1995-02-08 14:18:04 +00:00 |
mycroft
|
04695541bb
|
Clean up deleted files.
|
1995-02-08 14:16:40 +00:00 |
mycroft
|
5cd0312141
|
Minor change.
|
1995-02-08 14:14:26 +00:00 |
mycroft
|
b6363586fd
|
Copy hp300 version, with Sun 3 sfc/dfc frobnication added.
|
1995-02-08 14:11:50 +00:00 |
cgd
|
6c4c74998b
|
fix man page specs, per bug 788 from John Smerdon.
|
1995-02-08 13:48:24 +00:00 |
christos
|
f222a602cf
|
Fixed so that orphan tabs are ignored. Should close PR760.
|
1995-02-08 04:36:41 +00:00 |
briggs
|
cce0e858f9
|
Trim the interrupt counter space some and add _eintrnames and _eintrcnt
for vmstat.
|
1995-02-08 04:06:48 +00:00 |
gwr
|
13c791b060
|
Add saio.h and move relevant struct from mon.h into it.
|
1995-02-07 05:01:05 +00:00 |