thorpej
cf4c03c65c
Don't need <machine/pmc.h>. From enami@netbsd.org.
2000-09-13 05:20:47 +00:00
toshii
8b74873d54
Cleanup the error handling code introduced in rev. 1.26. Commented by jhawk.
...
No functional change.
2000-09-13 05:17:14 +00:00
scottr
7eb72c4f15
ae_write_mbuf() broke with the last change; revert.
2000-09-13 05:16:47 +00:00
thorpej
b5377930e3
libi386.so.0.3
2000-09-13 04:53:15 +00:00
thorpej
5bc14f38df
Stubs for the i386 performance counter interface.
2000-09-13 04:52:12 +00:00
thorpej
90a2e46ab1
Add support for using the 586- and 686-class performance
...
counters.
2000-09-13 04:47:00 +00:00
thorpej
b9b07590ec
Define some 586-class CESR MSR bits.
2000-09-13 04:44:27 +00:00
enami
f1fec63273
When @hourly is specified, set not just 23 but bit 0 through 22 also in
...
the bitstring e->hour. Fixes PR#10961.
2000-09-13 04:07:34 +00:00
simonb
57a9ae4559
Add support for booting off RAIDframe RAID1 mirrors.
...
If the first partition is of type FS_RAID, then add 64 to the block
number for each I/O in rzstrategy().
2000-09-13 04:06:46 +00:00
nisimura
cfbce2edce
Have MI SCSI device descriptions in GENERIC, removing 'mi.scsi' file.
2000-09-13 03:44:38 +00:00
hubertf
36942dc548
We now have a wscons.conf(5) manpage.
2000-09-13 03:39:12 +00:00
thorpej
e2cc69026a
Add 686-class performance counter events.
2000-09-13 03:37:04 +00:00
nisimura
bf7a6e6857
Found glyph pixel order inverted on screen.
2000-09-13 02:11:14 +00:00
nisimura
0ba2036eee
Introduce 'segbase' global variable to hold the pointer to current
...
process's segtab, retiring 'pcb_segtab' field from 'struct pcb'.
This would be another MULTIPROCESSOR unfriendly and the necessity
might be eliminated when the way to hold PTE is redesigned.
2000-09-13 01:53:00 +00:00
chuck
0dcdf1214c
kill mips3_write_xcontext_upper
2000-09-13 01:20:41 +00:00
chuck
6f9229b2e6
modify mips3 locore to elminate the abuse of XContext
...
so that we can run on systems that do not have XContext
(e.g. IDT 32364).
2000-09-13 01:12:47 +00:00
perseant
a477e1b98b
Cast back to int32_t in LFS_EST_BFREE and LFS_EST_RSVD macros, for
...
consistency with their arguments.
Change the debugging printf in lfs_reserve to match, and enclose it in
#ifdef DEBUG.
Tested on alpha, arm32, sparc.
2000-09-13 00:07:56 +00:00
eeh
022746fd14
This really does seem to fix the ref/mod issues. (Yeah, like were did we hear that before?)
2000-09-12 19:42:26 +00:00
pk
aa6df7169b
yank error.
2000-09-12 19:13:30 +00:00
matt
72b37119a0
${.CURDIR} is not optional when using MAKEOBJDIRPREFIX.
2000-09-12 17:21:44 +00:00
minoura
a78010b7b8
Adjust ramdisk sizes.
2000-09-12 17:07:44 +00:00
minoura
ff60191d5e
Pull common files into newly created ramdisk-common directory.
2000-09-12 16:42:50 +00:00
tron
23bf98f535
- Add "dependall" target so that "make build" will really uudecode the
...
"ld.so" binaries for i386 and sparc.
- Remove bogus "${DESTDIR}/" from "FILESDIR".
2000-09-12 16:39:51 +00:00
matt
98670586e9
ramdisk-kernel needs ${.CURDIR}
2000-09-12 16:06:55 +00:00
matt
79f8ad425f
Add missing directories so make obj DTRT.
2000-09-12 16:06:23 +00:00
soren
99418ce05f
Remove old comment.
2000-09-12 15:40:36 +00:00
minoura
8199d05ce7
Reduce ramdisk size by using hacked commands in distrib/utils.
2000-09-12 15:40:00 +00:00
minoura
ff4b8473ae
Enable sram device, which is used by memswitch(8).
2000-09-12 15:00:06 +00:00
tsubai
a0cf020afb
Configure L2 cache if it is not enabled by the firmware.
2000-09-12 14:47:38 +00:00
drochner
21955ff8d8
minor corrections / additions
2000-09-12 09:53:41 +00:00
nisimura
c8321c45a7
Found glyph pixel order inverted on screen.
2000-09-12 09:45:48 +00:00
sato
aa96730805
bzero allocated structutre initialy.
2000-09-12 08:25:44 +00:00
enami
9466b8d07e
Define an auto variable `bn' as off_t instead of int since it is finally
...
converted to byte offset.
2000-09-12 08:03:24 +00:00
matt
fd779f8fc8
Deal with the fact the local directory may not be writeable.
2000-09-12 05:11:10 +00:00
eeh
5be9d50b09
Fix new version of microtime.
2000-09-12 04:16:29 +00:00
perseant
78ae325de3
Make this file compile on the alpha as well (use %ld and cast to long,
...
instead of %qd with no cast).
2000-09-12 03:22:53 +00:00
haya
6502a2efd8
Clean-up: Remove unnecessary global reset (for debug) and change the
...
name of some variables for the consistency of naming rule.
2000-09-12 03:19:51 +00:00
takemura
83517998af
fix typo in boot message.
2000-09-12 02:12:20 +00:00
eeh
cc7f95986b
(Hopefully) fix clock skew on machines that us %tick for the clock (UIIi).
2000-09-11 23:29:31 +00:00
fvdl
f23bd81c97
Add usr/libexec/ld.so to the base set again. This is not optimal, but
...
until there is a pkg-ized install, it'll have to do.
2000-09-11 23:28:53 +00:00
eeh
870af94ef7
Add locking to pmap operations and support multiple physical memory segments.
2000-09-11 23:27:22 +00:00
fvdl
3b36dc8408
Add uuencoded binaries for a.out dynamic loaders on i386 and sparc,
...
who are ELF now. Needed because cross-building them is still a
problem. These loaders will try /emul/aout first, but do not
have the baggage that COMPAT_AOUT has.
2000-09-11 23:23:21 +00:00
eeh
cb2350a90d
Don't take protection faults on I/O mappings.
2000-09-11 22:37:34 +00:00
eeh
df698d172e
Fix some sign extension bugs.
2000-09-11 22:36:35 +00:00
eeh
6c00d395e1
Don't take protection faults on I/O pages.
2000-09-11 22:34:02 +00:00
hubertf
b4b75848de
Add standalone "iso-image" target that can be run with DESTDIR and RELEASEDIR
...
set in src/etc after a "make release" in both "src" and "xsrc", to create a
ISO-image of the release in $RELEASEDIR/installation/cdrom.
Hook for architecture dependent pre/post-processing in etc/etc.*/Makefile.inc
are available as 'iso-image_md_post' and 'iso-image_md_pre', see
etc/etc.i386/Makefile.inc as an example. Might be useful for setting up
bootable CDs on alpha, sparc, ...
Reviewed by Todd Whitesel and Thomas Klausner.
2000-09-11 21:53:30 +00:00
abs
235368355b
MSG_fspart only takes onn argument - multname
...
Noted by Charles Carvalho <carvalho@employees.org>
2000-09-11 21:29:52 +00:00
thorpej
e0797e1775
Fix 0 vs. NULL confusion.
2000-09-11 18:45:29 +00:00
ad
decb1dcfcf
const tty{numbers,letters}, and remove PCVT hack.
2000-09-11 15:12:40 +00:00
pk
13275642e0
make compile #if LOCKDEBUG is on.
2000-09-11 13:51:29 +00:00