enami
af81fabf7c
Remove #ifdef DIAGNOSTIC around panic(). It is better than NULL pointer
...
dereference.
2002-05-11 11:56:57 +00:00
jdolecek
77a65b5e56
use _KERNEL_OPT rather than _KERNEL && !_LKM
2002-05-11 09:39:25 +00:00
jdolecek
82b1bed645
protect opt_compat_svr4.h with 'if defined(_KERNEL_OPT)', so that
...
this is usable from e.g. LKM context
2002-05-11 09:34:00 +00:00
takemura
fda2f03cb3
Enabeled OHCI USB controller on MobilePro 800.
2002-05-11 08:56:39 +00:00
tron
e3368049de
Move entries for "libobjc" and "libstd++" to "base" set so that
...
Objective C and C++ programs will work without the "comp" set.
This fixes PR install/16746 by Chris Gilbert.
2002-05-11 05:51:37 +00:00
uwe
bc05b169da
Correct AltGr keycode for 680/US layout.
2002-05-11 04:57:43 +00:00
enami
3700fdfba4
Don't release the lock on mount point vnode so early when doing update mount.
...
Otherwise, race condition occurs (e.g., between mountd(8) and next mount(8)
when multiple update mount command is invoked from shell script).
2002-05-11 00:45:06 +00:00
matt
c1fc5d35dc
Many fixes. Multicast hash filter works now. Autonegotiation with GigE
...
on Mac G4's now works. XXX Checksum offload still needs to be done.
2002-05-11 00:36:02 +00:00
itohy
d2a97e2196
_C_LABEL() police
2002-05-10 23:21:17 +00:00
kleink
4396915999
Rip out <sys/types.h> and <sys/socket.h> inclusions: there are no
...
pre-requisites for <netdb.h>.
2002-05-10 22:26:59 +00:00
kleink
c88f6e9e24
In the examples, initialize struct addrinfo explicitly to either 0 or a
...
NULL pointer; from der Mouse in PR lib/16634.
2002-05-10 22:11:24 +00:00
kleink
17aaf20cdd
Update several name space/feature protection tests to check for
...
_XOPEN_SOURCE >= 520 (XNS 5.2), either rigging it for that version or
replacing the (wrong) test for >= 500.
2002-05-10 22:02:11 +00:00
uwe
c061e3c249
Use symbolic WSCOL_* colour names instead of magic numbers.
2002-05-10 22:01:13 +00:00
thorpej
f4e45540c8
Change the sed expression that comments out NATDEPFILES to
...
also comment out continuation lines. Fixes Linux->NetBSD
cross-gdb when built using NetBSD's make(1) (a'la build.sh -t).
toolchain/16713, Christian Limpach <chris@Pin.LU>.
Patch also submitted up-stream to GDB.
2002-05-10 22:01:06 +00:00
thorpej
7d5c79eb03
Don't include <sys/param.h> or <machine/vmparam.h>.
...
toolchain/16710, Christian Limpach <chris@Pin.LU>.
2002-05-10 21:24:51 +00:00
thorpej
0a7271465f
Apply patch from binutils cvs:
...
2002-02-07 Daniel Jacobowitz <drow@mvista.com>
* bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
been included, not drag it in.
* bfd-in2.h: Regenerate.
Fixes toolchain/16709, from Christian Limpach <chris@Pin.LU>.
2002-05-10 21:20:39 +00:00
jdolecek
afd89a8792
kill leftovers from the original
2002-05-10 21:19:05 +00:00
leo
e6a5f709d4
Enlarge image size and up the number of inodes. This fixes the miniroot
...
built failure. Note however that for small memory systems (<= 4MB), you
can no longer load this image as a ramdisk.
2002-05-10 21:11:48 +00:00
uwe
c43b5d9a7b
Comment change only: remove XXX.
2002-05-10 21:05:13 +00:00
thorpej
0cc96b0fbe
Make sure ifp->if_baudrate is valid when the parent's statchg
...
callback is made.
Pointed out by Matt Thomas.
2002-05-10 20:45:05 +00:00
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