thorpej
d214be029a
Fix arithmetic botch that caused incorrect results for configs like:
...
config netbsd root on sd1a
Noted by Taras Ivanenko <ivanenko@ctpa03.mit.edu> in PR #3203
and by others.
1997-03-06 23:11:55 +00:00
thorpej
709ccfa853
Patch from Matt Thomas to deal with the fact that Pass 2.[012] of
...
the 21140A-A[CDE] have a buggy receiver which may hand and/or corrupt
data on receive overflows.
1997-03-06 22:32:20 +00:00
fvdl
720565ab4f
Correct error in previous.
1997-03-06 16:09:45 +00:00
mikel
e65788c58e
merge lite-2 changes.
...
RCSid and getopt() return type police.
1997-03-06 07:00:50 +00:00
mikel
d917a6370d
RCSid police; getopt() return type police; rindex() -> strrchr()
1997-03-06 06:26:07 +00:00
mikel
bcecfb0095
merge lite-2 changes (just SCCS IDs).
...
RCSid police, update 'struct dkbad' definition in manpage.
1997-03-06 06:12:18 +00:00
mikel
af995d547a
RCSid police
1997-03-06 05:41:37 +00:00
mikel
2488f833e1
merge Lite2 version; RCSid and getopt() return type police.
1997-03-06 05:40:10 +00:00
mikel
96a22fa65f
RCSid police, and eliminate obsolescent comment.
1997-03-06 05:23:00 +00:00
mikel
0bd8d27ab1
merge Lite2 manpage
1997-03-06 05:19:10 +00:00
gwr
51cfd7ed4d
Get the numbers of kernel MMU tables right.
1997-03-06 05:16:34 +00:00
jonathan
49c786a6af
* Add symlinks from lib<foo>.so.<major> to lib<foo>.so.<major>.<minor>.
...
When given -l<foo>, ld links against lib<foo>.so. Ld finds the version
number provided and written into the .so file by "-soname" when the
library was built, and writes that into the shared binary.
The -soname version we use is now lib<foo>.so.<major>.
At run-time, ld.so links against that file, so we need that symlink
as well as the lib<foo>.so symlink.
1997-03-06 03:58:01 +00:00
briggs
47392571c5
Undo some damage that CVS somehow let me get away with.
1997-03-06 02:14:51 +00:00
gwr
9a79f92460
Clean out some junk I forgot to remove last time...
1997-03-06 00:15:56 +00:00
gwr
25d7b99a1f
Implement "mach pgmap" for examining mappings.
1997-03-06 00:05:23 +00:00
gwr
a4e5a18b63
Add pmap_bootstrap_setprom() with sets the PROM level-A tables to
...
allow the PROM monitor to see mappings in kernel space. This also
fixes a problem with exiting to the monitor with the stack pointer
set to some place in kernel space. Also fix NUM_KERN_PTES, and
change get_pte() so it works on any virtual address.
1997-03-06 00:04:18 +00:00
gwr
3ca8e4699d
Add pmap_bootstrap_setprom
1997-03-05 23:55:54 +00:00
gwr
201bc0aa96
Add ptest_addr
1997-03-05 23:54:08 +00:00
fvdl
b754b514dc
Bring limits up to 'modern' standards.
1997-03-05 23:51:47 +00:00
fvdl
3ee3460f02
Don't bail out when chflags() fails with EOPNOTSUPP. Fixes PR #3288
1997-03-05 23:48:47 +00:00
gwr
da2622290c
Allow access to the PROM via /dev/kmem (like the sparc port)
1997-03-05 23:02:29 +00:00
veego
344b3cf532
- Merlin works now in ZorroIII mode
...
- Fixes for Interlace and DoubleScan
- Memorysizedetction for 1MB Bords
- HiColor and TrueColor Support
- support for the Domino 16M proto card
1997-03-05 22:50:38 +00:00
veego
b835a00fa8
- PicassoIV support
...
- Fixes for Interlace and DoubleScan
- Memorysizedetction for 1MB Bords
- Clockdoubling for PicassoIV and PiccoloSD64
NOTE: Don't use the X11R6.1 Xserver with -useHWC on the SD64
with a gfxmode >80Mhz or you get a broken mousepointer.
- HiColor and TrueColor Support
(doesn't work yet, since it needs some fixes for the XServer)
1997-03-05 22:46:32 +00:00
veego
8f5155b610
PicassoIV and Domino proto 16M product id's.
1997-03-05 22:41:03 +00:00
gwr
63221bf3b2
Fix race conditions that allowed the interrupt latch register to have
...
the wrong value. Now using the <m68k/asm_single.h> stuff from Leo.
1997-03-05 22:22:11 +00:00
gwr
eac582d36e
Do some of the clock init a little later, in clock_attach.
...
(plus some other mostly cosmetic cleanup)
1997-03-05 19:00:07 +00:00
briggs
a2173962b8
Copyright foo.
1997-03-05 15:19:18 +00:00
mikel
ffe5d2d664
don't forget the bus_space tag; from Azuma Okamoto in PR kern/3290.
1997-03-05 08:02:03 +00:00
mikel
c4ecd9537c
don't write the PID file until after calling daemon(3); from Enami
...
Tsugutomo in PR bin/3280.
fix a typo in the error message while I'm here.
1997-03-05 07:19:52 +00:00
mikel
35ccea10a2
fix broken xref, add entries for EOPNOTSUPP, and indicate that this
...
syscall arrived in 4.4BSD.
1997-03-05 06:53:40 +00:00
jonathan
61d121e3d7
Undefine the macros defined by dec_prom.h, in the compiled-in
...
libsa functions that define function entrypoints for them.
1997-03-05 05:20:40 +00:00
jonathan
d01b866f0c
Build kernel object files with -mno-abicalls and -mno-half-pic. (The
...
kernel doesn't support GP-relative addressing, and is statically linked).
Compile genassym without those flags: -mno-abicalls will make it coredump.
1997-03-05 04:41:57 +00:00
jonathan
2ba4510cdc
C versions of crt0 for mips.
1997-03-05 03:45:05 +00:00
mycroft
bbb6842922
In nfs_link(), check for a cross-device mount *before* looking in the
...
v_data field.
1997-03-05 02:08:06 +00:00
gwr
88bf00b5bf
No need to block out ZS interrupts in clock_intr() as long as
...
we are careful to use the single_inst_* macros.
1997-03-05 00:01:13 +00:00
gwr
9587adc460
Fix race conditions that allowed the interrupt latch register to have
...
the wrong value. Now using the <m68k/asm_single.h> stuff from Leo.
1997-03-04 23:37:48 +00:00
gwr
7c5b45aead
Fix a warning.
1997-03-04 22:20:04 +00:00
gwr
c03be2ad19
Add declaration for isbad().
1997-03-04 21:59:08 +00:00
mycroft
e481e52aa9
Fix a couple of splhigh()s that should be splbio().
1997-03-04 21:42:32 +00:00
mycroft
e4bbd86a82
Use splimp() to block interrupts, not splhigh().
1997-03-04 21:40:07 +00:00
gwr
67f52ad8a0
Reinstate "isbad" which is used by the xd and xy drivers.
1997-03-04 19:33:23 +00:00
pk
6c022e104d
Add missing variant of the `iflush' instruction (Michael Ericson; PR#3287).
1997-03-04 16:47:20 +00:00
scottr
fd81cf2b92
Correct offsets in the memory size probe; bus_space uses byte offsets. Fix suggested by
...
Ken Nakata.
1997-03-04 15:12:04 +00:00
mikel
d015ce73e5
GENERIC{AHA,OTHER} have been merged into GENERIC; fixes PR port-i386/3274.
1997-03-04 06:30:01 +00:00
mikel
4a6b41b8fe
garbage collect unused variable (was this struct declaration orginally
...
a typedef?); from Enami Tsugutomo in PR kern/3282.
1997-03-04 06:25:22 +00:00
mikel
b5ce435d24
set proper length for sockaddr_un. fixes PR bin/3281 from Enami
...
Tsugutomo, but slightly differently; the code I added is basically
identical to SUN_LEN(), but avoids the unecessary strlen() call.
1997-03-04 06:12:44 +00:00
mikel
eddd3a13f2
eliminate redundant SCCS id; from Enami Tsugutomo in PR bin/3283.
1997-03-04 05:48:42 +00:00
scottr
956ec2a47c
The previous optimization of the interrupt handlers was a bit too
...
agressive. Being a little more conservative pays the biggest dividend.
1997-03-04 04:11:52 +00:00
explorer
1a20e46715
s/strcnpy/strncpy/ typo
1997-03-04 00:21:13 +00:00
pk
18b2bdb000
Fix calculation of max virtual memory to be gobbled up by the buffer cache.
...
Apply "stop-gap" nbuf clamp only on sun4/4c and if nbuf not explicitly
configured in.
1997-03-03 23:07:15 +00:00