uch
b1f3b48aa2
Don't reset to old interrupt level at the exit of interrupt handler.
...
It didn't ensure the maximum interrupt nest depth.
2002-05-10 20:14:39 +00:00
thorpej
22cea0e73c
Add IXP1200 steppings.
2002-05-10 17:50:25 +00:00
tron
1e891c870b
Add missing bracket arround macro argument reference.
2002-05-10 17:27:23 +00:00
uch
3fb2a4d436
cosmetic changes.
2002-05-10 15:28:45 +00:00
uch
4e8a77d890
clean up disassembler code.
2002-05-10 15:27:05 +00:00
uch
55326aaa7e
remove COMPAT_13 staff. No 1.3 release of sh3 port. these are trace of
...
i386 port.
2002-05-10 15:25:12 +00:00
tron
d45825cf63
Remove check for size of field "d_off" in Linux "dirent" structure because
...
this problem cannot happen with the 64Bit version of the getdents().
2002-05-10 14:51:26 +00:00
tron
352c1fa967
Fix off by one error in check for size of field "d_off" in Linux
...
"dirent" structure.
2002-05-10 14:49:38 +00:00
tron
add83289ca
Move implementation of linux_sys_getdents64() to source file for
...
Linux 64bit filesystem calls.
2002-05-10 14:38:08 +00:00
agc
9dd6d667fa
Only define DEF_LOG_DIR if it's not already set.
2002-05-10 13:17:57 +00:00
lukem
e34d4e21de
fix comment
2002-05-10 11:07:01 +00:00
enami
293906a53a
Redo rev. 1.57 a bit different way; don't use `tpg' since it may be freed.
...
Subtract the number of pages behind us when calculating new offset instead.
2002-05-10 07:51:37 +00:00
itojun
861dfdc294
disable ipsec policy caching on pcb, as it seems that there's some reference-
...
counting mistake that causes panic - see PR 15953 and 13813.
i am unable to find the real cause of problem, so it is a shortterm workaround,
hopefully.
2002-05-10 05:49:21 +00:00
thorpej
51ea83a9f5
Remove last vestiges of procfs references. Problem pointed out
...
by Geoff Wing <mason@primenet.com.au>.
2002-05-10 05:45:50 +00:00
itojun
d7669537a8
remove unneeded #ifdef __FreeBSD__ portion.
2002-05-10 05:38:29 +00:00
mbw
a2ad70fa5a
remove absolute path to ofwboot.xcf from example netboot commands, making
...
it compatible with non-chroot tftp servers
2002-05-10 05:29:59 +00:00
enami
911c9febb2
Don't modify the local variable `n' in genfs_putpages(). It should contain
...
the number of elements in the page array at the beginning of every iteration.
2002-05-10 02:51:44 +00:00
lukem
12b58960af
enable MDSET_NOSTRIP.${FILENAME} for mac68k kernels
2002-05-10 02:33:17 +00:00
lukem
a88aa54aa4
support MDSET_NOSTRIP.${FILENAME}
2002-05-10 02:31:45 +00:00
augustss
2acf4c8462
Use callout init macro.
2002-05-09 21:54:32 +00:00
fredette
c857df5775
When preparing to swap to a miniroot partition, add a little
...
padding to our estimate of the miniroot's size, to avoid
overwriting it.
2002-05-09 21:43:44 +00:00
matt
858f46fb43
Define _SDA(2)_BASE_ as [] which is more correct.
2002-05-09 20:32:59 +00:00
jdolecek
63c597b71a
This is now in distrib/acorn32/stand/BtNetBSD.
2002-05-09 20:23:08 +00:00
jdolecek
3ab693f2b3
Switch over to distrib/acorn32/stand/BtNetBSD. Note the created archive is now
...
BtNetBSD.tar.Z - we don't have zip in tree, and RICS OS SparkPlug
doesn't support tgz. Change discussed with Reinoud.
Use ${.CURDIR} for path to gzip_ff8.bin.uue, so that this would work
with objdirs.
2002-05-09 20:22:26 +00:00
matt
48d39d805c
Print out interrupt we attached to.
2002-05-09 20:20:18 +00:00
jdolecek
fb0e4ab441
Reorganized BtNetBSD from sys/arch/acorn32/stand/BtNetBSD, converted
...
to use make(1) rather than a script to build the archive, to be
objdir aware and ro source tree safe.
2002-05-09 20:03:57 +00:00
wiz
6014921da4
+fdisk
2002-05-09 18:30:04 +00:00
wiz
aa2adfcdd9
+/usr/include/${ARCH}/trap.h
2002-05-09 18:28:57 +00:00
uch
f7b9e074ee
add hpcsh
2002-05-09 18:16:16 +00:00
uch
e38706528a
remove trap.h
2002-05-09 18:15:13 +00:00
atatat
de7144e830
Maintain a short list of the actual descriptors that were closed and
...
log that intead of being ambiguous about which of 0, 1, and/or 2 it
was that was closed.
2002-05-09 17:57:07 +00:00
atatat
04712927f0
Add a simple format that translates to the current file number, fix an
...
off by one error, and #define a bunch more things to make it clearer.
2002-05-09 17:52:03 +00:00
thorpej
ecfc315cde
Always build this if a HOSTPROG (MKBFD only affects native progs).
2002-05-09 17:12:36 +00:00
thorpej
44db3fb402
Allow gdb for sh*-*-netbsd*.
2002-05-09 17:07:16 +00:00
mason
2607ebcf46
/usr/mdec/installboot no longer exists
2002-05-09 17:06:01 +00:00
uch
f0d5a0eb69
document sh3 and hpcsh usage.
2002-05-09 16:42:16 +00:00
thorpej
b6950c9729
Mirror cleanup wrt. procfs-centric naming made to the MI ptrace code.
2002-05-09 16:28:11 +00:00
thorpej
f1f51aa2b8
Move code shared by procfs and the kernel proper out of procfs and
...
into the kernel proper (renaming functions from procfs_* to process_*).
2002-05-09 15:44:44 +00:00
itojun
fd53f7c428
drop support for rsh/rlogin relaying.
...
use of .rhosts authentication should be discouraged with relaying service.
sync w/kame
2002-05-09 14:24:03 +00:00
uch
8db367d98c
remove trap.h
2002-05-09 12:42:08 +00:00
uch
aade7a10ce
cosmetic changes
2002-05-09 12:41:09 +00:00
uch
3d97be3a02
add #ifdef SH3, SH4
2002-05-09 12:40:03 +00:00
uch
e51ba214c5
mdsetimage ram-disk kernel setting
2002-05-09 12:39:24 +00:00
uch
1cbf8597ef
adapt to new pmap code.
2002-05-09 12:37:58 +00:00
uch
242aff8afc
adapt to new pmap.
2002-05-09 12:36:17 +00:00
uch
0aaff2a14f
IOM_RAM_BEGIN is changed to specify physical address.
2002-05-09 12:35:44 +00:00
uch
20ac353f38
adapt to new pmap.
2002-05-09 12:34:53 +00:00
uch
9e6860e202
IOM_RAM_BEGIN is changed to specify physical address.
2002-05-09 12:34:20 +00:00
uch
7571effdda
adapt to new pmap.
2002-05-09 12:33:18 +00:00
uch
303d5b61d8
change bootstrap stack to below the 'start'
2002-05-09 12:32:55 +00:00