Commit Graph

92718 Commits

Author SHA1 Message Date
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
thorpej
889d3fedd3 Sample kernel configuration for a Soekris Engineering net4501
single board computer.
2002-02-20 03:15:35 +00:00
thorpej
72a1f227a8 pxeboot -> pxeboot_ia32, and add pxeboot_ia32_com0 2002-02-20 03:07:08 +00:00
matt
1927769e7a Don't use PCC_STATIC_STRUCT_RETURN.
Use movab/pushab when moving LABEL_REFs.
2002-02-20 03:06:37 +00:00
thorpej
f777763ab3 * Rename the pxeboot binary from "pxeboot" to "pxeboot_ia32", since
there are other architectures (e.g. IA64) which also use PXE.
* Get the console right in pxeboot, from Andreas Gustafsson.
* Add a "com0" version of pxeboot, to address the same issue that
  biosboot_com0 addresses.
2002-02-20 03:00:27 +00:00
thorpej
c44b9117f0 Collapse map_entry{,ro,nc}() into a single pmap_map_entry() that
takes a prot and a "cacheable" indicator.
2002-02-20 02:32:56 +00:00
lukem
0c7bc63d83 oops; forgot to retain previous setting of $_flags (aka $syslogd_flags)
which adding "-P /var/run/syslogd.sockets"...
2002-02-20 01:49:59 +00:00
simonb
e0787bd639 Fix a tyop in a comment. 2002-02-20 01:34:19 +00:00
enami
8146152a09 Add expected result for test9. 2002-02-20 01:26:37 +00:00
thorpej
9c31f51c34 Rename map_section() to pmap_map_section(), move it to pmap.c, and give it
an extra argument (prot - specifies protection of the mapping).
2002-02-20 00:10:15 +00:00
lukem
56705fb84f rcsid 2002-02-19 23:11:28 +00:00
thorpej
9d6e94072b Bump the default data limit to 32M and the max data limit to 64M.
These are the same values that the hp300 port uses (lesser hp300s
have roughly the same memory constraints as "lesser" vaxen), and
bumping them allows us to run a statically linked ELF groff(1).
2002-02-19 22:44:35 +00:00
is
728d5e960d fix some swapped parameters 2002-02-19 22:42:25 +00:00
thorpej
268d4c679c Adjust for changes to __infinity decl. 2002-02-19 21:50:01 +00:00
ragge
f2d946a56e blkset() used a register for set value that get clobbered by movc5,
causing the set area to get unpredictable contents.
2002-02-19 21:46:17 +00:00
veego
908b0c7ea5 Add ./etc/ipf6.conf 2002-02-19 21:33:13 +00:00
pooka
2b1fe1903a rewritten in NetBSD 1.6 -> rewritten for NetBSD 1.6 2002-02-19 21:14:45 +00:00
thorpej
825d4ec152 Increase the reset delay in ex_reset() as per dev/ic/elinkxl.c
Pointed out by Love <lha@stacken.kth.se>
2002-02-19 20:38:28 +00:00
thorpej
dfeaa108c4 Add some comments to make some #if/#else/#endif's more clear. 2002-02-19 20:18:36 +00:00
bjh21
58e93e10b1 Replace infinity.c with one in the style of the new ieee754_infinity.c, but
with extra #ifdefs for FPA-format doubles.  This gets it compiling again.
2002-02-19 20:08:19 +00:00
thorpej
8545d4115b Put the netif driver name in the version banner. 2002-02-19 19:55:01 +00:00
thorpej
1ecb20dd3b Move the individual NIC ROM Makefiles into a subdirectories of
netboot.  Requested by Christos.
2002-02-19 19:49:37 +00:00
perseant
9aca526666 Don't forget to update curfile, if tape begins with TS_ADDR type block.
In particular, this means that if one member (say the last member) of a tape
set begins with continuation blocks, restore will not consider that tape
to contain all the inodes (curfile.ino==0 at the beginning of the tape).

Close PR #15545.
2002-02-19 19:16:38 +00:00
briggs
acf12a854d Use the MI md_root 2002-02-19 17:41:15 +00:00