thorpej
|
15e0450397
|
Always pass the L1 table to pmap_map_chunk(). This allows pmap_map_chunk()
to perform some error checking.
|
2002-02-21 05:25:23 +00:00 |
|
jmc
|
b32effcb8e
|
Add some more dependencies so this builds as "make all" also without
requiring a make depend first.
|
2002-02-21 04:13:45 +00:00 |
|
mrg
|
f91c336c9f
|
add an extent_free test.
|
2002-02-21 03:59:25 +00:00 |
|
mrg
|
71bd5d8f3c
|
make this build cross by not splitting NATDEPFILES across a line with a
line continuation char (\)...
|
2002-02-21 03:24:50 +00:00 |
|
thorpej
|
454e106a48
|
map_chunk() -> pmap_map_chunk(), and move it to pmap.c
|
2002-02-21 02:52:19 +00:00 |
|
thorpej
|
5aa173cc6b
|
Update for death of arm32.
|
2002-02-21 02:43:57 +00:00 |
|
eeh
|
93ead6c5e0
|
Fix pr sparc64/15633: datafault at tlp_start causes panic
Also clean up some additional 32-bit kernel printf issues.
|
2002-02-21 02:42:27 +00:00 |
|
christos
|
3e5a9a9d41
|
Forgot to update this one for the structure prefix changes.
|
2002-02-21 00:34:31 +00:00 |
|
matt
|
ffefe31a4b
|
When calling weak or global symbols in the same segment, make sure to use
RELAX encoding what can be transmorgified into a PLT reloc.
|
2002-02-21 00:18:43 +00:00 |
|
simonb
|
b0a8050029
|
regen: Use BCM prefix instead of SB prefix in previous.
|
2002-02-21 00:00:28 +00:00 |
|
simonb
|
1d958329b8
|
Use BCM prefix instead of SB prefix in previous.
|
2002-02-20 23:59:58 +00:00 |
|
simonb
|
1df79a37a8
|
regen: Add the SiByte/Broadcom SB1250 PCI and LDT bridge IDs.
|
2002-02-20 23:53:32 +00:00 |
|
simonb
|
034caadcd2
|
Add the SiByte/Broadcom SB1250 PCI and LDT bridge IDs.
|
2002-02-20 23:53:01 +00:00 |
|
simonb
|
ee0bfb00bf
|
regen: Rename the SIBYTE entry to "Broadcom Corp. (SiByte)".
|
2002-02-20 23:46:55 +00:00 |
|
simonb
|
e4007a266b
|
Rename the SIBYTE entry to "Broadcom Corp. (SiByte)".
|
2002-02-20 23:45:50 +00:00 |
|
eeh
|
2fdccc01af
|
Add bzero.S and strlen.S to the stuff that gets installed in libkern.
|
2002-02-20 22:45:04 +00:00 |
|
skrll
|
e187e66235
|
Remove a whole load of non-CATS stuff.
|
2002-02-20 22:32:10 +00:00 |
|
augustss
|
0db3eee7bb
|
Add quirks for Minolta Dimage X.
|
2002-02-20 22:28:54 +00:00 |
|
augustss
|
dd0cea6baa
|
Regen.
|
2002-02-20 22:28:20 +00:00 |
|
augustss
|
b1b2559c84
|
Add Minolta Dimage X (very nifty!).
|
2002-02-20 22:27:54 +00:00 |
|
skrll
|
f9d21f3995
|
Use shell arithmetic as much as possible and reduce the number of times
that awk is used to one.
No functional change.
|
2002-02-20 21:54:08 +00:00 |
|
christos
|
8b449b1ee8
|
enami convinced me that it is a good idea to use the first word of
the allocated area.
|
2002-02-20 21:42:35 +00:00 |
|
manu
|
25e8963ed3
|
Fixed typo
|
2002-02-20 21:18:18 +00:00 |
|
skrll
|
2de2e35201
|
Fix typo in comment.
|
2002-02-20 20:47:40 +00:00 |
|
thorpej
|
425011f621
|
map_pagetable() -> pmap_link_l2pt(), and move it to pmap.c
|
2002-02-20 20:41:15 +00:00 |
|
gmcgarry
|
f82c84c49c
|
Explain why you'd use these functions. Some formatting cleanup.
|
2002-02-20 20:40:48 +00:00 |
|
christos
|
6728d906e9
|
Prefix structure members to protect them against clashes with eg. c++ keywords.
Suggested by Alfred Perlstein, from FreeBSD, ok'd by augustss
|
2002-02-20 20:30:12 +00:00 |
|
gmcgarry
|
4499278874
|
define GART
|
2002-02-20 20:28:18 +00:00 |
|
matt
|
1bb7ff7e99
|
Don't emit GOT slots for local symbols since the VAX can always refer to
via PC relative addressing.
|
2002-02-20 18:52:23 +00:00 |
|
matt
|
e9ecffcaf2
|
When emitting a GOT reloc, use the frag symbol since we want the
external name, not where it lives in this object (which would happen
in the symbol was defined locally). All, don't use offset but addnumber.
|
2002-02-20 18:50:40 +00:00 |
|
wiz
|
fa719c3bfe
|
Mirror some forms(3) fixes.
|
2002-02-20 17:49:14 +00:00 |
|
wiz
|
f8d8496236
|
Two fixes by Patrick Welche, and two by me.
|
2002-02-20 17:45:42 +00:00 |
|
christos
|
07a8b6bf28
|
proper statfs emulation...
|
2002-02-20 17:03:03 +00:00 |
|
christos
|
227c487828
|
allow writing of kernel.version, kernel.osrelease, kernel.ostype... I might
revert that l8r if I come up with something better.
|
2002-02-20 17:02:48 +00:00 |
|
thorpej
|
b6d2afdc45
|
Add constants that describe the target's max/min INT, UINT, LONG, ULONG,
QUAD, and UQUAD values.
|
2002-02-20 16:10:34 +00:00 |
|
wiz
|
2e104b6b46
|
Whitespace nit.
|
2002-02-20 11:57:10 +00:00 |
|
wiz
|
a6876a2a4e
|
Punctuation nits.
|
2002-02-20 11:56:13 +00:00 |
|
wiz
|
fba3aac827
|
Close quoting.
|
2002-02-20 11:54:16 +00:00 |
|
wiz
|
306d24c5d4
|
Sort SEE ALSO.
|
2002-02-20 11:53:02 +00:00 |
|
wiz
|
9b53792eb8
|
Drop superfluous .Pp, punctuation nit.
|
2002-02-20 11:52:39 +00:00 |
|
wiz
|
dcd750ae30
|
Sort sections.
|
2002-02-20 11:52:13 +00:00 |
|
wiz
|
22a40c69b3
|
Use standard headers, sort sections.
|
2002-02-20 11:51:43 +00:00 |
|
wiz
|
363989ac63
|
Punctuation nits, use standard headers, sort sections, remove Tahoe references.
|
2002-02-20 11:51:15 +00:00 |
|
wiz
|
3880a44b65
|
Drop trailing empty line.
|
2002-02-20 11:47:55 +00:00 |
|
wiz
|
2ecbe773d1
|
Slightly improve markup.
|
2002-02-20 11:47:37 +00:00 |
|
wiz
|
f21ce264f2
|
Drop trailing empty line, and end sentence with a dot.
|
2002-02-20 11:47:23 +00:00 |
|
wiz
|
e63f7d735b
|
Improve markup, sort sections.
|
2002-02-20 11:38:02 +00:00 |
|
wiz
|
67aecfc942
|
Punctuation nit.
|
2002-02-20 11:35:21 +00:00 |
|
wiz
|
d8711c438f
|
Drop trailing empty line.
|
2002-02-20 11:34:42 +00:00 |
|
wiz
|
b6bb7c0546
|
Sort sections.
|
2002-02-20 11:34:14 +00:00 |
|