simonb
e2125ae174
Share disksubr.c across all evbmips "ports" (it was identical).
2002-09-09 06:40:40 +00:00
simonb
221f834ea3
Remove some unused code.
2002-09-09 06:36:39 +00:00
simonb
f41231cffc
Fix the order of the CPU revision and company options fields in the cpu
...
table for the Alchemy CPUs; successfully recognises an Au1500 now.
2002-09-09 03:42:04 +00:00
enami
eb0197ee71
Fix unbalanced paren.
2002-09-09 03:01:26 +00:00
oster
5965f8b92a
Disallow 'reconstruct-in-place' on a component that has failed
...
and has already been reconstructed to a hot spare.
2002-09-09 02:44:17 +00:00
simonb
0f1300fa95
Remove commented-out NFS_BOOT_RWSIZE option.
2002-09-09 02:36:11 +00:00
simonb
54ef88d289
In the idle functions, set curproc to NULL and (#ifdef LOCKDEBUG) call
...
sched_unlock_idle before enabling interrupts. LOCKDEBUG kernels now
boot successfully.
Thanks to Chris Gilbert for helping fix this.
2002-09-09 02:32:38 +00:00
oster
23f63d631e
On a 'raidctl -f' or 'raidctl -F', close the failed component.
...
Thanks to Grant and Matt (phone) for poking me about this.
2002-09-09 01:54:53 +00:00
lukem
74ec33db88
minor tweaks for shark. (XXX: still some things to chaseup)
2002-09-09 01:35:45 +00:00
simonb
378a5c4c85
Include "opt_lockdebug.h" here to #ifdef LOCKDEBUG actually does something.
2002-09-09 01:03:10 +00:00
dbj
28d41a2531
use getopt_long on netbsd as well as linux
2002-09-08 23:49:29 +00:00
wiz
221d594f18
Mention that -DDEBUG compilation is needed to get LD_DEBUG support.
...
Noted by Julio Merino in misc/18231.
2002-09-08 23:44:09 +00:00
dbj
47b77fc755
improved wording on explanation for disabling linux max partition warning.
2002-09-08 23:25:43 +00:00
dbj
b3ad08828d
disable warnings about linux only handling 15 entries.
...
This check was found to not exist in the linux fdisk-0.1
sources, which are under current linuxppc use. Also,
NetBSD users probably care less about warnings for bugs
in old versions of linux.
2002-09-08 23:18:11 +00:00
dbj
5038245b63
use sbBlkSize when calculating sbBlkCount
2002-09-08 16:17:45 +00:00
itojun
4df4d0a437
ansi pedantic. sync w/kame
2002-09-08 14:31:41 +00:00
itojun
2237adde2a
use HUGE_VAL defined in <math.h> instead of 1e500 for positive infinity.
...
gcc -pedantic audit by deraadt@openbsd.org
2002-09-08 09:28:23 +00:00
isaki
4ff27b57fb
Correct xfer->busy_free status in DIAGNOSTIC.
2002-09-08 07:58:14 +00:00
elric
c242f201c5
Modified to avoid compiler warnings. The specific warning related
...
to const BF_KEY * vars, and I chose to ``fix'' it in this file
rather than elsewhere in the framework because, although the other
fix was more appropriate, nothing seems to use the code in this
file and hence the risk of disrupting other people was lower. In
the future, the more appropriate change would be to change blowfish.h
and bf_enc.c to have functions with signatures:
BF_encrypt(BF_LONG *, const BF_KEY *);
BF_decrypt(BF_LONG *, const BF_KEY *);
2002-09-08 07:52:41 +00:00
elric
b6db42eac8
Added an include of sys/types.h to get u_int32_t and so on.
2002-09-08 07:41:01 +00:00
tsutsui
be0f4cfb13
Rename some auto variables which might cause misleadings.
2002-09-08 05:35:42 +00:00
thorpej
3e19f8e1f0
Build a .gdbinit in the objdir when building a program. The .gdbinit
...
file sets the shared library prefix to ${DESTDIR}, and adds "sources"
directives for each file listed in the GDBINIT Makefile variable.
2002-09-08 03:59:02 +00:00
thorpej
6a37882ec7
Fix a serious performance problem for large programs on the Alpha.
...
Large programs need multiple GOTs. The lazy binding stub in the PLT
can be reached from any of these GOTs, but the dynamic linker only
has enough information to fix up the first GOT entry. Thus, calls
through the other GOTs went through the time-consuming lazy binding
process on every call.
This fix rewrites the PLT entries themselves to bypass the lazy binding
for those GOT entries that the dynamic linker can't fixup.
Fix from FreeBSD.
Note that now that we patch up the PLT, we need to put back the "imb"
that was removed from the binder exit path.
2002-09-08 02:48:28 +00:00
itojun
bdbbb53d75
signal handler must take "int" arg. from deraadt, sync w/kame
2002-09-08 01:42:55 +00:00
itojun
52c469ffaa
socklen_t audit. from deraadt, sync w/kame
2002-09-08 01:41:12 +00:00
itojun
1ddc65b732
socklen_t audit. KNF. signal handler must use _exit(), not exit().
...
from deraadt, sync w/kame
2002-09-08 01:40:08 +00:00
elric
7fbd07ccbe
Include <sys/types.h> to allow compilation to occur.
2002-09-07 23:35:37 +00:00
oster
b07b6381d5
Protect rf_PrintDAGList() in a few more places. Thanks to Monroe Williams
...
on current-users for the patch.
2002-09-07 23:11:46 +00:00
elric
29db5af4a5
repoint include file for kernel use.
2002-09-07 22:58:04 +00:00
scw
7af71ec12b
Some tidying up, and a fix for an event counter array overrun
...
which was responsible for corrupting the kernel IPT.
2002-09-07 20:43:32 +00:00
tsutsui
bf49a76d3b
Call setcontext{4,4m}() directly when we already know the CPU type.
...
(inspired by OpenBSD)
2002-09-07 18:51:05 +00:00
gehenna
620752e3a7
Obsolete machine/conf.h
2002-09-07 12:48:51 +00:00
gehenna
44802dc550
make this compile.
2002-09-07 11:56:33 +00:00
lukem
226a372abc
crank date
2002-09-07 04:04:05 +00:00
lukem
9cd11379df
updates to "compatibility with netbsd 1.5" section:
...
- de was renamed to tlp
- postfix config needs updating (as postinstall in 1.6 doesn't do that)
2002-09-07 04:01:46 +00:00
lukem
cfe3482639
remove duplicate entry for netbsd-GENERIC.gz.
...
noted by Remi Zara in [port-mac68k/18196]
2002-09-07 03:24:52 +00:00
enami
c2428db9db
Make usr.sbin/ipf/ipftest compiles again.
2002-09-07 00:10:24 +00:00
uwe
d7b7f858cb
Regen for Integraphics Systems CyberPro 2000 and 2010.
2002-09-06 23:58:11 +00:00
uwe
5619fe21f9
Add product ids for Integraphics Systems CyberPro 2000 and 2010.
2002-09-06 23:41:56 +00:00
matt
45e5f68016
Allow MAXPHYS to be overriden. Increase the default MSGBUFSIZE to 2 pages.
2002-09-06 19:26:26 +00:00
gehenna
70c867953d
make this compile with _LKM.
2002-09-06 17:36:19 +00:00
gehenna
13cbb957cf
make this compile.
2002-09-06 16:56:13 +00:00
scw
b5ad0bee9e
Numerous fixes, and some more debug instrumentation.
...
NetBSD/sh5 now reaches multi-user, although there is still
an occasional wedging problem after a wee while of running.
2002-09-06 16:20:48 +00:00
mycroft
492895a9f9
Expand the comment about the R_TYPE(RELATIVE) special-case, as it's not quite
...
obvious from the code. Also, just do it all the time, as an optimization.
2002-09-06 15:51:23 +00:00
scw
e7281ceb93
- When casting void * to register_t, go via intptr_t instead of uintptr_t
...
so the register is correctly sign-extended.
- Some comment fixes.
- Restore the FP state from the sigcontext if FP regs were saved.
- Fix up r0 for the benefit of the syscall stub.
2002-09-06 15:48:51 +00:00
wiz
8fbdb346a3
Bump date.
...
For single words, prefer ``.Dq foo'' over ``.Do\nfoo\n.Dc''.
Punctuation nits.
2002-09-06 15:45:28 +00:00
wiz
0b28c7d9d5
Bump date.
2002-09-06 15:44:45 +00:00
scw
3644ff25b2
Small optimisation and tweak to copy{,in,out}str() to make them
...
work as advertised for corner cases.
2002-09-06 15:41:07 +00:00
scw
ed033ad71d
Restore the branch-target registers from the correct place...
2002-09-06 15:39:16 +00:00
scw
905138641a
Add the User Status Register to db_regs[].
2002-09-06 15:37:14 +00:00