pk
f47e330c15
Check if the kernel set was extracted; if not, copy over the miniroot kernel.
2000-10-20 16:48:33 +00:00
eeh
ad3ec5f6af
Fix hang in 32-bit kernels caused by relocation of KERNBASE.
2000-10-20 16:43:54 +00:00
ad
833dea96d1
- tsleep()/wakeup_one() will hurt when under load, so use a queue instead.
...
- Don't copy to or from the aligned buffer unless there's a need to.
2000-10-20 15:14:25 +00:00
fvdl
ec11b62dc9
Handle split sets for special kernel sets (-laptop and -tiny) correctly.
2000-10-20 14:40:25 +00:00
pk
b3aa184674
Add target to make a bootable CD-R image.
2000-10-20 14:13:12 +00:00
pk
8d8ff0fb3f
Remove references to {bootfs,ramdisk}.sysinst.
2000-10-20 14:12:01 +00:00
bjh21
6bff0c8662
arm26 is ELF, even if its shared libraries are currently broken.
2000-10-20 12:56:26 +00:00
martin
6a12425bca
We have renamed the configuration file, adapt the documentation.
2000-10-20 12:40:34 +00:00
pk
83c8a45657
Alternative boot program relocations are no longer installed.
2000-10-20 12:29:26 +00:00
pk
85487f0c49
Update to reflect changes to the bootfs and miniroot images.
2000-10-20 12:26:41 +00:00
ad
f0049a2ac4
ca -> lsu
2000-10-20 12:04:02 +00:00
pk
6b7e1b7c52
Boot from floppy now requires two disk images:
...
- a bootable bootfs which contains a spartan md-based `ramdisk'
filesystem, which loads the tar file image:
- instfs, which is constructed from the miniroot filesystem
and contains all installation utilities.
The current miniroot image also supersedes the former separate
{bootfs,ramdisk}.sysinst tools.
2000-10-20 11:56:55 +00:00
ad
ffbf434933
Note twe.
2000-10-20 11:55:33 +00:00
fvdl
b2475f7e19
Make showmount -e work on lp64be. From Matt Green. While at it, also
...
fix another occurence of passing &int to xdr_long.
2000-10-20 11:49:40 +00:00
ad
5e0c8a6d51
- ca -> lsu
...
- Note twe.
2000-10-20 11:47:43 +00:00
pk
9cbad565fe
Note existence of sysinst.
2000-10-20 11:43:57 +00:00
pk
3dc8d00362
* Add bin/rcmd
...
* Make sysinst `obsolete' sets
* Simplify running dev/MAKEDEV
2000-10-20 11:42:43 +00:00
pk
0e7d945483
This file is no longer used.
2000-10-20 11:31:59 +00:00
pk
2c6b19bec4
Add new-line to md attach message.
2000-10-20 11:28:04 +00:00
pk
4dd761fc83
Adjust md root filesystem size.
...
Enable MFS.
2000-10-20 11:24:48 +00:00
pk
d037bc4f59
Change to relocation addresses that currently work on all machines.
...
boot programs at alternative addresses no longer built and installed
by default.
2000-10-20 11:21:08 +00:00
bouyer
e999ecae48
Support ETHERCAP_VLAN_MTU. Tested on a sparc 2 with:
...
le0 at sbus0 slot 0 offset 0xc00000 level 5: address 00:00:3b:86:19:92
le0: 8 receive buffers, 2 transmit buffers
2000-10-20 09:40:26 +00:00
simonb
4ab9235edb
Add now uninstalled wscons headers.
2000-10-20 06:10:48 +00:00
mrg
0c6aa8d3ed
ensure DMA mappings are not mapped streamable. fixes ethernet problems on
...
ultrasparc sbus class machines. from eeh.
2000-10-20 06:08:02 +00:00
mrg
3af567c485
rework to use bus_dmamem_map() then bus_dmamem_load(), rather than
...
bus_dmamem_load_raw() then bus_dmamem_map().
tested on SS2 and SS5 and sbus cards.
2000-10-20 05:57:50 +00:00
simonb
43478aaefa
Remove uninstalled wscons headers.
2000-10-20 05:53:26 +00:00
mrg
cb17e80035
fix a comment.
2000-10-20 05:47:03 +00:00
simonb
25f61791dd
Only install wsconsio.h, wsdisplay_usl_io.h, wsksymdef.h and wsksymvar.h
...
into /usr/include/dev/wscons.
2000-10-20 05:32:47 +00:00
mrg
82d7f3e331
#include <machine/sparc64.h> for prom_printf() prototype.
2000-10-20 05:32:35 +00:00
oster
d349cdf1ef
Move disk_busy() and disk_unbusy() to more sane locations. Values
...
reported by 'systat iostat' and friends are now much more correct for
RAIDframe devices. Thanks to Andrew Doran for poking me about this,
and for suggestions on and review of the changes.
2000-10-20 02:24:45 +00:00
bjh21
b2eacf307e
We could probably do with installing the arm26 includes.
2000-10-19 21:57:54 +00:00
itojun
9183e2dc4e
remove #ifdef TCP6. it is not likely for us to bring in sys/netinet6/tcp6*.c
...
(separate TCP/IPv6 stack) into netbsd-current.
2000-10-19 20:22:59 +00:00
garbled
b1fd9718d4
When building kernels for a release (snap_kern) use "distclean" instead of
...
"clean" to get rid of any .depend files that might be lying about in the
kernel build directory.
2000-10-19 17:53:41 +00:00
minoura
aa8045ce9c
Use up-to-date (newly installed) header files when DESTDIR is set.
2000-10-19 16:17:41 +00:00
ad
16a062538b
Nuke unused includes, sort decls.
2000-10-19 15:31:20 +00:00
ad
e05c79ba66
Regen.
2000-10-19 15:29:14 +00:00
ad
5110b7e58d
Add Compaq IEAS.
2000-10-19 15:28:50 +00:00
bouyer
e33acbd7b7
Correct printf format (used with integers, not longs).
2000-10-19 15:10:33 +00:00
ad
9e42854f7b
Allow install on lsu disks.
2000-10-19 15:09:11 +00:00
ad
d53e399d91
ca -> lsu
2000-10-19 15:02:38 +00:00
ad
72c13b09e2
Match my recent man4 changes.
2000-10-19 15:00:58 +00:00
fvdl
2753597fd4
Disable VERBOSE_BLOCKMAP by default; it allocates huge amounts of
...
memory, causing immediate fsck_lfs failure for big filesystems.
2000-10-19 14:58:40 +00:00
ad
d5174f07a3
- ca -> lsu
...
- Document twe.
2000-10-19 14:55:50 +00:00
pk
9182a99111
We need <fcntl.h>
2000-10-19 14:42:57 +00:00
ad
23f6f01a0d
ca -> lsu
2000-10-19 14:35:41 +00:00
ad
15e25fe73f
- ca -> lsu
...
- Hook in twe.
2000-10-19 14:32:20 +00:00
ad
67fe5fbbb4
Update for lsu; untested.
2000-10-19 14:28:46 +00:00
ad
66f3f07ca5
ca -> lsu
2000-10-19 14:27:53 +00:00
ad
dc579413e1
Add DTYPE_LSU.
2000-10-19 14:27:20 +00:00
ad
76e8f8edfe
ca -> lsu
2000-10-19 14:26:41 +00:00