Commit Graph

92741 Commits

Author SHA1 Message Date
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
wiz
d5bbc54aba Use correct comment macro. 2002-02-20 11:33:25 +00:00
wiz
0b7fe888c8 Normalize Dd. 2002-02-20 11:30:57 +00:00
wiz
8a5f4f7cae Normalize Dd, use Nx. 2002-02-20 11:30:35 +00:00
wiz
b454907bfa Fix some markup, add menus(3) to SEE ALSO. 2002-02-20 11:30:07 +00:00
joda
4929305fb3 when creating a v4 ticket file, name it after the users uid, not our
current (should finally fix bin/13040)
2002-02-20 08:17:17 +00:00
matt
9fcb3b5a86 If the symbol is weak or external and this is a PCREL reference,
generate a fragment instead of fixup.  This allows us to convert
to a GOT or PLT reference which can be resolved externally.
2002-02-20 08:12:43 +00:00
enami
2c0bf8440e Don't forget to fetch pool cache group. 2002-02-20 07:52:43 +00:00
enami
6af26372f1 When printing pool stats, print pool cache stats also if -v is given. 2002-02-20 07:43:30 +00:00
thorpej
75533175a2 Rename to NET4501. 2002-02-20 07:19:50 +00:00
enami
bb41d19bca In the function uvm_page_own(), clear owner_tag after assertion so that
we can see the owner when assertion failed.  Some indentation fix while
I'm here.
2002-02-20 07:06:56 +00:00
enami
9a623b9870 Don't use MALLOC for variable sized allocation. 2002-02-20 06:16:22 +00:00
simonb
e0f6bf08fd Pick up some changes from FreeBSD- adding "sizeableness" but leaving out
Proper Nouns like country names.  The notable addition is "add".

Also add the remaining atomic elements that weren't in the list - we had
most of them anyway (but leave out the unclassified names).
2002-02-20 04:13:56 +00:00
lukem
d45e6662b4 change the default back to checking the file system type is '4.2BSD',
and add -I to ignore this check.  per discussion with thorpej.
2002-02-20 04:04:39 +00:00
enami
3d82b33df5 Add rename(2) case. 2002-02-20 03:52:51 +00:00