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
uch
5f5cce9adc
Clean up function declaration.
2002-02-19 17:22:34 +00:00
uch
1bdc7cc5ca
Clean up functions
...
disable_intr, enable_intr, disable_interrupt, enable_interrupt,
disable_ext_intr, enable_ext_intr.
New functions:
for external interrupt:
_cpu_intr_suspend and _cpu_intr_resume.
for exception:
_cpu_exception_suspend and _cpu_exception_resume.
2002-02-19 17:21:18 +00:00
wiz
37e458fa45
strategy should have an 'r'. Inspired by similar change in OpenBSD.
2002-02-19 17:09:40 +00:00
nathanw
20d013dbed
Regen.
2002-02-19 16:46:12 +00:00
nathanw
502ca4a24b
Add linux_sys_{get,set}rlimit.
2002-02-19 16:44:09 +00:00
nathanw
cbc3e62bf0
Add LINUX_SA_NOCLDWAIT.
2002-02-19 16:35:59 +00:00
chs
96f907f394
fix two problems:
...
- when yielding the cpu while using the vnode's page list, use a marker page
to keep our place in the list (like the other cases where we drop the lock).
- wait until no one else has the page busy before deciding if the page needs
to be cleaned. a page will be dirty while it's being initialized but will
be marked clean before PG_BUSY is cleared.
both found by enami.
2002-02-19 15:49:39 +00:00
pooka
dd2075f14d
update sys/arch descriptions closer to reality:
...
* instead of saying "support for the" for every entry, say it once
* add:
+ algor
+ arm
+ cats
+ cesfic
+ hpcarm
+ sandpoint
+ shark
+ sun2
+ sun68k
+ walnut
+ x86_64
* remove:
+ arm32
2002-02-19 15:03:33 +00:00
uch
a3757d3ba3
fix LCD byte-order setting.
2002-02-19 14:21:47 +00:00
simonb
724e595530
Regen: Add the Concord Camera Eye Q 3x.
2002-02-19 14:13:01 +00:00
simonb
63e8b06dff
Add the Concord Camera Eye Q 3x.
...
Reverse the Yamaha and Yano entries so they're in alphabetical order.
2002-02-19 14:12:02 +00:00