shin
bd62d7da4a
decend into romboot.
2001-12-23 13:28:23 +00:00
shin
896f0cde82
simple boot loader for ROM
...
supported platform: LASER5 L-Router(L-Board)
2001-12-23 13:27:56 +00:00
takemura
490f777a1f
Added Vr4131 support.
2001-12-23 13:10:46 +00:00
lukem
1ab8ecafe7
unifdef sunos
2001-12-23 12:54:53 +00:00
lukem
b734f790f5
nuke trailing whitespace
2001-12-23 12:29:55 +00:00
lukem
5a651467dc
Add -4 to force IPv4 and -6 to force IPv6 address usage.
...
From Hajimu UMEMOTO, via Mike Heffner of FreeBSD.
(FreeBSD has imported NetBSD's ftp as their ftp client;
Mike is sending back some of their local changes).
2001-12-23 12:23:01 +00:00
aymeric
186cb1ec17
include m68k a.out compatibility module so we can use
...
options COMPAT_AOUT_M68K
2001-12-23 12:01:12 +00:00
fvdl
f1db177e10
Fix from FreeBSD that I missed: speed up handling of short-lived
...
files a bit.
2001-12-23 11:54:46 +00:00
lukem
792e1d4ca9
outdent description of variable expansion modifiers
2001-12-23 10:51:56 +00:00
ichiro
c4552cab7f
support FUJITSU MB86960/5 based ethernet cards
...
FMV-J181,182,182A
2001-12-23 09:25:19 +00:00
ichiro
766857df86
add FUJITSU MBH10302 specific Registers
2001-12-23 09:21:00 +00:00
ichiro
e5761e3205
regen
2001-12-23 09:11:05 +00:00
ichiro
42ff7db32c
change CIS name
2001-12-23 09:10:39 +00:00
chs
2ddcad30f6
process the delayed-free queue more often.
2001-12-23 08:53:46 +00:00
dbj
ce516e4e69
add declaration of ipkdb_trap_glue
2001-12-23 08:25:27 +00:00
dbj
3ff5d761b8
restore msr on return from ddb, this allows single stepping
2001-12-23 08:19:44 +00:00
matt
5887cef210
Don't install boot.mop if ELF.
2001-12-23 02:21:35 +00:00
matt
0dab9a35b5
#include <sys/types.h> in case this is included before that was.
2001-12-23 02:21:03 +00:00
matt
238448b56b
Make VAX kernels work again. Entry on vax is start, not _start.
2001-12-23 02:14:03 +00:00
chs
450ff86b66
convert luna68k to ELF. ok'd by nisimura.
2001-12-22 23:38:20 +00:00
cjep
e76e91a051
Pull out csc Cumana SCSI II driver and note that it is not currently
...
working properly. This seems to have been the case for some time
(cf. PR #8924 ).
2001-12-22 23:17:35 +00:00
augustss
7b38035ee9
Add some minimal validation of the fsinfo.
2001-12-22 19:45:54 +00:00
augustss
c9de30b246
Back out last commit that was not meant to be done yet.
2001-12-22 19:39:42 +00:00
augustss
da3c0f78d9
Allow check to proceed with bad backup boot block if we're doing a readonly
...
check.
2001-12-22 17:25:20 +00:00
manu
aa8fce41ef
implemented enough of getmountid to make commands using IRIX Universal Name
...
Service happy. Code in libc attempts to open files in the ns filesystem, and
then uses getmountid on failure to ensure that the ns filesystem is really
mounted. We don't emulate the ns filesystem yet, but getmountid now correctly
reports that ns is not present.
Note: It seems that the mountid of the ns filesystem should always be
00000005 00000000 00000000 7fff3000
2001-12-22 14:43:43 +00:00
gehenna
59c47ef767
The FujiFilm USB storage drive doesn't have a flex geom page and
...
doesn't know REQUEST SENSE.
2001-12-22 13:29:50 +00:00
gehenna
e1839209b8
Add new quirk: NO_REQUEST_SENSE
...
Submit by: Dave Sainty
2001-12-22 13:21:59 +00:00
augustss
5e2e7b5a79
Provide a nicer messages if the device read fails.
...
From David Sainty in PR bin/15019.
2001-12-22 12:34:41 +00:00
manu
cc381b2d11
implemented fxstat and lxstat. Fixed a bug in xstat (ino_t was wrong)
2001-12-22 12:09:20 +00:00
lukem
5baa3794c0
only _DIAGASSERT(dst != NULL) if n != 0
2001-12-22 11:56:56 +00:00
manu
7b2952c16e
More TrustedIRIX stuff (not emulated, but we don't return EINVAL anymore)
2001-12-22 09:35:11 +00:00
lukem
e9164a9509
When using the read cache in bread(), ensure that the current (sub)block
...
isn't past the end of the file system.
Should fix the "spins forever but doing nothing" bug that dump
would occasionally have.
2001-12-22 08:45:36 +00:00
lukem
4720d32cfe
- use correct type for minTime in findlru() (size_t instead of int)
...
- clean up whitespace
2001-12-22 08:05:24 +00:00
lukem
750a014c75
In rawread(), add back a check to ensure that dump doesn't try to read
...
past EOM and fail with "short read error". This check was part of
traverse.c::bread(), and was removed when that function was migrated
to rcache.c::rawread() as part of the "read cache" functionality.
This should fix the problem with dump barfing on "short read" when "-r 0",
but I'm still debugging the problem where dump gets to a point and
"does nothing" when the read cache is being used.
2001-12-22 07:45:38 +00:00
jwise
0405d5f9a0
Spaces to tabs.
2001-12-22 02:32:35 +00:00
itojun
e6834b7b5c
make it compile even if NGIF=0
2001-12-22 01:40:03 +00:00
elric
bfa5b70752
Hmmm. These were done this year, not 3 years ago.
2001-12-22 01:38:20 +00:00
wiz
ef8adf0ad4
Fix two typos reported by Chris Lloyd in kern/15028.
2001-12-22 00:35:45 +00:00
augustss
3e919c40c7
Regen.
2001-12-21 23:37:41 +00:00
augustss
72d569430d
Fix typo, pointed out by Nathan Binkert.
2001-12-21 23:37:18 +00:00
matt
7ddce9880c
When mapping the consumer assignment, assign db_seg[0] to cb_seg[0] so any
...
private fields are copied as well. Then adjust cb_seq[0] public fields.
This make the DEFPA come up on sparc64.
2001-12-21 23:21:47 +00:00
bjh21
00bd2cbdac
Merge ast() and userret() between arm32 and arm26. The implementation used
...
is the arm32 one.
2001-12-21 22:56:16 +00:00
bjh21
73cedb8d55
Ensure that podulebus gets attached after unixbp, since it needs to know
...
whether the system has a unixbp to know what interrupt mask to use.
This could be cleaner.
2001-12-21 22:41:18 +00:00
bjh21
53fbe7ac5d
Correct a few comments and constant names in the light of the actual
...
documentation for this card (which I seem to have).
2001-12-21 22:33:28 +00:00
jwise
ed756ae393
Move cu {cat,}man pages from man-uucp-man and man-uucp-catman to
...
man-util-man and man-util-catman, as uucp has moved from base-uucp-bin
to base-util-bin.
2001-12-21 19:59:33 +00:00
jwise
405def7f0f
Move /usr/bin/cu from base-uucp-bin to base-util-bin, as it is a generally
...
useful tool required by a _lot_ of users who do not otherwise use UUCP.
2001-12-21 19:57:19 +00:00
atatat
65ace4b729
Properly use $TMPDIR or /tmp for the temporary config file stuff,
...
instead of ".". Read-only source trees are "good".
2001-12-21 19:09:43 +00:00
itojun
a225c3930f
whitespace/costmetic sync w/kame
2001-12-21 08:54:52 +00:00
itojun
1536628a1f
call encap6_ctlinput on icmp6 against tunnelled packet. sync w/kame
2001-12-21 08:54:19 +00:00
thorpej
0146257365
Set NOMAN correctly. From Andrew Brown.
2001-12-21 08:06:15 +00:00