cdi
2b74542ac0
Initial commit of a 1-stage boot loader for NetBSD/cobalt. Only booting off
...
the hard drive is supported at the moment.
2003-06-25 17:24:21 +00:00
martin
89955ad8b5
#ifdef _KERNEL_OPT police
2003-06-25 14:38:53 +00:00
yamt
45c519f76f
- instead of scaning a list when looking up
...
{a idle thread, a socket with pending requests},
maintain dedicated list of them.
- add spin locks.
2003-06-25 14:37:50 +00:00
yamt
200e944501
revert rev.1.28. (free -> FREE changes)
...
pointed by David Laight on source-changes about similar changes.
2003-06-25 14:34:55 +00:00
christos
a378776e5a
Limit the number of program headers we accept to avoid resource exhaustion
...
by a hand-crafted elf binary.
2003-06-25 13:48:06 +00:00
simonb
8eda62491d
Need to pass the address of the lock to simple_unlock().
2003-06-25 05:37:00 +00:00
thorpej
7401047528
Add a way to force (at compile time) use of int13 extensions.
2003-06-25 04:21:51 +00:00
uwe
a8c0780b08
Use CPUFLAGS instead of COPTS to pass -march=armv4 -mtune=strongarm.
2003-06-25 01:07:55 +00:00
dyoung
eb4a83a039
Bracket the opt_multiprocessor.h #include with #ifdef _KERNEL_OPT.
...
It won't compile, otherwise. I figure this is right because it's
done everywhere else.
2003-06-25 00:03:13 +00:00
martin
c591ec88c0
FPU_EMULATE moved to arch/m68k/conf/files.m68k
2003-06-24 19:56:22 +00:00
martin
a394980af5
Move (and unify) PMAP_DEBUG and FPU_EMULATE here - it is tested in
...
shared files.
2003-06-24 19:55:22 +00:00
igy
1625aa9110
remove LIBSA_SINGLE_DEVICE and LIBSA_SINGLE_FILESYSTEM
2003-06-24 12:27:03 +00:00
tron
64e5c9eb7c
Remove "lib" directory in "cleandir" target.
2003-06-24 09:38:35 +00:00
itojun
df0f79e5b1
recover code that requires exact match on rtm_change/lock (lost in 1.16).
...
without it "route change X" would change less-specific route by mistake.
reported by jinmei@kame
2003-06-24 08:31:32 +00:00
itojun
6d4a3c4191
remove unneeded checks of accept_rtadv. from kame
2003-06-24 07:54:47 +00:00
itojun
adb5d5afb4
* kame/sys/netinet6/nd6.c (nd6_rtrequest): changed a condition to
...
decide whether to create an empty llinfo stricter so that a user
can manually change the link-layer address of an existing neighbor
cache.
Pointed out by: KIU Shueng Chuan
from kame
2003-06-24 07:49:03 +00:00
itojun
455b7679d4
typo
2003-06-24 07:43:44 +00:00
itojun
194f048bd9
use time.tv_sec directly
2003-06-24 07:39:24 +00:00
itojun
5b0c3f9506
clear ln_hold earlier. from kame
2003-06-24 07:32:03 +00:00
thorpej
cb53206514
* Defflag CPU30MHZ.
...
* Unrelated cosmetic change in files.pc532.
2003-06-24 04:57:58 +00:00
thorpej
527224f9c6
* defflag NS381.
...
* There is no MATH_EMULATE option for ns32k; don't try to include
opt_math_emulate.h. Instead, comment that we should glue in
the softfloat library in this case.
2003-06-24 02:48:56 +00:00
uwe
c173e7908e
Only install accelerated rasops for CyberPro, we don't know yet how to
...
access the coprocessor on 1682 in Krups.
2003-06-24 00:13:29 +00:00
augustss
d495634233
Regen.
2003-06-23 23:01:09 +00:00
augustss
30b0700839
Add my new Laks watch with a flash disk.
...
Yes, I'm a geek.
2003-06-23 23:00:46 +00:00
he
609811d881
Follow up the rename of _SPL_IMP to _SPL_VM.
2003-06-23 22:18:10 +00:00
he
e60a4dc52b
Extend the P5064 and P6032 comcnattach() with a type argument as well,
...
I'm assuming these both use COM_TYPE_NORMAL.
2003-06-23 22:17:11 +00:00
augustss
a28c261a76
Regen.
2003-06-23 21:56:59 +00:00
augustss
49ccba6c53
Add new device. From Urban Boquist.
2003-06-23 21:56:36 +00:00
augustss
6ef6cc143d
Fix missing call to FILE_UNUSE. From kern/21946, from Todd Vierling.
2003-06-23 21:53:10 +00:00
christos
9d352b5c2c
PR/21936: Todd Vierling: ioctl 'r' misinterpreted
2003-06-23 21:37:27 +00:00
christos
40e148ef6b
PR/21948: Todd Vierling: Implement MAP_TRYFIXED for linux emulation.
2003-06-23 21:32:33 +00:00
christos
c9a5d7edc1
Regen.
2003-06-23 21:26:30 +00:00
christos
35637451db
PR/21937: Todd Vierling: Proper support for mmap2
2003-06-23 21:25:56 +00:00
augustss
7cdd37a934
Another quirk from Urban Boquist.
2003-06-23 21:11:29 +00:00
aymeric
8fe6b1b1db
call platform.softintr_init() only if it is non-NULL.
...
This allows NetBSD/ofppc to boot up to userland (i.e. to the point where init
will not launch properly) under psim.
2003-06-23 20:14:33 +00:00
aymeric
23cacb54a0
s/PHYS_TO_PCI_MEM/PHYS_TO_BUS_MEM/
...
s/PCI_MEM_TO_PHYS/BUS_MEM_TO_PHYS/
to match generic PPC code
Noticed by Nicolas Ollinger
2003-06-23 20:12:19 +00:00
erh
2f3650202c
Add copyright+license.
2003-06-23 17:29:25 +00:00
pk
dc05fd9fd2
sun4/sun4c: move/add write_user_windows() at the top of pmap_[k]remove() and
...
pmap_[k]enter().
2003-06-23 15:45:08 +00:00
martin
864f19482a
#ifdef _KERNEL_OPT police
2003-06-23 14:59:21 +00:00
martin
cd7023a3eb
Backout previous, this file is not affected by kernel options.
2003-06-23 14:48:37 +00:00
martin
34718fb25a
Protect opt_*.h include by _KERNEL_OPT
2003-06-23 14:17:24 +00:00
martin
1f875208a7
Protect opt_*.h includes by _KERNEL_OPT
2003-06-23 13:58:06 +00:00
pk
74806170e3
According to my calculations, the cross-over point for the amount of work
...
needed to flush an entire segment from the sun4/sun4c caches is at 16 pages.
2003-06-23 13:43:20 +00:00
pk
dc6eeb9b47
Use pre-computed `# of cache lines' where appropriate.
2003-06-23 13:34:28 +00:00
jdolecek
7942f6611a
add __KERNEL_RCSID()
2003-06-23 13:14:49 +00:00
thorpej
49b91b6679
Adapt to the Scheduler Activations changes.
...
Boots to multi-user when compiled with GCC 3.3 (20021123) (pre-3.3 release),
boots to single-user but hangs going multi-user when compiled with 3.4
(20030623). This is most likely a compiler problem.
2003-06-23 13:06:54 +00:00
thorpej
5fb00ee32f
Basic ELF definitions for ns32k. No relocations yet.
2003-06-23 12:59:27 +00:00
martin
4858ba3d93
Protect kernel opt_*.h include by #ifdef _KERNEL_OPT
2003-06-23 12:56:07 +00:00
martin
79b00c490a
Disable QUOTA for ntfs - it's broken.
2003-06-23 11:53:47 +00:00
martin
d505b18964
Make sure to include opt_foo.h if a defflag option FOO is used.
2003-06-23 11:00:59 +00:00